/** Shopify CDN: Minification failed

Line 1508:17 Expected identifier but found "0"
Line 1650:16 Expected identifier but found whitespace
Line 1941:2 Expected identifier but found "*"
Line 2132:44 Expected ":"
Line 2680:2 Expected identifier but found "*"
Line 3880:2 Expected identifier but found "*"
Line 4199:2 Comments in CSS use "/* ... */" instead of "//"
Line 4375:2 Comments in CSS use "/* ... */" instead of "//"
Line 4379:1 Comments in CSS use "/* ... */" instead of "//"
Line 4380:1 Comments in CSS use "/* ... */" instead of "//"
... and 6 more hidden warnings

**/
/*
* Testament Shopify theme
* Copyright, We are Underground
* www.weareunderground.com
*
* Gridlock v3.2.1 - 2014-10-28 
* A responsive CSS grid system. Part of the Formstone Library. 
* http://formstone.it/gridlock/ 
* 
* Copyright 2014 Ben Plum; MIT Licensed 
*/ 

*,
*:before,
*:after {
  box-sizing: border-box;
}
.gridlock .row {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
}
.gridlock .row:after {
  height: 0;
  clear: both;
  content: ".";
  display: block;
  line-height: 0;
  visibility: hidden;
}
.gridlock .row .row {
  width: 102.08333333%;
  margin-left: -1.04166667%;
  margin-right: -1.04166667%;
}
.gridlock .row .contained .row {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.gridlock .row [class*="all-"],
.gridlock .row [class*="min-"],
.gridlock .row [class*="mobile-"],
.gridlock .row [class*="tablet-"],
.gridlock .row [class*="desktop-"],
.gridlock .row [class*="max-"] {
  float: left;
  margin-left: 1.04166667%;
  margin-right: 1.04166667%;
}
.gridlock .row [class*="all-"].padded,
.gridlock .row [class*="min-"].padded,
.gridlock .row [class*="mobile-"].padded,
.gridlock .row [class*="tablet-"].padded,
.gridlock .row [class*="desktop-"].padded,
.gridlock .row [class*="max-"].padded {
  box-sizing: content-box;
  margin-left: 0;
  margin-right: 0;
  padding-left: 1.04166667%;
  padding-right: 1.04166667%;
}
.gridlock .row [class*="all-"].contained,
.gridlock .row [class*="min-"].contained,
.gridlock .row [class*="mobile-"].contained,
.gridlock .row [class*="tablet-"].contained,
.gridlock .row [class*="desktop-"].contained,
.gridlock .row [class*="max-"].contained {
  margin-left: 0;
  margin-right: 0;
}
.gridlock .row [class*="all-"].right,
.gridlock .row [class*="min-"].right,
.gridlock .row [class*="mobile-"].right,
.gridlock .row [class*="tablet-"].right,
.gridlock .row [class*="desktop-"].right,
.gridlock .row [class*="max-"].right {
  float: right;
}
@media screen and (min-width: 500px) {
  .gridlock .row {
    max-width: 480px;
    width: 100%;
  }
}
@media screen and (min-width: 740px) {
  .gridlock .row {
    max-width: 720px;
  }
}
@media screen and (min-width: 980px) {
  .gridlock .row {
    max-width: 960px;
  }
}
@media screen and (min-width: 1220px) {
  .gridlock .row {
    max-width: 1200px;
  }
}
@media screen and (min-width: 1320px) {
  .gridlock .row {
    max-width: 1300px;
  }
}
@media screen and (min-width: 1420px) {
  .gridlock .row {
    max-width: 1400px;
  }
}

.gridlock-fluid .row {
  width: 98%;
}
@media screen and (max-width: 739px) {
  .gridlock-mobile-fluid .row {
    width: 98%;
  }
}
.gridlock .row .all-fifth {
  width: 17.91666667%;
}
.gridlock .row .all-fourth {
  width: 22.91666667%;
}
.gridlock .row .all-third {
  width: 31.25%;
}
.gridlock .row .all-half {
  width: 47.91666667%;
}
.gridlock .row .all-full {
  width: 97.91666667%;
}
.gridlock .row .all-push-fifth {
  margin-left: 21.04166667%;
}
.gridlock .row .all-push-fourth {
  margin-left: 26.04166667%;
}
.gridlock .row .all-push-third {
  margin-left: 34.375%;
}
.gridlock .row .all-push-half {
  margin-left: 51.04166667%;
}
.gridlock .row .contained.all-fifth {
  width: 20%;
}
.gridlock .row .contained.all-fourth {
  width: 25%;
}
.gridlock .row .contained.all-third {
  width: 33.33333333%;
}
.gridlock .row .contained.all-half {
  width: 50%;
}
.gridlock .row .contained.all-full {
  width: 100%;
}
.gridlock .row .contained.all-push-fifth {
  margin-left: 20%;
}
.gridlock .row .contained.all-push-fourth {
  margin-left: 25%;
}
.gridlock .row .contained.all-push-third {
  margin-left: 33.33333333%;
}
.gridlock .row .contained.all-push-half {
  margin-left: 50%;
}
.gridlock .row [class*="all-"].centered {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.gridlock .row .all-hide {
  display: none;
}
@media screen and (max-width: 739px) {
  .gridlock .row .mobile-1 {
    width: 31.25%;
  }
  .gridlock .row .mobile-2 {
    width: 64.58333333%;
  }
  .gridlock .row .mobile-3 {
    width: 97.91666667%;
  }
  .gridlock .row .mobile-push-1 {
    margin-left: 34.375%;
  }
  .gridlock .row .mobile-push-2 {
    margin-left: 67.70833333%;
  }
  .gridlock .row .contained.mobile-1 {
    width: 33.33333333%;
  }
  .gridlock .row .contained.mobile-2 {
    width: 66.66666667%;
  }
  .gridlock .row .contained.mobile-3 {
    width: 100%;
  }
  .gridlock .row .contained.mobile-push-1 {
    margin-left: 33.33333333%;
  }
  .gridlock .row .contained.mobile-push-2 {
    margin-left: 66.66666667%;
  }
  .gridlock .row .mobile-fifth {
    width: 17.91666667%;
  }
  .gridlock .row .mobile-fourth {
    width: 22.91666667%;
  }
  .gridlock .row .mobile-third {
    width: 31.25%;
  }
  .gridlock .row .mobile-half {
    width: 47.91666667%;
  }
  .gridlock .row .mobile-full {
    width: 97.91666667%;
  }
  .gridlock .row .mobile-push-fifth {
    margin-left: 21.04166667%;
  }
  .gridlock .row .mobile-push-fourth {
    margin-left: 26.04166667%;
  }
  .gridlock .row .mobile-push-third {
    margin-left: 34.375%;
  }
  .gridlock .row .mobile-push-half {
    margin-left: 51.04166667%;
  }
  .gridlock .row .contained.mobile-fifth {
    width: 20%;
  }
  .gridlock .row .contained.mobile-fourth {
    width: 25%;
  }
  .gridlock .row .contained.mobile-third {
    width: 33.33333333%;
  }
  .gridlock .row .contained.mobile-half {
    width: 50%;
  }
  .gridlock .row .contained.mobile-full {
    width: 100%;
  }
  .gridlock .row .contained.mobile-push-fifth {
    margin-left: 20%;
  }
  .gridlock .row .contained.mobile-push-fourth {
    margin-left: 25%;
  }
  .gridlock .row .contained.mobile-push-third {
    margin-left: 33.33333333%;
  }
  .gridlock .row .contained.mobile-push-half {
    margin-left: 50%;
  }
  .gridlock .row [class*="mobile-"].centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .gridlock .row .mobile-hide {
    display: none;
  }
}
@media screen and (max-width: 499px) {
  .gridlock .row .min-1 {
    width: 31.25%;
  }
  .gridlock .row .min-2 {
    width: 64.58333333%;
  }
  .gridlock .row .min-3 {
    width: 97.91666667%;
  }
  .gridlock .row .min-push-1 {
    margin-left: 34.375%;
  }
  .gridlock .row .min-push-2 {
    margin-left: 67.70833333%;
  }
  .gridlock .row .contained.min-1 {
    width: 33.33333333%;
  }
  .gridlock .row .contained.min-2 {
    width: 66.66666667%;
  }
  .gridlock .row .contained.min-3 {
    width: 100%;
  }
  .gridlock .row .contained.min-push-1 {
    margin-left: 33.33333333%;
  }
  .gridlock .row .contained.min-push-2 {
    margin-left: 66.66666667%;
  }
  .gridlock .row .min-fifth {
    width: 17.91666667%;
  }
  .gridlock .row .min-fourth {
    width: 22.91666667%;
  }
  .gridlock .row .min-third {
    width: 31.25%;
  }
  .gridlock .row .min-half {
    width: 47.91666667%;
  }
  .gridlock .row .min-full {
    width: 97.91666667%;
  }
  .gridlock .row .min-push-fifth {
    margin-left: 21.04166667%;
  }
  .gridlock .row .min-push-fourth {
    margin-left: 26.04166667%;
  }
  .gridlock .row .min-push-third {
    margin-left: 34.375%;
  }
  .gridlock .row .min-push-half {
    margin-left: 51.04166667%;
  }
  .gridlock .row .contained.min-fifth {
    width: 20%;
  }
  .gridlock .row .contained.min-fourth {
    width: 25%;
  }
  .gridlock .row .contained.min-third {
    width: 33.33333333%;
  }
  .gridlock .row .contained.min-half {
    width: 50%;
  }
  .gridlock .row .contained.min-full {
    width: 100%;
  }
  .gridlock .row .contained.min-push-fifth {
    margin-left: 20%;
  }
  .gridlock .row .contained.min-push-fourth {
    margin-left: 25%;
  }
  .gridlock .row .contained.min-push-third {
    margin-left: 33.33333333%;
  }
  .gridlock .row .contained.min-push-half {
    margin-left: 50%;
  }
  .gridlock .row [class*="min-"].centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .gridlock .row .min-hide {
    display: none;
  }
}
@media screen and (min-width: 740px) and (max-width: 979px) {
  .gridlock .row .tablet-1 {
    width: 14.58333333%;
  }
  .gridlock .row .tablet-2 {
    width: 31.25%;
  }
  .gridlock .row .tablet-3 {
    width: 47.91666667%;
  }
  .gridlock .row .tablet-4 {
    width: 64.58333333%;
  }
  .gridlock .row .tablet-5 {
    width: 81.25%;
  }
  .gridlock .row .tablet-6 {
    width: 97.91666667%;
  }
  .gridlock .row .tablet-push-1 {
    margin-left: 17.70833333%;
  }
  .gridlock .row .tablet-push-2 {
    margin-left: 34.375%;
  }
  .gridlock .row .tablet-push-3 {
    margin-left: 51.04166667%;
  }
  .gridlock .row .tablet-push-4 {
    margin-left: 67.70833333%;
  }
  .gridlock .row .tablet-push-5 {
    margin-left: 84.375%;
  }
  .gridlock .row .contained.tablet-1 {
    width: 16.66666667%;
  }
  .gridlock .row .contained.tablet-2 {
    width: 33.33333333%;
  }
  .gridlock .row .contained.tablet-3 {
    width: 50%;
  }
  .gridlock .row .contained.tablet-4 {
    width: 66.66666667%;
  }
  .gridlock .row .contained.tablet-5 {
    width: 83.33333333%;
  }
  .gridlock .row .contained.tablet-6 {
    width: 100%;
  }
  .gridlock .row .contained.tablet-push-1 {
    margin-left: 16.66666667%;
  }
  .gridlock .row .contained.tablet-push-2 {
    margin-left: 33.33333333%;
  }
  .gridlock .row .contained.tablet-push-3 {
    margin-left: 50%;
  }
  .gridlock .row .contained.tablet-push-4 {
    margin-left: 66.66666667%;
  }
  .gridlock .row .contained.tablet-push-5 {
    margin-left: 83.33333333%;
  }
  .gridlock .row .tablet-fifth {
    width: 17.91666667%;
  }
  .gridlock .row .tablet-fourth {
    width: 22.91666667%;
  }
  .gridlock .row .tablet-third {
    width: 31.25%;
  }
  .gridlock .row .tablet-three-fourths {
    width: 72.91666667%;
  }  
  .gridlock .row .tablet-half {
    width: 47.91666667%;
  }
  .gridlock .row .tablet-full {
    width: 97.91666667%;
  }
  .gridlock .row .tablet-push-fifth {
    margin-left: 21.04166667%;
  }
  .gridlock .row .tablet-push-fourth {
    margin-left: 26.04166667%;
  }
  .gridlock .row .tablet-push-third {
    margin-left: 34.375%;
  }
  .gridlock .row .tablet-push-half {
    margin-left: 51.04166667%;
  }
  .gridlock .row .contained.tablet-fifth {
    width: 20%;
  }
  .gridlock .row .contained.tablet-fourth {
    width: 25%;
  }
  .gridlock .row .contained.tablet-third {
    width: 33.33333333%;
  }
  .gridlock .row .contained.tablet-half {
    width: 50%;
  }
  .gridlock .row .contained.tablet-full {
    width: 100%;
  }
  .gridlock .row .contained.tablet-push-fifth {
    margin-left: 20%;
  }
  .gridlock .row .contained.tablet-push-fourth {
    margin-left: 25%;
  }
  .gridlock .row .contained.tablet-push-third {
    margin-left: 33.33333333%;
  }
  .gridlock .row .contained.tablet-push-half {
    margin-left: 50%;
  }
  .gridlock .row [class*="tablet-"].centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .gridlock .row .tablet-hide {
    display: none! important;
  }
}
@media screen and (min-width: 980px) {
  .gridlock .row .desktop-1 {
    width: 6.25%;
  }
  .gridlock .row .desktop-2 {
    width: 14.58333333%;
  }
  .gridlock .row .desktop-3 {
    width: 22.91666667%;
  }
  .gridlock .row .desktop-4 {
    width: 31.25%;
  }
  .gridlock .row .desktop-5 {
    width: 39.58333333%;
  }
  .gridlock .row .desktop-6 {
    width: 47.91666667%;
  }
  .gridlock .row .desktop-7 {
    width: 56.25%;
  }
  .gridlock .row .desktop-8 {
    width: 64.58333333%;
  }
  .gridlock .row .desktop-9 {
    width: 72.91666667%;
  }
  .gridlock .row .desktop-10 {
    width: 81.25%;
  }
  .gridlock .row .desktop-11 {
    width: 89.58333333%;
  }
  .gridlock .row .desktop-12 {
    width: 97.91666667%;
  }
  .gridlock .row .desktop-push-1 {
    margin-left: 9.375%;
  }
  .gridlock .row .desktop-push-2 {
    margin-left: 17.70833333%;
  }
  .gridlock .row .desktop-push-3 {
    margin-left: 26.04166667%;
  }
  .gridlock .row .desktop-push-4 {
    margin-left: 34.375%;
  }
  .gridlock .row .desktop-push-5 {
    margin-left: 42.70833333%;
  }
  .gridlock .row .desktop-push-6 {
    margin-left: 51.04166667%;
  }
  .gridlock .row .desktop-push-7 {
    margin-left: 59.375%;
  }
  .gridlock .row .desktop-push-8 {
    margin-left: 67.70833333%;
  }
  .gridlock .row .desktop-push-9 {
    margin-left: 76.04166667%;
  }
  .gridlock .row .desktop-push-10 {
    margin-left: 84.375%;
  }
  .gridlock .row .desktop-push-11 {
    margin-left: 92.70833333%;
  }
  .gridlock .row .contained.desktop-1 {
    width: 8.33333333%;
  }
  .gridlock .row .contained.desktop-2 {
    width: 16.66666667%;
  }
  .gridlock .row .contained.desktop-3 {
    width: 25%;
  }
  .gridlock .row .contained.desktop-4 {
    width: 33.33333333%;
  }
  .gridlock .row .contained.desktop-5 {
    width: 41.66666667%;
  }
  .gridlock .row .contained.desktop-6 {
    width: 50%;
  }
  .gridlock .row .contained.desktop-7 {
    width: 58.33333333%;
  }
  .gridlock .row .contained.desktop-8 {
    width: 66.66666667%;
  }
  .gridlock .row .contained.desktop-9 {
    width: 75%;
  }
  .gridlock .row .contained.desktop-10 {
    width: 83.33333333%;
  }
  .gridlock .row .contained.desktop-11 {
    width: 91.66666667%;
  }
  .gridlock .row .contained.desktop-12 {
    width: 100%;
  }
  .gridlock .row .contained.desktop-push-1 {
    margin-left: 8.33333333%;
  }
  .gridlock .row .contained.desktop-push-2 {
    margin-left: 16.66666667%;
  }
  .gridlock .row .contained.desktop-push-3 {
    margin-left: 25%;
  }
  .gridlock .row .contained.desktop-push-4 {
    margin-left: 33.33333333%;
  }
  .gridlock .row .contained.desktop-push-5 {
    margin-left: 41.66666667%;
  }
  .gridlock .row .contained.desktop-push-6 {
    margin-left: 50%;
  }
  .gridlock .row .contained.desktop-push-7 {
    margin-left: 58.33333333%;
  }
  .gridlock .row .contained.desktop-push-8 {
    margin-left: 66.66666667%;
  }
  .gridlock .row .contained.desktop-push-9 {
    margin-left: 75%;
  }
  .gridlock .row .contained.desktop-push-10 {
    margin-left: 83.33333333%;
  }
  .gridlock .row .contained.desktop-push-11 {
    margin-left: 91.66666667%;
  }
  .gridlock .row .desktop-fifth {
    width: 17.91666667%;
  }
  .gridlock .row .desktop-fourth {
    width: 22.91666667%;
  }
  .gridlock .row .desktop-third {
    width: 31.25%;
  }
  .gridlock .row .desktop-half {
    width: 47.91666667%;
  }
  .gridlock .row .desktop-full {
    width: 97.91666667%;
  }
  .gridlock .row .desktop-push-fifth {
    margin-left: 21.04166667%;
  }
  .gridlock .row .desktop-push-fourth {
    margin-left: 26.04166667%;
  }
  .gridlock .row .desktop-push-third {
    margin-left: 34.375%;
  }
  .gridlock .row .desktop-push-half {
    margin-left: 51.04166667%;
  }
  .gridlock .row .contained.desktop-fifth {
    width: 20%;
  }
  .gridlock .row .contained.desktop-fourth {
    width: 25%;
  }
  .gridlock .row .contained.desktop-third {
    width: 33.33333333%;
  }
  .gridlock .row .contained.desktop-half {
    width: 50%;
  }
  .gridlock .row .contained.desktop-full {
    width: 100%;
  }
  .gridlock .row .contained.desktop-push-fifth {
    margin-left: 20%;
  }
  .gridlock .row .contained.desktop-push-fourth {
    margin-left: 25%;
  }
  .gridlock .row .contained.desktop-push-third {
    margin-left: 33.33333333%;
  }
  .gridlock .row .contained.desktop-push-half {
    margin-left: 50%;
  }
  .gridlock .row [class*="desktop-"].centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .gridlock .row .desktop-hide {
    display: none! important;
  }
}
@media screen and (min-width: 1220px) {
  .gridlock .row .max-1 {
    width: 6.25%;
  }
  .gridlock .row .max-2 {
    width: 14.58333333%;
  }
  .gridlock .row .max-3 {
    width: 22.91666667%;
  }
  .gridlock .row .max-4 {
    width: 31.25%;
  }
  .gridlock .row .max-5 {
    width: 39.58333333%;
  }
  .gridlock .row .max-6 {
    width: 47.91666667%;
  }
  .gridlock .row .max-7 {
    width: 56.25%;
  }
  .gridlock .row .max-8 {
    width: 64.58333333%;
  }
  .gridlock .row .max-9 {
    width: 72.91666667%;
  }
  .gridlock .row .max-10 {
    width: 81.25%;
  }
  .gridlock .row .max-11 {
    width: 89.58333333%;
  }
  .gridlock .row .max-12 {
    width: 97.91666667%;
  }
  .gridlock .row .max-push-1 {
    margin-left: 9.375%;
  }
  .gridlock .row .max-push-2 {
    margin-left: 17.70833333%;
  }
  .gridlock .row .max-push-3 {
    margin-left: 26.04166667%;
  }
  .gridlock .row .max-push-4 {
    margin-left: 34.375%;
  }
  .gridlock .row .max-push-5 {
    margin-left: 42.70833333%;
  }
  .gridlock .row .max-push-6 {
    margin-left: 51.04166667%;
  }
  .gridlock .row .max-push-7 {
    margin-left: 59.375%;
  }
  .gridlock .row .max-push-8 {
    margin-left: 67.70833333%;
  }
  .gridlock .row .max-push-9 {
    margin-left: 76.04166667%;
  }
  .gridlock .row .max-push-10 {
    margin-left: 84.375%;
  }
  .gridlock .row .max-push-11 {
    margin-left: 92.70833333%;
  }
  .gridlock .row .contained.max-1 {
    width: 8.33333333%;
  }
  .gridlock .row .contained.max-2 {
    width: 16.66666667%;
  }
  .gridlock .row .contained.max-3 {
    width: 25%;
  }
  .gridlock .row .contained.max-4 {
    width: 33.33333333%;
  }
  .gridlock .row .contained.max-5 {
    width: 41.66666667%;
  }
  .gridlock .row .contained.max-6 {
    width: 50%;
  }
  .gridlock .row .contained.max-7 {
    width: 58.33333333%;
  }
  .gridlock .row .contained.max-8 {
    width: 66.66666667%;
  }
  .gridlock .row .contained.max-9 {
    width: 75%;
  }
  .gridlock .row .contained.max-10 {
    width: 83.33333333%;
  }
  .gridlock .row .contained.max-11 {
    width: 91.66666667%;
  }
  .gridlock .row .contained.max-12 {
    width: 100%;
  }
  .gridlock .row .contained.max-push-1 {
    margin-left: 8.33333333%;
  }
  .gridlock .row .contained.max-push-2 {
    margin-left: 16.66666667%;
  }
  .gridlock .row .contained.max-push-3 {
    margin-left: 25%;
  }
  .gridlock .row .contained.max-push-4 {
    margin-left: 33.33333333%;
  }
  .gridlock .row .contained.max-push-5 {
    margin-left: 41.66666667%;
  }
  .gridlock .row .contained.max-push-6 {
    margin-left: 50%;
  }
  .gridlock .row .contained.max-push-7 {
    margin-left: 58.33333333%;
  }
  .gridlock .row .contained.max-push-8 {
    margin-left: 66.66666667%;
  }
  .gridlock .row .contained.max-push-9 {
    margin-left: 75%;
  }
  .gridlock .row .contained.max-push-10 {
    margin-left: 83.33333333%;
  }
  .gridlock .row .contained.max-push-11 {
    margin-left: 91.66666667%;
  }
  .gridlock .row .max-fifth {
    width: 17.91666667%;
  }
  .gridlock .row .max-fourth {
    width: 22.91666667%;
  }
  .gridlock .row .max-third {
    width: 31.25%;
  }
  .gridlock .row .max-half {
    width: 47.91666667%;
  }
  .gridlock .row .max-full {
    width: 97.91666667%;
  }
  .gridlock .row .max-push-fifth {
    margin-left: 21.04166667%;
  }
  .gridlock .row .max-push-fourth {
    margin-left: 26.04166667%;
  }
  .gridlock .row .max-push-third {
    margin-left: 34.375%;
  }
  .gridlock .row .max-push-half {
    margin-left: 51.04166667%;
  }
  .gridlock .row .contained.max-fifth {
    width: 20%;
  }
  .gridlock .row .contained.max-fourth {
    width: 25%;
  }
  .gridlock .row .contained.max-third {
    width: 33.33333333%;
  }
  .gridlock .row .contained.max-half {
    width: 50%;
  }
  .gridlock .row .contained.max-full {
    width: 100%;
  }
  .gridlock .row .contained.max-push-fifth {
    margin-left: 20%;
  }
  .gridlock .row .contained.max-push-fourth {
    margin-left: 25%;
  }
  .gridlock .row .contained.max-push-third {
    margin-left: 33.33333333%;
  }
  .gridlock .row .contained.max-push-half {
    margin-left: 50%;
  }
  .gridlock .row [class*="max-"].centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .gridlock .row .max-hide {
    display: none;
  }
}

* {
  margin: 0;
}
html, body {
  height: 100%;
}


body {	
  color: #3e3e3e;
  background: #ffffff;
  
  font-size: 12px; 
  font-family:'Montserrat', sans-serif;	
  line-height: 1.6em; 
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

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

h1, h2, h3, h4, h5 {
  color: #555555;
  font-family:'Montserrat', sans-serif;
  font-weight: normal;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: normal; 
  -webkit-font-smoothing: antialiased;
}

h1 a, h2 a, h3 a, h4 a, h5 a { font-weight: inherit; color: #555555! important; }
h1 { font-size: 20px; }
h2 { font-size: 16px; }
h3 { font-size: 15px; }
h4 { font-size: 14px; }
h5 { font-size: 13px; }

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

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

p.date { }

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

a { text-decoration: none; color: #555555; outline: 0;
  -webkit-transition:color .5s ease-in;
  -moz-transition:color .5s ease-in;
  -o-transition:color .5s ease-in;
  transition:color .5s ease-in;
}
a:hover { color: #555555; text-decoration: underline;}
a:visited { color:#555555; text-decoration: underline; }
a:focus { outline: none; }

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

dt { font-weight: bold; }

ol { padding: 0; margin-left: 0; margin-bottom: 20px; text-indent: 0; list-style-position: inside; }
ul { padding: 0; margin: 0 0 20px 0; list-style:disc inside;}
li {  }
blockquote { font-family: Georgia, "Times New Roman", Times, sans-serif; font-size:18px; line-height: 24px; font-style:italic; padding-left:35px; color: #999; margin: 20px 0; }

input, textarea { }

hr { background:#e8e5e5; border:none; color:#e8e5e5; 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;
}

.no-fouc {display: none;}
.load-wait {
  width: 100%;
  text-align: center;
  margin-top: 50px;
  font-size: 50px;
  color: #ddd;
  margin-bottom: 50px;
}
.hide { display: none; }
.right { float: right; }

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

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  width: 100%;
  max-width: 100%;
  background: #ff6d6d; 
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;    
  border: none;
  -webkit-transition: background .5s ease,color .5s ease;
  -moz-transition: background .5s ease,color .5s ease;
  -o-transition: background .5s ease,color .5s ease;
  transition: background .5s ease,color .5s ease;
  -webkit-appearance: none; 
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 20px;
  line-height: normal;
  height: 50px;
  letter-spacing: 1px;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

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


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




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

form {
  margin-bottom: 0; }
fieldset {
  margin-bottom: 20px; }
input[type="text"],
input[type="password"],
input[type="email"],
input[type="phone"],
textarea,
select {
  border: 1px solid #ccc;
  height: 44px;
  outline: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  color: #3e3e3e;
  margin: 0;
  width: 100%;
  max-width: 100%;
  display: block;
  margin-bottom: 20px;
  background: #ffffff;
}
select {
  padding: 0; }
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
  color: #444;
  -moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
  box-shadow:  0 0 3px rgba(0,0,0,.2); }
textarea {
  min-height: 60px; min-width: 300px; }
label,
legend {
  display: block;
  font-weight: bold;
  font-size: 13px; 
  margin-bottom: 5px; }

input[type="checkbox"] {
  display: inline; }
label span,
legend span {
  font-weight: normal;
  font-size: 13px;
  color: #444; }

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


input[type=text], input[type=password], input[type=email], input[type=url], input[type=number] {
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  color: #3e3e3e;
  border: 1px solid #e8e5e5;
  height: 50px;
  margin: 0px;
  margin-bottom: 20px;
  max-width: 100%;
  text-indent: 10px;
  outline: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;  
}

textarea {
  width: 100%;
  background: #fff;
  border: 1px solid #e8e5e5;
  height: 200px;
  margin: 0px;
  margin-bottom: 40px;
  max-width: 100%;	
  padding: 2%;
  outline: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;  
}


/* =============== */
/* = Start CSS = */
/* =============== */

.header-wrapper {
  background: #ffffff;
}

header { 
  background: #ffffff; 
  line-height: 48px; 
  position: relative; 
  z-index: 3; 
  color: #777777;
}

ul#social-icons { 
  margin-bottom: 0; 
  text-align: left; 
  z-index: 5; 
  position: relative; 
  list-style: none; 
}

ul#social-icons li { 
  text-align: left; 
  display: inline; 
  padding: 0 10px 0 0; 
}

ul#social-icons li a { 
  color: #777777; 
}

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

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

#search_popup { 
  text-align: center; 
}

#search_popup #q { 
  text-indent: 0; 
  text-align: center; 
}

/* ====== Quick Cart ===== */

header .fa-2x { 
  font-size: 16px! important; 
}

ul#cart { 
  margin-bottom: 0; 
  text-align: right; 
  z-index: 5; 
  position: relative; 
  list-style: none; 
  margin-top: 0; 
  float: right;
  z-index: 1; 
}

ul#cart li { 
  vertical-align: middle; 
  display: inline-block; 
  padding: 0 0 0 10px; 
}

ul#cart li a { 
  color: #777777;
}

ul#cart li a:hover { 
  color: #000000; 
}

ul#cart li.cart-overview { 
  position: relative; 
}

ul#cart li.cart-overview:after {
  font-family: 'FontAwesome'; 
  content: "\f107";
  margin-left: 10px;
  cursor: pointer;
}

ul#cart li.cart-overview:hover #crt { 
  display: block; 
}

ul#cart li.seeks-mobile { 
  display: none; 
}

ul#cart li select { margin: 0;}


.icon-shopping-cart { margin-right: 5px; }
.cart-item {
  padding:0;
}

#crt { 
  top: 44px; 
  padding: 10px; 
  position: absolute; 
  right: 0; 
  z-index: 30; 
  width: 300px; 
  display: none; 
  background: #fff;  
  color: #3e3e3e; 
  border: 1px solid #eee;
  z-index: 2;
}

#crt.block { 
  display: block! important;
  position: fixed;
  top: 50px;
  right: 50px;
}

.quick-cart-item { 
  border-bottom: 1px solid #eee;
  width: 280px; 
  margin-left: 0px;
  float: left; 
  padding-top: 10px; 
  padding-bottom: 10px; 
  clear: left;  
}

.quick-cart-image { 
  height: 80px; 
  width: 70px; 
  float: left;  
}

.quick-cart-image img { 
  max-width: 60px;  
  max-height: 80px; 
  height: auto! important; 
}

.quick-cart-details { 
  color: #3e3e3e; 
  font-weight: normal;
  margin-left: 80px; 
  line-height: 15px! important;
}

.quick-cart-details p { 
  padding: 0 10px 0 0; 
  margin: 0! important; 
  text-align: left; 
  font-size: 11px;
  color: #3e3e3e! important; 
  font-weight: normal;
}

.quick-cart-details a { 
  padding-left: 0! important; 
  font-size: 11px! important; 
  line-height: initial! important; 
  color: #3e3e3e! important;
  font-weight: normal! important;  
  height: auto! important; 
}

a.checkout-link { 
  color: #555555! important; 
  float: left; 
  line-height: 40px; 
  width: 100%; 
  clear: left; 
  text-align: center; 
  display: block; 
  font-weight: bold;
}   

a.checkout-link:hover { 
  color: #555555! important; 
}

p.empty-cart { text-align: center; margin-bottom: 0; }


.remove_item { float: left; margin-top: 10px; }

.currency-picker { 
  width: 60px;
  background: url(//www.littlefashionaddict.com/cdn/shop/t/45/assets/select-arrow.png?v=112595941721225094991740675729) no-repeat right transparent;
  -moz-appearance: none;
  -webkit-appearance: none;
  color: #777777;
  border: 0;
  line-height: 40px;
  font-weight: bold;
}

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


#hello {
  text-align: center;
  min-height: 1px;
  background-color: #ffa0a0;
  line-height: 32px;
}

@media screen and (max-width: 739px) {
    #hello {
        margin-top: 50px;
    }
}

#hello p {
  	font-size: 14px;
    font-weight: 400;
  	color: #ffffff;
    margin-bottom: 0;
}

#logo a {
 display: block;
overflow: hidden;
  margin: 10px 0;
}

#logo a img {
  width: 100%;
}

@media screen and (max-width: 739px) {
 	#logo a img {
     width: 150%;
  max-width: none;
    }
}

@media screen and (max-width: 499px) {
 	#logo a img {
    width: 190%;
    max-width: none;
    }
}


#content { padding-top: 20px; position: relative; z-index: 0; }
#content .flexslider { position: relative; z-index: 0; }
.content-wrapper { background: #ffffff; }

.smallcash {
  font-size: 12px;
  margin-left: 5px;
}


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

.section-title.lines {
  position: relative;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 20px;
}

.section-title.lines h1 {
  display: inline-block;
  padding: 8px 23px;
  margin: 0;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}

.section-title.lines h2 {
  display: inline-block;
  padding: 8px 23px;
  margin: 0;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}

.section-title h5 {
  text-align: center;
  margin-top: -3px;
}

.section-title.lines h1,
.section-title.lines h2 {
  font-size: 13px;
}

.section-title.lines:after {
  content: '';
  width: 100%;
  display: inline-block;
  border-bottom: 1px solid #e8e5e5;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 0;
}

.collection-index { 
  
  position: relative; 
  margin-bottom: 2.08%;
}

.collection-image a,
.collection-image img {
  display: block;
  max-width: 100%;
}

.collection-info {  
  padding: 10px; 0; 
  width: 100%; 
  text-align: center; 
  position: absolute; 
  top: 50%; 
  margin-top: -40px; 
  background: rgba(255,255,255,0.6); 
}


.collection-info h3 { 
  margin-bottom: 0; 
  font-weight: bold;
}

.collection-info p { 
  margin-bottom: 0; 
  font-size: 14px; 
  font-weight: bold;
}


#promo-images { }

#index-content-left {  }
#index-pages h3 { text-align: center; margin-bottom: 20px; }

.pages-left-content { padding-top: 5px; }
.padded { margin-bottom: 15px; }

.pages-content .rte { text-align: center; }

.homepage-promo {
  position: relative;
  text-align: center;
  margin-top: 20px;
}

/* Common style */
.homepage-promo .promo-inner {
  position: relative;
  float: left;
  overflow: hidden;
  height: auto;
  background: transparent;
  text-align: center;
  cursor: pointer;
  width: 100%;
}

.homepage-promo .promo-inner img {
  position: relative;
  display: block;
  max-width: 100%;
  opacity: 1;
}

.homepage-promo .promo-inner .caption {
  padding: 2em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

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

.homepage-promo .promo-inner .caption,
.homepage-promo .promo-inner .caption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.homepage-promo .promo-inner .caption-inner {
  margin: 12px;
  padding: 12px;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.homepage-promo .promo-inner .caption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.homepage-promo .promo-inner h3 {
  word-spacing: -0.15em;
}

.homepage-promo .promo-inner p {
  letter-spacing: 1px;
}


.promo-inner {
  background: transparent;
}

.promo-inner img {
  opacity: 1;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}


.promo-inner h3 {
  margin: 10px 0;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}

.promo-inner p {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}

.promo-inner:hover h3 {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.promo-inner:hover .caption::before,
.promo-inner:hover p {
  opacity: 1;
  -webkit-transform: scale3d(1,1,1);
  transform: scale3d(1,1,1);
}

.promo-inner:hover .caption {
}


.homepage-promo: hover {
  background: #222;
}


.promo-inner:hover img {
  opacity: 0.7;
}

.homepage-promo img { width: 100%; }

.lazyOwl { margin: 5px; }

.prod-vendor { text-align: center; display: block; }

/* =============== */
/* = collections = */
/* =============== */

body.collection h1 {
  margin-bottom: 20px; 
  text-align: center;
  margin-top: 0px;
}

.collect-info { text-align: center; }
.collect-info p { margin-bottom: 0px; }

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

#product-loop .product-index {
  margin-bottom: 20px;
  border-radius: 0;
  overflow: hidden;
  
  padding-bottom: 10px;
}

.first { clear: left; }

#collection-description { margin-bottom: 15px; }

#collection-view ul {
  text-align: right;
  list-style: none;
  margin-bottom: 10px;
  float: right;
}

#collection-view ul li {
  display: inline-block;
  margin: 0;
  font-weight: normal;
  float: left;
  padding: 0 5px;
  text-align: center;
}

#collection-view ul li a {
  font-weight: 600;
}

#collection-view ul li.active a {
  opacity: 0.5;
}


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

.product-index img { 
  
  display: block; 
  margin: 0 auto 0;
}


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

.reveal .hidden {
  display: block !important;
  visibility: visible !important;
}

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

.reveal {
  position: relative;
}

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


/* Addendum for vertical centering */
.prod-image {
  position: relative;
  text-align: center;
}

.prod-image .reveal,
.prod-image .hidden {
  height: 280px;
  white-space: nowrap;
  display: block;
}

@media screen and (max-width: 739px) {
  .prod-image .reveal,
  .prod-image .hidden {
    height: 220px;
  }
}

@media screen and (max-width: 499px) {
  .prod-image .reveal,
  .prod-image .hidden {
    height: 140px;
  }
}

.prod-image .reveal::before,
.prod-image .hidden::before {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  content: " ";
}

.prod-image .reveal img,
.prod-image .hidden img {
  display: inline-block;
  vertical-align: middle;
  max-height: 100%;
}
/* End addendum */


.product-index img a { border: 0; }


.product-info {
  text-align: center;
  padding: 8px 0 0;
  position: relative;
}

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

.product-info p { 
  font-size: 12px; 
  margin-bottom: 0; 
}

.product-info a { 
  text-decoration: none! important; 
  transition: 0.3s all ease-in-out;
}

.product-info a:hover { 
 color: #ff6d6d;
}

.prod-title { font-size: 13px; }
.price { font-size: 13px; margin-bottom: 8px; }
.compare-price, .product-price {  }
.was, .product-compare-price, .compare-price, .was-related { color: #e87171; text-decoration: line-through; }
.was, .was-related { display: inline; margin-left: 5px; }
.onsale { display: inline; }

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

.prod-image {
  position: relative;
}

.prod-image:hover > .product-modal {
  display: block;
}

.product-modal {
  display: none;
  position: absolute;
  bottom: 10%;
  left: 10%;
  width: 80%;
  text-align: center;  
  font-size: 10px;
  letter-spacing: 1px;
  background: #e13636;
  color: #ffffff;
  height: 44px;
  line-height: 44px;
  font-weight: 400;
  -webkit-transition: background .5s ease,color .5s ease;
  -moz-transition: background .5s ease,color .5s ease;
  -o-transition: background .5s ease,color .5s ease;
  transition: background .5s ease,color .5s ease;
  -webkit-appearance: none;   
  z-index: 5;
}

.product-modal:hover { 
  background: #e13636; 
  color: #ffffff; 
}

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

.quick-shop { overflow: hidden; width: 720px; }
.product-quick-view .product-photos { float: left; width: 49%; margin-right: 0.8%; text-align: center; }
.product-quick-view .product-right { float: left; width: 49%; margin-left: 0.8%; }

.quick-shop .thumbnail {
  width: 24%;
  vertical-align: top;
  display: inline-block;
}



.icn {
  -webkit-transition: opacity 1s ease-out;
  width: 50px;
  height: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  position: absolute;
  top: 10px;
  right: 10px;
  text-align: center;
  line-height: 50px;  
  font-size: 10px;
  letter-spacing: 1px;
  z-index: 2;
}

.pre-order { 
  color: #fff; 
  background: #000;
}

.new {
  color: #fff; 
  background: #000;
}


.so { 
  z-index: 3; 
  color: #fff; 
  background: #000; 
  line-height: 12px;
  padding-top: 13px;
}

.show { display: none; }

.col-swatch { margin: 0 0 20px 0; }
.col-swatch ul { list-style-type:none; margin:0; padding:0; }
.col-swatch li {
  display:-moz-inline-stack;
  display:inline-block;
  zoom:1;
  *display:inline;
  padding:0;
  margin:0px 2px;
}

.col-swatch li span { display:block; margin:5px 10px; }
.col-swatch li.color { width:20px; height:20px; }
.col-swatch li.color span { 
  width:100%; 
  height:100%; 
  margin:0; 
  border-radius: 50%;
  border: 1px solid #ddd;
}

.col-swatch .options li {
  -webkit-transform: translateZ(0); /* webkit flicker fix */
  -webkit-font-smoothing: antialiased; /* webkit text rendering fix */
}

.col-swatch li:hover { 
  cursor: pointer;
}


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


ul#sortme { text-align: right; list-style-type: none; width: 100%; }
ul#sortme li { text-align: left; display: inline-block; margin: 0 0 0 10px; }
ul#sortme li p { text-align: center; }

#sidebar h4 { margin-bottom: 10px; }

ul#sort-me li.filter ul li.current a:before {
  color: #3e3e3e;
  margin-bottom: 0;
}

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

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

#side-filter .clearfix.filter {
  margin-bottom: 20px;
}

.styled-select {
  border: 1px solid #d5d5d5;
  border-radius: 1px;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-left: 8px;
  font-size: 11px;
  height: 38px;
  line-height: 36px;
  min-width: 165px; 
  margin-bottom: 0;
  background: url(//www.littlefashionaddict.com/cdn/shop/t/45/assets/select-arrow.png?v=112595941721225094991740675729) no-repeat right #fff;
}

.styled-select::-ms-expand {
  display: none;
}

li.paginext, li.pagiprev {
  width: 38px;
  border: 1px solid #ddd;
  text-align: center! important;
  height: 38px;
  line-height: 36px;
}

li.paginext a, li.pagiprev a {
    display: block;
    font-size: 16px;
}

span.pagination-count { 
  margin-left: 10px;
  font-size: 11px;
}

/* Sidebar specifics */
#sidebar .sidebar-listing {
  margin-bottom: 20px;
}

#sidebar .sidebar-listing .listing {
  text-align: justify;
}

#sidebar .sidebar-listing .listing a {
  display: inline-block;
}

#sidebar-toggle {
  	text-align: left;
}

#sidebar-toggle.shown {
  	background-image: url(//www.littlefashionaddict.com/cdn/shop/t/45/assets/select-arrow-up.png?v=62422159821346634921740675729);
}

#sidebar-toggle.shown .text-hidden {
  	display: none;
}

#sidebar-toggle.shown .text-shown {
  	display: inline;
}

/* ================ */
/* = Product page = */
/* ================ */


.bigimage { text-align: center; margin-bottom: 0px; max-width: 548px; }
.active img { border:1px solid #ccc !important;}


#mobile-product { position: relative; }
ol.flex-control-nav {
  display: none;
}
.thumbnail { margin-bottom: 10px; border: 1px solid #fff; }
#product-price, .product-price { font-size: 16px; margin-bottom: 10px; }


#product-right { padding: 20px; }
#product-description, .product-description { text-align: center; }
#product-description form, .product-description form { display: block! important; margin-bottom: 10px; border-top: 1px solid #e8e5e5; border-bottom: 1px solid #e8e5e5; padding-top: 10px; }

.product-add { padding: 10px 0 0; }

.qty-selection { margin-bottom: 20px; }

.quantity { 
  font-weight: bold; 
  text-align: center; 
  margin: 0 5px! important; 
  width: 70px! important; 
  display: inline-block! important; 
  padding: 10px 0! important; 
  text-indent: 0! important;
  background: transparent;
}

.up {
  border: 1px solid #f0f0f0;
  padding: 6px 8px;
  display: inline;
  color: #3e3e3e;
}

.down {
  border: 1px solid #f0f0f0;
  padding: 6px 8px;
  display: inline;
  color: #3e3e3e;  
}

.up:hover, .down:hover { cursor: pointer; }

.add {
  margin: 0 auto;
  display: block! important;
  clear: left;
  /* width: 50%! important; */
}

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

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

ul#popups { margin: 20px 0 0; list-style-type: none; text-align: center; }
ul#popups li { display: inline; margin-right 10px; border-right: 1px solid #e8e5e5; padding-right: 10px; margin-left: 10px; }
ul#popups li.first { margin-left: 0; }
ul#popups li.last { border-right: 0; }

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

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

/* #back-forth img { margin: 0 5px; vertical-align: middle; max-width: 160px; }
 */
.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;
}


#lower-description { text-align: center; } 

.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(//www.littlefashionaddict.com/cdn/shop/t/45/assets/select-arrow.png?v=112595941721225094991740675729) no-repeat right #fff;
  margin: 5px auto;
}

.single-option-selecter::-ms-expand {
  display: none;
}

.what-is-it { }
.what-is-it label { display: inline; margin-right: 10px; }

/* =============== */
/* = Cart = */
/* =============== */

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

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


#shopping-cart td, #shopping-cart th { 
  padding: 10px; 
  border-bottom: 1px solid #e8e5e5; 
}

#shopping-cart th {
  text-align: left;
}

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

td.cart-remove {
  text-align: center;
}


#basket-right { text-align: center; float: right; }
#basket-right h4 { margin: 20px 0; }
#note { margin-top: 10px; }

#basket-right img {
  height: 32px;
}

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

#note {
  height:80px;
  margin-bottom:0;
}
#continue-shopping {
  display: inline-block;
  line-height: 50px;
  background:#e6e6e6;
  color:#565656;
  &:visited {
    color:#565656;
  }
}
#update-cart {
  background:#e6e6e6;
  color:#565656;
  &:visited {
    color:#565656;
  }
}

/* =============== */
/* = Blogs & Pages = */
/* =============== */



.rte h1 {
  border-bottom: 0! important;
  text-align: inherit! important;
  margin-bottom: inherit! important;
}

#page { clear: left; margin-bottom: 50px;   }
#page h1 {  padding-bottom: 5px; margin-bottom: 20px;  }
#page h1.page-title { text-align: center; border-bottom: 1px solid #e8e5e5; }

#page h2 { font-weight: bold; }

#page-sidebar h2 { padding-bottom: 8px; margin-bottom: 20px; border-bottom: 1px solid #e8e5e5; }
#page-sidebar ul { list-style-type: none; }
#page-sidebar ul li {
  display: block;
  margin-bottom: 10px;
  padding-bottom: 5px;
}

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

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

.article-info { padding-bottom: 20px; }
.article-info-inner { width: 96%; margin: 0 auto; }

.article-info h2 { letter-spacing: initial; margin-bottom: 5px;  }
.posted {  margin-bottom: 20px; font-style: italic; }
.post-tags { clear: left; display: block; text-align: center; }
.article-info p { font-size: 12px; margin-bottom: 0; }
.article-info a { text-decoration: none! important;  }
.article-content { margin-top: 10px; margin-bottom: 10px; }
.article-image { display: block; margin-bottom: 10px; }
.article-index .share-icons { text-align: center! important; }

.share-icons a { color: #ffffff; }
.share-icons a:hover { color: #ffffff; }

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

ul#blog-articles, #blog-article { list-style-type: none; }
.single-article { margin-bottom: 50px; padding-bottom: 20px; border-bottom: 1px solid #e8e5e5; float: left; width: 100%; }
.single-article .posted { text-align: left; }
.single-article .post-tags { text-align: left; }
li.single-article p.posted, #article-body p.posted {
  display: inline-block;
}

li.single-article p.posted.author, #article-body p.posted.author {margin-right: 5px;}
#blog-sidebar h2 .icon-rss {
  float: right;
  font-size: 16px;
}

#blog-sidebar h3 { margin-top: 10px; padding-bottom: 10px; }

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


#instafeed {
  margin-top: 15px;
}


#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 #e8e5e5; }
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 { width: 100%; text-align: center; clear: left; float: left; }
#comments ul { margin-top: 20px; list-style-type: none; }
#comments ul li { float: left; display: block; width: 100%; margin: 0 0 20px 0; border-bottom: 1px solid #e8e5e5; padding-bottom: 20px; }

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

dd { margin-left: 0; }

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


.readmore { clear: left; text-align: left; margin: 30px auto; }
.readmore a { color: #ffffff! important; background: #ff6d6d! important; padding: 10px 20px; -webkit-transition: background .5s ease,color .5s ease; -moz-transition: background .5s ease,color .5s ease; -o-transition: background .5s ease,color .5s ease; transition: background .5s ease,color .5s ease; }
.readmore a:hover { color: #ffffff! important; background: #e13636! important; text-decoration: none; }


.errorForm.feedback {
  background: mistyrose;
  padding: 15px 0 5px;
  text-align: center;
  font-weight: 600;
  color: firebrick;
  margin: 0 1.1%;
}



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

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

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

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

#order_details { float: left; }

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


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

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

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


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

.center { 
  text-align: center;
}

/* =============== */
/* = Footer = */
/* =============== */

.credit img {
  max-width: 100%;
}

.page-wrap {
  overflow: hidden;
}

#bottom-logo { 
  margin-top: 50px;
  text-align: center;
}

#footer-wrapper { 
  z-index: 2; 
  clear: left; 
  border-top: 1px solid #dcdcdc;
  background: #ffffff;
  padding: 50px 0 30px;
  margin-top: 50px;
}

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

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

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

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

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

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

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

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

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


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

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

ul#footer-icons li a {
  font-size: 14px;
  color: #777777;
}

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

.credit { 
  text-align: center;
}

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

.credit a {
  color: #777777;
}

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

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


/* =============== */
/* = Mobile Hides = */
/* =============== */

#mobile-product { display: none; }

/* =============== */
/* = Global = */
/* =============== */


#pagination { 
  text-align: center; 
  margin-top: 30px; 
  margin-bottom: 30px;  
  letter-spacing: 1px;
  line-height: 38px;
}

#pagination a, #pagination span {
  float: none;
  display: inline-block;
  padding: 0 5px;

}

#pagination span.current {
  font-weight: bold;
}

div.paginext, div.pagiprev {
  width: 38px;
  border: 1px solid #ddd;
  text-align: center! important;
  height: 38px;
  line-height: 36px;
  display: inline-block;
}

div.paginext a, div.pagiprev a {
    display: block;
    font-size: 16px;
}

span.pagination-count { 
  margin-left: 10px;
  font-size: 11px;
}



/* breadcrumbs
------------------------------------------------------ */

#breadcrumb, #breadcrumb a {
  color: #ccc;
  letter-spacing: 1px;
  font-size: 12px;
  transition: 0.3s all ease-in-out;
}

#breadcrumb, #breadcrumb a:hover {
  color: #555555;
}

#breadcrumb { 
  margin-bottom:20px; 
  text-align: center; 
}


#product-description .select { display: none; }
/* Hiding the drop-downs. */
#product-variants, .selector-wrapper, .select { display: none; }
label[for="product-select-option-"] { display: none; }
#product-select-option- { display: none; }
#product-select-option- + .custom-style-select-box { display: none !important; }


/* 
Swatches Styles
*/



.swatch { 
  margin:0; 
}
/* Label */
.swatch .header {
  margin: 0.5em 0;
}
/* Hide radio buttons.*/
.swatch input { 
  display:none;
}

.color label { width: 40px! important; }

.swatch label {
  display:-moz-inline-stack;
  display:inline-block;
  zoom:1;
  *display:inline;
  padding:0;
  background-color: transparent;
  margin:0px 5px 10px;
  cursor:pointer;
  border: 1px solid #eee;
  position:relative;
  text-transform:uppercase;
  font-size:13px;
  font-weight: bold;
  min-width:30px !important; 
  height:30px !important;
  line-height:28px;
  white-space:nowrap;
  text-transform:uppercase;
  text-align: center;
}
.swatch-element label { padding:0 10px; }
.color.swatch-element label { padding:0; }

.swatch input:checked + label {
  border:1px solid #eee;
  background: #000;
  color: #fff;
} 

.swatch .color input:checked + label {
  outline-offset: 2px;
  outline: 1px solid #000;
}

.swatch label:hover {
  background: #eee; 
}

.swatch .swatch-element {
  display: inline-block;
  -webkit-transform:translateZ(0); /* webkit flicker fix */
  -webkit-font-smoothing:antialiased; /* webkit text rendering fix */
  position:relative;
}
/* Image with the cross in it */
.crossed-out { position:absolute; width:100%; height:100%; left:0; top:0; }
.swatch .swatch-element .crossed-out { display:none; }
.swatch .swatch-element.soldout .crossed-out { display:block; }
.swatch .swatch-element.soldout label {
  filter: alpha(opacity=60); /* internet explorer */
  -khtml-opacity: 0.6;      /* khtml, old safari */
  -moz-opacity: 0.6;       /* mozilla, netscape */
  opacity: 0.6;           /* fx, safari, opera */
}
/* Tooltips */
.swatch .tooltip {
  text-align:center;
  background:gray;
  color:#fff;
  bottom:100%;
  padding: 10px;
  display:block;
  position:absolute;
  width:100px;
  left:-33px;
  margin-bottom:15px;
  /* Make it invisible by default */
  filter:alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity:0;
  visibility:hidden;
  /* Animations */
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -ms-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  z-index: 10000;
  -moz-box-sizing:border-box; 
  -webkit-box-sizing:border-box; 
  box-sizing:border-box;
}
.swatch .tooltip:before {
  bottom:-20px;
  content:" ";
  display:block;
  height:20px;
  left:0;
  position:absolute;
  width:100%;
}
/* CSS triangle */
.swatch .tooltip:after {
  border-left:solid transparent 10px;
  border-right:solid transparent 10px;
  border-top:solid gray 10px;
  bottom:-10px;
  content:" ";
  height:0;
  left:50%;
  margin-left:-13px;
  position:absolute;
  width:0;
}
.swatch .swatch-element:hover .tooltip {
  filter:alpha(opacity=100);
  -khtml-opacity:1;
  -moz-opacity:1;
  opacity:1;
  visibility:visible;
  -webkit-transform:translateY(0px);
  -moz-transform:translateY(0px);
  -ms-transform:translateY(0px);
  -o-transform:translateY(0px);
  transform:translateY(0px);
}
.swatch.error {
  background-color:#E8D2D2!important;
  color:#333!important;
  padding:1em;
  border-radius:5px;
}
.swatch.error p {
  margin:0.7em 0;
}
.swatch.error p:first-child {
  margin-top:0;
}
.swatch.error p:last-child {
  margin-bottom:0;
}
.swatch.error code {
  font-family:monospace;
}


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

.scrollup:hover { text-decoration: none; }


iframe { width: 100%; }


/* Navigation */


/* Dropdown Navigation */
@media screen and (max-width: 739px) {
	.header-menu-wrapper-mobile {
  		position: fixed;
  		top: 0;
  		left: 0;
  		width: 100%;
  		background: #ffffff;
	}
}

@media screen and ( min-width: 740px ) {
  .dl-menuwrapper {
    display: none;
  }
}

.dl-menuwrapper {
  z-index: 5;
  top: 0;
  left: 0;
  position: absolute;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  perspective: 1000px;
  -webkit-perspective-origin: 50% 200%;
  -moz-perspective-origin: 50% 200%;
  perspective-origin: 50% 200%;
}

.dl-menuwrapper:first-child {
  /* margin-right: 100px; */
}

.dl-menuwrapper button {
  background: #ffffff;
  border: none;
  width: 48px;
  height: 45px;
  font-size: 13px;
  text-align: center;
  /*text-indent: -900em; */
  overflow: hidden;
  padding: 0;
  position: relative;
  cursor: pointer;
  outline: none;
  margin-bottom: 0;
  color: #777777;
}

.dl-menuwrapper button:hover,
.dl-menuwrapper button.dl-active,
.dl-menuwrapper ul {
  background: #ffffff;
}

.dl-menuwrapper button:after {
  content: '';
  position: absolute;
  width: 68%;
  height: 5px;
  /*background: #777777;*/
  top: 10px;
  left: 16%;	
  /* box-shadow: 
  0 10px 0 #777777, 
  0 20px 0 #777777; */
}

.dl-menuwrapper ul {
  padding: 0;
  list-style: none;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.dl-menuwrapper li {
  position: relative;
}

.dl-menuwrapper li a {
  font-family: 'Montserrat', sans-serif;
  display: block;
  position: relative;
  padding: 15px 20px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #777777;
  outline: none;
  text-transform: none;
}

.no-touch .dl-menuwrapper li a:hover {
  background: #ffeded;
  color: #ffffff;
}

.dl-menuwrapper li.dl-back > a {
  padding-left: 30px;
  background: #ffffff;
}

.dl-menuwrapper li.dl-back:after,
.dl-menuwrapper li > a:not(:only-child):after {
  position: absolute;
  top: 0;
  line-height: 50px;
  font-family: 'FontAwesome';
  speak: none;
  color: #777777;
  -webkit-font-smoothing: antialiased;
  content: "\f054";
}

.dl-menuwrapper li.dl-back:after {
  left: 10px;
  color: #777777;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}

.dl-menuwrapper li > a:after {
  right: 10px;
  color: rgba(0,0,0,0.15);
}

.dl-menuwrapper .dl-menu {
  margin: 0;
  border-top: 1px solid #777777;
  border-bottom: 1px solid #777777;
  position: absolute;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.dl-menuwrapper .dl-menu.dl-menu-toggle {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.dl-menuwrapper .dl-menu.dl-menuopen {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
  max-height: calc(100vh - 50px);
  overflow-y: scroll;
  width: 300px;
  width: 100vw;
}

/* Hide the inner submenus */
.dl-menuwrapper li .dl-submenu {
  display: none;
  margin-bottom: 0;
}

/* 
When a submenu is openend, we will hide all li siblings.
For that we give a class to the parent menu called "dl-subview".
We also hide the submenu link. 
The opened submenu will get the class "dl-subviewopen".
All this is done for any sub-level being entered.
*/
.dl-menu.dl-subview li,
.dl-menu.dl-subview li.dl-subviewopen > a,
.dl-menu.dl-subview li.dl-subview > a {
  display: none;
}

.dl-menu.dl-subview li.dl-subview,
.dl-menu.dl-subview li.dl-subview .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
  display: block;
}

/* Dynamically added submenu outside of the menu context */
.dl-menuwrapper > .dl-submenu {
  position: absolute;
  width: 100%;
  top: 50px;
  left: 0;
  margin: 0! important;
}

/* Animation classes for moving out and in */

.dl-menu.dl-animate-out-1 {
  -webkit-animation: MenuAnimOut1 0.4s;
  -moz-animation: MenuAnimOut1 0.4s;
  animation: MenuAnimOut1 0.4s;
}

.dl-menu.dl-animate-out-2 {
  -webkit-animation: MenuAnimOut2 0.3s ease-in-out;
  -moz-animation: MenuAnimOut2 0.3s ease-in-out;
  animation: MenuAnimOut2 0.3s ease-in-out;
}

.dl-menu.dl-animate-out-3 {
  -webkit-animation: MenuAnimOut3 0.4s ease;
  -moz-animation: MenuAnimOut3 0.4s ease;
  animation: MenuAnimOut3 0.4s ease;
}

.dl-menu.dl-animate-out-4 {
  -webkit-animation: MenuAnimOut4 0.4s ease;
  -moz-animation: MenuAnimOut4 0.4s ease;
  animation: MenuAnimOut4 0.4s ease;
}

.dl-menu.dl-animate-out-5 {
  -webkit-animation: MenuAnimOut5 0.4s ease;
  -moz-animation: MenuAnimOut5 0.4s ease;
  animation: MenuAnimOut5 0.4s ease;
}

@-webkit-keyframes MenuAnimOut1 {
  50% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
  }
  75% {
    -webkit-transform: translateZ(-372.5px) rotateY(15deg);
    opacity: .5;
  }
  100% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
}

@-webkit-keyframes MenuAnimOut2 {
  100% {
    -webkit-transform: translateX(-100%);
    opacity: 0;
  }
}

@-webkit-keyframes MenuAnimOut3 {
  100% {
    -webkit-transform: translateZ(300px);
    opacity: 0;
  }
}

@-webkit-keyframes MenuAnimOut4 {
  100% {
    -webkit-transform: translateZ(-300px);
    opacity: 0;
  }
}

@-webkit-keyframes MenuAnimOut5 {
  100% {
    -webkit-transform: translateY(40%);
    opacity: 0;
  }
}

@-moz-keyframes MenuAnimOut1 {
  50% {
    -moz-transform: translateZ(-250px) rotateY(30deg);
  }
  75% {
    -moz-transform: translateZ(-372.5px) rotateY(15deg);
    opacity: .5;
  }
  100% {
    -moz-transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
}

@-moz-keyframes MenuAnimOut2 {
  100% {
    -moz-transform: translateX(-100%);
    opacity: 0;
  }
}

@-moz-keyframes MenuAnimOut3 {
  100% {
    -moz-transform: translateZ(300px);
    opacity: 0;
  }
}

@-moz-keyframes MenuAnimOut4 {
  100% {
    -moz-transform: translateZ(-300px);
    opacity: 0;
  }
}

@-moz-keyframes MenuAnimOut5 {
  100% {
    -moz-transform: translateY(40%);
    opacity: 0;
  }
}

@keyframes MenuAnimOut1 {
  50% {
    transform: translateZ(-250px) rotateY(30deg);
  }
  75% {
    transform: translateZ(-372.5px) rotateY(15deg);
    opacity: .5;
  }
  100% {
    transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
}

@keyframes MenuAnimOut2 {
  100% {
    transform: translateX(-100%);
    opacity: 0;
  }
}

@keyframes MenuAnimOut3 {
  100% {
    transform: translateZ(300px);
    opacity: 0;
  }
}

@keyframes MenuAnimOut4 {
  100% {
    transform: translateZ(-300px);
    opacity: 0;
  }
}

@keyframes MenuAnimOut5 {
  100% {
    transform: translateY(40%);
    opacity: 0;
  }
}

.dl-menu.dl-animate-in-1 {
  -webkit-animation: MenuAnimIn1 0.3s;
  -moz-animation: MenuAnimIn1 0.3s;
  animation: MenuAnimIn1 0.3s;
}

.dl-menu.dl-animate-in-2 {
  -webkit-animation: MenuAnimIn2 0.3s ease-in-out;
  -moz-animation: MenuAnimIn2 0.3s ease-in-out;
  animation: MenuAnimIn2 0.3s ease-in-out;
}

.dl-menu.dl-animate-in-3 {
  -webkit-animation: MenuAnimIn3 0.4s ease;
  -moz-animation: MenuAnimIn3 0.4s ease;
  animation: MenuAnimIn3 0.4s ease;
}

.dl-menu.dl-animate-in-4 {
  -webkit-animation: MenuAnimIn4 0.4s ease;
  -moz-animation: MenuAnimIn4 0.4s ease;
  animation: MenuAnimIn4 0.4s ease;
}

.dl-menu.dl-animate-in-5 {
  -webkit-animation: MenuAnimIn5 0.4s ease;
  -moz-animation: MenuAnimIn5 0.4s ease;
  animation: MenuAnimIn5 0.4s ease;
}

@-webkit-keyframes MenuAnimIn1 {
  0% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
  20% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateZ(0px) rotateY(0deg);
    opacity: 1;
  }
}

@-webkit-keyframes MenuAnimIn2 {
  0% {
    -webkit-transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1;
  }
}

@-webkit-keyframes MenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
}

@-webkit-keyframes MenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
}

@-webkit-keyframes MenuAnimIn5 {
  0% {
    -webkit-transform: translateY(40%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}

@-moz-keyframes MenuAnimIn1 {
  0% {
    -moz-transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
  20% {
    -moz-transform: translateZ(-250px) rotateY(30deg);
    opacity: 0.5;
  }
  100% {
    -moz-transform: translateZ(0px) rotateY(0deg);
    opacity: 1;
  }
}

@-moz-keyframes MenuAnimIn2 {
  0% {
    -moz-transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -moz-transform: translateX(0px);
    opacity: 1;
  }
}

@-moz-keyframes MenuAnimIn3 {
  0% {
    -moz-transform: translateZ(300px);
    opacity: 0;
  }
  100% {
    -moz-transform: translateZ(0px);
    opacity: 1;
  }
}

@-moz-keyframes MenuAnimIn4 {
  0% {
    -moz-transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    -moz-transform: translateZ(0px);
    opacity: 1;
  }
}

@-moz-keyframes MenuAnimIn5 {
  0% {
    -moz-transform: translateY(40%);
    opacity: 0;
  }
  100% {
    -moz-transform: translateY(0);
    opacity: 1;
  }
}

@keyframes MenuAnimIn1 {
  0% {
    transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
  20% {
    transform: translateZ(-250px) rotateY(30deg);
    opacity: 0.5;
  }
  100% {
    transform: translateZ(0px) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes MenuAnimIn2 {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}

@keyframes MenuAnimIn3 {
  0% {
    transform: translateZ(300px);
    opacity: 0;
  }
  100% {
    transform: translateZ(0px);
    opacity: 1;
  }
}

@keyframes MenuAnimIn4 {
  0% {
    transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    transform: translateZ(0px);
    opacity: 1;
  }
}

@keyframes MenuAnimIn5 {
  0% {
    transform: translateY(40%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-1 {
  -webkit-animation: SubMenuAnimIn1 0.4s ease;
  -moz-animation: SubMenuAnimIn1 0.4s ease;
  animation: SubMenuAnimIn1 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-2 {
  -webkit-animation: SubMenuAnimIn2 0.3s ease-in-out;
  -moz-animation: SubMenuAnimIn2 0.3s ease-in-out;
  animation: SubMenuAnimIn2 0.3s ease-in-out;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-3 {
  -webkit-animation: SubMenuAnimIn3 0.4s ease;
  -moz-animation: SubMenuAnimIn3 0.4s ease;
  animation: SubMenuAnimIn3 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-4 {
  -webkit-animation: SubMenuAnimIn4 0.4s ease;
  -moz-animation: SubMenuAnimIn4 0.4s ease;
  animation: SubMenuAnimIn4 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-5 {
  -webkit-animation: SubMenuAnimIn5 0.4s ease;
  -moz-animation: SubMenuAnimIn5 0.4s ease;
  animation: SubMenuAnimIn5 0.4s ease;
}

@-webkit-keyframes SubMenuAnimIn1 {
  0% {
    -webkit-transform: translateX(50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1;
  }
}

@-webkit-keyframes SubMenuAnimIn2 {
  0% {
    -webkit-transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1;
  }
}

@-webkit-keyframes SubMenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
}

@-webkit-keyframes SubMenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
}

@-webkit-keyframes SubMenuAnimIn5 {
  0% {
    -webkit-transform: translateZ(-200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
    opacity: 1;
  }
}

@-moz-keyframes SubMenuAnimIn1 {
  0% {
    -moz-transform: translateX(50%);
    opacity: 0;
  }
  100% {
    -moz-transform: translateX(0px);
    opacity: 1;
  }
}

@-moz-keyframes SubMenuAnimIn2 {
  0% {
    -moz-transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -moz-transform: translateX(0px);
    opacity: 1;
  }
}

@-moz-keyframes SubMenuAnimIn3 {
  0% {
    -moz-transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    -moz-transform: translateZ(0px);
    opacity: 1;
  }
}

@-moz-keyframes SubMenuAnimIn4 {
  0% {
    -moz-transform: translateZ(300px);
    opacity: 0;
  }
  100% {
    -moz-transform: translateZ(0px);
    opacity: 1;
  }
}

@-moz-keyframes SubMenuAnimIn5 {
  0% {
    -moz-transform: translateZ(-200px);
    opacity: 0;
  }
  100% {
    -moz-transform: translateZ(0);
    opacity: 1;
  }
}

@keyframes SubMenuAnimIn1 {
  0% {
    transform: translateX(50%);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}

@keyframes SubMenuAnimIn2 {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}

@keyframes SubMenuAnimIn3 {
  0% {
    transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    transform: translateZ(0px);
    opacity: 1;
  }
}

@keyframes SubMenuAnimIn4 {
  0% {
    transform: translateZ(300px);
    opacity: 0;
  }
  100% {
    transform: translateZ(0px);
    opacity: 1;
  }
}

@keyframes SubMenuAnimIn5 {
  0% {
    transform: translateZ(-200px);
    opacity: 0;
  }
  100% {
    transform: translateZ(0);
    opacity: 1;
  }
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-1 {
  -webkit-animation: SubMenuAnimOut1 0.4s ease;
  -moz-animation: SubMenuAnimOut1 0.4s ease;
  animation: SubMenuAnimOut1 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-2 {
  -webkit-animation: SubMenuAnimOut2 0.3s ease-in-out;
  -moz-animation: SubMenuAnimOut2 0.3s ease-in-out;
  animation: SubMenuAnimOut2 0.3s ease-in-out;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-3 {
  -webkit-animation: SubMenuAnimOut3 0.4s ease;
  -moz-animation: SubMenuAnimOut3 0.4s ease;
  animation: SubMenuAnimOut3 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-4 {
  -webkit-animation: SubMenuAnimOut4 0.4s ease;
  -moz-animation: SubMenuAnimOut4 0.4s ease;
  animation: SubMenuAnimOut4 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-5 {
  -webkit-animation: SubMenuAnimOut5 0.4s ease;
  -moz-animation: SubMenuAnimOut5 0.4s ease;
  animation: SubMenuAnimOut5 0.4s ease;
}

@-webkit-keyframes SubMenuAnimOut1 {
  0% {
    -webkit-transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(50%);
    opacity: 0;
  }
}

@-webkit-keyframes SubMenuAnimOut2 {
  0% {
    -webkit-transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%);
    opacity: 0;
  }
}

@-webkit-keyframes SubMenuAnimOut3 {
  0% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(-300px);
    opacity: 0;
  }
}

@-webkit-keyframes SubMenuAnimOut4 {
  0% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(300px);
    opacity: 0;
  }
}

@-webkit-keyframes SubMenuAnimOut5 {
  0% {
    -webkit-transform: translateZ(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(-200px);
    opacity: 0;
  }
}

@-moz-keyframes SubMenuAnimOut1 {
  0% {
    -moz-transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(50%);
    opacity: 0;
  }
}

@-moz-keyframes SubMenuAnimOut2 {
  0% {
    -moz-transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(100%);
    opacity: 0;
  }
}

@-moz-keyframes SubMenuAnimOut3 {
  0% {
    -moz-transform: translateZ(0px);
    opacity: 1;
  }
  100% {
    -moz-transform: translateZ(-300px);
    opacity: 0;
  }
}

@-moz-keyframes SubMenuAnimOut4 {
  0% {
    -moz-transform: translateZ(0px);
    opacity: 1;
  }
  100% {
    -moz-transform: translateZ(300px);
    opacity: 0;
  }
}

@-moz-keyframes SubMenuAnimOut5 {
  0% {
    -moz-transform: translateZ(0);
    opacity: 1;
  }
  100% {
    -moz-transform: translateZ(-200px);
    opacity: 0;
  }
}

@keyframes SubMenuAnimOut1 {
  0% {
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    transform: translateX(50%);
    opacity: 0;
  }
}

@keyframes SubMenuAnimOut2 {
  0% {
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    transform: translateX(100%);
    opacity: 0;
  }
}

@keyframes SubMenuAnimOut3 {
  0% {
    transform: translateZ(0px);
    opacity: 1;
  }
  100% {
    transform: translateZ(-300px);
    opacity: 0;
  }
}

@keyframes SubMenuAnimOut4 {
  0% {
    transform: translateZ(0px);
    opacity: 1;
  }
  100% {
    transform: translateZ(300px);
    opacity: 0;
  }
}

@keyframes SubMenuAnimOut5 {
  0% {
    transform: translateZ(0);
    opacity: 1;
  }
  100% {
    transform: translateZ(-200px);
    opacity: 0;
  }
}

/* No JS Fallback */
.no-js .dl-menuwrapper .dl-menu {
  position: relative;
  opacity: 1;
  -webkit-transform: none;
  -moz-transform: none;
  transform: none;
}

.no-js .dl-menuwrapper li .dl-submenu {
  display: block;
  margin-bottom: 0! important;
}

.no-js .dl-menuwrapper li.dl-back {
  display: none;
}

.no-js .dl-menuwrapper li > a:not(:only-child) {
  background: rgba(0,0,0,0.1);
}

.no-js .dl-menuwrapper li > a:not(:only-child):after {
  content: '';
}


.dl-animate-in-2, .dl-animate-out-2 { width: 300px! important; }



/* Owl Carousel */




/* 
* 	Core Owl Carousel CSS File
*	v1.24
*/


.owl-controls.clickable {
  position: absolute;
  top: 28%;
  left: 0;
  width: 100%;
}

.owl-prev {
  display: inline-block;
  position: absolute;
  left: -40px;
}
.owl-next {
  display: inline-block;
  position: absolute;
  right: -40px;
}

.owl-next:after {
  color: #444;
  content: "\f105";
  font-family: fontAwesome;
  font-weight: 800;
  font-size: 20px;
}

.owl-prev:after {
  color: #444;
  content: "\f104";
  font-family: fontAwesome;
  font-weight: 800;
  font-size: 20px;
}


.owl-theme .owl-controls .owl-page{
  display: inline-block;
  zoom: 1;
  *display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
  display: block;
  width: 30px;
  height: 5px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);/*IE7 fix*/
  opacity: 0.5;
  background: #000;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
  filter: Alpha(Opacity=100);/*IE7 fix*/
  opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}


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

.owl-carousel .owl-item{
  float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div{
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

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

/* CSS3 Transitions */

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

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

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

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


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



nav { 
  width: 100%; 
  background: #ffffff; 
  margin-bottom: 0px;

  z-index: 2;
}

ul#main-nav { 
  list-style: none; 
  text-align: center;
  margin-bottom: 0;
  position: relative;
}

ul#main-nav li { 
  display: inline-block; 
}


ul#main-nav li:hover { background: #ffeded;  }

ul#main-nav li a,
ul#main-nav li a:visited,
ul#main-nav li h4 { 
  font-family: 'Montserrat', sans-serif; 
  font-weight: 400; 
  font-size: 14px; 
  color: #777777; 
  display: block; 
  padding: 0 6px; 
  text-transform: none;
}

ul#main-nav li a,
ul#main-nav li a:visited {
  color: #3e3e3e;
}

@media screen and (min-width: 1220px) {
  ul#main-nav li a,
  ul#main-nav li h4 {
    padding: 0 20px;
  }
}

@media screen and (max-width: 980px) and (min-width: 740px) {
  ul#main-nav li a,
  ul#main-nav li h4 {
    font-size: 10px;
  }
}

ul#main-nav li a:hover {
  //color: #ffa0a0; 
  text-decoration: none;
}

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

ul#main-nav li ul.submenu {
  display: none;
  position: absolute;
  z-index: 5;
  background: #ffeded;  
  border-bottom: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}

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

ul#main-nav li ul.submenu li{
  line-height: 34px! important;
  margin: 0; 
  padding: 0;
  white-space: nowrap;
  background: transparent! important;
  min-width: 220px;
  display: block;
  position: relative;
}

ul#main-nav li ul.submenu li:hover {
  background: #ffffff! important; 
}


ul#main-nav li ul.submenu li a{
  text-align: left;
  font-weight: normal;
  text-transform: none! important;
  color: #3e3e3e;
  font-size: 12px! important;
  font-family:'Montserrat', sans-serif! important;
}


ul#main-nav li ul.submenu li a:hover {
  color: #000000;
}

/* Add product-type-listing */
/* ul#main-nav li .megamenu {
  border: 1px solid #555555;
} */

ul#main-nav li .megamenu li > ul.mega-stack li {
  overflow: hidden;
}

ul#main-nav li .megamenu li > ul.mega-stack li a {
  margin: 2px 0;
}

ul#main-nav li .megamenu li > ul.mega-stack li a:hover {
  color: #555555;
  text-decoration: underline;
}

ul#main-nav li .megamenu li > ul.mega-stack li.product-type-listing {
  margin: 0 15px 0 -5px;  
}

ul#main-nav li .megamenu li > ul.mega-stack li.product-type-listing a {
  display: inline-block;
  margin: 2px 5px;
}


/* End add product-type-listing */

/* Add special brands menu */
ul#main-nav li .megamenu.brands {
  text-align: justify;
  padding: 0;
}

ul#main-nav li .megamenu.brands h4 {
  color: #555555;
  border-bottom: 1px solid #555555;
  padding: 5px 0;
  margin: 0 10px 10px 10px;
}

ul#main-nav li .megamenu.brands h4 a {
	padding: 0;
}

ul#main-nav li .megamenu.brands li {
  display: inline;
  font-size: 12px;
  
}

ul#main-nav li .megamenu.brands li a {
  display: inline-block;
  margin: 4px 0;
  padding: 0 10px;
  text-transform: none;
}

ul#main-nav li .megamenu.brands li a:hover {
  text-decoration: underline;
  color: #000000;
}

/* End add special brands menu */

.submenu li.nest {
}


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

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

.nested {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;  
  background: #ffeded;  
  border: 1px solid #ffffff;  
}


/* Megamenu */

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


.megamenu {
  display: none;
  position: absolute;
  left: 0;
  z-index: 2;
  line-height: initial;
}



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

.megamenu {
  background: #ffeded;  
  border: 1px solid #ffffff;
  padding-bottom: 10px;
  padding-top: 10px;  
}

.megamenu h4 {
  //padding: 20px 0 5px;
  font-family: 'Montserrat', sans-serif! important; 
  color: #3e3e3e;
  font-weight: bold;
 // border-bottom: 1px solid #e8e5e5;
 // margin-bottom: 10px;
  text-align: left;
  font-size: 14px; 
  letter-spacing: initial;
}

.megamenu li:hover {
  background: transparent! important;
}

.megamenu li > ul.mega-stack {
  background: #ffeded;
  margin-bottom: 0;
}

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

.megamenu li > ul.mega-stack li a { 
  padding: 0! important;  
  font-weight: normal! important;
  color: #3e3e3e! important;
  font-size: 12px;
  font-family:'Montserrat', sans-serif! important;
  background: transparent! important;
  text-transform: none! important;
}


.megamenu li > ul.mega-stack li a:hover {
  color: #000000! important;
  background: #ffa0a0;
  padding: 5px;
}


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

.collection div.zoomWindow, .index div.zoomWindow, .search div.zoomWindow {
  display: none! important;
}
.collection div.zoomLens, .index div.zoomLens, .search div.zoomLens {
  opacity: 0! important;
}





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


/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

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

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0; overflow-x:hidden;}
.flexslider .slides > li { position: relative; display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

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

.flex-caption h2.slide-title { 
  line-height: inherit;
}

.flex-caption p {
  letter-spacing: 1px;
}

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

.cta { 
  margin-top: 50px;
}

.cta a {
  padding: 10px 20px;
  letter-spacing: 1px;
  border-radius: 3px;
  -webkit-transition: background .5s ease,color .5s ease;
  -moz-transition: background .5s ease,color .5s ease;
  -o-transition: background .5s ease,color .5s ease;
  transition: background .5s ease,color .5s ease;  
}



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

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

/* FlexSlider Default Theme
*********************************/
.flexslider { margin: 0; position: relative; zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { text-align: center; background: transparent! important; text-align: center; display: block; width: 40px; height: 40px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.flex-direction-nav a:hover { background: transparent! important; }

.flex-direction-nav .flex-prev { width: 40px; height: 40px; left: -40px;  }
.flex-direction-nav .flex-next { width: 40px; height: 40px; right: -40px; }

.flex-direction-nav .flex-prev:before {content:"\f104"; font-family: FontAwesome; font-size: 30px; text-align: center; line-height: 40px; }
.flex-direction-nav .flex-next:before {content:"\f105"; font-family: FontAwesome; font-size: 30px; text-align: center; line-height: 40px; }


.flexslider:hover .flex-prev { opacity: 0.7; left: 10px; }
.flexslider:hover .flex-next { opacity: 0.7; right: 10px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }


/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}

.flexslider, #content { position: relative; z-index: 0; }



/* Password Page */

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



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


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

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


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

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

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

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

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

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

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




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

/* slideout */

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

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

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

.closeslide {
  float: right;
  width: 44px;
  padding: 15px 15px 11px 15px;
  cursor: pointer;
  font-size: 20px;
}

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

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

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

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

/**
 * The Feedback company widget
 */
.feedback-company-widget,
.feedback-company-widget:hover,
.feedback-company-widget:visited {
  display: block;
  text-align: center;
  font-size: 12px;
  text-decoration: none;
  color: #777777;
}

.feedback-company-widget .stars-background {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  text-align: left;
}

.feedback-company-widget .stars-background .stars {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 0;
  z-index: 1;
  width: 0;
  overflow: hidden;
  height: 100%;
  white-space: nowrap;
}

@media screen and (max-width: 980px) {
  .feedback-company-widget,
  .feedback-company-widget:hover,
  .feedback-company-widget:visited {
    font-size: 10px;
  }
}

@media screen and (max-width: 499px) {
  .feedback-company-widget {
    line-height: normal;
    margin: 0 60px;
  }
}

/**
 * Feedback company header widget
 */
.feedback-company-widget-header {
  clear: both;
  float: right !important;
  line-height: normal;
  position: relative;
  z-index: 0;
  margin: 0 !important;
}

/**
 * Feedback company footer widget
 */
#footer_feedback_company {
  margin-top: 30px;
  margin-bottom: 20px;
}

#footer_feedback_company .recommendation,
#footer_feedback_company a {
  text-align: left;
}

#footer_feedback_company .recommendation {
  font-weight: 500;
}

#footer_feedback_company a {
  font-size: 18px;
}

@media screen and (max-width: 739px) {
  #footer_feedback_company .recommendation,
  #footer_feedback_company a {
    margin-left: 0;
    margin-right: 0;
  }
}

/**
 * Style google translate element
 */
#google_translate_element {
  float: right;
}

#google_translate_element .goog-te-gadget-simple {
  border: none;
}

#google_translate_element .goog-te-gadget-simple > img {
  display: none;
}

@media screen and (max-width: 739px) {
  #google_translate_element {
    display: block;
    float: none;
    clear: both;
    text-align: center;
  }
}

/**
 * Slider patch
 */
.flexslider .slides .slide_image img {
  margin: 0;
}

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


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

.bx-wrapper img {
  display: block;
}

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



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

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

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

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

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

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

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

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

/* AUTO CONTROLS (START / STOP) */

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

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

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

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

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

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

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

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

/* IMAGE CAPTIONS */

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

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

#mobile-product .bx-controls.bx-has-controls-direction {
  display: none;
}

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

.mobile-gallery { text-align: center; position: relative; }

.collection-banner {
  text-align: center;
  margin-bottom: 0px;
}
.collection-banner img { width: 100%; }

/* onboarding styles for new theme install */

.onboard { background: #eee! important; }

.row.no-blocks .desktop-12 {
  font-size: 15px;
  text-align: center;
  padding: 20px 0;
  border: 1px dashed #eee;
  background: #f7f7f7;
  margin-top: 20px;
  margin-bottom: 50px;
  font-weight: 400;
}

.promo-inner .onboard .placeholder-svg, .ci.onboard .placeholder-svg {
  fill: rgba(28,29,29,0.1);
  background-color: transparent;
}

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

.onboard-instagram {
  background: #f9f9f9;
}

.content-onboard {
    width: 80%;
    text-align: center;
    margin: 0 auto;
}


  


/* CODE BY ESIGN  */

.mb-gutter {
  margin-bottom: 20px;
}

.d-b {
  display: block;
}

.article-link-wrap {
  display: block;
  width: 100%;
}

.visual {
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-top: 100%;

}

.visual img, .visual iframe {
  position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out;
}

.visual--3x2 {
  padding-top: 66.66%
}

.visual:hover img {
 transform: scale(1.1);
}

.visual--original {
  padding-top: 0;
  height: 100%;

}
.visual--original img {
    position: relative;
  
}

.banner {
  width: 100%;
  background-color: #dcb4b4;
  padding: 10px;
  text-align: center;
}

#hello a {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    text-decoration: underline;
}

.product-labels {
    position: absolute;
      top: 0;right: 0;
  margin-top: 20px;margin-right: 20px;
  z-index: 9;
}

.product-label { 
  color: #fff; 

  padding: 3px 10px;
  display: inline-block;
 
  background: #e87171;


}

.sale-label { 
  color: #fff; 
  background: #e87171;
}

.new-label { 
  color: #fff; 
  background: #e87171;
}


.soldout-label { 
  //color: #fff; 
  background: #c8c4c4
}

.article-image-wrap img {
 
    width: 100%;
  
}


/* =============== */
/* = Wishlist = */
/* =============== */

 .wk-link .large--hide {
   display: none;
 }
@media screen and (min-width: 767px) {
 a.wk-link .wk-icon {
   margin-right: 0;
 }
}

.wk-button-product.wk-add-product {
  color: #ff6d6d;
  margin-bottom: 20px!important;
  text-align: center;display: inline-block;
}

.wk-button-product.wk-add-product .wk-icon svg {
  stroke: #ff6d6d;
}


/* =============== */
/* = Polyglot = */
/* =============== */

.polyglot-wrapper {
  display: inline-block;
}
.polyglot-wrapper form {
  display: inline-block;
}


.disclosure {
  position: relative;
  text-transform: uppercase;
}

.disclosure__toggle {
 padding: 5px 10px;
  white-space: nowrap;
  height: auto;
  margin: 0;
  background-color: #fff;
  //border: 1px solid #777777;
  border: none;
  color: #777777;
  text-transform: uppercase;

}
.disclosure__toggle:after {
 content: '\f107';
 display: inline-block;
 margin-left: 2px;
 font-family:'FontAwesome';

}

.disclosure-list {
  background-color: #fff;
  border-left: 1px solid #777777;
  border-right: 1px solid #777777;
  border-bottom: 1px solid #777777;
  padding: 11px 0px;
  position: absolute;
  top: 35px;
  width: 100%;
  list-style: none;
  left: auto;
  margin-left: 0;
  display: none;
  min-height: 60px;
  max-height: 300px;
  overflow-y: auto;
  z-index: 10000;
 /*  @include at-query ($min, $large) {
    right: 0;
    left: auto;
  } */
}

.disclosure-list--visible {
  display: block;
}

.disclosure-list__item {
  border-bottom: 1px solid transparent;
  white-space: nowrap;
  padding: 5px 10px!important;
  text-align: left;
  display: list-item!important;
  line-height: normal;

 /*  &:active {
    background-color: transparentize(#ccc, 0.8);
  } */
}

.disclosure-list__option {
  color: black;

/*   &:focus,
  &:hover {
    color: black;
    border-bottom: 1px solid black;
  } */
}

.disclosure-list__item--current .disclosure-list__option {
  color: #FFA0A0;
}



/* =============== */
/* = Search = */
/* =============== */

#search-bar {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  text-align: center;
}
#search-bar #q {
  width: 100%;
}

#search-bar .button {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.section-light-grey {
  background-color: #f8f8f8;
}
.section-light-pink {
  background-color: #ffeded;
}

.section-padded {
  padding: 40px 20px;
}

.button--auto.button--auto {
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.button--add-to-cart-small.button--add-to-cart-small, .wishlist-action-wrap .wk-button-product {
  width: auto;
  padding: 5px;
  height: auto;
  background-color: white;
  border: 1px solid #ff6d6d;
  transition: 0.3s all ease-in-out;

}
.button--add-to-cart-small.button--add-to-cart-small {
margin-bottom: 5px;

}

.button--add-to-cart-small.button--add-to-cart-small:not(:disabled):hover, .wishlist-action-wrap .wk-button-product:hover {
  background-color: #ff6d6d;
  border: 1px solid white;
}
.button--add-to-cart-small.button--add-to-cart-small:not(:disabled):hover .fa {
  color: #fff;
}

.button--add-to-cart-small.button--add-to-cart-small:disabled {
  border-color: #c8c4c4;
  cursor: not-allowed;
}
.button--add-to-cart-small.button--add-to-cart-small:disabled .fa {
  color: #c8c4c4;
}

.button--add-to-cart-small.button--add-to-cart-small .fa{
  font-size: 16px;
  color: #ff6d6d;
  transition: 0.3s all ease-in-out;
  
}

.wishlist-action-wrap .wk-button-product {
  margin-bottom: 0!important;  margin-top: 0!important; margin: 0 !important;
}

.wishlist-action-wrap .wk-button-product .wk-icon {
margin: 0;top: 0;
}
.wishlist-action-wrap .wk-button-product .wk-label {
display: none;
}

.wishlist-action-wrap .wk-button-product svg path {
 fill: #ff6d6d;  stroke: #ff6d6d;
 transition: 0.3s all ease-in-out;
}

.wishlist-action-wrap .wk-button-product svg {

  width: 12px;height: 12px;
}

/* .wishlist-action-wrap .wk-button-product:hover  {
  fill: white;
  stroke: white;
} */
.wishlist-action-wrap .wk-button-product:hover svg path {
  fill: white;
  stroke: white;
}


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

.section-title.lines {
  position: relative;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 20px;
}

.section-title.lines h1, .section-title.lines h2, .section-title.lines h5 {
  max-width: 550px;
  line-height: 30px;
  padding: 8px 23px;
  border: 5px solid #fff;
  background-color: #ffeded;
  
}

header.top-header {
  background-color: #ffeded;
}

.section-title.lines:after {

  border-bottom: 5px solid #e8e5e5;
  border-color: #ffeded;

}

#main-nav {
  padding: 10px 0;
  border-top: #ffeded 3px solid;
  border-bottom: #ffeded 3px solid;
}
ul#megamenu {
  top: 47px;
  border: none;
  margin-left: 0;
  margin-right: auto;
}
ul#main-nav li .megamenu li > h4 {
  border: none;
  padding: 0;
  display: flex;
  justify-content: space-between;
  transition: 0.3s all ease-in-out;
  
}
ul#main-nav li .megamenu li > h4:after {
 content: '\f105';
  font-family: 'FontAwesome';
 // margin-left: auto;
  display: inline-block;
  margin-right: 5px;
  margin-top: 10px;
  opacity: 0;
  transition: 0.3s all ease-in-out;
}
ul#main-nav li .megamenu li > h4,
ul#main-nav li .megamenu li > h4 a {
  color: #555555;
}

ul#main-nav li .megamenu li > h4 a {
  padding: 10px 5px;
  flex-grow: 1;
}


ul#main-nav li .megamenu li > h4:hover {
  
  background-color: #fff;
}
ul#main-nav li .megamenu li > h4:hover:after {
  opacity: 1;
}

/* ul#main-nav li .megamenu li > h4 {
  //padding: 5px 0;
  border-bottom: 1px solid #555555;
} */

ul#main-nav li .megamenu li > h4 {
  border: none;
}

nav {
  border-bottom: none;
  margin-bottom: 5px;
}

.top-navigation-wrap {
margin-left: auto;
text-align: right;
margin-top: 10px;
margin-right: 10px;
text-transform: uppercase;
}
.top-navigation  {
padding-bottom: 10px;
border-bottom: 2px solid #ffeded;
display: inline-block;
}
.top-navigation li {
display: inline-flex;
align-items: center;
font-size: 15px;
letter-spacing: 0.05em;
}
.top-navigation ul {
margin-bottom: 0;
}
.top-navigation li a {

  transition: 0.3s all ease-in-out;
  
}
.top-navigation li a:hover {
  color: #ff6d6d;
}
.top-navigation li:after {
content: '';
width: 2px;
height: 15px;
display: inline-block;
background-color: #ffeded;
margin-left: 10px;margin-right: 10px;
}
.top-navigation li:last-child:after {
content: none;
}

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

.pagination-navigation--product {
 max-width: 600px;
 margin-left: auto;
 margin-right: auto;
}

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


.pagination-navigation__item {
  position: relative;
  width: 50%;
  padding-left: 10px;padding-right: 10px;
/*   display: flex;
  align-items: center; */
}
.pagination-navigation__item.prev-prod  {
text-align: left;
margin-right: 0;
}
.pagination-navigation__item.prev-prod .pagination-navigation__item__label {
left: 0;
}
.pagination-navigation__item.next-prod .pagination-navigation__item__label {
right: 0;
}
.pagination-navigation__item.next-prod  {

text-align: right;
}
.pagination-navigation__item a {
/*   display: flex;
  align-items: center; */
}
.pagination-navigation__item__visual {

background-color: #ffeded;
margin-bottom: 10px;
}

.pagination-navigation__item__label {
position: absolute;
display: inline-block;
bottom: 0;
z-index: 1;
}


.pagination-navigation__item__label span {
display: inline-block;
padding: 5px 10px;
background-color: #fff;
}

.pagination-navigation__item img {
max-width: none;
margin: 0;
}

.product-info {
  display: flex;
  align-items: flex-start;
  text-align: left;
}
.product-info-inner {
  width: 80%;
  margin: 0;
  padding-right: 10px;
}
.prod-vendor {
  text-align: left;
  font-style: italic;
}
.product-info-actions {
  width: 20%;
  
}
.product-info-actions form {
margin: 0;
  
}

body.product .add {
  width: auto;
  padding: 10px;
  display: inline-block!important;
  
}
body.product .qty-selection {
  display: inline-block;
  margin-right: 20px;
}

.desc .share-icons a {
  color: #ff6d6d;
}