/** Shopify CDN: Minification failed

Line 1406:16 Expected ":"
Line 1505:16 Expected ":"

**/
/*
* Epic Responsive Shopify theme
* Copyright 2015, Underground Media
* www.undergroundmedia.co.uk
*
*
* 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 {
    width: 480px;
  }
}
@media screen and (min-width: 740px) {
  .gridlock .row {
    width: 720px;
  }
}
@media screen and (min-width: 980px) {
  .gridlock .row {
    width: 960px;
  }
}
@media screen and (min-width: 1220px) {
  .gridlock .row {
    width: 1200px;
  }
}

@media screen and (min-width: 1680px) {
  .gridlock .row {
    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) {
  .mobile-hidden {
    display: none !important;
  }
  .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) {
  .tablet-hidden {
    display: none !important;
  }
  .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-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 {

}

body {
  color: #3a3a3a;
  background: #ffffff;
  
  font-size: 14px;
  font-family:'Raleway', sans-serif;
  line-height: 1.6em;
  -webkit-text-size-adjust: 100%; /* Stops Mobile Safari from auto-adjusting font-sizes */
  margin: 0! important;
}

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

h1, h2, h3, h4, h5, h6 {
  color: #222222;
  font-family:'Raleway', sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  margin-top: 0;
  line-height: normal;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; color: #222222! important; }
h1 { font-size: 22px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }
h5 { font-size: 14px; }
h6 { font-size: 14px; }

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

p { font-size: 14px; 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: #3a3a3a; outline: 0;
  -webkit-transition:color 2s ease-in;
  -moz-transition:color .2s ease-in;
  -o-transition:color .2s ease-in;
  transition:color .2s ease-in;
}

a:hover { color: #6a6a6a; text-decoration: none;}
a:visited { color:#3a3a3a; text-decoration: none; }
a:focus { outline: none; }

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

dt { font-weight: bold; }

ol { padding: 0; margin-left: 0; text-indent: 0; list-style-position: inside; }
ul { padding: 0; margin: 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: .5em 0 .5em 0; }

input, textarea { }

hr { background:#eeeeee; border:none; color:#eeeeee; display:block; height:1px; margin-top: 20px; width:100%;}

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

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

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

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  background: #000000;
  font-size: 14px;
  font-weight: 700;
  font-family: 'Raleway', sans-serif;
  color: #ffffff;
  line-height: normal;
  border: 0;
  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;
  -webkit-appearance: none;
  display: inline-block;
  width: auto;
  letter-spacing: 1px;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 10px;
  padding: 15px 20px;
  white-space: unset;
}

.type-form-wishlist button { background: #F0F0F0; }

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

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

form {
  margin-bottom: 0; }
fieldset {
  margin-bottom: 20px; }

input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #eeeeee;
  padding: 6px 4px;
  outline: none;
  font: 13px 'Raleway', sans-serif;
  color: #3a3a3a;
  margin: 0;
  width: 100%;
  max-width: 100%;
  display: block;
  border-radius: 3px;
  margin-bottom: 10px;
  background: transparent;
}

select {
  padding: 0; }
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
  color: #3a3a3a;
  -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);
  min-height: 32px;
}

.styled-select {
  border: 1px solid #d5d5d5;
  border-radius: 1px;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-left: 8px;
  font-size: 13px;
  height: 38px;
  min-height: 38px;
  line-height: 36px;
  background: url(//www.regalrose.co.uk/cdn/shop/t/289/assets/select-arrow.png?v=112595941721225094991771412412) no-repeat right #fff;
}


.single-option-selector {
  border: 1px solid #d5d5d5;
  border-radius: 1px;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-left: 8px;
  font-size: 13px;
  max-width: 200px;
  height: 38px;
  line-height: 36px;
  background: url(//www.regalrose.co.uk/cdn/shop/t/289/assets/select-arrow.png?v=112595941721225094991771412412) no-repeat right #fff;
}

textarea {
  min-height: 60px;
  min-width: 300px;
}

label, legend {
  display: block;
  font-weight: bold;
  font-size: 13px;
}

input[type="checkbox"] {
  display: inline;
}

label span, legend span {
  font-weight: normal;
  font-size: 13px;
  color: #3a3a3a;
}




input[type=text], input[type=password], input[type=email], input[type=url], input[type=number] {
  width: 100%;
  background: transparent;
  border: 1px solid #eeeeee;
  padding: 15px 0px;
  margin: 0px;
  margin-bottom: 20px;
  max-width: 100%;
  text-indent: 10px;
  outline: none;
  min-height: 32px;
}

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

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


header {
  -webkit-transition: all 0s ease-out;
  -moz-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
  transition: all 0s ease-out;
  background: transparent;
  position: relative;
}

#top-bar {
  min-height: 20px;
  text-align: center;
  line-height: 20px;
  font-family: 'Raleway', sans-serif;
  background: #9c1414;
  padding: 5px;
  color: #ffffff;
  font-size: 14px;
  border-bottom: 1px solid #eeeeee;
  margin-top: 6px;
}

#top-bar a {
  color: #ffffff;
  font-size: 14px;
}

#top-bar #q {
  line-height: 30px;
  padding: 0 10px;
  text-indent: 0;
  margin-bottom: 0;
  border: 1px solid #eee;
}

#top-bar #q {
  width: 50%;
  -webkit-transition: width 1s ease-in-out;
  -moz-transition: width 1s ease-in-out;
  -o-transition: width 1s ease-in-out;
  transition: width 1s ease-in-out;
  min-height: 32px;
  color: #ffffff;

}

#top-bar #q:focus {
  width: 100%;

}


#top-bar #q::-webkit-input-placeholder {
  color: #ffffff;
}

#top-bar #q:-moz-placeholder { /* Firefox 18- */
  color: #ffffff;
}

#top-bar #q::-moz-placeholder {  /* Firefox 19+ */
  color: #ffffff;
}

#top-bar #q:-ms-input-placeholder {
  color: #ffffff;
}


#identity {
  margin-top: 10px;
  margin-bottom: 10px;
}

#content { margin-bottom: 50px; margin-top: 30px; position: relative; }

.item_count { margin-left: 5px; }


.currencies {
  width: 50px;
  background: transparent;
  background: url('//www.regalrose.co.uk/cdn/shop/t/289/assets/down.png?v=62467940121472026151771412412') no-repeat 0 50%;
  border: 0;
  margin: 0 2px;
  padding: 0 0 0 12px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #222222;
  font-family: 'Raleway', sans-serif;
  display: inline-block;
}



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


#logo {
  vertical-align: middle;
  text-align:;
  font-weight: 700;
  line-height: 60px;
  color: #ffffff;
  padding: 0;
  font-family: 'Raleway', sans-serif;
  font-size: 28px;
  text-transform: uppercase;
}
#logo img {
  max-width: 240px;
}
#logo a {
  text-decoration: none;
  color: #ffffff;
  line-height: initial;
}

nav {
  background: #ffffff;
  font-family: 'Raleway', sans-serif;
  line-height: 60px;
  width: 100%;
  z-index: 10;
  border-bottom: 1px solid #d5d5d5;
}

#navigation {
  padding: 0;
  position: relative;
  z-index: 20;
  display: flex;
}

ul.nav {
  list-style: none;
  vertical-align: middle;
  text-align:;
}

ul.nav li {
  display: inline-block;
  vertical-align: middle;
  /* padding-bottom: 20px; */
}

ul.nav li.dropdown {
  line-height: 3em;
}


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

ul.nav li a {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #222222;
  display: block;
  padding: 0 5px;
  letter-spacing: 1px;
}

ul.nav li a:hover {
  /* background: #ffffff; */
  background: transparent;
  color: #c7c7c7;
  text-decoration: none;
}

ul.nav li.dropdown ul.submenu {
  /* display: none; */
  opacity: 0;
  visibility: hidden;
  background: #ffffff! important;
  float: left;
  position: absolute;
  top: calc(60px - 10px);
  z-index: 25;
  margin: 0;
  padding: 10px 0;
  border: 1px solid #d5d5d5;
  border-top: 0;
  transition: opacity .4s linear;
}

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


ul.nav li:hover ul.submenu {
  /* display: block; */
  opacity: 1;
  visibility: visible;
  background: #ffffff! important;
}

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


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

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

ul.nav li ul.submenu li a{
  text-align: left;
  font-size: 11px;
  padding-left: 10px;
  color: #222222;
  text-transform uppercase! important;
}

.submenu li.nest {
}


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

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

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


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


/* Megamenu */

ul.nav li.dropdown:hover > ul.megamenu {
  /* display: block; */
  opacity: 1;
  visibility: visible;
}


ul.megamenu {
  /* display: none; */
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: calc(60px - 10px);
  left: 0;
  z-index: 3;
  line-height: initial;
  transition: opacity .4s linear;
}

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

ul.megamenu {
  background: #ffffff! important;
  padding-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
  border-top: 1px solid #eeeeee;
}

ul.megamenu h4 {
  padding: 20px 0 5px;
  color: #222222;
  font-weight: bold;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 10px;
  text-align: left;
}

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

ul.megamenu li > ul.mega-stack {
  background: #ffffff! important;
}

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

ul.megamenu li > ul.mega-stack li a {
  padding: 0! important;
  font-size: 11px;
  color: #222222;
  text-transform uppercase! important;
  background: transparent;
}

ul.megamenu li > ul.mega-stack li a:hover {
  color: #222222;
  background: #ffffff;
}

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



.nav
{
  /* container */
}
.nav > a
{
  display: none;
}

.search-reveal:hover {
  cursor: pointer;
}

.search-toggle {
  display: none;
  position: absolute;
  top: 60px;
  
  left: 0;
  
  width: 200px;
  z-index: 3;
  background: #ffffff;
  padding: 0 10px 10px 10px;
  border: 1px solid #d5d5d5;
  border-top: 0;
}

.search-toggle #q {
  height: 40px;
  line-height: 40px;
  background: #fff;
  margin: 0;
  padding: 0;
}

/* ==========================================================================
   #LOADING ANIMATIONS
   ========================================================================= */
  @keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
  }

  img {
    transition: opacity .4s linear;
  }

  img.lazyload {
    opacity: 0;
  }

  img.lazyloaded {
    opacity: 1;
  }

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

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

ul.nav li.cart-overview { position: relative; }
ul.nav li.cart-overview:hover > #crt { display: block; }

#crt {
  top: 60px;
  position: absolute;
  right: 0;
  z-index: 30;
  width: 300px;
  display: none;
  color: #3a3a3a;
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-top: 0;
  font-weight: normal! important;
}

#crt.empty {
  border: none;
}

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

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


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

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

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

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


.quick-cart-image a {
  background: transparent! important;
}

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

a.checkout-link:hover {
  color: #ffffff! important;
  background: #333333! important;
}


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

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

.shifter-open {
  overflow: hidden;
}
.shifter-page {
  margin-top: 25px;
}

.shifter-open .shifter-page *,
.shifter-open .shifter-header * {
  pointer-events: none;
}
.shifter-navigation {
  display: none;
  opacity: 0;
}
.shifter-handle {
  display: none;
}
.shifter-enabled .shifter-page {
  min-height: 100%;
  position: relative;
  z-index: 1;
  background: #ffffff;
  box-shadow: 0 0 0 0;
  display: block;
  overflow: hidden;
}
.shifter-enabled.shifter-left .shifter-page {
  box-shadow: 0 0 0 0;
}
.shifter-enabled .shifter-navigation {
  width: 270px;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 888;
  padding-top: 30px; /* space for mvleda bar */
  background: #ffffff;
  display: block;
  overflow: auto;
  overflow-x: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.001s linear 0.2s, -webkit-transform 0.2s ease;
  transition: opacity 0.001s linear 0.2s, transform 0.2s ease;
}
.shifter-enabled .shifter-page,
.shifter-enabled .shifter-header,
.shifter-enabled .shifter-navigation {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.shifter-enabled .shifter-page,
.shifter-enabled .shifter-header {
  -webkit-transform: translate3D(0, 0, 0);
  -ms-transform: translate3D(0, 0, 0);
  transform: translate3D(0, 0, 0);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
}
.shifter-enabled .shifter-handle {
  width: 40px;
  height: 40px;
  background: #ffffff;
  border: 0;
  cursor: pointer;
  color: #222222;
}
.shifter-enabled .shifter-handle:after {
  content: '\f0c9';
  font-family: FontAwesome;
  font-size: 20px;
  display: block;
  margin: auto;
  color: #222222;
}
.shifter-enabled .shifter-navigation {
  right: 0;
  -webkit-transform: translate3D(-270px, 0, 0);
  -ms-transform: translate3D(-270px, 0, 0);
  transform: translate3D(-270px, 0, 0);
}
.shifter-open .shifter-page,
.shifter-open .shifter-header {
  -webkit-transform: translate3D(270px, 0, 0);
  -ms-transform: translate3D(270px, 0, 0);
  transform: translate3D(270px, 0, 0);
}
.shifter-enabled.shifter-left .shifter-navigation {
  left: 0;
  -webkit-transform: translate3D(0, 0, 0);
  -ms-transform: translate3D(0, 0, 0);
  transform: translate3D(0, 0, 0);
}
.shifter-enabled.shifter-left.shifter-open .shifter-page,
.shifter-enabled.shifter-left.shifter-open .shifter-header {
  -webkit-transform: translate3D(270px, 0, 0);
  -ms-transform: translate3D(270px, 0, 0);
  transform: translate3D(270px, 0, 0);
}
.shifter-open .shifter-navigation {
  opacity: 1;
  pointer-events: all;
  -webkit-transform: translate3D(0, 0, 0);
  -ms-transform: translate3D(0, 0, 0);
  transform: translate3D(0, 0, 0);
  -webkit-transition: opacity 0.001s linear 0s, -webkit-transform 0.2s ease;
  transition: opacity 0.001s linear 0s, transform 0.2s ease;
}

.no-csstransforms3d .shifter-enabled.shifter-navigation {
  right: -270px;
}
.no-csstransforms3d .shifter-enabled.shifter-left .shifter-navigation {
  left: -270px;
}
.no-csstransforms3d .shifter-enabled.shifter-open .shifter-page {
  left: -270px;
}
.no-csstransforms3d .shifter-enabled.shifter-open .shifter-navigation {
  right: 0;
}
.no-csstransforms3d .shifter-enabled.shifter-left.shifter-open .shifter-page {
  left: auto;
  right: -270px;
}
.no-csstransforms3d .shifter-enabled.shifter-left.shifter-open .shifter-navigation {
  left: 0;
}


nav.shifter-navigation {
  padding: 0 20px;
}
.shifter-navigation ul {
  margin-left: 10px;
  list-style: none;
  margin-bottom: 0;
}
.shifter-navigation ul.accordion {
  margin-left: 0;
}
.shifter-navigation ul.mobile-sub-menu,
.shifter-navigation li.single-link {
  margin-left: 15px;
}
nav.shifter-navigation {
  list-style: none;
}
.shifter-navigation li {
  padding: 5px 0;
  border-bottom: 1px solid #eeeeee;
  line-height: 30px;
}

.shifter-navigation li span {
    font-weight: bold;
  color: #222222;
}

.shifter-navigation li a {
  font-weight: bold;
  color: #222222;
}

.shifter-navigation li ul li {
  border-bottom: 0 none;
  padding: 5px 0;
  line-height: 30px;
}

.shifter-navigation li ul li a {
  font-weight: normal;
  color: #222222;
}

.shifter-navigation a:hover {
  color: #222222;
}

.shifter-nav__header {
  max-width: 100%;
}

.shifter-nav__close {
  padding-left: 10px;
  background: transparent;
  color: black;
}

.shifter-nav__close .fa {
  margin: 0 0;
  padding: 0 0;
  font-size: 20px;
}

.shifter-nav__close:hover,
.shifter-nav__close:focus {
  background: transparent;
  color: black;
}

.accordion .inner {
  display: none;
}

.accordion .toggle {
  display: block;
  position: relative;
}

.accordion a {
  text-transform: uppercase;
}

.accordion .inner .inner a {
  text-transform: capitalize;
}

.accordion li.accordion-item > .mobile-sub-menu {
  display: none;
}

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

ul.accordion li .toggle:after {
    content: "\f067";
    font-size: 12px;
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    right: 10px;
}

ul.accordion > li > .toggle:after {
  font-size: 15px;
  right: 8px;
}

ul.accordion li .toggle.active:after {
  content: "\f068";
}

/* HC - Transfer changes - 06 Nov '17	 */
/* HC - sep 26 '17 - mobile menu */
@media screen and (max-width: 980px) {

  .shifter-navigation > ul > li:after {
    display: none;
  }

  .shifter-navigation li.mobile-drop:after {
    z-index: -1;
    display: block;
  }

  .shifter-navigation li.mobile-drop > a {
    display: block;
  }

  .shifter-navigation li.mobile-drop > .dropdown-link {
	  display: flex;
    align-items: center;
  }

  .dropdown-link .fa-plus {
   	margin-right: 0;
    margin-left: auto;
  }

  .shifter-navigation li.mobile-drop.active_first .fa-chevron-down::before {
    content: "\f077";
  }

  .shifter-navigation li.mobile-drop.active_first .fa-plus::before {
    content: "\f068";
  }
}

.shifter-navigation li ul li a {
	display: block;
}

ul.mobile-sub-menu li a::after {
	content: none;
}


/*Header */
.header_left, .header_right, .header_center {
  padding: 15px 0px;
}

.header_left.nav-reduced , .header_right.nav-reduced, .header_center.nav-reduced {
  padding-bottom: 8px;
}

ul.header_left {
  text-align: left;
  line-height: 3em;
}

ul.header_right {
  text-align: right;
  line-height: 3em;
}


.gridlock .row .desktop-5.header_auto {
  width: auto;
}

.gridlock .row .desktop-5.header_auto.header_right {
  float: right;
}


#logo.header_center {
  line-height: 0px;
  padding: 15px 0px;
}
#logo.header_center a {
  display: inline-block;
  line-height: 0px;
}

.header_center img {
  width: 100%;
}

.header_below {
  text-align: center;
}

.header_below a {
  position: relative;
  z-index: 11;
}

#logo.header_below img {
  max-width: 205px;
  width: 205px;
}

#crt {
  top: 40px;
}

.cart_mob_header {
  text-align: center;
  margin-top: -20px;
  margin-bottom: 20px;
}

.cart_mob_header input {
  display: none;
}

.cart_delivery_text {
  padding: 20px;
  border-top: 1px solid #f5f5f5;
}

.cart_delivery_text p:last-child {
  margin-bottom: 0px;
}
.cart_delivery_text p:first-child {
  margin-top: 0px;
}

/* Mobile Currency */
.shifter-navigation select {
  padding-left: 20px;
}

/* owl carousel
------------------------------------------------------ */

/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */
.owl-carousel{
  display: none;
  position: relative;
  width: 100%;
  -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); }
}
/* =============== */
/* = collections = */
/* =============== */


#collection-description { float: left; padding-bottom: 10px; margin-bottom: 10px; }
#collection-description h1 { margin-bottom: 5px; }



@media only screen and (max-width: 1023px) {
  .col-with-sidebar { margin-left:0; }
}


#collection-sidebar {
  clear: left;
}

@media only screen and (max-width: 1023px) {
  .dropdownwrap { display: none; width: 100%; clear: left; }
  .col-with-sidebar { margin-left: 0; }
}
@media only screen and (min-width: 1024px) {
  #dropdown { display: none; }
  .dropdownwrap { display: block; position: absolute; top: 40px; }
}

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

#collection-sidebar h4 { padding-bottom: 5px; margin-bottom: 5px; }
#collection-sidebar ul { list-style-type: none; margin-bottom: 20px; }
#collection-sidebar h1 { padding-bottom: 10px; border-bottom: 1px solid #eeeeee; margin-bottom: 20px;  }

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

.show { display: none; }

ul#sortme { min-height: 100px; }
ul#sortme { width: 100%; text-align: center; }
ul#sortme h4 { font-weight: normal; }

#full-width-filter { overflow: visible; width: 100%; padding-top: 20px; padding-bottom: 20px; float: left; }
#full-width-filter .filter { display: inline-block; margin-left: 2%; }

@media screen and (min-width: 768px) {
  #full-width-filter .filter { display: inline-block; margin-left: 10px; }
}

@media screen and (max-width: 769px) {
  ul#sortme {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  }
}

#full-width-filter p { margin-bottom: 5px;}
.clearfix.filter { display: inline-block; border: 0; min-width: 200px;  }


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

.collection #product-loop {
  display: flex;
  flex-wrap: wrap;
  clear: both;
}
.prod-container {
  text-align: center;
  position: relative;
}

.product-loop { display: flex; flex-wrap: wrap; }

.product-index { margin-bottom: 50px; position: relative; }

.product-index img {
  display: block;
  width: 100%;
  margin: 0 auto 10px;
}

.reveal .hidden { display: block !important; visibility: visible !important;}
.product:hover .reveal img { opacity: 1; }
.reveal { position: relative; }
.reveal .hidden {
  position: absolute;
  z-index: -1;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.reveal:hover .hidden {
  z-index: 1;
  opacity: 1;
}

.first { clear: left; }

.product-info  {
  text-align: center;
  margin-top: 10px;
}

.product-info h3, .product-info h4 {
  letter-spacing: initial;
  font-weight: normal;
  font-size: 14px;
  padding: 0;
  margin-bottom: 10px;
}

#product-info p { font-size: 14px; margin-bottom: 0; }
#product-info a { text-decoration: none! important; text-transform: uppercase; }

.prod-price { font-weight: bold; }
.compare-price { font-weight: bold; }
.was, .product-compare-price, .compare-price { color: #000000; text-decoration: line-through; }
.was { display: inline; margin-left: 5px; }
.onsale { font-weight: bold; display: inline; }

.icn {
  padding: 5px 10px;
  position: absolute;
  bottom: 0;
  left: -10px;
  left: 0;
  right: 0;
  margin: auto;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  font-size: 11px;
}

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

  .icn {
    bottom: auto;
    top: 0px;
    width: 100%;
    font-size: 12px;
    padding: 2px 10px;
  }

  .has_both {
    display: none;
  }

}
.new {
  z-index: 4;
  background: #dfdfdf;
  color: #222222;
  width: 70px;

}

.sale-item {
  z-index: 4;
  background: #a80c01;
  color: #ffffff;
  width: 70px;
}

.so {
  z-index: 4;
  background: #000000;
  color: #ffffff;
  width: 109px;
}

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

  .icn {
    bottom: auto;
    top: 0px;
    width: 100%;
    font-size: 12px;
  }

  .so, .new, .sale-item {
    width: 100%;
  }

}

.view-full { width: 100%; text-align: right; float: left; margin-top: 10px; padding-top: 10px; margin-bottom: 10px; padding-bottom: 10px; }
.view-full a { text-align: right; }
.view-full a:hover { text-decoration: none; }
.view-full i { margin-right: 10px; }

.prod-des {
  padding-top: 20px;
}

#nav {
  transition: height 0.7s ease;
}

.isStuck {
  position: fixed;
  top: 0;
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}

#mobile-only.isStuck {
  margin-top: 0;
}

.homepage-section.homepage-section__slider {
  width: 100%;
  padding-top: 42%;
  position: relative;
  /* margin-bottom: 25px; */
}
.homepage-slider, .homepage-slider.flexslider {
      position: absolute;
      width: 100%;
      top: 0;
}
.homepage-slider img { width: 100%; max-height: 100%; object-fit: cover;}
@media screen and (max-width: 740px) {
  .homepage-section.homepage-section__slider { padding-top: 94%;}
  .shifter-page { margin-top:0; }
}

.megamenu-img {
  width: 100%;
}

.dont-break-out { /*word breaking for long links and words */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.aspect-ratio-box--square {
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
}

.aspect-ratio-box-inside {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

#breadcrumb, #breadcrumb a {
  color: #ccc;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px;
}

#breadcrumb a[disabled] {
  pointer-events: none;
}

#breadcrumb { margin-bottom: 20px; display: flex; list-style: none; }

.covet-pics-gallery__wrapper {
  position: relative;
  padding-bottom: 75%;
}

.covet-pics-gallery__wrapper .covet-pics-gallery {
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom: 0;
}

@media screen and (min-width: 768px) {
  .covet-pics-gallery__wrapper {
    position: relative;
    padding-bottom: 33.333333%;
  }
}

#cta_buttons {
  background: #000;
	font-size: 0px;
}

#cta_buttons .headline {
  font-weight: 700;
  letter-spacing: 1px;
  -webkit-font-appearance: antialised;
}

#cta_buttons a {
  display: block;
	font-size: 13px;
	width: 100%;
  text-align: center;
  padding: 8px;
  background: #000;
  border: 2px solid #fff;
  color: #fff;
  vertical-align: top;
  line-height: 1.4em;
  font-size: 12px;
}

@media only screen and (min-width: 741px) {
  #cta_buttons {
   display: flex;
  }
}

@media only screen and (max-width: 740px) {
  #cta_buttons {
    display: block;
  }

  #cta_buttons a:not(:first-child) {
    display: none;
  }

  #cta_buttons .owl-item a:not(:first-child) {
    display: block;
  }
}

.thumbnail-carousel {
  display: flex;
}

.gridlock .row .jdgm-all-reviews-page,
.gridlock .row .jdgm-all-reviews-page [class*="all-"] {
  float: none;
}

.main-nav {
  display: none;
}

.flair-badge-layout {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 4;
  font-size: 11px;
  margin: 0px !important;
}

/* HC - Promotional image added - 20 May '21 */
.hc-promo-image {
  height: calc(100% - 58px);
}
@media only screen and (max-width: 480px) {
  .hc-promo-image {
    height: calc(100% - 74px);
  }
}
a.klaviyo-bis-trigger {
  background: #000000;
  font-size: 14px;
  font-weight: 700;
  font-family: 'Raleway', sans-serif;
  color: #ffffff;
  text-align: center;
  line-height: normal;
  border: 0;
  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;
  -webkit-appearance: none;
  display: inline-block;
  width: 100% !important;
  letter-spacing: 1px;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 10px;
  padding: 15px 20px;
  white-space: unset;
}

a.klaviyo-bis-trigger:hover {
  color: #ffffff;
  background: #333333;
}

button#BIS_trigger.btn {
  display: none !important;
}