/** Shopify CDN: Minification failed

Line 27:293 Expected identifier but found "*"
Line 874:34 Unexpected ";"

**/
@charset "UTF-8";
/*============================================================================
  distorted people | Built with Slate
    - You cannot use native CSS/Sass @imports in this file without a build script
==============================================================================*/

/* @import url('settings/variables.scss.liquid') */

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

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

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

/* Push Cells */
.gridlock .row .desktop-push-1  { margin-left: 9.375%; }
.gridlock .row .desktop-push-3  { margin-left: 26.0416666666666667%; }
.gridlock .row .desktop-push-4  { margin-left: 34.375%; }
.gridlock .row .desktop-push-5  { margin-left: 42.7083333333333334%; }
.gridlock .row .desktop-push-6  { margin-left: 51.0416666666666667%; }
.gridlock .row .desktop-push-7  { margin-left: 59.375%; }
.gridlock .row .desktop-push-8  { margin-left: 67.7083333333334%; }
.gridlock .row .desktop-push-9  { margin-left: 76.0416666666668%; }
.gridlock .row .desktop-push-10 { margin-left: 84.375%; }
.gridlock .row .desktop-push-11 { margin-left: 92.7083333333335%; }

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

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

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

/* !Desktop - Max, 12 column, 1200 (min 1221) */
@media screen and (min-width: 1221px) {
  .gridlock .row .max-1  { width: 6.25%; }
  .gridlock .row .max-2  { width: 14.5833333333333333%; }
  .gridlock .row .max-3  { width: 22.9166666666666667%; }
  .gridlock .row .max-4  { width: 31.25%; }
  .gridlock .row .max-5  { width: 39.5833333333333333%; }
  .gridlock .row .max-6  { width: 47.9166666666666667%; }
  .gridlock .row .max-7  { width: 56.25%; }
  .gridlock .row .max-8  { width: 64.5833333333333333%; }
  .gridlock .row .max-9  { width: 72.9166666666666667%; }
  .gridlock .row .max-10 { width: 81.25%; }
  .gridlock .row .max-11 { width: 89.5833333333333333%; }
  .gridlock .row .max-12 { width: 97.9166666666666667%; }

  /* Push Cells */
  .gridlock .row .max-push-1  { margin-left: 9.375%; }
  .gridlock .row .max-push-2  { margin-left: 17.7083333333333333%; }
  .gridlock .row .max-push-3  { margin-left: 26.0416666666666667%; }
  .gridlock .row .max-push-4  { margin-left: 34.375%; }
  .gridlock .row .max-push-5  { margin-left: 42.7083333333333334%; }
  .gridlock .row .max-push-6  { margin-left: 51.0416666666666667%; }
  .gridlock .row .max-push-7  { margin-left: 59.375%; }
  .gridlock .row .max-push-8  { margin-left: 67.7083333333334%; }
  .gridlock .row .max-push-9  { margin-left: 76.0416666666668%; }
  .gridlock .row .max-push-10 { margin-left: 84.375%; }
  .gridlock .row .max-push-11 { margin-left: 92.7083333333335%; }
}

@media screen and ( min-width: 980px ) {
  .gridlock .row .contained.desktop-1 {
    width: 8.33333333%;
  }
  .gridlock .row .contained.desktop-2 {
    width: 16.66666667%;
  }
  .gridlock .row .contained.desktop-4 {
    width: 33.33333333%;
  }
  .gridlock .row .contained.desktop-5 {
    width: 41.66666667%;
  }
  .gridlock .row .contained.desktop-7 {
    width: 58.33333333%;
  }
  .gridlock .row .contained.desktop-9 {
    width: 75%;
  }
  .gridlock .row .contained.desktop-11 {
    width: 91.66666667%;
  }
}  

/* !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-4 { width: 64.5833333333333333%; }
  .gridlock .row .tablet-5 { width: 81.25%; }

  /* 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-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-fourth {
    width: 25%;
  }
  .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-three-fourths {
    width: 75%;
  }
}

/* !Mobile, 3 column, 300 + 480 (max 740) */
@media screen and (max-width: 740px) {
  .gridlock .row [class*="desktop-push-"], 
  .gridlock .row [class*="tablet-push-"] { margin-left: 1.0416666666666667%; margin-right: 1.0416666666666667%; }

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

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

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

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

  .gridlock .row .contained.mobile-1 {
    width: 33.33333333%;
  }
  .gridlock .row .contained.mobile-2 {
    width: 66.66666667%;
  }
  .gridlock .row .contained.mobile-3 {
    width: 100%;
  }
  
}

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

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

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

h5, h6, .h1, .h2, .h3, .h4 {
  font-weight: 900;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: normal; 
  color: #4A4A4A;
  text-transform: capitalize;
  -webkit-font-smoothing: antialiased;
}

h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; color: #000000; }
.h1 { font-size: 20px; color: #4a4a4a; text-transform: uppercase; }
.h2 { font-size: 18px; font-weight: 400; text-transform: capitalize; }
.h3 { font-size: 14px; }
.h4 { font-size: 14px; }
h5,.h5 { font-size: 14px; }

h5, h6, dl, hr, ol, pre, table, address { margin-bottom: 10px; }

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

em { font-style:italic; }
pre { font-family: "Courier New", Courier, monospace; font-size: 16px; font-weight:bold; }

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

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

a { 
  -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 { text-decoration: none;}
a:visited { text-decoration: none; }
a:focus { outline: none; }

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

ol { padding: 0; margin-left: 0; margin-bottom: 20px; text-indent: 0; list-style-position: inside; }
.sitemap li ol,.sitemap li ul {padding-left: 20px;padding-top:11px}
blockquote {
  margin: 160px 0 200px;
}
blockquote p{
  font-size: 3.5rem;
  font-weight: 900;
  width: 100%;
  line-height:1.2;
}
blockquote cite {
   font-size: 2rem;
  display:block;
  text-align:right;
  width:100%;
      font-style: italic;
    margin-top: 30px;
    line-height: 1;
}

h3.big {
  font-size:2.5rem;
  color: #000;
  margin-bottom: 2rem;
}
.left_text{
  width: 80%;
  text-align:justify;
}
.left_text p{
      font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.2;
  margin-bottom:2.5rem;
}
.ltri > div {
  margin-bottom: 120px;
  margin-top: 60px;
}
.rit{
  margin-bottom: 120px;
}
.rit p{
  font-weight: 400;
}
.rit .circle_image{
    width: 300px;
    height: 300px;
    background-size: cover;
    border-radius: 200px;
    display: block;
    margin: 0 auto;
      background-position: center top;
      border: 3px solid #FFF;
}
@media screen and (max-width: 680px) {
  blockquote{
  	padding: 12px;
    margin: 0px 0 120px;
  }
  blockquote p{
    font-size: 2.4rem;
  }
  blockquote cite {
    font-size:1.8rem;
  }
  .rit p{
    padding-left: 12px;
    padding-right: 12px;
  }
  .rit img{
  	max-width:90%;
    width:auto;
  }
}
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
================================================== */

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #CCC;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #CCC;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #CCC;
}
:-moz-placeholder { /* Firefox 18- */
  color: #CCC;
}
input::placeholder, textarea::placeholder{
  color: #9a9a9a;
}
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  color: #000000;
  background: #FFFFFF;
}

.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;
}
.button--link {
  background-color: transparent;
  border: none;
  padding: 0;
  font-size: 20px;
}
.button--link:hover {
  background-color: transparent;
}

.button--inv, #update-cart{
  background-color: #FFFFFF;
  color: #000000;
}
.button--inv:hover {
  background-color: #000000;
  color:#FFFFFF;
}
@media screen and (min-width: 1620px) {
  .boxed{
    max-width: 1240px;
  }
}
.alert { color: #e84255!important; }
.highlight { color: #6c91b7}
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/* #Forms
================================================== */

input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
  border: 1px solid #ccc;
  padding: 6px 4px;
  outline: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font-size: 13px;
  color: #555;
  margin: 0;
  width: 100%;
  max-width: 100%;
  display: block;
  margin-bottom: 20px;
  background: #fff; }
select {
  padding: 0; }
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
  color: #333;
  -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; }
legend {
  display: block;
  font-weight: 400;
  margin-bottom: 5px; }
select {
  width: 100%; 
  max-width: 224px;}
input[type="checkbox"] {
  display: inline; }
label span,
legend span {
  font-weight: normal;
  font-size: 13px;
  color: #444; }

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

input[type=text], input[type=password], input[type=email], input[type=url], input[type=number] {
  width: 100%;
  border: 1px solid #e5e5e5;
  padding: 8px 0px;
  margin: 0px;
  margin-bottom: 15px;
  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;
}
.select{
  max-width:300px;
}

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


ul.megamenu li > ul.mega-stack li a { 
  padding: 0! important;  
  text-transform: none! important;
  font-weight: normal;
  font-size: 16px! important;
  line-height: 1.2!important;
}
#main-nav > li > a {
  position: relative;
}
.bannertop ul#cart li a {
  text-transform: uppercase;  
  font-size: 12px;
  color: #ffffff; 
}

.bannertop select.currency-picker {
  font-size: 12px;
  color: #ffffff; 
}
.jdgm-carousel-item__timestamp {
  color: #555;
  opacity: 1;
}

i.icon-shopping-cart {
  margin-left: 5px;
  font-size: 15px;
}

#phantom { visibility: hidden; }

header { 
  width: 100%;
  line-height: 50px;
  top:0;
  z-index: 20;   
  background: #ffffff; 
}

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

.coverheader { 
  position: fixed;
}

/* REST OF SITE SCROLLING HEADER BACKGROUND */
.coverheader { 
  background: #ffffff;
}


header ul { margin-bottom: 0; }

#search {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
#search_popup {
  text-align: center;
}
#search_popup #q {
  text-indent: 0;
  text-align: center;
}
#logo {
  vertical-align: middle;
  display: inline-block;
}

.coverheader #logo a {
  color: #000000;
  line-height: 1;
}


#logo img { 
  vertical-align: middle; 
}


/* NAV ( REST OF SITE ) - not HOMEPAGE */

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



ul#main-nav { 
  list-style: none; 
  text-align: right;
  margin-bottom: 0;
  width: 100%;
}


ul#main-nav li { 
  display: inline-block; 
  vertical-align: middle;
  text-transform: uppercase;
}

.site-header__cart-toggle {
  margin-left: 3px!important;
}

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

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

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

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


/* SCROLLING DROPDOWNS */
header ul#main-nav li.dropdown ul.submenu, header ul#main-nav li.dropdown ul.submenu li.nest ul.nested { 
  background: #ffffff; 
  border-left: 0 none;
  border-right: 0 none;  
}

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

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

/* DROPDOWN LEVEL 1 LINK STYLES */
ul#main-nav li ul.submenu li a{
  text-align: left;
  text-transform: none! important;
  font-weight: 200;
  font-size: 16px! important;
}
ul#main-nav li ul.submenu li a.current { border-bottom: 1px solid #666; text-decoration: none; }
/* NESTED MENU */
.submenu li.nest {
  position: relative;
}

/* NESTED MENU INDICATOR */
ul#main-nav li ul.submenu li.nest:after {
  position: absolute;
  top: 0px;
  right: 30px;
  font-family: 'FontAwesome'; 
  content: "\f105";
}

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

/* HIDDEN NESTED MENU */
.nested {
  display: none;
  position: absolute;
  left: 200px;
  top: 0;  
}

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


ul.megamenu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 0;
  z-index: 2;
  line-height: inherit;
  width: 100%;
  margin-top: -5px;
}


/* MEGAMENUS */
ul#main-nav li.dropdown:hover > ul.megamenu { 
  visibility: visible; 
  opacity: 1; 
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transitiom: none; 
  -o-transition: none; 
  transition: none;   
}

.hover-zone{
  position: absolute;
  height: 40px;
  width: 150%;
  bottom: -17px;
  left: -25%;
}

@media screen and (min-width: 1220px) {
  .mega-container { width: 1200px; }
}
@media screen and (max-width: 1220px) {
  .mega-container { width: 960px; }
}
@media screen and (max-width: 980px) {
  .mega-container { width: 720px; }
}
@media screen and (max-width: 740px) {
  .mega-container { display: none; }
}
.megamenu{
  padding-left:1%
}
.mega-container{
  margin-left: 0.5208333333%;
}
/*.mega-container { margin: 0 auto; }*/


/* SCROLLING REST OF SITE */
ul#main-nav li ul.megamenu { 
  background: #ffffff; 
  -webkit-box-shadow: rgba(0, 0, 0, .4) 0 4px 10px -5px;
  box-shadow: rgba(0, 0, 0, .4) 0 4px 10px -5px;
  -moz-transition: all 400ms ease-out;
  -webkit-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
} 

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

ul.megamenu h4 {
  padding: 20px 0 5px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: left;
  font-size: 14px; 
  text-transform: uppercase;
  letter-spacing: initial;
}

ul.megamenu .mega-container {
  display: flex!important;
  flex-direction: row;
  justify-content: flex-end;
}

ul.megamenu li > ul.mega-stack {
  border-right: 1px solid #333;
  display: inline-block;
  padding: 0 30px;
}
ul.megamenu li > ul.mega-stack:first-child {
  padding-left: 0;
}
ul.megamenu li > ul.mega-stack:last-child {
  border: none;
}

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


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

} 

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

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


/* STATIC REST OF SITE */
 ul#main-nav li ul.megamenu li > ul.mega-stack li a,  ul#main-nav li ul.megamenu li > ul.mega-stack li { 
  color: #000000;
  background: transparent! important;
  font-weight: 400;
}
 ul#main-nav li ul.megamenu li > ul.mega-stack li a.current{
    font-weight: 700; 
 }
#main-nav > li a {
  padding-bottom: 10px;
}
#main-nav > li a.active {
  border-bottom: 2px solid #000;
}
ul#main-nav li ul.megamenu h4 {
  color: #000000! important;
}

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

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

.mega-container .product-index p { min-height: 30px; }
.mega-container .product-index a, .mega-container .product-index .price {
  font-size: 11px! important;
  font-weight: bold;
  line-height: 0;
}
del {font-size:14px;color:#818181};
.mega-container .product-details {
  line-height: 1em;
}

.seek{
  font-size:20px;
  line-height: 65px;
}
.seeks{
  position: relative;
  display: inline-block;
  width: 200px;
  vertical-align: text-top;
  display: inline-block;
  height:25px;
  line-height: 65px;
  margin-right: 12px;
}
.nav-container{font-size:0;}
@media (max-width: 740px) {
  .seeks{
    width: 50px;
    margin-right: 0;
  }
  .nav-container #logo h1 {
    text-align: left!important;
  }
}
.header--search input {
  margin: 0;
}
.header--search input[type="text"] {
  height: 20px;
  line-height: 20px;
  display: inline-block;
  border: none;
  outline: none;
  padding: 3px;
  padding-right: 25px;
  width: 0px;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  z-index: 3;
  transition: width .4s cubic-bezier(0.23,0.69,0.9,0.55);
  cursor: pointer;
  -webkit-appearance: none;
}
.header--search input[type="text"]:focus {
  border-bottom: 1px solid #BBB;
}
.header--search input[type="text"]:focus {
  width: 700px;
  z-index: 1;
  border-bottom: 1px solid #BBB;
  cursor: text;
  -webkit-appearance: none;
  outline: none;
  box-shadow: none;
  
}
.header--search input[type="submit"] {
  height: 22px;
  width: 22px;
  padding-left: 0;
  padding-top: 17px;
  padding-bottom: 0;
  display: inline-block;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-color: transparent;
  text-indent: -10000px;
  border: none;
  position: absolute;
  top: -3px;
  right: 0;
  z-index: 2;
  cursor: pointer;
}
.header--search_desktop {
  display:none;
  width: 450px;
  z-index: 1;
  text-align: left;
  position: absolute;
  right: 0;
  top: 0;
}
.header--search_desktop input {
  height: 40px;
  margin-top: 5px;
  margin-bottom: 0;
}
.header--search_desktop button, .header--search_desktop .search-close {
  position:absolute;
  height: 50px;
  color: #000;
}
.header--search_desktop button {
  right: 44px;
  top:0;
}
.header--search_desktop .search-close {
  right: 10px;
  top: 0;
}

@media screen and (max-width: 1024px) {
  .header--search_desktop {
    width: calc(100vw - 240px);
    right: 0;
  }
  .header--search_desktop button {
    margin-bottom: 0;
  }
}
.seek-mobile .button--link{
  position: absolute;
  right: 20px;
  font-size: 25px;
  height: 45px;
  margin-bottom: 0;
}
.seek-mobile input {
  margin-bottom: 0;
}
.express_text{
  border-bottom: 1px solid #000;
  line-height: 2px;
  margin: 10px 0 20px;
}
.express_text span{
  background-color:#f7f7f7;
  padding:0 5px;
}
#cart .search-results {
  z-index: 8889;
  list-style-type: none;   
  width: 242px;
  margin: 0;
  padding: 0;
  background: #FFFFFF;
  border-radius: 3px;
  -webkit-box-shadow: 0px 4px 7px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 4px 7px 0px rgba(0,0,0,0.1);
  overflow: hidden;
}
#cart .search-results li {
  display: block;
  width: 100%;
  height: 38px;
  margin: 0;
  padding: 0;
  line-height: 38px;
  overflow: hidden;
}
#cart .search-results .title {
  float: left;
  width: 180px;
  padding-left: 8px;
  white-space: nowrap;
  overflow: hidden;
  /* The text-overflow property is supported in all major browsers. */
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-align: left;
}
#cart .search-results .thumbnail {
  float: left;
  display: block;
  width: 32px;
  height: 32px;    
  padding: 0;
  text-align: center;
  overflow: hidden;
}
.shifter-navigation .search{
  font-size: 22px;
  margin: 10px 15px 0 15px;
}
#cookiebanner {
  background-color: #FFF;
  font-size: 13px;
}
#cookiebanner a {
  text-decoration: underline;
}
#cookiebanner button {
  margin-bottom: 0;
  padding: 0;
  background-color: transparent;
  border: 0;
  float: right;
  height:25px;
}
#cookiebanner .icon {
  font-size: 1.1em;
}


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

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

.drawer {
  will-change: transform;
  outline: 0 none;
  display: block;
  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: 101;
  color: #000000;
  background-color: #ffffff;
  
}

.js-drawer-open-right .drawer--right {
  display: block;
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 0.2s ease;
          transition: transform 0.2s ease;
  -webkit-box-shadow: rgba(0, 0, 0, .4) 0 4px 10px 5px;
  box-shadow: rgba(0, 0, 0, .4) 0 4px 10px 5px;
  
}
.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-align: left;
  text-transform: uppercase;
}

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


.ajaxcart__inner {
  margin-bottom: 30px;
}

.ajaxcart__product {
  position: relative;
  max-height: 500px;
}
.size_table {
  font-weight: 900;
  margin-top: 10px;
  display:block;
}
#CartDrawer {
  right:0;}
#CartDrawer .row {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
  width: 270px;
}

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


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: #000000;
  border-left: 0;
  border-right: 0;
  margin-bottom:0;
  background: transparent;
  outline: 0 none;
}

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

}

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

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

.cart__checkout {
  width: 100%;
}

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

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

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

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

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

table { 
  width: 100%; 
  border-collapse: collapse; 
  overflow-x: scroll;
}
tfoot p {
  margin-bottom:0}

/* Zebra striping */
/*
tr:nth-of-type(odd) { 
  background-color: #f7f7f7;
}
*/
th { 
  background: #ffffff; 
  font-weight: normal; 
}
td, th { 
  padding: 10px; 
  text-align: left; 
}

input.cart-qty{width:40px;}
#basket-right { text-align: center;  background-color: #f7f7f7; padding: 10px;}
#basket-right p { margin-bottom: 20px; }
#basket-right img { width: 50px; }

#note { margin-top: 10px; }

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


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

/* ALL HOMEPAGE ELEMENTS */
/*
.homepage-collections, .homepage-products, .homepage-promo, .homepage-instagram, .homepage-blog, .homepage-social, .homepage-content-text { 
  width: 100%; 
  position: relative; 
  padding-top: 30px; 
  padding-bottom: 30px; 
}
*/
.homepage-blog, .homepage-content-text, .homepage-social, .homepage-collections{
  padding-top: 60px;
}
.homepage-content-text, .homepage-social{
  padding-bottom: 60px;
}
.homepage-social #social-icons{
  margin-bottom: 30px;
}
.prod-vendor { text-align: center; }

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


.collection-carousel .product { margin-bottom: 0; }
.collection-index { position: relative; }
.collection-info {  text-align: center; margin-top: 10px; }
.collection-info h3 { text-transform: uppercase; margin-bottom: 0; }
.collection-info p { margin-bottom: 0; text-transform: uppercase; font-size: 12px; }
.collection-image { padding: 2px; text-align: center; }
/* IMAGE BLOCKS */


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

.promo-inner .button {
  display:inline-block;
}

.homepage-instagram {
  min-height: 100px;
}
#instagram-feed .instagram-image-container {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  background-color: #e2e2e2;
}
#instagram-feed .instagram-image-container a {
  background-size: cover !important;
  background-position: center !important;
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
/*
  filter: url("data:image/svg+xml;utf8,<svg%20xmlns='http://www.w3.org/2000/svg'><filter%20id='grayscale'><feColorMatrix%20type='matrix'%20values='0.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200%200%200%201%200'/></filter></svg>#grayscale"); 
  filter: grayscale(100%); 
  -webkit-filter: grayscale(100%); 
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%); 
  -o-filter: grayscale(100%);
*/
}
#instagram-feed .instagram-image-container a:hover {
  filter: grayscale(0); /* Current draft standard */
  -webkit-filter: grayscale(0); /* New WebKit */
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0); 
  -o-filter: grayscale(0);
}
/*
.index img.instagram-image {
  padding: 0;
  margin: 0;
  float: left;
  filter: url("data:image/svg+xml;utf8,<svg%20xmlns='http://www.w3.org/2000/svg'><filter%20id='grayscale'><feColorMatrix%20type='matrix'%20values='0.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200%200%200%201%200'/></filter></svg>#grayscale"); 
  filter: grayscale(100%); 
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%); 
  -o-filter: grayscale(100%);
  filter: gray;   
  opacity: 0.6;
  background-color: grey;
}
*/

.index img.instagram-image:hover {
  filter: none;
  -webkit-filter: grayscale(0);
  opacity: 1;
}
/*
.instagram-image-container {
  display: block;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  margin-bottom: 0px;
}
section.homepage-instagram {
  z-index: 3;
  padding-bottom: 0;
  min-height: 100px;
}
section.homepage-instagram .section-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
  width: 300px;
  padding: 0;
}
section.homepage-instagram .section-title h2 {
  background-color: rgba(255, 255, 255, 0.6);
}
section.homepage-instagram .section-title h2:hover {
  background-color: #FFFFFF;
}

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

/*.index .page-wrap{
  margin-bottom: 40px;
}*/

/* HOMEPAGE SECTION TITLES */
.index .section-title, .collection-listing .section-title {
  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;
  margin-bottom: 0;
}


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

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

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


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

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

input#social-EMAIL:focus {
  outline:0;
  box-shadow: 0 0 0;
}
.advanced-split .promo-inner:hover img{
   filter: brightness(1.2);
}
.index-section.advanced-split {
  margin-bottom:0;
}


.nl-section .boxed{
  color: white;
  margin-top:5px;
  width: 1390px;
  background-color: #333333;
  padding: 7px;
  opacity: 0;
  -moz-transition: all 700ms ease-out;
  -webkit-transition: all 700ms ease-out;
  -o-transition: all 700ms ease-out;
  transition: all 700ms ease-out;
  -moz-transform: translate3d(0px, 200px, 0px);
  -webkit-transform: translate3d(0px, 200px, 0px);
  -o-transform: translate(0px, 200px);
  -ms-transform: translate(0px, 200px);
  transform: translate3d(0px, 200, 0px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.nl-section .boxed.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.nl-section .action {
  text-align: right;
}
.nl-section .button, .nl-section h4 {
  margin-bottom: 0;
}
.nl-section h4 {
  line-height: 30px;
  color: #FFFFFF;
  text-transform: none;
}
.nl-section .icon-apple{
  margin-top:-0.3em
}
.nl-section .button .icon path {
  stroke:currentColor!important
}
@media screen and ( max-width: 740px ) {
  .nl-section h4 {
    font-size:14px;
    line-height: 18px;
    margin-bottom: 7px;
  }
  .nl-section .action {
    text-align:center;
  }
  .nl-section .button--inv {
    font-size:12px;
  }
}
@media screen and ( max-width: 1024px ) {
  .nl-section .boxed{
    width: 100%;
  }

}

.nl-signup-form{
  max-width: 405px;
  margin: 0 auto;
}
#footer_signup .nl-signup-form {
  margin: 0;
}
.nl-signup-form input[type=email]{
  width:60%;
  display: inline-block;
  padding: 8px 0;
}
.nl-signup-form button[type=submit]{
  margin-left: -4px;
}
.collection-carousel .overlay-caption {
  position: absolute;
  width: 100%;
  bottom: 0;
  text-align: center;
  max-height: 41px;
  height: 100%;
  padding-top: 4px;
  -webkit-transition: max-height 0.3s linear;
  -moz-transition: max-height 0.3s linear;
  -o-transition: max-height 0.3s linear;
  -ms-transition: max-height 0.3s linear;
  transition: max-height 0.3s linear;
}
.shop-the-look-selector path{
  stroke: #FFF;
}
.collection-carousel .overlay-caption.active{
  height: 100%;
  max-height: 100%;
}

.shop-the-look-carousel {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.shop-the-look-carousel img{
  width: auto;
  margin: 0 auto;
}
@media screen and ( max-width: 1024px ) {
  .collection-carousel .overlay-caption h2{
    font-size: 14px;
  }
}
.overlay-caption.active .shop-the-look-selector .icon{
  transform: rotate(180deg);
}
.full-overlay{
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
}

.full-overlay:hover{
  background-blend-mode: multiply;
  background-color: #6d91b7;
  opacity: 1;
}
.full-overlay.video:hover{
  background-color: rgba(50,95,161,0.6);
  background-blend-mode: unset;
}
video{
  display: block;
  width: 100%;
  height: auto;
}

@media screen and ( max-width: 680px ) {
  .speaker {
    right: 10px;
    bottom: 10px;
  }
}

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

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

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

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

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

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

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

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

.active {
  background: #e5e5e5;
}
*/
#related h4, #recommended h4 {
  text-transform: none;
}
#product-cut-compare .cut-description{
    line-height: 1.2;
    font-size: 12px;
    margin-top: 10px;
}
#product-cut-compare .swiper-button-prev{
  left:-22px!important;
  background-size: 15px;
}
#product-cut-compare .swiper-button-next{
  right:-22px!important;
  background-size: 15px;
}
#product-cut-compare li span {
  position: relative;
  left:-5px;
}
#product-cut-compare .featherlight-content{
  max-width: 500px;
}
#product-cut-compare .compare_content{
  display:flex;
  position:relative;
  flex-wrap:wrap;
  align-items: center;
}
#product-cut-compare .compare_content > div{
  margin-bottom:10px;
}
@media screen and (max-width: 740px){
  #product-cut-compare .swiper-button-next{
    right:-13px!important;
  }
  #product-cut-compare .swiper-button-prev{
    left:-13px!important;
  }
}
#desc-menu{font-weight:200; font-size:14px;}
#desc-menu span {font-weight:400;color:#4A4A4A}
#desc-menu li{
  list-style:none;
  padding-left:12px;
  background-repeat: no-repeat;
  background-position:-10px 2px;
  background-size:22px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' focusable='false' role='presentation' class='icon icon-chevron-right' viewBox='0 0 18 18'%3E%3Cpath fill='none' stroke='currentColor' stroke-miterlimit='10' d='M5.554 15.893L12.446 9 5.554 2.107'/%3E%3C/svg%3E");
}
#desc-menu a:hover{font-weight:400}
@media (max-width: 980px) {#desc-menu,#collection-description{padding-left:20px;padding-right:20px}}
#collection-description { margin-bottom: 20px; font-size:14px;}
#collection-description h2{margin-top:40px}

#collection-description .rte { border-top: 0; margin: 0; padding: 0; }
#collection-description table {margin-top:20px;}
#collection-description table, #collection-description th, #collection-description td {font-weight:200; border: 1px solid #cccccc;} 
#collection-description th{font-weight:400;color:#4A4A4A;background-color:#f7f7f7;}
#collection-description ul{list-style-position:outside;margin-left:20px;font-weight:200;}


@media (min-width: 1024px) {
 
  .shop-the-look-carousel .product-info{
    display:block;
  }
 
}

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

.qvimages img { padding: 5px; }

.so { 
  text-transform:uppercase;
  z-index: 4;
  background: #000000;
  color: #ffffff;
  top: 50%;
  left: 50%;
  white-space: nowrap;

}
.soldout{
  opacity: 0.5;
}
.product-modal {
  text-align: center;
  color: #000000;
  padding: 5px;
  display:block;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 8px;
  font-weight: 700;
  -webkit-transition: background-color 0.3s linear, color 0.3s linear;
  -moz-transition: background-color 0.3s linear, color 0.3s linear;
  -o-transition: background-color 0.3s linear, color 0.3s linear;
  -ms-transition: background-color 0.3s linear, color 0.3s linear;
  transition: background-color 0.3s linear, color 0.3s linear;    
  z-index: 5;
  color: #FFF;
}

.product-modal:hover { color: #ffffff! important; background: #000000! important; }
@media (max-width: 480px) {
  .sale-item {
    top: 18px;
    right: -20px
  }
  .product-modal .icon{
    height: 2em;
  }
  .product-modal .qview-text{
    line-height:1;
  }
}

.quick-shop { overflow: hidden; width: 720px; }
.product-quick-view { width: 720px; }
.product-quick-view .product-photos { float: left; width: 48%; margin-right: 1.9%; }
.product-quick-view .product_page__meta { float: left; width: 48%; margin-left: 1.9%; }


@media (max-width: 740px) {
  .product-quick-view { width: 95%; margin: 0 auto; }
  .product-quick-view .product-photos{
    width: 100%;
  }
  .product-quick-view .rte{
    display: none;
  }
/*
  .product-quick-view .product-photos img{
    max-height:400px;
    width: auto;
  }
*/
  .product-quick-view .product_page__meta{
    width:100%;
  }
  .product-quick-view .product_page__meta form {
    padding-top: 15px;
  }
  .product-quick-view h2, .product-quick-view .short-description, .product-quick-view #product-price, .product-quick-view .share-icons, .product-quick-view label{
    text-align: center;
  }
  .featherlight-content{width:98%}
}


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

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

.reveal:hover .hidden { 
  z-index: 1;
  opacity: 1;    
}

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


.show { display: none; }

#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; font-weight: 200;}
#sidebar ul li a.current { border-bottom: 1px solid #666; text-decoration: none; }


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

/*
stores page
*/
.gm-style-iw-d p{font-size:13px;}
  #map-info{height:600px;width:100%;background-color:#f5f5f5;overflow-y:scroll;padding:10px}
  #map-info .map_info__address{padding-bottom:15px;}
  @media screen and (min-width: 981px){
  #map-info::-webkit-scrollbar {
    -webkit-appearance: none;
  }

  #map-info::-webkit-scrollbar:vertical {
      width: 11px;
  }

  #map-info::-webkit-scrollbar:horizontal {
      height: 11px;
  }

  #map-info::-webkit-scrollbar-thumb {
      border-radius: 8px;
      border: 2px solid white; /* should match background, can't be transparent */
      background-color: rgba(0, 0, 0, .5);
  }
  }
  @media screen and (max-width: 980px){
    #map-info{height:auto;overflow:visible}
  }
/* ============================================== */
/* ================ filter.liquid ================ */
/* ============================================== */

.filter-dropdown{
  display:none;
}

#filter-close {
  display:none;
}
#filter-close .icon{
  position: absolute;
  top: 17px;
  right: 20px;
}
.row-filter {
  line-height: 1.8;
}
.row-filter li, .filter-list li, .collection__sorting label{
  list-style: none;
  display: block;
  font-weight: 200;
}
.separator{
  margin-right: 15px;
  border-left: 1px solid #CCCCCC;
}
.filter-list{
  margin-bottom: 0;
}
.filter-handler{
  cursor: pointer;
  display:block;
}
.filter-handler.active .icon{
  transform: rotate(180deg);
}
.button .icon path{
  stroke: #FFFFFF!important;
  -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;
}
.button:hover .icon path{
  stroke: #000000!important;
}


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

/*
.product-page{
  margin-top: 2rem;
}
*/
  
.single-option-selector {
  border: 1px solid #d5d5d5;
  border-radius: 1px;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-left: 8px;
  font-size: 13px;
  height: 38px;
  line-height: 36px;
  background: url(/cdn/shop/t/164/assets/select-arrow.png?13370843822453663200) no-repeat right #fff;
}

  .product_page__meta form .single-option-radio label.disabled {
    color: #999;
    border-color:#999
  }
  .single-option-radio label.disabled:before {
    position: absolute;
    content: "";
    left: 50%;
    top: 0;
    bottom: 0;
    border-left: 2px solid;
    border-color: #999;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.product_page__meta form.nl-signup-form {
  margin-left:0;
  float:none;
}

.selector-wrapper label { 
  float: left; 
  line-height: 40px;
  min-width: 70px;
}
.shipping-info-sold-out {
    color: #008000;
    font-weight: 900;
}
.zoomContainer{z-index:1;}
img.zoomImg { cursor: move; }

img.zoomImg { background: #ffffff; }


.product_page__meta h5 { text-transform: uppercase; }
.product_extra{
    border-top: 1px solid #e5e5e5;
    margin-top: 20px;
    padding: 20px 0;
  }
  .p_extra{
    display:flex;
    align-items: center;
    margin-bottom:2rem;
  }
  @media screen and (min-width: 741px){
    .p_extra:nth-child(even){
      flex-direction: row-reverse;
    }
  }
  @media screen and (max-width: 740px){
    .p_extra{
      flex-direction: column;
    }
    .p_extra img{padding: 0 20px 10px;}
  }
p.product-note {
  clear: left;
  float: left;
  margin-top: 10px;
  margin-bottom: 10px;  
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;  
  text-align: left;
  background: #f8f8f8;
  color: #000000;
  border: 1px solid #e5e5e5; 
  text-indent: 10px;
}
.add.is-adding .loading {
    display:block;
  -webkit-animation:lds-ring 2s infinite linear;
	animation:lds-ring 2s infinite linear;
}
.add.is-adding .btn-act {
    display: none;
}
#AddToCart .icon-logo{height:20px}
.product_page__meta .add.disabled {
    background-color: #AAA;
}
@media screen and (max-width: 680px ) {
#AddToCartForm.fixed {
  position : fixed;
  bottom : 0px;
  left : 0px;
  background-color : white;
  z-index : 9;
  box-shadow : rgb(153, 153, 153) 0px 0px 5px 0px;
  padding : 5px 0px 10px 0px;
}
}

.product_page__meta form label {
  text-transform: uppercase;
  display: none;
  float: left;
  line-height: 42px;
}

/*
.product-add {
  float: left;
}
*/
.product-add label {
  float: left;
  line-height: 44px;
  padding: 0 !important;
  display: inline-block;
}


.quantity-increment {
  border: 1px solid #e5e5e5;
  background: transparent;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  color: #000000;
  font-weight: 400;
  float: left;
  display: inline-block;
  margin: 0;
  outline: 0 none;
}

#reviews-widget{
  display:none;
  width: 80%;
  min-width: 800px;
}

@media screen and (max-width: 740px ) {
  .product-add { text-align: center }
  .product-add label { 
    width: inherit! important;
    float: none;
  }
  #reviews-widget{
    min-width: 90%;
  }
}

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

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

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

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

.share-icons a {
  margin: 0 5px;
}

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

#mobile-nav {
  z-index: 24;
  display: none;
  transform: translateX(100%);
  max-width: 450px;
}
/*#mnav-controls {
    background-color: #333;
    color: #FFF;
    padding: 5px 10px;
    text-align: center;
  max-width:450px;
  font-size:12px;
    text-transform: uppercase;
  position:fixed;width:100%;display:none; top:0;right:0;z-index:2147483647;
}*/
#mobile-nav .sub:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' focusable='false' role='presentation' class='icon icon-chevron-right' viewBox='0 0 18 18'%3E%3Cpath fill='none' stroke='currentColor' stroke-miterlimit='10' d='M5.554 15.893L12.446 9 5.554 2.107'/%3E%3C/svg%3E");
  /*content:url("data:image/svg+xml,%3Csvg viewBox='0 0 151.95 144.67' xmlns='http://www.w3.org/2000/svg' fill='%237b7b7b'%3E%3Cpath d='m96.82 0h-19.73l55.13 72.09-55.5 72.58h19.73l55.5-72.58z'/%3E%3Cpath d='m58.46 0h-19.73l55.13 72.09-55.5 72.58h19.73l55.5-72.58z'/%3E%3Cpath d='m20.1 0h-19.73l55.13 72.09-55.5 72.58h19.73l55.5-72.58z'/%3E%3C/svg%3E");*/
  display:inline-block;
  margin-left: 10px;
  width:13px;
}

#mobile-nav-footer{
  position:fixed;
  width:100%;
  display:none; 
  z-index:25;
  bottom: 0;
  right: 0;
  width:100%;
  max-width:450px;
}
#mobile-nav-footer .menu-item{
  display: flex;
  justify-content: space-around;
}
#mobile-nav-header {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 50px;
}
#mobile-nav-footer a{
  padding:5px;
  width: 100%;
  text-align: center;
  font-size:14px;
  border-left:1px solid #fff;
  border-top: 1px solid #fff;
  background-color:#d3d3d3;
}
#mobile-nav-header > div{
  background-color: #d3d3d3;
  border-right:1px solid #FFF;
  padding: 5px;
  text-align: center;
  font-size: 14px;
  cursor:pointer;
}
#mobile-nav-header > div.active{
  background-color:#000;
  color:#FFF;
}
#mobile-nav-header #mobile-nav-close{
  background-color: #FFF;
  color: #000;
}
.slide-menu__slider ul{
  height: calc(100vh - 86px);
}
.slide-menu__slider ul li:last-child{
  padding-bottom:150px;
} 
.slide-menu__submenu--active {
  padding-bottom:60px!important;
  /*overflow-y:scroll; only the actual last active submenu with overflow scroll */
}
#searchbox-mobile-navigation{
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='rgb(149,167,183)' d='M8 12c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4zm9.707 4.293l-4.82-4.82C13.585 10.493 14 9.296 14 8c0-3.313-2.687-6-6-6S2 4.687 2 8s2.687 6 6 6c1.296 0 2.492-.415 3.473-1.113l4.82 4.82c.195.195.45.293.707.293s.512-.098.707-.293c.39-.39.39-1.023 0-1.414z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-position: top 10px left 8px;
  padding-left: 22px;
}

#mobile-nav-back {position:absolute; top:5px; left:9px; display:none;cursor:pointer;}

.slide-menu{position:fixed;max-width:100%;height:100vh;top:0;background-color:#FFF;right:0;display:none;overflow:hidden;box-sizing:border-box;transform:translateX(100%);overflow-y:auto;z-index:1000}.slide-menu,.slide-menu .slide-menu__slider{transition:transform 150ms ease-in-out;will-change:transform}.slide-menu .slide-menu__slider{width:100%;transform:translateX(0)}.slide-menu ul{position:relative;width:100%;margin:0;padding-left:0;list-style:none}.slide-menu ul ul{position:absolute;top:0;left:100%;display:none}.slide-menu ul a{display:block}.slide-menu a{cursor:pointer}
.slide-menu.opened{-webkit-box-shadow: rgba(0, 0, 0, .4) 0 4px 10px 5px;box-shadow: rgba(0, 0, 0, .4) 0 4px 10px 5px;}
.slide-menu__slider span {
  margin: 0 5px;
  display:block;
  padding: 5px;
  text-transform: capitalize;
  color: #1c1c1c;
  position:relative;
  border-bottom: 1px solid #d3d3d3;
  font-size: 12px;
}
.slide-menu__slider span:hover{
  background-color:#f7f7f7;
}
.slide-menu__slider span.sub{
  display: flex;
  justify-content: space-between;
}
.slide-menu__slider .active span {
  font-weight: 700;
}
.slide-menu__slider .icon {
  position: absolute;
  right: 0;
  top: 0;
  height: 60px;
  width: 60px;
  margin-top:0;
  display:none;
}
.slide-menu__backlink {
  text-align:center;
  text-transform: capitalize;
  font-size:12px;
  position:relative;
}
.slide-menu__backlink::before{
  content: "";
  position: absolute;
  top: 5px;
  left: 8px;
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
  background-size: 14px 14px;
  height: 25px;
  width: 16px;
  background-repeat: no-repeat;
}
.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 #f7f7f7;
  color: #444;
  padding: 4px 7px;
  font-weight: 100;
  position: absolute;
  right: -30px;
  top: 85px;
}

.btn.prev {
  border: 1px solid #f7f7f7;
  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;
}

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

#mobile-product { display: none; }



.product_page__meta.fixed{
  position: fixed;
  right: 0;
}
.product_page__meta.relative{
  position: relative;
}

.bounce {
    -webkit-animation: bounce 2s infinite;; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: bounce 2s infinite;; /* Firefox < 16 */
        -ms-animation: bounce 2s infinite;; /* Internet Explorer */
         -o-animation: bounce 2s infinite;; /* Opera < 12.1 */
            animation: bounce 2s infinite;;  
}

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */
.swiper-container{margin:0 auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:27px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s opacity;-o-transition:.3s opacity;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic -prev{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:#000}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:.2s top,.2s -webkit-transform;transition:.2s top,.2s -webkit-transform;-o-transition:.2s transform,.2s top;transition:.2s transform,.2s top;transition:.2s transform,.2s top,.2s -webkit-transform}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s left,.2s -webkit-transform;transition:.2s left,.2s -webkit-transform;-o-transition:.2s transform,.2s left;transition:.2s transform,.2s left;transition:.2s transform,.2s left,.2s -webkit-transform}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s right,.2s -webkit-transform;transition:.2s right,.2s -webkit-transform;-o-transition:.2s transform,.2s right;transition:.2s transform,.2s right;transition:.2s transform,.2s right,.2s -webkit-transform}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-progressbar.swiper-pagination-white{background:rgba(255,255,255,.25)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-pagination-progressbar.swiper-pagination-black{background:rgba(0,0,0,.25)}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:'';width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}
.swiper-slide .caption{
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: rgba(0,0,0,.5);
    padding: 2px 6px;
    font-size: 12px;
    line-height: 1;
    color: #fff;
}

#thumbnail-gallery .swiper-button-prev, #thumbnail-gallery .swiper-button-next {
  width:100%;
  background-color:#FFF;
  background-color:rgba(255,255,255,0.8);
  height:28px;
  background-size: 30px 27px;
  right: 50%;
  left:auto;
  transform: translateX(50%);
}

#thumbnail-gallery .swiper-button-prev {
  background-image: url("data:image/svg+xml,%3Csvg enable-background='new 0 0 44 25' viewBox='0 0 44 25' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m22 0 22 22-2.1 2.1-19.9-19.9-19.9 19.9-2.1-2.1z'/%3E%3C/svg%3E");
  top:22px;
  bottom: auto;
}
#thumbnail-gallery .swiper-button-next{
  background-image: url("data:image/svg+xml,%3Csvg enable-background='new 0 0 44 25' viewBox='0 0 44 25' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m22 24.1-22-22 2.1-2.1 19.9 19.9 19.9-19.9 2.1 2.1z'/%3E%3C/svg%3E");
  bottom: 0;
  top: auto;
}
.video-link.video-playing:after,.video-link.video-playing:before{
  display:none;
}

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

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

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

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

#article-loop { margin: 0 auto; width: 100%; min-width: 100%; }
#bside{position:relative;}
#product-loop.loading:before{
  content: "";
    height: 100%;
    width: 100%;
    background-color: rgba(255,255,255,0.5);
    display: block;
    position: absolute;
    z-index: 5;
    left: 0;
  top:0;
}
#product-loop.loading:after{
    content: '';
  z-index:6;
    position: absolute;
    top: 80px;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: 5px solid grey;
    border-top-color: black;
    animation: lds-ring 2s linear infinite;
}
.article-index {
  margin: 0 5px 10px;
  border-radius: 0;
  overflow: hidden;
  padding-top: 20px;
}
.prev-prod {
  text-align: left;
}
.next-prod {
  text-align:right;
}
.rte h1, .rte h2, .rte h3, .rte h4, .rte h5{
  text-transform: none;
}
.rte {
    font-weight: 200;
}
.article-info-inner { width: 96%; margin: 0 auto; }

.article-info h2 { letter-spacing: inherit; margin-bottom: 10px; text-align: center; }
.comment-count { float: right; }
.post-tags { clear: left; display: block; text-align: center; }
.article-info p { font-size: 13px; margin-bottom: 0; }
.article-info a { text-decoration: none! important; text-transform: uppercase; }
.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; margin-right: 5px;  }

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


ul#blog-articles, #blog-article { list-style-type: none; display: flex; flex-wrap: wrap; }
.single-article { margin-bottom: 50px; padding-bottom: 10px; float: left; width: 100%; display:flex; flex-direction: column; justify-content: flex-start; box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;}
.single-article .posted { color:#919191;font-weight:400 }
.single-article h3 { text-align: center; margin-bottom:0;}
.article-body{text-align:center; padding:10px 15px;}
.single-article .post-tags { text-align: left; }


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


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

#article-body .rte { margin-top: 10px; }
#article-body a {text-decoration:underline}
#article-body p{ font-size: 16px; }

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

#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; }
dl {margin-left:15px;}
dt { font-weight: 400; display:list-item; color:#4A4A4A}
dd { margin-left: 0; font-weight:200; margin-bottom:10px; }

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

.article-content a { display: block; line-height: inherit; }
.readmore { display: inline-block; clear: left; text-align: center;  margin: 10px auto; }
.readmore { color: #ffffff! important; background: #000000! 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: #000000! important; background: #000000! important; text-decoration: none; }



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

/* ============================================== */
/* ================ search.liquid ================ */
/* ============================================== */
.search-content { text-align: center; padding: 10px; }
#search-bar { margin-bottom: 20px; margin-top: 20px; text-align: center;}
#search-bar #q {width: 300px; margin-left: auto; margin-right: auto; }

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

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

#forgot_password { margin-bottom: 15px; }
#customer-wrapper form { margin-top: 20px; }
#admin_header { margin-bottom: 30px; }
.view_address p { margin: 0; }
#customer_detail p { margin: 0; }
.address_table { margin-bottom: 20px; }

#order_address {
  clear: both;
  width: 100%;
  margin-bottom: 20px;
}
#customer-wrapper .accordion-tab{
  font-weight: 400;
}
#customer-wrapper .accordion ul{
  list-style: none;
  margin-bottom: 0;
}
#customer-wrapper .accordion a{
  font-weight: 200;
}
#customer-wrapper .accordion li{
  padding-left: 10px;
}
#order_details { margin: 0 auto; }

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

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

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

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


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

.center { 
  text-align: center;
}
.loginDiv{
  padding: 0!important;
}
table {
  border-spacing: 0;
}
th, td{
  padding: 5px 15px;
  
}
tr.odd{
  background-color: #f7f7f7;
}
td a {
  color: #6e91b7;
}
.order_date, #order_payment {
  margin-bottom: 20px;
}
.customer_address {
  display: block;
  margin-bottom: 20px;
}
/* ============================================== */
/* ================ footer ================ */
/* ============================================== */

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

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

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

#footer-wrapper .rte {
    margin-top: 30px;
}

#footer-wrapper h4 {
  color: #000000; 
  border-bottom: 1px solid #dddddd;
  padding-bottom: 5px;
  font-size:12px;
}

#footer-wrapper ul {
  list-style: none;
  margin-top: 30px;
}
#footer-wrapper li{
  font-size:13px;
}
#footer-wrapper ul li a {
  color: #000000;
  font-weight: 200;
}

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

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

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


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

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

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

ul#footer-icons {
  text-align: center;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #dddddd;
}

ul#footer-icons li {
  display: inline-block;
  margin: 0 10px;
  width: 30px;
  height: 30px;
  padding: 10px;
}

ul#footer-icons li a {
  font-size: 28px;
  color: #000000;
}

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

.credit { 
  text-align: center;
}

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

.credit a {
  color: #000000;
}

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

#mc_embed_signup {
  width: 100%;
}

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

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

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

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

#subs-container {
  margin-top: 30px;
}
#subscribe_popup h3 {
  font-size: 18px;
  margin-bottom: 22px;
}
#subscribe_popup p {
  font-size: 16px;
}
.left.fifty {
  width: 50%;
  float: left;
  display: inline-block;
}

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

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

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

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

.separator { padding-right: 5px; }

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

.scrollup:hover { 
  text-decoration: none; 
}
/*=============== Image Transitions ===================*/
.blur-up {
  -webkit-filter: blur(5px);
  filter: blur(5px);
  transition: filter 400ms, -webkit-filter 400ms;
}

.blur-up.lazyloaded {
  -webkit-filter: blur(0);
  filter: blur(0);
}

.fade-in {
  opacity: 0;
  transition: opacity 250ms ease-out;
}
.fade-in.lazyloaded {
  opacity: 1;
}
/*
.no-js img.lazyload {
	display: none;
}
*/
.additional-checkout-button{
  width: 100%;
}
.additional-checkout-button+.additional-checkout-button{
  margin-left: 0!important;
}
/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;
}
/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 5px;
    border-radius: 6px;

    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;

    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 0.3s;
}

/* Tooltip arrow */
.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}
.tooltip.big .tooltiptext {
  width: 400px;
  margin-left:-200px;
}
.badge {
  background-color: #000;
  width: 24px;
  display: inline-block;
  border-radius: 12px;
  height: 24px;
  line-height: 24px;
  color: #FFF;
  text-align: center;
}
/* 
 * Shifter v3.1.2 - 2014-10-28 
 * A jQuery plugin for simple slide-out mobile navigation. Part of the Formstone Library. 
 * http://formstone.it/shifter/ 
 * 
 * Copyright 2014 Ben Plum; MIT Licensed 
 */

.shifter-open {
  overflow: hidden;
}
.shifter-open .shifter-page *,
.shifter-open .shifter-header * {
  pointer-events: none;
}
.shifter-navigation {
  display: none;
  opacity: 0;
}
.shifter-enabled .shifter-page {
  min-height: 100%;
  position: relative;
  z-index: 1;
  background: #ffffff;
  box-shadow: 2px 0 2px rgba(0, 0, 0, 0.15);
  display: block;
  overflow: hidden;
}

.shifter-enabled .shifter-navigation {
  padding-top: 12px;
  width: 270px;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 0;
  background: #ffffff;
  display: block;
  overflow: auto;
  pointer-events: none;
  will-change: transform;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: -webkit-transform 0.2s ease;
          transition: transform 0.2s ease;
}
.shifter-enabled .shifter-page,
.shifter-enabled .shifter-header,
.shifter-enabled .shifter-navigation {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.shifter-handle {
  font-size: 26px;
  position: relative;
  cursor: pointer;
  display: inline;
  overflow: hidden;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.shifter-enabled .shifter-navigation {
  -webkit-transform: translate3D(270px, 0, 0);
      -ms-transform: translate3D(270px, 0, 0);
          transform: translate3D(270px, 0, 0);
  z-index: 9;
}


.shifter-open .shifter-navigation {
  opacity: 1;
  right: 0;
  pointer-events: all;
  -webkit-transform: translate3D(0, 0, 0);
      -ms-transform: translate3D(0, 0, 0);
          transform: translate3D(0, 0, 0);
  -webkit-box-shadow: rgba(0, 0, 0, .4) 0 4px 10px 5px;
  box-shadow: rgba(0, 0, 0, .4) 0 4px 10px 5px;

}
.no-csstransforms3d .shifter-enabled.shifter-navigation {
  right: -270px;
}

.no-csstransforms3d .shifter-enabled.shifter-open .shifter-navigation {
  right: 0;
}

.accordion-toggle, .accordion-toggle2 {cursor: pointer; position: relative;}
.accordion-content, .accordion-content2 {display: none;}
.accordion.open .accordion-content { display:block; }
.accordion.closed .accordion-content { display:none; }
.accordion-content.default, .accordion-content2.default {display: block;}
.accordion.grey-bg {
      background-color: #F5F4F0;
    padding: 10px;
    margin-bottom: 10px;
}
.accordion.grey-bg p {
  margin-bottom:0}
.accordion.grey-bg .accordion-tab{
  display: flex;
    justify-content: space-between;
}
.accordion-content ul{
  font-weight:200;
  font-size:12px;
  line-height:1.2;
  margin-left:30px;
  list-style-position:outside;
}

.accordion-content2 li{
  margin-left: 10px;
}
nav.shifter-navigation ul {
  list-style: none;
  margin: 10px 0 0 15px;
}
.fs_step{display:none}
  #fs_step_2 label{
    float:none;
    width: 100%;
    text-align: center;
  }
  #fit-size-lightbox .single-option-radio{
    display: flex;
    justify-content: center;
  }
  #fit-size-lightbox .single-option-radio.vert{
    flex-direction: column;
  }
  #fit-size-lightbox .single-option-radio.vert label{
    width:100%
  }
  #fit-size-lightbox form .single-option-radio label{
    display: flex;
    flex-direction: column;
    align-items: center;
    width:auto;
    text-transform:none;
  }
  #fit-size-lightbox form .single-option-radio label img{
    height:80px;
  }
  .featherlight-back{left:0}
#fit-size-lightbox .featherlight-content{
  min-height:250px;
  text-align:center
}
@media screen and (min-width: 580px) {
    #fit-size-lightbox .featherlight-content {
    min-width:580px;
  }
}
  
  #fit-size-lightbox .fs_title{
    font-size:16px;
    margin:20px 0;
    font-weight:900;
  }
  #fit-size-lightbox label{
    padding:9px;
    margin:10px 10px 0 0;
    border-radius: 4px;
  }
  #fit-size-lightbox .featherlight-close-icon,  #fit-size-lightbox .featherlight-back, #product-cut-compare .featherlight-close-icon{font-size:24px; margin: 12px;}
  #fit-size-lightbox .featherlight-content{padding:40px 25px 0;border-bottom-width:40px;min-height:340px;}
  
.range {
  display: flex;
}
.range__slider{margin-bottom:20px}
.range__slider [type="range"] {
  width: 100%;
  -webkit-appearance: none;
  height: 10px;
  border-radius: 6px;
  background: #f1f1f1;
  outline: none;
  padding: 0;
  margin: 0;
}

/* custom thumb */
.range__slider [type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  border-radius: 10px;
  background: #000;
  outline: 3px solid #000;
  cursor: pointer;
}

.range__slider [type="range"]::-webkit-slider-thumb:hover {
  background: #000000;
}

.range__slider [type="range"]::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  border-radius: 10px;
  background: #000;
  outline: 3px solid #000;
  cursor: pointer;
}

.range__slider [type="range"]::-moz-range-thumb:hover {
  background: #000000;
}

/* remove border */
input::-moz-focus-inner,
input::-moz-focus-outer {
  border: 0;
}
  #fit-size-result{font-size:40px;font-weight:700;line-height:1.2}
  #fs-actions.available #fs_atc{display:inline-block;margin-top:6px}
  #fs-actions.available #fs_soldout{display:none}
  #fs-actions.unavailable #fs_atc{display:none}
  #fs-actions.unavailable #fs_soldout{display:inline-block}
nav.shifter-navigation ul li{
  margin-top: 10px;
  font-weight: 700;
  text-transform: uppercase;
}
nav.shifter-navigation ul li a, .accordion-toggle {
  color: #000000;
  font-size: 16px;
  line-height: 1.5;
}
nav.shifter-navigation ul li a.current { border-bottom: 1px solid #666; text-decoration: none; }
.accordion-content .sub a{
  color: #555;
  text-transform: capitalize;
  font-weight: 400;
}
.shifter-navigation .accordion-toggle .icon{
  margin-left: 10px;
}
.shifter-navigation input#q {
  margin-left: 10px;
  width: 250px;
}

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


/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
* include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}
/* onboarding styles for new theme install */

.onboard { background: #eee;fill: rgba(28,29,29,0.3); }
.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;
}

.onboard-instagram {
  background: #f9f9f9;
  fill: rgba(28,29,29,0.3);
}
.faq-item {
  margin-bottom: 4rem;
}
.faq-item .accordion:after {
  display: none;
}
.faq-item .accordion.open {
  margin-bottom: 1rem;
}

@media screen and ( max-width: 1220px ) {
  .short-des { display: none; }  
}


@media screen and ( min-width: 1024px ) {
  p.theme-error {
    max-width: 175px;
  }
}


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

@media screen and ( max-width: 1024px ) {
  .mobile-hide { display: none!important; }
  ul#cart .seeks{ display: none; }
  .nav-container nav{ display:none; }
  #logo { padding-left: 12px; text-align: left; }
  .index ul#social-icons, ul#social-icons li { text-align: center; }  
  ul#cart {text-align: right;}
  .bannertop ul#cart, .bannertop ul#cart li {
    text-align: center;
  }  
  
  .bannertop { line-height: 40px; }
  .quick-shop { width: 100%; }
  .show { text-align: center; width: 100%; display: block; margin-bottom: 20px; }
  .product-info .rte { display: none; }
  ul#home-icons { text-align: center; }
  #social-area { text-align: center; }
  #BIS_trigger {text-align:center;display:block;margin:0 auto;}
  
  #product-price { text-align: center; }

  .product_page__meta form { margin-top: 0; padding-top: 0; }
  .product_page__meta .add {margin-left: auto; margin-right: auto;}
  .short-form{
    display: block;
    width: 100%;
  }
 
}

/* All Mobile Sizes (devices and browser) */

@media screen and (max-width: 980px) { 
  .collection__filter-container.active {
    transform: translateX(0);
    visibility: visible;
    overflow-y: scroll;
  }
  .collection__filter-container #filter-close {
    display: block;
  }
  .collection__filter-container .filter-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: #4a4a4a;
    padding: 12px 10px;
    font-weight: 700;
    border-bottom: 1px solid #e5e5e5;
  }
  .collection__filter-container .filter-title strong {
    font-weight: 700;
  }
  .filter-list {
    padding-left: 10px;
  }
  .filter-list li, .row-filter li {
    display: block;
  }
  .collection__filter-container .separator {
    display: none;
  }
  .collection__filter-container .reset-filter {
    display: block;
    padding-left: 10px;
  }

  #product-header h1 { 
    line-height: inherit;
    padding: 15px 0; 
  }


  ul#home-icons { text-align: center; }

  a.scrollup { display: none! important; }
  .mobile-none { display: none! important; }
  ul#main-nav { display: none; }

  .fr { display: none; }

  #content { margin-top: 0; }
  .home-intro { position: relative; }


  section.homepage-promo { padding: 20px 0; }
/*   .product-info { display: none; } */
  .product-info-mobile { display: block; }
  .product-info-mobile h3, .product-info-mobile h4 { letter-spacing: inherit; font-weight: normal; font-size: 12px; }

  .mfirst { clear: left; }


  select{
    max-width:300px;
  }	
  
  button.js-qty__adjust.js-qty__adjust--minus.quantity-increment, input.js-qty__num, button.js-qty__adjust.js-qty__adjust--plus.quantity-increment {
    float: none;
    margin: 0 0px 20px;
    -webkit-appearance: none;
  }

  input.js-qty__num {
    width: 80px! important;
    max-width: 80px;
    margin-left: -3px;
    margin-right: -3px;
  }
  #sidebar label {text-align:left;}  
  td.label{
    text-align: left;
  }
  .selector-wrapper { text-align: center; }

  .ajaxified-cart-feedback.success { text-align: center; }

  .sorting { text-align: center; }

  .posted { text-align: center! important; }
  #blog-sidebar #social-icons { margin-bottom: 20px; }
  ul#blog-recent, ul#blog-tags { text-align: center; }

  .readmore { text-align: center; }

/*   .product-modal { display: none; } */
  ul#cart li.cart-overview:hover #crt { display: none! important; }

  .show { text-align: center; width: 100%; display: block; margin-bottom: 20px; }

  p.product-note { text-align: center; }
  #page-sidebar { margin-top: 20px; text-align: center; }

  #looked-at { display: none; }  

  #cart-notes { display: none; }


  .first { clear: none; }
  .product:nth-child(2n+1) { clear: left; }
  .what-is-it { text-align: center; }


  #basket-right p { text-align: center; }
  #basket-right h4 { font-weight: normal; text-align: center; margin: 20px 0 30px; }


  .address.note {
    text-align: center;
    margin-bottom: 50px;
  }

  p.email.note {
    text-align: center;
  }

  .note.order_date {
    text-align: center;
    margin-bottom: 20px;
  }

  div#order_shipping p, div#order_payment p {
    text-align: center;
  }
  .single-option-selector { margin: 0 auto; }

  #footer-wrapper { text-align: center! important; }
  
}
.featherlight-content {
  max-width:98%;
}
.product-recommendations__list {
  overflow-x: scroll;
  white-space: nowrap;
  min-width: 600px;
}

.product-recommendations__list .product-item {
  display: inline-block;
  width: 33%;
}
.recommendation_footer > div {
  width: 100%;
  display: inline-block;
}
.recommendation_footer .continue {
  display: none ;
  cursor: pointer;
}
.recommendation_footer {
  background-color: #4a4a4a;
  height: 50px;
  line-height: 47px;
  color: #FFF;
  padding: 0 20px;
  margin-top: 30px;
}


.recommendation_footer .button {
  position:relative;
  margin:0;
}
@media screen and (min-width: 480px) {
  .recommendation_footer > div { width: 48%; }
  .recommendation_footer .continue {
    display: inline-block;
  }
}
@media screen and ( max-width: 680px ) {
  .product-recommendations__list {
    min-width: auto;
  }
  .product-recommendations__list .product-item {
    width: auto;
  }
  .product-recommendations__list::-webkit-scrollbar {
    width: 12px;
  }

  .product-recommendations__list:-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #4a4a4a;
    -webkit-border-radius: 10px;
    border: 5px solid #FFFFFF;
    border-radius: 10px;

  }
  .product-recommendations__list::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 5px solid #FFFFFF;
    background: #4a4a4a;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  }
}
.lds-ring {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid #4a4a4a;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #4a4a4a 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);
  }
}
.author{
  text-transform: uppercase;
}
.author:before{
  content: "";
    position: relative;
    display: block;
    height: 2px;
    background-color: black;
    width: 40px;
    text-align: center;
    margin: 8px auto 10px;
}
.flex-center{
      display: flex;
    align-items: center;
      flex-wrap: wrap;
}

/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.7.13 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2018, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/

html.with-featherlight{overflow:hidden}.featherlight{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:2147483647;text-align:center;white-space:nowrap;cursor:pointer;background:#333;background:rgba(0,0,0,.8)}.featherlight:last-of-type{background:rgba(0,0,0,.8)}.featherlight:before{content:'';display:inline-block;height:100%;vertical-align:middle}.featherlight .featherlight-content{position:relative;text-align:left;vertical-align:middle;display:inline-block;overflow:auto;padding:25px 25px 0;border-bottom:25px solid transparent;/*margin-left:5%;margin-right:5%;*/max-height:95%;background:#fff;cursor:auto;white-space:normal}.featherlight .featherlight-inner{display:block}.featherlight script.featherlight-inner,.featherlight link.featherlight-inner,.featherlight style.featherlight-inner{display:none}.featherlight .featherlight-close-icon, .featherlight-back{position:absolute;z-index:9999;top:0;right:0;line-height:25px;width:25px;cursor:pointer;text-align:center;font-family:Arial,sans-serif;background:#fff;background:rgba(255,255,255,.3);color:#000;border:none;padding:0}.featherlight .featherlight-close-icon::-moz-focus-inner{border:0;padding:0}.featherlight .featherlight-image{width:100%}.featherlight-iframe .featherlight-content{border-bottom:0;padding:0;-webkit-overflow-scrolling:touch}.featherlight iframe{border:none}.featherlight *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}@media only screen and (max-width:1024px){.featherlight .featherlight-content{margin-left:0;margin-right:0;max-height:98%;padding:10px 10px 0;border-bottom:10px solid transparent}}@media print{html.with-featherlight>*>:not(.featherlight){display:none}}
.color-boxes{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .color-box{    display: flex;
    flex-direction: column;
    align-items: center;
    min-width:105px;
    min-height:125px;
}
#_ua_bannerAcceptButton {
  background-color: #64bf48;
}
#sec-banner-div .upsell-gdpr-banner-message {
  padding: 35px 0;
}
@media screen and (max-width: 1024px) {
 #_ua_bannerAcceptButton {
  width: 100%;
  text-align: center;
}
#sec-banner-div > div {
  flex-direction: column-reverse;
  width: 100%;
}
#sec-banner-div > div > div {
  margin-left: 0!important;
}

}
#apple-business-chat-widget {
  margin: 15px auto;display:block;position:relative;max-width:500px;
}
#apple-business-chat-widget button {
  background-color:#3080FF;
}
#apple-business-chat-widget svg path {
  fill:#3080FF!important;
}
.caret-down {
    border: solid black;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
  	-webkit-transform: rotate(45deg);
  }
.read-more-trigger{
    cursor:pointer;
    font-weight:700;
    color:#d3d3d3;
  position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: block;
    text-align: center;
  text-transform:lowercase;
  margin-left:0!important;
  margin-right:0!important;
    margin: 0;
    padding-bottom: 10px;
    padding-top: 121px;
    background-image: linear-gradient(to bottom, #ffffff42, white);
    background: rgb(255,255,255);
    background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 30%, rgba(255,255,255,0) 60%);
    background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 30%, rgba(255,255,255,0) 60%);
    background: linear-gradient(0deg, rgba(255,255,255,1) 30%, rgba(255,255,255,0) 60%);
  }
.desc-index strong{
  font-weight: 700;
  margin-top: 50px;
  display: block;
  margin-bottom: 30px;
}
.desc-index li{
  font-size:12px;
  line-height:1.6;
}
strong.mb10{
  margin-bottom:10px;
}
.list-unstyled{
  list-style: none;
}
a.decorated{
  text-decoration:underline;
}
/* judge.me */
.fit_guide{cursor:pointer; text-decoration:underline; text-transform:uppercase}

@font-face{font-family:'JudgemeIcons';src:url("data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAAqIAA0AAAAAD8QAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAKbAAAABoAAAAciEdeDUdERUYAAApQAAAAHAAAAB4AJwAcT1MvMgAAAZAAAAA/AAAAYA8S/S1jbWFwAAACCAAAAFsAAAFm4GDoG2dhc3AAAApIAAAACAAAAAgAAAAQZ2x5ZgAAApQAAAZlAAAJVBlOYuhoZWFkAAABMAAAACwAAAA2FkF7gWhoZWEAAAFcAAAAHAAAACQIQgRXaG10eAAAAdAAAAA3AAAAWEvVCNhsb2NhAAACZAAAAC4AAAAuEAQN1G1heHAAAAF4AAAAGAAAACAAGwCNbmFtZQAACPwAAADcAAABm/pYTdhwb3N0AAAJ2AAAAG8AAADlulEkWHjaY2BkAAMD1hsy8fw2Xxm4WcD8m4GzmxD0/wMsDcwHgFwOBiaQKAARhgp3eNpjYGRgYD7w/wADA0sDAwOYZGRABWIAYmgDo3jaY2BkYGAQY+hmYGEAASYGNAAAEKIAqXjaY2Bmfs04gYGVgYFpJtMZBgaGfgjN+JrBmJGTARUwCqAJMDgwMD4QZz7w/wCDAzMQg9QgySowMAIAcUwLQgB42mNhgADGUAjNBMQsDAyTWBgYw4A4D4hB/AYgfgfEq4BYC4oZoHIweaB6Bgcwv4GBAQDy4wX9AHjaY2BgYGaAYBkGRgYQSADyGMF8FgYXIM3DwMHABGQzMig84Hwg/v/v//9gdQoPGB8IQHj/nyiwyP8D6+NhQABGkLmMbEDMDBVgAhJMDKgAaBcLw/AGAADgEDkAAAAAAAAIAAgAEAAYACwAQABUAG4AlACuAQYBPAF0AdAB9gJuApIC7AMsA/IEqgAAeNqFVEts2+Yd/x6yqLdJiQ9LlmSJlEhRsqkHKdF62PMSz06VNHYMW5u7uEjRrMtsLG2BAUOBHZQCA4rmtKAoBuySWwHZlx0zoIAOPna3Ncdhp2FYgR56KQYk9P4krcJdA+wD+fH/8fs/f/8Hwmi2CEJdgv7/+Ql6RMfkczSHUBlLWLPxGJ8PHPT14D+XX5cb4xE6JU/IqcuHGYkJY/Lk/HxwARrIu0BgXzXGD4Fv4vOFiWZreILRBRqcn5PTC5/wrAP3KU0CH0VhEDM5pQw6JQaj0YgkPb0DEHHQwFM9OHc9HqMaHdMaCiDe9aJImTk+qBRltc1ZHbPYEgV8/AnZn36CJ6by8ky2TIXsyxY+mWI0PVZM/2jJrq6vwT66ah/bYYieTEYjZ3Pg++zax26Q7gGsTtABHVGMWJRFK6gLci0pjyUxh4tty17HdicFPoBL4JHVSclMAjNB71IzsKZSOSjwotnqtC2VoFq/d6KWX+6X1ZNev7Z1/+1t963XjaEkkZAkDY16vQyc8OJH0WitUKyOx9VioRaN4vE7W9tvg8A7jhGJZufZiGFE2PlsNILH7bLaaoGQG2P14kv6HPCiqODHSME9jg8yGPxZw7aLnK2Aq3ZqHZu0enY2ka1EzPmXEQ5XnW9kixBKPwxXF2nNAXWW7IyS+ZjzTyMsJBLnTSWwF54P4WUx79qC3DynjwAZ1xZjAgwMTeBZdmwMSOUgZy0RcyZHn89UO2PXJF5wTeKEbL3YPyMYFLOM8zcpZyp4AiZxxgiL8cR5ywkR5PjViz4MIJpAJvoR2BNMMCV7KF9mwmyJkm3ATy8JAu8lymx5d4CqViwrbUVQBFMw2ybeehbce6taLtksLLtUrtY3Uj+r/fraZr9/mM5k0of9/uZWr7cnSpQ6fyV/uect/O17pV+xnK2Wa7WyanNskTuorPjcvuSCdNDrb7HpeNgTgP5AF1OK6BRJbkbayqxGwBGAxfSyQe49fWro+hqXHI+nTwvTFEXTJLem68a9qZuH6b14yu01t5EAgw20AwdQA6HBfiVmUVI9SLQEdg9AZj3CxUrVABCfEP8HmzZ8Ayi7Vig2YkvXS9ndlZqmdlmOkh+vrT9sNLT4vFlNN4W3bsSz85FUhD/5Sef3w3g6pqjqnVpt+Q/vvvdHTcNLbYH8Pc7R1KCczDD5Est1VXU5thCjHNfVtIbUyXXu5jAkH+Nbv0kEKMHre6TaIFhMcgtMsGOfHZ88YOKMaBe82QL9fwqz6tTrfpvThO83fw6T55NJJumg5MJCkqBkBn81cZYnn7pHfObun7p6KBpBH0/oAVpEddSHuTeL3APr+xVDi5LpN83MVB+nLLe6/D4naFnTehysnqYtX6H3Mbr9kdxqKi/33f2jrZ1ud8d9v+RYuF65KrYCNMuR8T50GPLGFJItZ+Lz7/g+b8A2hVynUQ7pbu0IJvSsP38ETuEscDzoEkXo89RsBoGfePxnmjy8vl2rNcKhZ+ntG+ozZwprtVJZdV+y8fNiT+BvNJtd5wvMNe8f2s6/ycbLKfmHz7Dq99vFNODW7SL6GKy/uqsup5yqwXEdN/PYfDWyoiR2vAu3PNtX0ISfbT8QXmw2PG4mOKvi7xrbj5n3rgGq46Ojx3qloj8+Ojq+SsvXluJyKCBFu3KrWlvjOEEYtlrdG3ZnmEo1qkGG4BDFmCZSx2/u/XK3X9RDkcXFXLEeZ5hkKEwZStYs66YgKMoHu3fu3r2z+4Gi+DSd/tCcT7/YjIbFa1n2DSEviDdbrZ5dr2/yKVEaNppW80GK0mCgFAHd3Gp2+Ntf7L7xfr1Y2cmly2tGvpTPvV4qxbOvZRb06snGxvZVkz6NvsvFGHKhod9B9QKcgt/IP5yBl1AFASvsD4E8vny8HJk9lzYFEA76cLe9FGivgtwdILMHcuTyBzZK2RAbsg4LvC4OrPZtUZLE221r4NPZ9FzwxWetNsdy5pKUCxCM56LBZD0dCAXYAstXeH1l5ajRaJivY7ysKM1EvFJ5/ObR8YO7Rx/rOl26Lodblcy6ou7o+o6qrGf68mqCxaSizAV5fsuot9t1Y4vnfbp6cym2QP6k3+/k+4s5k583FsPJcCASTKYwIWNK9Ew6NzdHFjM/tZh5Jlsq7RlGc3Tr1vuFYmHp4XB4kOBI9XZBkGNxWDFZALj/C8y4nYYAAAB42nXOsWrCUBjF8X80WrQgnUrpdEenoOADdCp1cOkgHRvjJQT0XogRdO8jdOwz9GF8Ik/CtyZww+87N+cjwIx/Eton4YEn80Cem4fymzmVv8wjHrmYx8p/zVNeuamVpBMls25D64H8Yh7KC3Mqf5hHPPNtHiv/MU9Z8UdFQeSoEwlQFfEYo/CJp+TMgZxaoy/Ph1zo+74v32pPzUn3be5Ykukv2fr6VMXgltmiv/vezY1apbaEblOu2bNXtuOq97rrbqybqRRD40offJ03fu92V7cu4kb7Mu7l2z5DeNp9zDsOglAUBuEzFwUfKALGddyjKLIA14ImxtBYuHsT+BM7p/m6sWD/O5gRLJBYwow5KRkLlqxYk7NhS8GOkoqafdo/P8Pds/frEWMcvf08ypNs5FleZCuvspv0KPVz/Vw/18/1c/28/QIV6CpqAAABAAH//wAPeNpjYGRgYOABYjEgZmJgBEJRIGYB8xgABIUARHjaY2BgYGQAgqtL1DlA9M3A2U0wGgA+oQY4AAA=") format("woff");font-weight:normal;font-style:normal}.jdgm-widget.jdgm-widget{display:block}.jdgm-widget .jdgm-temp-hidden{display:block}.jdgm-lock-scroll{overflow:hidden}.jdgm-clearfix:before,.jdgm-clearfix:after{display:block;content:'';clear:both}.jdgm-ellipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.jdgm-line-clamp{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.jdgm-divider-top{margin-top:16px;padding-top:16px;border-top:1px solid #eee}.jdgm-preview-badge.jdgm--from-js .jdgm-prev-badge[data-average-rating='0.00']{display:none !important}.jdgm-paginate{width:100%;padding-top:16px;text-align:center}.jdgm-paginate__page{display:inline-block;line-height:1;padding:4px 8px;cursor:pointer;vertical-align:middle}.jdgm-paginate__page.jdgm-curt{font-weight:bold;font-size:150%;pointer-events:none}.jdgm-paginate__first-page,.jdgm-paginate__last-page,.jdgm-paginate__prev-page,.jdgm-paginate__next-page{font-family:'JudgemeIcons';font-weight:bold;font-size:110%;padding:4px}.jdgm-paginate__first-page:before{content:'\e004'}.jdgm-paginate__last-page:before{content:'\e006'}.jdgm-paginate__prev-page:before{content:'\e002'}.jdgm-paginate__next-page:before{content:'\e003'}.jdgm-all-reviews-widget,.jdgm-rev-widg{padding:24px;border:1px solid #eee;margin-top:24px;margin-bottom:24px}.jdgm-rev-widg.jdgm-rev-widg{display:block;clear:both}.jdgm-rev-widg[data-number-of-reviews='0'] .jdgm-rev-widg__summary-stars,.jdgm-rev-widg[data-number-of-reviews='0'] .jdgm-rev-widg__summary-text{display:inline-block}.jdgm-rev-widg[data-number-of-reviews='0'] .jdgm-rev-widg__summary-stars{margin-right:8px}.jdgm-rev-widg[data-number-of-reviews='0'] .jdgm-rev-widg__sort-wrapper{display:none}.jdgm-rev-widg[data-number-of-reviews='0'] .jdgm-paginate{display:none}.jdgm-rev-widg__header:after{display:block;content:'';clear:both}.jdgm-rev-widg__title{margin-bottom:8px}.jdgm-rev-widg__summary{float:left}.jdgm-ask-question-btn,.jdgm-write-rev-link{border:1px solid currentColor;padding:5px 10px;text-align:center;display:inline-block}.jdgm-widget-actions-wrapper ~ .jdgm-rev__br,.jdgm-rev-widg__sort-wrapper ~ .jdgm-rev__br,.jdgm-rev-widg__summary ~ .jdgm-rev__br{clear:both}.jdgm-ask-question-btn{margin-left:8px}.jdgm-rev-widg__sort-wrapper{clear:both}.jdgm-sort-dropdown-wrapper{float:right}.jdgm-sort-dropdown.jdgm-sort-dropdown{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-block;width:auto;padding:0 20px 0 8px;font-size:12px;line-height:2;background:transparent;text-indent:0;border:1px solid #ddd;max-width:100%}.jdgm-sort-dropdown-arrow{margin-left:-16px;display:inline-block;width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:6px solid black}.jdgm-rev-widg__paginate-spinner-wrapper{display:none;margin-top:16px;padding-top:24px;border-top:1px solid #eee}.jdgm-all-reviews-page__wrapper{max-width:80vw;margin-left:auto;margin-right:auto;float:none}.jdgm-all-reviews-page__wrapper .jdgm-branding-footer{display:block;font-family:'Arial', sans-serif;font-size:11px;text-align:center;color:initial;font-weight:300;margin:12px 0 -22px}.jdgm-all-reviews-widget>.jdgm-spinner{margin-top:8px}.jdgm-all-reviews__header:after{content:' ';display:table;clear:both}.jdgm-all-reviews__summary{float:left}.jdgm-all-reviews-page__load-more-wrapper{text-align:center}.jdgm-all-reviews-page__load-more{border:1px solid currentColor;padding:5px 10px;text-align:center;display:inline-block;cursor:pointer}@media only screen and (max-width: 767px){.jdgm-all-reviews-page__wrapper{max-width:90vw}.jdgm-widget-actions-wrapper{width:100%}.jdgm-ask-question-btn,.jdgm-write-rev-link{width:100%;margin-bottom:16px;display:block;margin-left:0}}.ui-tabs.ui-widget .jdgm-rev-widg{border:none;padding:0;margin-top:0}.jdgm-widget.jdgm-widget[data-auto-install="true"],.jdgm-carousel-wrapper[data-auto-install="true"]{display:none}.jdgm-widget .jdgm-review-search.jdgm-review-search{display:block;margin-bottom:12px}.jdgm-widget-actions-wrapper{float:right;text-align:right}.jdgm-histogram{float:left;padding:4px 16px;margin:0 24px;font-size:12px;border-left:1px solid #eee;border-right:1px solid #eee}.jdgm-histogram+.jdgm-rev__br{clear:both}.jdgm-rev-widg[data-number-of-reviews='0'] .jdgm-histogram{display:none}.jdgm-histogram__row{height:16px;line-height:16px;margin-bottom:5px;cursor:pointer;white-space:nowrap}.jdgm-histogram__row[data-frequency='0']{pointer-events:none}.jdgm-histogram__row:last-of-type{margin-bottom:0}.jdgm-histogram__row:hover{opacity:0.6}.jdgm-histogram__row--selected .jdgm-histogram__bar:after{width:100%}.jdgm-histogram__clear-filter{display:none;margin-top:8px;font-size:14px}.jdgm-histogram__star{display:inline-block;vertical-align:middle}.jdgm-histogram__star .jdgm-star{font-size:14px;font-weight:normal;line-height:16px;vertical-align:middle}.jdgm-histogram__bar{position:relative;display:inline-block;width:120px;height:100%;margin:0 2px 0 4px;vertical-align:middle;box-shadow:inset 0 0 1px #666}.jdgm-histogram__bar:after{content:' ';display:block;position:absolute;top:0;left:0;height:100%;width:0;background:#fbcd0a;opacity:0.3;transition:width 0.35s ease}.jdgm-histogram__bar-content{height:100%;font-size:9px;line-height:16px;background:#fbcd0a;box-shadow:inset 0 0 1px #888;-webkit-transition:width .3s ease;transition:width .3s ease}.jdgm-histogram__percentage{display:inline-block;width:32px;vertical-align:middle}.jdgm-histogram__frequency{display:inline-block;margin-left:3px;vertical-align:middle}.jdgm-review-widget--medium .jdgm-histogram{width:100%;margin:16px 0 4px 0;padding:0;border:none}.jdgm-review-widget--small .jdgm-histogram{width:100%;margin:16px 0 4px 0;padding:0;border:none}.jdgm-review-widget--small .jdgm-histogram .jdgm-histogram__bar{width:80px}.jdgm-review-widget--small .jdgm-histogram .jdgm-histogram__star .jdgm-star{padding-right:2px !important}.jdgm-review-widget--small .jdgm-histogram .jdgm-histogram__star .jdgm-star:last-of-type{padding-right:0 !important}@media only screen and (max-width: 768px){.jdgm-histogram{width:100%;margin:16px 0 4px 0;padding:0;border:none}}@media only screen and (max-width: 320px){.jdgm-histogram__bar{width:80px}.jdgm-histogram__star .jdgm-star{padding-right:2px !important}.jdgm-histogram__star .jdgm-star:last-of-type{padding-right:0 !important}}.jdgm-question-form-wrapper,.jdgm-form-wrapper{margin-top:16px;border-top:1px solid #eee}.jdgm-widget label{display:block;width:100%;margin:20px 0 5px 0;font-size:14px;font-size:1rem;line-height:1}.jdgm-widget label.error{width:100%;background:#ff0;margin:0}.jdgm-widget .jdgm-form__inline-label{display:inline-block;margin-right:3px;width:auto}.jdgm-widget input:not([type='submit']){width:100%;min-height:2em;margin:0;border:1px solid #ddd}.jdgm-widget textarea{width:100%;border:1px solid #ddd}.jdgm-widget .jdgm-custom-forms .jdgm-spinner{margin-top:16px}.jdgm-widget .jdgm-cf__quest-label{margin-top:15px}.jdgm-widget .jdgm-cf__required-sym{color:red;font-size:120%;vertical-align:middle}.jdgm-widget label.jdgm-cf__option{margin:0;padding:6px 0}.jdgm-widget input.jdgm-cf-input:not([type='text']){width:auto;margin-right:8px;vertical-align:middle}.jdgm-widget .jdgm-submit-question,.jdgm-widget .jdgm-submit-rev{margin-top:11px}.jdgm-form__title-fieldset>label,.jdgm-form__body-fieldset>label,.jdgm-form__name-fieldset>label{display:inline-block;margin-right:3px;width:auto}.jdgm-form__reviewer-name-format-dropdown-wrapper{position:relative}.jdgm-form__reviewer-name-format-dropdown{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:none;border-bottom:1px solid #ddd;color:#333333;border-radius:0;padding-left:0;padding-bottom:0;padding-top:0;margin-bottom:4px;padding-right:20px;width:auto;max-width:auto;display:inline-block}.jdgm-form__reviewer-name-format-dropdown-arrow{margin-left:-16px;display:inline-block;width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:6px solid black;vertical-align:middle}.jdgm-countdown{font-size:12px;font-size:0.75rem}.jdgm-notification{color:green;font-weight:bold;border-top:1px solid #eee;padding-top:16px;margin-top:16px}.jdgm-form-dynamic-wrapper.jdgm-form-dynamic-wrapper{display:none}.jdgm-form-dynamic-wrapper.jdgm-show{display:block;height:100vh;visibility:visible}.jdgm-form-dynamic-wrapper{position:fixed;top:0;right:0;left:0;bottom:0;z-index:99999999}.jdgm-form-dynamic{position:absolute;transform:translateX(-50%);-ms-transform:translateX(-50%);-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-o-transform:translateX(-50%);top:20%;left:50%;height:100%;max-height:420px;width:100%;max-width:500px;background:white;padding:32px;text-align:center;overflow:auto}.jdgm-form-dynamic .jdgm-form-dynamic__next{float:right}.jdgm-form-dynamic .jdgm-form-dynamic__back{float:left}.jdgm-form-dynamic .jdgm-form-dynamic__submit-rev{margin-top:0;float:right;display:none}.jdgm-form-dynamic .jdgm-form-dynamic__row{padding-top:32px;font-size:16px;width:auto;text-align:left;min-width:65%;display:none;max-height:85%;overflow-x:auto}.jdgm-form-dynamic .jdgm-form-dynamic__row label{font-size:18px}.jdgm-form-dynamic .jdgm-form-dynamic__row .jdgm-cf__option{font-size:16px}.jdgm-form-dynamic .jdgm-form-dynamic__row.jdgm-form-dynamic__picture-upload-field{width:100%;text-align:center;padding-top:24px}.jdgm-form-dynamic .jdgm-form-dynamic__row.jdgm-form-dynamic__picture-upload-field label{font-size:24px;font-weight:bold;margin:0 0 16px 0}.jdgm-form-dynamic .jdgm-form-dynamic__row.jdgm-form-dynamic__picture-upload-field .jdgm-picture-fieldset__box{width:24%;margin:8px 8px 0 0}.jdgm-form-dynamic .jdgm-form-dynamic__row.jdgm-form-dynamic__rating-fieldset{padding-top:48px;text-align:center}.jdgm-form-dynamic .jdgm-form-dynamic__row.jdgm-form-dynamic__rating-fieldset label{font-size:24px;font-weight:bold;margin:24px 0}.jdgm-form-dynamic .jdgm-form-dynamic__row.jdgm-form-dynamic__rating-fieldset .jdgm-form-dynamic__rating{font-size:40px}.jdgm-form-dynamic .jdgm-form-dynamic__row.jdgm-form-dynamic__submit-slide{width:90%}.jdgm-form-dynamic .jdgm-form-dynamic__row.jdgm-active,.jdgm-form-dynamic .jdgm-form-dynamic__buttons-row.jdgm-active{display:inline-block}.jdgm-form-dynamic__buttons-row{position:absolute;bottom:25px;left:50px;right:50px;display:none}.jdgm-form-dynamic__row.jdgm-active .jdgm-form-dynamic__submit-rev,.jdgm-form-dynamic__row.jdgm-active .jdgm-form-dynamic__buttons-row{display:inline-block}.jdgm-form-dynamic__title-fieldset>label,.jdgm-form-dynamic__body-fieldset>label{display:inline-block;margin-right:3px;width:auto}@media all and (max-width: 480px){.jdgm-form-dynamic.jdgm-form-dynamic{top:0;height:100%;max-height:100%;min-height:400px;overflow-x:scroll}.jdgm-form-dynamic .jdgm-form-dynamic__row{width:90%}.jdgm-form-dynamic .jdgm-form-dynamic__row .jdgm-cf__option{font-size:14px}.jdgm-widget .jdgm-form-dynamic .jdgm-picture-fieldset__box{min-width:70px}.jdgm-form-dynamic__buttons-row{left:10px;right:10px}}@media all and (max-width: 320px){.jdgm-form-dynamic .jdgm-form-dynamic__row{width:100%}.jdgm-form-dynamic .jdgm-form-dynamic__buttons-row{left:4px;right:4px}}.jdgm-preview-badge--with-link{cursor:pointer}.enforce-center-preview-badge:after{clear:both;content:' ';display:table}.enforce-center-preview-badge .jdgm-prev-badge__stars{float:left;text-align:right;width:49%;width:calc(50% - 3px)}.enforce-center-preview-badge .jdgm-prev-badge__text{float:right;text-align:left;width:49%;width:calc(50% - 3px)}.jdgm-prev-badge.jdgm--waiting-for-batch-done{display:none !important}.jdgm-qa-badge{margin-left:8px;padding-left:8px;border-left:1px solid}.jdgm-qa-badge.jdgm-qa-badge__pos-below{margin-left:0;padding-left:0;border-left:none;display:block}.jdgm-qa-badge__icon{font-family:'JudgemeIcons';padding-right:4px;display:inline-block;vertical-align:middle}.jdgm-qa-badge__icon:before{content:'\e017'}.jdgm-qa-badge__text{display:inline-block;vertical-align:middle}.jdgm-quest,.jdgm-rev{position:relative;overflow:hidden;border-top:1px solid #eee;padding-top:16px;margin-top:16px}.jdgm-quest .jdgm-rev__icon:after,.jdgm-rev .jdgm-rev__icon:after{display:none}.jdgm-quest[data-verified-buyer=true] .jdgm-rev__icon:after,.jdgm-rev[data-verified-buyer=true] .jdgm-rev__icon:after{font-family:'JudgemeIcons';display:block;position:absolute;bottom:0;right:0;font-size:9px;font-weight:bold;border-radius:50%;width:16px;height:16px;line-height:15px;border:1px solid white}.jdgm-rev__header{margin-bottom:5px}.jdgm-rev__header:after{display:block;content:' ';clear:both}.jdgm-rev__icon{position:relative;float:left;width:3.2em;line-height:3.2em;margin-right:12px;text-align:center;border-radius:50%;color:#333333;background-color:#e9e9e9}.jdgm-rev__timestamp{opacity:0.35;margin-left:4px}.jdgm-rev__timestamp+.jdgm-rev__br{padding-bottom:1px}.jdgm-rev__timestamp.jdgm-spinner{display:inline-block;width:18px;height:18px;vertical-align:middle;font-size:0;color:transparent;border-width:2px;border-left-color:#aaa}.jdgm-rev__title{display:block;font-size:110%}.jdgm-rev__author-wrapper{font-weight:bold}.jdgm-rev__location{opacity:0.35}.jdgm-rev__body>p{margin-bottom:16px}.jdgm-rev__body>p:last-of-type{margin-bottom:0}.jdgm-rev__body-read-more{display:none;cursor:pointer}.jdgm-ans__body.is-truncated .jdgm-rev__body-read-more,.jdgm-rev__body.is-truncated .jdgm-rev__body-read-more{display:inline}.jdgm-rev__cf-ans{margin-top:8px}.jdgm-rev__cf-ans:last-of-type{margin-bottom:8px}.jdgm-rev__cf-ans__title{display:block;font-size:90%}.jdgm-cf-bars-wrapper{display:inline-block;font-size:0;margin-right:4px}.jdgm-cf-bar{display:inline-block;width:25px;height:8px;margin:2px 2px 0 0;background:currentColor;opacity:0.1}.jdgm-cf-bar.jdgm--filled{opacity:1}.jdgm-rev__reply{padding:0 16px;border-left:3px solid #ddd;background:#f2f2f2}.jdgm-rev__replier-wrapper{margin:16px 0 0 0;padding-top:8px}.jdgm-rev__reply-content{margin:0;padding-bottom:8px}.jdgm-rev__actions:after{content:'';display:block;clear:both}.jdgm-rev__social{float:left}.jdgm-rev__votes{float:right}.jdgm-rev__social-inner,.jdgm-rev__votes-inner{margin-top:4px;margin-bottom:-4px}.jdgm-rev__thumb-count{margin-right:12px}.jdgm-rev__thumb-count:last-of-type{margin-right:0}.jdgm-rev__share-btn,.jdgm-rev__thumb-btn{display:inline-block;margin-right:4px;text-align:center;font-family:'JudgemeIcons';color:#666;padding:4px 8px;font-size:16px;cursor:pointer}.jdgm-rev__share-btn:hover,.jdgm-rev__thumb-btn:hover{opacity:1}.jdgm-rev__share-btn:first-of-type,.jdgm-rev__thumb-btn:first-of-type{margin-left:-8px}.jdgm-rev__thumb-btn:hover{color:#000}.jdgm-rev__share-fb:before{content:'\e011'}.jdgm-rev__share-fb:hover{color:#3b5998}.jdgm-rev__share-twitter:before{content:'\e012'}.jdgm-rev__share-twitter:hover{color:#1da1f2}.jdgm-rev__share-google:before{content:'\e010'}.jdgm-rev__share-google:hover{color:#dd4b39}.jdgm-rev__share-pinterest:before{content:'\e016'}.jdgm-rev__share-pinterest:hover{color:#e60023}.jdgm-rev__share-linkedin:before{content:'\e015'}.jdgm-rev__share-linkedin:hover{color:#0073b1}.jdgm-rev_thumb-up:before{content:'\e009'}.jdgm-rev_thumb-down:before{content:""}.jdgm-rev__buyer-badge{display:none;padding:3px 7px;font-size:11px;line-height:1;vertical-align:text-top}.jdgm-buyer-badge--top-right .jdgm-rev__timestamp ~ .jdgm-rev__br,.jdgm-buyer-badge--right-of-timestamp .jdgm-rev__timestamp ~ .jdgm-rev__br{display:inline}.jdgm-buyer-badge--top-right .jdgm-rev__buyer-badge-wrapper:after,.jdgm-buyer-badge--right-of-timestamp .jdgm-rev__buyer-badge-wrapper:after{display:block;content:''}.jdgm-buyer-badge--top-right .jdgm-rev__buyer-badge{float:right;font-size:inherit}.jdgm-buyer-badge--removed .jdgm-rev__buyer-badge{display:none !important;visibility:hidden !important}.jdgm-buyer-badge--right-of-timestamp .jdgm-rev__buyer-badge-wrapper{margin-left:4px}.jdgm-buyer-badge--text-only .jdgm-rev__buyer-badge{display:inline;padding:0;font-size:inherit;vertical-align:inherit}.jdgm-rev_all-rev-page-picture-separator{display:inline-block;margin:0 20px;border-left:2px solid #ddd;height:120px}.jdgm-widget .jdgm-picture-fieldset-title{margin:20px 0 5px;font-size:15px;line-height:1}.jdgm-widget .jdgm-picture-fieldset__input{position:absolute;display:inline-block;width:100%;top:0;bottom:0;left:0;right:0;opacity:0;padding:0;margin:0;font-size:14px;visibility:visible;cursor:pointer}.jdgm-widget .jdgm-picture-fieldset__box{position:relative;display:inline-block;cursor:pointer;margin:0 5px 0 0;padding:0;width:30%;max-width:150px;min-width:90px}.jdgm-picture-fieldset{width:100%;padding:0;white-space:nowrap;overflow:auto;-webkit-overflow-scrolling:touch}.jdgm-picture-fieldset__box-wrapper{position:relative;padding-bottom:100%;padding-bottom:calc(100% - 2px);border:1px solid #eee;width:100%;height:0;background-repeat:no-repeat;background-size:contain;background-position:center}.jdgm-picture-fieldset__box-wrapper.jdgm-has-preview-image--videos{background-image:url("https://s3.amazonaws.com/me.judge.public-static-assets/general/video-placeholder-640x480.jpeg")}.jdgm-picture-fieldset__icon{position:absolute;top:50%;left:50%;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);color:#bbb;font-family:'JudgemeIcons';font-size:72px;line-height:1}.jdgm-photocamera-icon:before{content:'\e014'}.jdgm-videocam-icon:before{content:'\e013'}.jdgm-picture-fieldset__spinner-wrapper{position:absolute;top:50%;left:50%;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);display:none;width:50%;height:50%}.jdgm-picture-fieldset__box:hover{opacity:0.7}.jdgm-picture-fieldset__box .jdgm-spinner{width:100%;height:100%}.jdgm-is-uploading-picture .jdgm-picture-fieldset__spinner-wrapper{display:block}.jdgm-picture-fieldset__progress-text{position:absolute;top:50%;left:50%;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);display:inline;color:#bbb;font-size:14px}.jm-mfp-counter .jdgm-branding-footer{color:white}.jm-mfp-counter .jdgm-branding-footer:hover,.jm-mfp-counter .jdgm-branding-footer:active{color:white;opacity:0.8}.jdgm-rev__pics{font-size:0;white-space:nowrap;height:auto;overflow:auto;-webkit-overflow-scrolling:touch}.jdgm-rev__pic-link{margin:8px 5px 3px 0;padding:0;display:inline-block;height:120px;width:auto;cursor:pointer;overflow:hidden}.jdgm-rev__pic-link:focus{outline:none}.jdgm-rev__pic-link:hover{opacity:0.7}.jdgm-rev__pic-link:last-of-type{margin-right:0}.jdgm-rev__pic-link.jdgm--loading{width:120px;padding:20px}.jdgm-rev__pic-link.jdgm--loading .jdgm-rev__pic-img{visibility:hidden;height:1px}.jdgm-rev__pic-link.jdgm--loading:after{width:40px;height:40px;border-radius:50%;border-top:2px solid #eee;border-right:2px solid #eee;border-bottom:2px solid #eee;border-left:2px solid #ccc;-webkit-animation:jdgm-spin 0.8s infinite linear;animation:jdgm-spin 0.8s infinite linear;content:'';display:block;width:100%;height:100%}.jdgm-rev__pic-img{display:block;width:auto;max-height:100%;margin:0;padding:0;position:relative;top:50%;transform:translateY(-50%);-webkit-transform:translateY(-50%);border-radius:4px}.jdgm-rev__body img{max-height:120px;border-radius:4px;margin:8px 5px 3px 0}.jdgm-rev__vids{overflow:auto;white-space:nowrap}.jdgm-vid-player{position:relative;display:inline-block;height:240px;max-width:100%;margin-top:16px;margin-right:16px;vertical-align:middle}.jdgm-vid-player:last-of-type{margin-right:0}.jdgm-vid-player__wrapper{position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);position:relative;font-size:0}.jdgm-vid-player__wrapper--with-placeholder{height:100%}.jdgm-vid-player__wrapper--with-placeholder:hover{opacity:0.7}.jdgm-vid-player__wrapper.jdgm--loading{width:160px;height:160px;padding:40px}.jdgm-vid-player__wrapper.jdgm--loading:after{width:40px;height:40px;border-radius:50%;border-top:2px solid #eee;border-right:2px solid #eee;border-bottom:2px solid #eee;border-left:2px solid #ccc;-webkit-animation:jdgm-spin 0.8s infinite linear;animation:jdgm-spin 0.8s infinite linear;content:'';display:block;width:100%;height:100%}.jdgm-vid-player__placeholder{display:block;height:100%;text-decoration:none}.jdgm-vid-player__placeholder>img{display:block;height:100%;width:auto}.jm-mfp-is-open.jm-mfp-is-open{overflow:hidden}.jm-mfp-container button.jm-mfp-close,.jm-mfp-container button.jm-mfp-arrow,.jm-mfp-container .jm-mfp-rotate-btn{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;outline:none;padding:0;z-index:1046;box-shadow:none;opacity:0.65;touch-action:manipulation}.jm-mfp-container img.jm-mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;box-sizing:border-box;padding:40px 0 40px;margin:0 auto;transition:transform 0.5s ease}.jm-mfp-image-holder .mfp-close{right:0;padding-right:0}.jm-mfp-preloader{position:absolute;top:50%;left:50%;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);width:100px;height:100px;color:white}.jm-mfp-preloader>a{color:white}.jm-mfp-preloader:before{width:40px;height:40px;border-radius:50%;border-top:2px solid #555;border-right:2px solid #555;border-bottom:2px solid #555;border-left:2px solid white;-webkit-animation:jdgm-spin 0.8s infinite linear;animation:jdgm-spin 0.8s infinite linear;content:' ';display:block;width:100%;height:100%}.jm-mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:rgba(0,0,0,0.9)}.jm-mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:none !important;-webkit-backface-visibility:hidden}.jm-mfp-container{text-align:center;box-sizing:border-box;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 20px}.jm-mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.jm-mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.jm-mfp-inline-holder .jm-mfp-content,.jm-mfp-ajax-holder .jm-mfp-content{width:100%;cursor:auto}.jm-mfp-close,.jm-mfp-arrow,.jm-mfp-preloader,.jm-mfp-counter,.jm-mfp-rotate-btn{-webkit-user-select:none;-moz-user-select:none;user-select:none}.jm-mfp-loading.jm-mfp-figure{display:none}.jm-mfp-hide{display:none !important}.jm-mfp-s-ready .jm-mfp-preloader{display:none}.jm-mfp-s-error .jm-mfp-content{display:none}.jm-mfp-close,.jm-mfp-rotate-btn{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;color:#FFF;font-style:normal;font-size:28px;font-family:Arial, Baskerville, monospace;text-align:right}.jm-mfp-close:hover,.jm-mfp-close:focus,.jm-mfp-rotate-btn:hover{opacity:1}.jm-mfp-close:active{top:1px}.jm-mfp-counter{position:absolute;top:0;right:0;color:white;font-size:14px;line-height:2;white-space:nowrap;width:100%}.jm-mfp-counter__number{float:right}.jm-mfp-arrow{position:absolute;margin:0;top:50%;margin-top:-55px;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.jm-mfp-arrow:active{margin-top:-54px}.jm-mfp-arrow:hover,.jm-mfp-arrow:focus{opacity:1}.jm-mfp-arrow:before,.jm-mfp-arrow:after{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.jm-mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.jm-mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:0.7}.jm-mfp-arrow-left{left:0}.jm-mfp-arrow-left:after{border-right:17px solid #FFF;margin-left:31px}.jm-mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3F3F3F}.jm-mfp-arrow-right{right:0}.jm-mfp-arrow-right:after{border-left:17px solid #FFF;margin-left:39px}.jm-mfp-arrow-right:before{border-left:27px solid #3F3F3F}.jm-mfp-figure{line-height:0}.jm-mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;background:black}.jm-mfp-figure figure{padding:0;margin:0}.jm-mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.jm-mfp-image-holder .jm-mfp-content{max-width:100%}.jm-mfp-gallery .jm-mfp-image-holder .jm-mfp-figure{cursor:pointer}.jm-mfp-rotate-btn{text-align:center}.jm-mfp-rotate-btn__left{right:88px}.jm-mfp-rotate-btn__right{right:44px}@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px){.jm-mfp-img-mobile .jm-mfp-image-holder{padding-left:0;padding-right:0}.jm-mfp-img-mobile img.jm-mfp-img{padding:0}.jm-mfp-img-mobile .jm-mfp-figure:after{top:0;bottom:0}.jm-mfp-img-mobile .jm-mfp-figure small{display:inline;margin-left:5px}.jm-mfp-img-mobile .jm-mfp-bottom-bar{background:rgba(0,0,0,0.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed}.jm-mfp-img-mobile .jm-mfp-bottom-bar:empty{padding:0}.jm-mfp-img-mobile .jm-mfp-counter{right:5px;top:3px}.jm-mfp-img-mobile .jm-mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,0.6);position:fixed;text-align:center;padding:0}}@media all and (max-width: 900px){.jm-mfp-arrow{-webkit-transform:scale(0.75);transform:scale(0.75)}.jm-mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.jm-mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}}.jdgm-carousel-wrapper{width:80%;margin:auto;padding:48px 0}.jdgm-carousel-wrapper .jdgm-all-reviews-rating-wrapper{display:block;text-align:center}.jdgm-carousel-title-and-link{margin-bottom:24px}.jdgm-carousel-title{text-align:center;margin:0}.jdgm-carousel{margin:25px auto;width:100%}.jdgm-carousel__item-container{overflow:auto}.jdgm-carousel__item-wrapper{width:100%;height:200px;white-space:nowrap}.jdgm-carousel-item{display:inline-block;height:100%;width:33.3%;vertical-align:middle;padding:0 24px;overflow:hidden}.jdgm-carousel-item.jdgm--shop-review .jdgm-carousel-item__product{display:none}.jdgm-carousel-item.jdgm--shop-review .jdgm-carousel-item__product.jdgm--shop-review-has-image{display:block}@media only screen and (min-width: 768px) and (max-width: 991px){.jdgm-carousel-item{width:50%}.jdgm-carousel-wrapper{width:90%}}@media only screen and (max-width: 767px){.jdgm-carousel-item{width:100%}.jdgm-carousel-wrapper{width:100%}}.jdgm-carousel-item__review-rating{font-size:120%}.jdgm-carousel-item__review{width:100%;height:calc(72% - 4em);text-align:center;white-space:normal;overflow:hidden}.jdgm-carousel-item__review-title{font-weight:bold}.jdgm-carousel-item__review-title a{word-break:break-word}.jdgm-carousel-item__review-body{margin:0}.jdgm-carousel-item__review-body>p{margin:0}.jdgm-carousel-item__review-body a{word-break:break-word}.jdgm-carousel-item__reviewer-name-wrapper{text-align:center;margin:6px 0}.jdgm-carousel-item__reviewer-name{font-size:90%;opacity:0.6;line-height:1;padding-bottom:2px}.jdgm-carousel-item__timestamp{font-size:75%;font-style:italic;opacity:0.35;line-height:1}.jdgm-carousel-item__product{display:block;text-align:center;height:28%;width:100%}.jdgm-carousel-item__product-image{display:block;height:100%;width:auto;margin:0 auto}.jdgm-carousel-item__product-image[src='']{display:none}.jdgm-carousel-item__product-image[src='']+.jdgm-carousel-item__product-title{font-size:120%;padding-top:16px}.jdgm-carousel-item__product-title{width:100%;font-size:90%}.jdgm-carousel__arrows{margin:20px auto 10px auto;font-size:0;text-align:center}.jdgm-carousel__right-arrow,.jdgm-carousel__left-arrow{display:inline-block;border:4px none #eee;width:25px;height:25px;cursor:pointer;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.jdgm-carousel__right-arrow{border-style:none solid solid none}.jdgm-carousel__left-arrow{border-style:solid none none solid;margin-right:15px}.jdgm-carousel--done .jdgm-carousel__item-container{overflow:hidden;position:relative}.jdgm-carousel--done .jdgm-carousel__item-wrapper{position:relative;transition:transform 500ms ease}.jdgm-carousel-item__timestamp.jdgm-ellipsis.jdgm-spinner{color:transparent}.jdgm-revs-tab{position:relative;z-index:1041}.jdgm-revs-tab.jdgm-revs-tab{display:none}.jdgm-revs-tab .jdgm-branding-footer{color:white}.jdgm-revs-tab .jdgm-histogram{margin-left:0;padding-left:0;border:0}.jdgm-revs-tab-btn{position:fixed;display:inline-block;width:auto;cursor:pointer;border-radius:0}.jdgm-revs-tab-btn[position=bottom]{bottom:0;left:50%;transform:translateX(-50%)}.jdgm-revs-tab-btn[position=left]{left:0;top:50%;-webkit-transform-origin:0 50%;-ms-transform-origin:0 50%;transform-origin:0 50%;-webkit-transform:rotate(-90deg) translate(-50%, 50%);-ms-transform:rotate(-90deg) translate(-50%, 50%);transform:rotate(-90deg) translate(-50%, 50%)}.jdgm-revs-tab-btn[position=right]{right:0;top:50%;-webkit-transform-origin:100%;-ms-transform-origin:100%;transform-origin:100%;-webkit-transform:rotate(90deg) translate(50%, 50%);-ms-transform:rotate(90deg) translate(50%, 50%);transform:rotate(90deg) translate(50%, 50%)}.jdgm-revs-tab-btn[position=none]{display:none}.jdgm-revs-tab__header{position:absolute;bottom:100%;width:100%;padding:8px 24px;text-align:center;background:white}.jdgm-revs-tab__title{margin-bottom:0;text-align:center}.jdgm-mask{width:100%;height:100%;background-color:black;opacity:0.75}.jdgm-revs-tab__wrapper{position:fixed;top:0;right:0;left:0;bottom:0;z-index:99999999}.jdgm-revs-tab__wrapper.jdgm-revs-tab__wrapper{display:none}.jdgm-revs-tab__wrapper.jdgm-show{display:block}.jdgm-revs-tab__main{position:absolute;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);top:20%;left:50%;height:70%;width:85%;max-width:600px;background:white}.jdgm-revs-tab__content-header:after{content:' ';display:table;clear:both}.jdgm-revs-tab__content{height:100%;padding:16px 24px;overflow:auto;box-shadow:inset 0 5px 9px -8px black}.jdgm-revs-tab__branding{text-align:center;line-height:2}.jdgm-close-ico{position:absolute;right:12px;top:12px;width:32px;height:32px;opacity:0.5}.jdgm-close-ico:hover{opacity:1}.jdgm-close-ico:before{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.jdgm-close-ico:after{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.jdgm-close-ico:before,.jdgm-close-ico:after{position:absolute;left:15px;content:' ';height:100%;width:2px;background-color:#333}.jdgm-subtab{padding-top:12px;border-bottom:1px solid #eee}.jdgm-subtab ~ .jdgm-rev-widg__body .jdgm-rev:first-of-type,.jdgm-subtab ~ .jdgm-all-reviews__body .jdgm-rev:first-of-type,.jdgm-subtab ~ .jdgm-shop-reviews__body .jdgm-rev:first-of-type,.jdgm-subtab ~ .jdgm-revs-tab__content-body .jdgm-rev:first-of-type,.jdgm-subtab ~ .jdgm-quest-widg__body .jdgm-quest:first-of-type{border-top:0;margin-top:0}.jdgm-subtab ~ .jdgm-rev-widg__paginate-spinner-wrapper{margin-top:0}.jdgm-subtab__name{display:inline-block;padding:8px 0;margin-right:16px;line-height:1;cursor:pointer}.jdgm-subtab__name.jdgm--active{border-bottom:3px solid currentColor}.jdgm-subtab__name:hover{opacity:0.8}.jdgm-quest .jdgm-rev__timestamp{margin-left:0}.jdgm-quest .jdgm-rev__buyer-badge-wrapper{display:none}.jdgm-ans{margin-top:16px;padding:8px 16px;border-left:3px solid #ddd;background:#f2f2f2}.jdgm-ans .jdgm-rev__timestamp{font-size:95%}.jdgm-quest__body:before,.jdgm-ans__body:before{float:left;padding-right:4px}.jdgm-verified-badge{width:150px;margin:16px;font-family:"Helvetica Neue"}.jdgm-verified-badge.jdgm-verified-badge.jdgm-verified-badge{display:inline-block}.jdgm-verified-badge .jdgm-verified-badge__wrapper{position:relative}.jdgm-verified-badge img{display:block;width:100%}.jdgm-verified-badge .jdgm-verified-badge__stars{position:absolute;top:35%;width:100%;line-height:11px;text-align:center}.jdgm-verified-badge .jdgm-verified-badge__stars.jdgm--last-level{top:38.5%}.jdgm-verified-badge .jdgm-verified-badge__stars .jdgm-star{padding-right:3px !important;font-size:11px;color:#fffb00 !important}.jdgm-verified-badge .jdgm-verified-badge__stars .jdgm-star:last-of-type{padding-right:0 !important}.jdgm-verified-badge .jdgm-badge-text{position:absolute;width:100%;line-height:1;color:#fff;font-weight:bold;text-align:center}.jdgm-verified-badge .jdgm-verified-badge__total{top:19%;font-size:21px}.jdgm-verified-badge .jdgm-verified-badge__total.jdgm--last-level{top:24%;font-size:20px}.jdgm-verified-badge .jdgm-verified-badge__text{top:51%;font-size:13px}.jdgm-verified-badge .jdgm-verified-badge__text.jdgm--last-level{top:54%}