@charset "UTF-8";
meta.foundation-version {
  font-family: "/5.5.3/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0; }

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 551px)/";
  width: 0; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:551px)/";
  width: 551px; }

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:551px) and (max-width:801px)/";
  width: 551px; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:801px)/";
  width: 801px; }

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:801px) and (max-width:1261px)/";
  width: 801px; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:1261px)/";
  width: 1261px; }

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:1261px) and (max-width:1681px)/";
  width: 1261px; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:1681px)/";
  width: 1681px; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

.row {
  margin: 0 auto;
  max-width: layout("max");
  width: 100%; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row.collapse > .column,
  .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row .row {
    margin: 0 -0.9375rem;
    max-width: none;
    width: auto; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      margin: 0;
      max-width: none;
      width: auto; }
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      .row .row.collapse:after {
        clear: both; }

.column,
.columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left; }

.column + .column:last-child,
.columns + .column:last-child, .column +
.columns:last-child,
.columns +
.columns:last-child {
  float: right; }

.column + .column.end,
.columns + .column.end, .column +
.columns.end,
.columns +
.columns.end {
  float: left; }

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .small-pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .small-1 {
    width: 8.33333%; }
  .small-2 {
    width: 16.66667%; }
  .small-3 {
    width: 25%; }
  .small-4 {
    width: 33.33333%; }
  .small-5 {
    width: 41.66667%; }
  .small-6 {
    width: 50%; }
  .small-7 {
    width: 58.33333%; }
  .small-8 {
    width: 66.66667%; }
  .small-9 {
    width: 75%; }
  .small-10 {
    width: 83.33333%; }
  .small-11 {
    width: 91.66667%; }
  .small-12 {
    width: 100%; }
  .small-offset-0 {
    margin-left: 0 !important; }
  .small-offset-1 {
    margin-left: 8.33333% !important; }
  .small-offset-2 {
    margin-left: 16.66667% !important; }
  .small-offset-3 {
    margin-left: 25% !important; }
  .small-offset-4 {
    margin-left: 33.33333% !important; }
  .small-offset-5 {
    margin-left: 41.66667% !important; }
  .small-offset-6 {
    margin-left: 50% !important; }
  .small-offset-7 {
    margin-left: 58.33333% !important; }
  .small-offset-8 {
    margin-left: 66.66667% !important; }
  .small-offset-9 {
    margin-left: 75% !important; }
  .small-offset-10 {
    margin-left: 83.33333% !important; }
  .small-offset-11 {
    margin-left: 91.66667% !important; }
  .small-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.small-uncentered,
  .columns.small-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none; }
  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left; }
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right; }
  .row.small-collapse > .column,
  .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.small-uncollapse > .column,
  .row.small-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; } }

@media only screen and (min-width: 551px) {
  .medium-push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .medium-pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .medium-1 {
    width: 8.33333%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-3 {
    width: 25%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-6 {
    width: 50%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-9 {
    width: 75%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-0 {
    margin-left: 0 !important; }
  .medium-offset-1 {
    margin-left: 8.33333% !important; }
  .medium-offset-2 {
    margin-left: 16.66667% !important; }
  .medium-offset-3 {
    margin-left: 25% !important; }
  .medium-offset-4 {
    margin-left: 33.33333% !important; }
  .medium-offset-5 {
    margin-left: 41.66667% !important; }
  .medium-offset-6 {
    margin-left: 50% !important; }
  .medium-offset-7 {
    margin-left: 58.33333% !important; }
  .medium-offset-8 {
    margin-left: 66.66667% !important; }
  .medium-offset-9 {
    margin-left: 75% !important; }
  .medium-offset-10 {
    margin-left: 83.33333% !important; }
  .medium-offset-11 {
    margin-left: 91.66667% !important; }
  .medium-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.medium-uncentered,
  .columns.medium-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none; }
  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left; }
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right; }
  .row.medium-collapse > .column,
  .row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.medium-uncollapse > .column,
  .row.medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } }

@media only screen and (min-width: 801px) {
  .large-push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .large-pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .large-1 {
    width: 8.33333%; }
  .large-2 {
    width: 16.66667%; }
  .large-3 {
    width: 25%; }
  .large-4 {
    width: 33.33333%; }
  .large-5 {
    width: 41.66667%; }
  .large-6 {
    width: 50%; }
  .large-7 {
    width: 58.33333%; }
  .large-8 {
    width: 66.66667%; }
  .large-9 {
    width: 75%; }
  .large-10 {
    width: 83.33333%; }
  .large-11 {
    width: 91.66667%; }
  .large-12 {
    width: 100%; }
  .large-offset-0 {
    margin-left: 0 !important; }
  .large-offset-1 {
    margin-left: 8.33333% !important; }
  .large-offset-2 {
    margin-left: 16.66667% !important; }
  .large-offset-3 {
    margin-left: 25% !important; }
  .large-offset-4 {
    margin-left: 33.33333% !important; }
  .large-offset-5 {
    margin-left: 41.66667% !important; }
  .large-offset-6 {
    margin-left: 50% !important; }
  .large-offset-7 {
    margin-left: 58.33333% !important; }
  .large-offset-8 {
    margin-left: 66.66667% !important; }
  .large-offset-9 {
    margin-left: 75% !important; }
  .large-offset-10 {
    margin-left: 83.33333% !important; }
  .large-offset-11 {
    margin-left: 91.66667% !important; }
  .large-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.large-uncentered,
  .columns.large-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none; }
  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left; }
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right; }
  .row.large-collapse > .column,
  .row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.large-uncollapse > .column,
  .row.large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } }

.u-sep {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }
  .u-sep > * {
    flex: 0 1 auto;
    margin: 0 !important; }

.u-sep-l,
.u-sep-r {
  flex: 1 1 auto;
  border-top: 1px dotted #807471;
  height: 1px; }

.u-sep-l {
  margin-right: 1.5rem !important; }

.u-sep-r {
  margin-left: 1.5rem !important; }

.u-block {
  display: block !important; }

.u-inlineBlock {
  display: inline-block !important;
  max-width: 100% !important; }

.u-hidden {
  display: none !important; }

.u-hiddenVisually {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.is-srOnly {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.u-textAlignCenter {
  text-align: center !important; }

.u-textAlignLeft {
  text-align: left !important; }

.u-textAlignRight {
  text-align: right !important; }

.u-textBreak {
  word-wrap: break-word !important; }

.u-textInheritColor {
  color: inherit !important; }

.u-textKern {
  text-rendering: optimizeLegibility !important;
  font-feature-settings: "kern" 1 !important;
  font-kerning: normal !important; }

.u-textLead {
  line-height: 1.6 !important;
  font-size: 1.1em !important; }

.u-textNoWrap {
  white-space: nowrap !important; }

.u-textTruncate {
  max-width: 100% !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  word-wrap: normal !important; }

.u-fontSmoothing {
  -moz-osx-font-smoothing: grayscale !important;
  -webkit-font-smoothing: antialiased !important; }

@font-face {
  font-family: 'emthemesmodezicons';
  src: url("../fonts/emthemesmodezicons.eot?vnw029");
  src: url("../fonts/emthemesmodezicons.eot?vnw029#iefix") format("embedded-opentype"), url("../fonts/emthemesmodezicons.ttf?vnw029") format("truetype"), url("../fonts/emthemesmodezicons.woff?vnw029") format("woff"), url("../fonts/emthemesmodezicons.svg?vnw029#emthemesmodezicons") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="emthemesModez-icon-"], [class*=" emthemesModez-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'emthemesmodezicons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.emthemesModez-icon-elegant-search:before {
  content: "U"; }

.emthemesModez-icon-elegant-gift:before {
  content: ""; }

.emthemesModez-icon-elegant-bag:before {
  content: ""; }

.emthemesModez-icon-elegant-cart:before {
  content: ""; }

.emthemesModez-icon-ui-head-phone:before {
  content: ""; }

.emthemesModez-icon-listing-box:before {
  content: ""; }

.emthemesModez-icon-location-pin:before {
  content: ""; }

.emthemesModez-icon-banknote:before {
  content: ""; }

.emthemesModez-icon-credit-card:before {
  content: ""; }

.emthemesModez-icon-coin-dollar:before {
  content: ""; }

.emthemesModez-icon-compare:before {
  content: ""; }

.emthemesModez-icon-cart2:before {
  content: ""; }

.emthemesModez-icon-gift:before {
  content: ""; }

.emthemesModez-icon-present:before {
  content: ""; }

.emthemesModez-icon-linear-magnifier:before {
  content: ""; }

.emthemesModez-icon-linear-cart:before {
  content: ""; }

.emthemesModez-icon-search3:before {
  content: ""; }

.emthemesModez-icon-heart:before {
  content: ""; }

.emthemesModez-icon-login:before {
  content: ""; }

.emthemesModez-icon-bag:before {
  content: ""; }

.emthemesModez-icon-sign-in:before {
  content: ""; }

.emthemesModez-icon-heart-o:before {
  content: ""; }

.emthemesModez-icon-search2:before {
  content: ""; }

.emthemesModez-icon-shopping-bag:before {
  content: ""; }

.emthemesModez-icon-compare_arrows:before {
  content: ""; }

.emthemesModez-icon-search:before {
  content: ""; }

.emthemesModez-icon-shopping_cart:before {
  content: ""; }

.emthemesModez-icon-cart:before {
  content: ""; }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  animation: fa-spin 1s infinite steps(8); }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/*
* Font Face
*/
@font-face {
  font-family: "simple-line-icons";
  src: url("../fonts/Simple-Line-Icons.eot?v=2.4.0");
  src: url("../fonts/Simple-Line-Icons.eot?v=2.4.0#iefix") format("embedded-opentype"), url("../fonts/Simple-Line-Icons.woff2?v=2.4.0") format("woff2"), url("../fonts/Simple-Line-Icons.ttf?v=2.4.0") format("truetype"), url("../fonts/Simple-Line-Icons.woff?v=2.4.0") format("woff"), url("../fonts/Simple-Line-Icons.svg?v=2.4.0#simple-line-icons") format("svg");
  font-weight: normal;
  font-style: normal; }

/*
 Use the following code if you want to have a class per icon.
 Instead of a list of all class selectors, you can use the generic [class*="icon-"] selector,
 but it's slower.
*/
.sl-icon-user, .sl-icon-people, .sl-icon-user-female, .sl-icon-user-follow, .sl-icon-user-following, .sl-icon-user-unfollow, .sl-icon-login, .sl-icon-logout, .sl-icon-emotsmile, .sl-icon-phone, .sl-icon-call-end, .sl-icon-call-in, .sl-icon-call-out, .sl-icon-map, .sl-icon-location-pin, .sl-icon-direction, .sl-icon-directions, .sl-icon-compass, .sl-icon-layers, .sl-icon-menu, .sl-icon-list, .sl-icon-options-vertical, .sl-icon-options, .sl-icon-arrow-down, .sl-icon-arrow-left, .sl-icon-arrow-right, .sl-icon-arrow-up, .sl-icon-arrow-up-circle, .sl-icon-arrow-left-circle, .sl-icon-arrow-right-circle, .sl-icon-arrow-down-circle, .sl-icon-check, .sl-icon-clock, .sl-icon-plus, .sl-icon-minus, .sl-icon-close, .sl-icon-event, .sl-icon-exclamation, .sl-icon-organization, .sl-icon-trophy, .sl-icon-screen-smartphone, .sl-icon-screen-desktop, .sl-icon-plane, .sl-icon-notebook, .sl-icon-mustache, .sl-icon-mouse, .sl-icon-magnet, .sl-icon-energy, .sl-icon-disc, .sl-icon-cursor, .sl-icon-cursor-move, .sl-icon-crop, .sl-icon-chemistry, .sl-icon-speedometer, .sl-icon-shield, .sl-icon-screen-tablet, .sl-icon-magic-wand, .sl-icon-hourglass, .sl-icon-graduation, .sl-icon-ghost, .sl-icon-game-controller, .sl-icon-fire, .sl-icon-eyeglass, .sl-icon-envelope-open, .sl-icon-envelope-letter, .sl-icon-bell, .sl-icon-badge, .sl-icon-anchor, .sl-icon-wallet, .sl-icon-vector, .sl-icon-speech, .sl-icon-puzzle, .sl-icon-printer, .sl-icon-present, .sl-icon-playlist, .sl-icon-pin, .sl-icon-picture, .sl-icon-handbag, .sl-icon-globe-alt, .sl-icon-globe, .sl-icon-folder-alt, .sl-icon-folder, .sl-icon-film, .sl-icon-feed, .sl-icon-drop, .sl-icon-drawer, .sl-icon-docs, .sl-icon-doc, .sl-icon-diamond, .sl-icon-cup, .sl-icon-calculator, .sl-icon-bubbles, .sl-icon-briefcase, .sl-icon-book-open, .sl-icon-basket-loaded, .sl-icon-basket, .sl-icon-bag, .sl-icon-action-undo, .sl-icon-action-redo, .sl-icon-wrench, .sl-icon-umbrella, .sl-icon-trash, .sl-icon-tag, .sl-icon-support, .sl-icon-frame, .sl-icon-size-fullscreen, .sl-icon-size-actual, .sl-icon-shuffle, .sl-icon-share-alt, .sl-icon-share, .sl-icon-rocket, .sl-icon-question, .sl-icon-pie-chart, .sl-icon-pencil, .sl-icon-note, .sl-icon-loop, .sl-icon-home, .sl-icon-grid, .sl-icon-graph, .sl-icon-microphone, .sl-icon-music-tone-alt, .sl-icon-music-tone, .sl-icon-earphones-alt, .sl-icon-earphones, .sl-icon-equalizer, .sl-icon-like, .sl-icon-dislike, .sl-icon-control-start, .sl-icon-control-rewind, .sl-icon-control-play, .sl-icon-control-pause, .sl-icon-control-forward, .sl-icon-control-end, .sl-icon-volume-1, .sl-icon-volume-2, .sl-icon-volume-off, .sl-icon-calendar, .sl-icon-bulb, .sl-icon-chart, .sl-icon-ban, .sl-icon-bubble, .sl-icon-camrecorder, .sl-icon-camera, .sl-icon-cloud-download, .sl-icon-cloud-upload, .sl-icon-envelope, .sl-icon-eye, .sl-icon-flag, .sl-icon-heart, .sl-icon-info, .sl-icon-key, .sl-icon-link, .sl-icon-lock, .sl-icon-lock-open, .sl-icon-magnifier, .sl-icon-magnifier-add, .sl-icon-magnifier-remove, .sl-icon-paper-clip, .sl-icon-paper-plane, .sl-icon-power, .sl-icon-refresh, .sl-icon-reload, .sl-icon-settings, .sl-icon-star, .sl-icon-symbol-female, .sl-icon-symbol-male, .sl-icon-target, .sl-icon-credit-card, .sl-icon-paypal, .sl-icon-social-tumblr, .sl-icon-social-twitter, .sl-icon-social-facebook, .sl-icon-social-instagram, .sl-icon-social-linkedin, .sl-icon-social-pinterest, .sl-icon-social-github, .sl-icon-social-google, .sl-icon-social-reddit, .sl-icon-social-skype, .sl-icon-social-dribbble, .sl-icon-social-behance, .sl-icon-social-foursqare, .sl-icon-social-soundcloud, .sl-icon-social-spotify, .sl-icon-social-stumbleupon, .sl-icon-social-youtube, .sl-icon-social-dropbox, .sl-icon-social-vkontakte, .sl-icon-social-steam {
  font-family: "simple-line-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.sl-icon-user:before {
  content: "\e005"; }

.sl-icon-people:before {
  content: "\e001"; }

.sl-icon-user-female:before {
  content: "\e000"; }

.sl-icon-user-follow:before {
  content: "\e002"; }

.sl-icon-user-following:before {
  content: "\e003"; }

.sl-icon-user-unfollow:before {
  content: "\e004"; }

.sl-icon-login:before {
  content: "\e066"; }

.sl-icon-logout:before {
  content: "\e065"; }

.sl-icon-emotsmile:before {
  content: "\e021"; }

.sl-icon-phone:before {
  content: "\e600"; }

.sl-icon-call-end:before {
  content: "\e048"; }

.sl-icon-call-in:before {
  content: "\e047"; }

.sl-icon-call-out:before {
  content: "\e046"; }

.sl-icon-map:before {
  content: "\e033"; }

.sl-icon-location-pin:before {
  content: "\e096"; }

.sl-icon-direction:before {
  content: "\e042"; }

.sl-icon-directions:before {
  content: "\e041"; }

.sl-icon-compass:before {
  content: "\e045"; }

.sl-icon-layers:before {
  content: "\e034"; }

.sl-icon-menu:before {
  content: "\e601"; }

.sl-icon-list:before {
  content: "\e067"; }

.sl-icon-options-vertical:before {
  content: "\e602"; }

.sl-icon-options:before {
  content: "\e603"; }

.sl-icon-arrow-down:before {
  content: "\e604"; }

.sl-icon-arrow-left:before {
  content: "\e605"; }

.sl-icon-arrow-right:before {
  content: "\e606"; }

.sl-icon-arrow-up:before {
  content: "\e607"; }

.sl-icon-arrow-up-circle:before {
  content: "\e078"; }

.sl-icon-arrow-left-circle:before {
  content: "\e07a"; }

.sl-icon-arrow-right-circle:before {
  content: "\e079"; }

.sl-icon-arrow-down-circle:before {
  content: "\e07b"; }

.sl-icon-check:before {
  content: "\e080"; }

.sl-icon-clock:before {
  content: "\e081"; }

.sl-icon-plus:before {
  content: "\e095"; }

.sl-icon-minus:before {
  content: "\e615"; }

.sl-icon-close:before {
  content: "\e082"; }

.sl-icon-event:before {
  content: "\e619"; }

.sl-icon-exclamation:before {
  content: "\e617"; }

.sl-icon-organization:before {
  content: "\e616"; }

.sl-icon-trophy:before {
  content: "\e006"; }

.sl-icon-screen-smartphone:before {
  content: "\e010"; }

.sl-icon-screen-desktop:before {
  content: "\e011"; }

.sl-icon-plane:before {
  content: "\e012"; }

.sl-icon-notebook:before {
  content: "\e013"; }

.sl-icon-mustache:before {
  content: "\e014"; }

.sl-icon-mouse:before {
  content: "\e015"; }

.sl-icon-magnet:before {
  content: "\e016"; }

.sl-icon-energy:before {
  content: "\e020"; }

.sl-icon-disc:before {
  content: "\e022"; }

.sl-icon-cursor:before {
  content: "\e06e"; }

.sl-icon-cursor-move:before {
  content: "\e023"; }

.sl-icon-crop:before {
  content: "\e024"; }

.sl-icon-chemistry:before {
  content: "\e026"; }

.sl-icon-speedometer:before {
  content: "\e007"; }

.sl-icon-shield:before {
  content: "\e00e"; }

.sl-icon-screen-tablet:before {
  content: "\e00f"; }

.sl-icon-magic-wand:before {
  content: "\e017"; }

.sl-icon-hourglass:before {
  content: "\e018"; }

.sl-icon-graduation:before {
  content: "\e019"; }

.sl-icon-ghost:before {
  content: "\e01a"; }

.sl-icon-game-controller:before {
  content: "\e01b"; }

.sl-icon-fire:before {
  content: "\e01c"; }

.sl-icon-eyeglass:before {
  content: "\e01d"; }

.sl-icon-envelope-open:before {
  content: "\e01e"; }

.sl-icon-envelope-letter:before {
  content: "\e01f"; }

.sl-icon-bell:before {
  content: "\e027"; }

.sl-icon-badge:before {
  content: "\e028"; }

.sl-icon-anchor:before {
  content: "\e029"; }

.sl-icon-wallet:before {
  content: "\e02a"; }

.sl-icon-vector:before {
  content: "\e02b"; }

.sl-icon-speech:before {
  content: "\e02c"; }

.sl-icon-puzzle:before {
  content: "\e02d"; }

.sl-icon-printer:before {
  content: "\e02e"; }

.sl-icon-present:before {
  content: "\e02f"; }

.sl-icon-playlist:before {
  content: "\e030"; }

.sl-icon-pin:before {
  content: "\e031"; }

.sl-icon-picture:before {
  content: "\e032"; }

.sl-icon-handbag:before {
  content: "\e035"; }

.sl-icon-globe-alt:before {
  content: "\e036"; }

.sl-icon-globe:before {
  content: "\e037"; }

.sl-icon-folder-alt:before {
  content: "\e039"; }

.sl-icon-folder:before {
  content: "\e089"; }

.sl-icon-film:before {
  content: "\e03a"; }

.sl-icon-feed:before {
  content: "\e03b"; }

.sl-icon-drop:before {
  content: "\e03e"; }

.sl-icon-drawer:before {
  content: "\e03f"; }

.sl-icon-docs:before {
  content: "\e040"; }

.sl-icon-doc:before {
  content: "\e085"; }

.sl-icon-diamond:before {
  content: "\e043"; }

.sl-icon-cup:before {
  content: "\e044"; }

.sl-icon-calculator:before {
  content: "\e049"; }

.sl-icon-bubbles:before {
  content: "\e04a"; }

.sl-icon-briefcase:before {
  content: "\e04b"; }

.sl-icon-book-open:before {
  content: "\e04c"; }

.sl-icon-basket-loaded:before {
  content: "\e04d"; }

.sl-icon-basket:before {
  content: "\e04e"; }

.sl-icon-bag:before {
  content: "\e04f"; }

.sl-icon-action-undo:before {
  content: "\e050"; }

.sl-icon-action-redo:before {
  content: "\e051"; }

.sl-icon-wrench:before {
  content: "\e052"; }

.sl-icon-umbrella:before {
  content: "\e053"; }

.sl-icon-trash:before {
  content: "\e054"; }

.sl-icon-tag:before {
  content: "\e055"; }

.sl-icon-support:before {
  content: "\e056"; }

.sl-icon-frame:before {
  content: "\e038"; }

.sl-icon-size-fullscreen:before {
  content: "\e057"; }

.sl-icon-size-actual:before {
  content: "\e058"; }

.sl-icon-shuffle:before {
  content: "\e059"; }

.sl-icon-share-alt:before {
  content: "\e05a"; }

.sl-icon-share:before {
  content: "\e05b"; }

.sl-icon-rocket:before {
  content: "\e05c"; }

.sl-icon-question:before {
  content: "\e05d"; }

.sl-icon-pie-chart:before {
  content: "\e05e"; }

.sl-icon-pencil:before {
  content: "\e05f"; }

.sl-icon-note:before {
  content: "\e060"; }

.sl-icon-loop:before {
  content: "\e064"; }

.sl-icon-home:before {
  content: "\e069"; }

.sl-icon-grid:before {
  content: "\e06a"; }

.sl-icon-graph:before {
  content: "\e06b"; }

.sl-icon-microphone:before {
  content: "\e063"; }

.sl-icon-music-tone-alt:before {
  content: "\e061"; }

.sl-icon-music-tone:before {
  content: "\e062"; }

.sl-icon-earphones-alt:before {
  content: "\e03c"; }

.sl-icon-earphones:before {
  content: "\e03d"; }

.sl-icon-equalizer:before {
  content: "\e06c"; }

.sl-icon-like:before {
  content: "\e068"; }

.sl-icon-dislike:before {
  content: "\e06d"; }

.sl-icon-control-start:before {
  content: "\e06f"; }

.sl-icon-control-rewind:before {
  content: "\e070"; }

.sl-icon-control-play:before {
  content: "\e071"; }

.sl-icon-control-pause:before {
  content: "\e072"; }

.sl-icon-control-forward:before {
  content: "\e073"; }

.sl-icon-control-end:before {
  content: "\e074"; }

.sl-icon-volume-1:before {
  content: "\e09f"; }

.sl-icon-volume-2:before {
  content: "\e0a0"; }

.sl-icon-volume-off:before {
  content: "\e0a1"; }

.sl-icon-calendar:before {
  content: "\e075"; }

.sl-icon-bulb:before {
  content: "\e076"; }

.sl-icon-chart:before {
  content: "\e077"; }

.sl-icon-ban:before {
  content: "\e07c"; }

.sl-icon-bubble:before {
  content: "\e07d"; }

.sl-icon-camrecorder:before {
  content: "\e07e"; }

.sl-icon-camera:before {
  content: "\e07f"; }

.sl-icon-cloud-download:before {
  content: "\e083"; }

.sl-icon-cloud-upload:before {
  content: "\e084"; }

.sl-icon-envelope:before {
  content: "\e086"; }

.sl-icon-eye:before {
  content: "\e087"; }

.sl-icon-flag:before {
  content: "\e088"; }

.sl-icon-heart:before {
  content: "\e08a"; }

.sl-icon-info:before {
  content: "\e08b"; }

.sl-icon-key:before {
  content: "\e08c"; }

.sl-icon-link:before {
  content: "\e08d"; }

.sl-icon-lock:before {
  content: "\e08e"; }

.sl-icon-lock-open:before {
  content: "\e08f"; }

.sl-icon-magnifier:before {
  content: "\e090"; }

.sl-icon-magnifier-add:before {
  content: "\e091"; }

.sl-icon-magnifier-remove:before {
  content: "\e092"; }

.sl-icon-paper-clip:before {
  content: "\e093"; }

.sl-icon-paper-plane:before {
  content: "\e094"; }

.sl-icon-power:before {
  content: "\e097"; }

.sl-icon-refresh:before {
  content: "\e098"; }

.sl-icon-reload:before {
  content: "\e099"; }

.sl-icon-settings:before {
  content: "\e09a"; }

.sl-icon-star:before {
  content: "\e09b"; }

.sl-icon-symbol-female:before {
  content: "\e09c"; }

.sl-icon-symbol-male:before {
  content: "\e09d"; }

.sl-icon-target:before {
  content: "\e09e"; }

.sl-icon-credit-card:before {
  content: "\e025"; }

.sl-icon-paypal:before {
  content: "\e608"; }

.sl-icon-social-tumblr:before {
  content: "\e00a"; }

.sl-icon-social-twitter:before {
  content: "\e009"; }

.sl-icon-social-facebook:before {
  content: "\e00b"; }

.sl-icon-social-instagram:before {
  content: "\e609"; }

.sl-icon-social-linkedin:before {
  content: "\e60a"; }

.sl-icon-social-pinterest:before {
  content: "\e60b"; }

.sl-icon-social-github:before {
  content: "\e60c"; }

.sl-icon-social-google:before {
  content: "\e60d"; }

.sl-icon-social-reddit:before {
  content: "\e60e"; }

.sl-icon-social-skype:before {
  content: "\e60f"; }

.sl-icon-social-dribbble:before {
  content: "\e00d"; }

.sl-icon-social-behance:before {
  content: "\e610"; }

.sl-icon-social-foursqare:before {
  content: "\e611"; }

.sl-icon-social-soundcloud:before {
  content: "\e612"; }

.sl-icon-social-spotify:before {
  content: "\e613"; }

.sl-icon-social-stumbleupon:before {
  content: "\e614"; }

.sl-icon-social-youtube:before {
  content: "\e008"; }

.sl-icon-social-dropbox:before {
  content: "\e00c"; }

.sl-icon-social-vkontakte:before {
  content: "\e618"; }

.sl-icon-social-steam:before {
  content: "\e620"; }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

*,
*:before,
*:after {
  box-sizing: border-box; }

html,
body {
  height: 100%; }

body {
  background: white;
  color: #4e4745;
  cursor: auto;
  margin: 0;
  padding: 0;
  position: relative; }

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

a:hover {
  cursor: pointer; }

figure {
  margin: 0 0 1.5rem; }

img {
  display: inline-block;
  height: auto;
  max-width: 100%;
  vertical-align: middle; }

img {
  -ms-interpolation-mode: bicubic; }

button {
  background: none;
  border: 0; }
  button:active, button:focus {
    box-shadow: none;
    outline: none; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

html {
  font-size: 16px; }
  @media (min-width: 551px) {
    html {
      font-size: 16px; } }
  @media (min-width: 801px) {
    html {
      font-size: 16px; } }
  @media (min-width: 1261px) {
    html {
      font-size: 16px; } }

body {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.5; }

a {
  color: #baaeab;
  line-height: inherit;
  text-decoration: underline; }
  a:hover, a:focus {
    color: #807471; }

p {
  margin-bottom: 1.5rem; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #807471;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 0.5px;
  margin-bottom: 0.75rem; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #807471;
    font-size: 60%;
    line-height: 0; }

h1 {
  font-size: 32px; }

h2 {
  font-size: 28px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 16px; }

h6 {
  font-size: 14px; }

.subheader {
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0.75rem; }

hr {
  border: solid #baaeab;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  margin: 2rem 0 1.9375rem; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: 700;
  line-height: inherit; }

small {
  font-size: 60%;
  line-height: inherit; }

ul,
ol,
dl {
  list-style-position: outside;
  margin-bottom: 1.5rem; }

ul ul,
ul ol,
ol ul,
ol ol {
  margin-left: 1.2rem;
  margin-bottom: 0; }

ul {
  margin-left: 1.15rem; }

ol {
  margin-left: 1.15rem; }

dl dt {
  font-weight: 700;
  margin-bottom: 0.375rem; }

dl dd {
  margin-bottom: 1.5rem; }

abbr,
acronym {
  border-bottom: 1px dotted #dfdfdf;
  color: #4e4745;
  cursor: help;
  font-size: 90%;
  text-transform: uppercase; }

abbr {
  text-transform: none; }

blockquote { }

blockquote,
blockquote p {
  font-size: 24px;
  line-height: 29px; }

cite {
  color: #a5a5a5;
  display: block;
  font-size: 1rem; }

.icon {
  height: 1rem;
  width: 1rem;
  display: inline-block;
  vertical-align: middle; }
  .icon svg {
    display: inline-block;
    fill: #4e4745;
    height: 100%;
    vertical-align: top;
    width: 100%; }

/*doc
---
title: Lists
name: lists
category: Elements
---

*/
/*doc
---
title: Inline List
name: inline_list
category: Elements
parent: lists
---


```html_example
<ul class="inlineList">
    <li><a href="#">Link 1</a></li>
    <li><a href="#">Link 2</a></li>
    <li><a href="#">Link 3</a></li>
    <li><a href="#">Link 4</a></li>
    <li><a href="#">Link 5</a></li>
</ul>
```
##### Inline list settings
```sass_file_example
src/settings/foundation/inlineList/_settings.scss
```

*/
.inlineList {
  list-style: none;
  margin-top: 0;
  margin-bottom: 1.0625rem;
  margin-left: -1.375rem;
  margin-right: 0;
  overflow: hidden;
  padding: 0; }
  .inlineList > li {
    display: block;
    float: left;
    list-style: none;
    margin-left: 1.375rem; }
    .inlineList > li > * {
      display: block; }

/*doc
---
title: Tables
name: tables
category: Elements
---


```html_example
<table class="table">
    <thead class="table-thead">
        <tr>
            <th>Table Header</th>
            <th>Table Header</th>
            <th class="table-header--numericData" scope="column">Totals</th>
        </tr>
    </thead>
    <tbody class="table-tbody">
        <tr>
            <td>Content Goes Here</td>
            <td>This is longer content Donec id elit non mi porta gravida at eget metus.</td>
            <td class="table-cell--numericData">$10</td>
        </tr>
    </tbody>
    <tfoot class="table-tfoot">
        <tr>
            <td class="table-cell--numericData" colspan="2">Subtotal:</td>
            <td class="table-cell--numericData"><strong>$60</strong></td>
        </tr>
    </tfoot>
</table>
```
##### Tables settings
```sass_file_example
src/settings/foundation/tables/_settings.scss
```

*/
.table {
  border: solid 1px #baaeab;
  margin-bottom: 2rem;
  table-layout: auto;
  width: 100%; }
  .table thead {
    background: #dbd2ce; }
    .table thead tr th,
    .table thead tr td {
      font-size: 1rem;
      font-weight: 700;
      padding: 0.75rem 1.5rem; }
  .table tr th,
  .table tr td {
    padding: 0.75rem 1.5rem;
    text-align: left; }
  .table thead tr th,
  .table tfoot tr th,
  .table tfoot tr td,
  .table tbody tr th,
  .table tbody tr td,
  .table tr td {
    display: table-cell; }
  .table th.table-header--numericData,
  .table td.table-cell--numericData {
    text-align: right; }

.table-thead {
  border: 1px solid #baaeab; }

.table-tfoot {
  border: 1px solid #baaeab; }

.table-tbody tr {
  border-bottom: 1px solid #baaeab; }
  .table-tbody tr:last-child {
    border-bottom: 0; }

/*doc
---
title: Buttons
name: button
category: Components
---

These are all the button

```sass_file_example
src/settings/foundation/buttons/_settings.scss
```

```html_example
<button class="button">Button</button>

<input type="submit" class="button" value="Button">

<a class="button" role="button" href="#">Button</a>
```

*/
.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 1rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background-color: transparent;
  border-color: #807471;
  color: #807471;
  font-size: 1rem;
  padding: 0.875rem 2.25rem;
  border-radius: 0;
  outline: none;
  vertical-align: middle; }
  .button:hover, .button:focus, .button.is-active, .button.active {
    background-color: transparent;
    border-color: #4e4745;
    color: #4e4745; }
  .button:active {
    background-color: transparent;
    border: 1px solid #baaeab;
    color: #baaeab; }
  .button:focus, .button.is-active, .button.active {
    outline: none; }
  @media (min-width: 481px) {
    .button + .button {
      margin-left: 0.75rem; } }

/*doc
---
title: Button states
name: button_states
category: Components
parent: button
---

```html_example
<button class="button button--primary">Primary Button</button>

<button class="button">Secondary / Default Button</button>

<button class="button button--tertiary">Tertiary Button</button>

<button class="button button--action">Call-to-Action Button</button>
```
    */
.button--primary {
  background-color: #807471;
  border-color: #807471;
  color: white; }
  .button--primary:hover, .button--primary:focus, .button--primary.is-active, .button--primary.active {
    background-color: #4e4745;
    border-color: #4e4745;
    color: white; }
  .button--primary:active {
    background-color: #baaeab;
    border: 1px solid #baaeab;
    color: white; }

.button[disabled] {
  background-color: #dbd2ce;
  border-color: #dbd2ce;
  color: white;
  cursor: default; }

/*doc
---
title: Button sizes
name: button_sizes
category: Components
parent: button
---

```html_example
<button class="button button--large">Large</button>

<button class="button">Default</button>

<button class="button button--small">Small</button>

<button class="button button--tiny">Tiny</button>
```

And a special case, slab, which takes the full width of it's container and any
size modifier

```html_example
<button class="button button--slab">Slab</button>

<button class="button button--slab button--large">Slab</button>
```

*/
.button--large {
  font-size: 16px; }

.button--small {
  font-size: 14px;
  padding: 0.5625rem 1.5rem; }

.button--tiny { }

.button--slab {
  display: block;
  width: 100%; }
  .button + .button--slab {
    margin-left: 0; }

.button--icon {
  font-size: 1rem;
  padding: 0.75rem 0.75rem; }
  .button--icon svg {
    fill: #4e4745; }

/*doc
---
title: Button Groups
name: button_groups
category: Components
parent: button
---


```html_example
<div class="buttonGroup">
    <button class="button">Button1</button>
    <button class="button">Button2</button>
    <button class="button">Button3</button>
</div>
```
##### Button group settings
```sass_file_example
src/settings/bigcommerce/buttonGroup/_settings.scss
```

*/
.buttonGroup {
  display: inline-block; }
  .buttonGroup > .button {
    border-radius: 0;
    border-right-width: 0;
    float: left;
    margin-left: 0; }
    .buttonGroup > .button:first-child {
      border-bottom-left-radius: 0;
      border-top-left-radius: 0; }
    .buttonGroup > .button:last-child {
      border-bottom-right-radius: 0;
      border-right-width: 1px;
      border-top-right-radius: 0; }

/*doc
---
title: Dropdowns
name: dropdown
category: Components
---

Dropdowns are simple lists that can appear next to any element that can trigger a click event.
They can be used by buttons, icons, links and other similar items.

```sass_file_example
src/settings/foundation/dropdown/_settings.scss
```
```html_example
<ul class="dropdown-menu" style="display:block; left: 0;">
    <li class="dropdown-menu-item"><a href="#" ng-click="$event.preventDefault()">One</a></li>
    <li class="dropdown-menu-item"><a href="#" ng-click="$event.preventDefault()">Two</a></li>
    <li class="dropdown-menu-item"><a href="#" ng-click="$event.preventDefault()">Three</a></li>
</ul>
```
*/
.dropdown-menu {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #e8e8e8;
  font-size: 1rem;
  height: auto;
  width: 100%;
  z-index: 89;
  max-width: 200px; }
  .dropdown-menu.open {
    display: block; }
  .dropdown-menu > *:first-child {
    margin-top: 0; }
  .dropdown-menu > *:last-child {
    margin-bottom: 0; }

.dropdown-menu--content {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #e8e8e8;
  font-size: 1rem;
  height: auto;
  padding: 0.75rem;
  width: 100%;
  z-index: 89;
  max-width: 200px; }
  .dropdown-menu--content.open {
    display: block; }
  .dropdown-menu--content > *:first-child {
    margin-top: 0; }
  .dropdown-menu--content > *:last-child {
    margin-bottom: 0; }

.dropdown-menu-item {
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
  padding: 0.375rem 0.75rem; }
  .dropdown-menu-item a {
    display: block;
    padding: 0.375rem; }
  .dropdown-menu-item a {
    margin: -0.375rem; }

/*doc
---
title: Forms
name: forms
category: Forms
---

##### Foundation Forms settings
```sass_file_example
src/settings/foundation/forms/_settings.scss
```

##### Citadel Forms settings
```sass_file_example
src/settings/foundation/forms/_settings.scss
```

*/
/*doc
---
title: Form basics
name: 01forms_basics
category: Forms
parent: forms
---

Citadel comes with styling for most form input types and some custom ones. To start
things off a basic, semantic mark-up structure should be adhered too, including
the `form`, `fieldset` and `legend` elements where ever possible.

```html_example
<form action="#" class="form">
    <fieldset class="form-fieldset">
        <legend class="form-legend">Form legend</legend>
    </fieldset>
</form>
```

*/
.form {
  margin: 0 0 1.5rem; }

.form-fieldset {
  border-width: 0;
  margin: 0;
  padding: 0; }

.form-legend {
  background: transparent;
  border: solid #807471;
  border-width: 0 0 1px;
  display: block;
  line-height: 32px;
  margin-bottom: 0.75rem;
  padding: 0;
  width: 100%; }

/*doc
---
title: Form labels and inputs
name: 03forms_basics
category: Forms
parent: forms
---

Inputs of all types should be associated with a label which has a `for` attribute

```html_example
<div class="form-field">
    <label class="form-label" for="input1">Input Label</label>
    <input class="form-input" id="input1" type="text" placeholder="Placeholder text">
</div>
<div class="form-field">
    <label class="form-label" for="input2">Number Label</label>
    <input class="form-input" id="input2" type="number" placeholder="Number input">
</div>
<div class="form-field">
    <label class="form-label" for="input3">Textarea Label <small>additional context</small></label>
    <textarea class="form-input" id="input3" placeholder="Placeholder text" rows="3"></textarea>
</div>
```
*/
.form-label {
  color: black;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0.5rem; }
  .form-label small {
    color: #807471;
    font-size: 0.625rem;
    text-transform: uppercase;
    vertical-align: bottom; }

.form-input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: white;
  border-color: black;
  border-style: solid;
  border-width: 1px;
  border-radius: 0;
  color: #454545;
  display: block;
  font-family: inherit;
  font-size: 1rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  height: 3rem;
  margin: 0;
  padding: 0.75rem 1rem;
  transition: border-color 100ms ease-out;
  width: 100%;
  /*doc
---
title: Disabled inputs
name: 04forms_basics
category: Forms
parent: forms
---

```html_example
<div class="form-field">
    <label class="form-label" for="disabled_input1">Input Label</label>
    <input class="form-input" id="disabled_input1" disabled type="text" value="Disabled text">
</div>

<div class="form-field">
    <label class="form-label" for="disabled_input2">Input Label</label>
    <input class="form-input" id="disabled_input2" readonly type="text" value="Readonly text">
</div>
```
*/ }
  .form-input:disabled {
    background-color: white;
    color: #a5a5a5;
    cursor: not-allowed; }
  .form-input[readonly] {
    background-color: #f8f8f8;
    border-color: #807471;
    color: #989898;
    cursor: text; }
  .form-input:focus {
    border-color: #989898;
    outline: none; }
  .form-input[rows] {
    height: auto; }
  .form-input[type="search"] {
    box-sizing: border-box; }
  .form-input::-webkit-input-placeholder {
    color: #a5a5a5; }
  .form-input::-ms-clear {
    height: 0;
    width: 0; }
  .form-input::-moz-placeholder {
    color: #a5a5a5; }
  .form-input:-ms-input-placeholder {
    color: #a5a5a5; }

/*doc
---
title: Selects
name: 05forms_basics
category: Forms
parent: forms
---

```html_example
<div class="form-field">
    <label class="form-label" for="select1">Native Select label</label>
    <select class="form-select" name="select1" id="select1">
        <option>Please select a value</option>
        <option value="1">Option 1</option>
        <option value="2">Option 2</option>
    </select>
</div>
```
*/
.form-select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: white;
  border-radius: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+");
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: black;
  color: #454545;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  padding: 0.75rem;
  border-radius: 0;
  cursor: pointer;
  height: 3rem;
  margin: 0;
  outline: 0; }
  .form-select::-ms-expand {
    display: none; }
  .form-select.radius {
    border-radius: 4px; }
  .form-select:focus {
    border-color: #989898; }
  .form-select:disabled {
    background-color: white;
    cursor: not-allowed; }
  .form-select:focus {
    border-color: #989898; }

/*doc
---
title: Form Panels and Layouts
name: 13forms_layouts
category: Forms
parent: forms
---

We provide a couple of component styles to layout forms.

The more `form-field` components you place in the `form-row`, the smaller the columns gets.
Columns are equal length, and calculated automatically by Flexbox by default.

It's the same mark-up but depending on your browser support needs, you can switch
between a flexbox layout or a more traditional grid based layout by setting
`$formRow-modernBrowsers` to `false`.

The grid based layout of `form-feilds` will require the use of modifiers to calculate
the correct widths. We support `form-field--half`, `form-field--third` and
`form-field--quarter`

```html_example
<form action="#" class="form">
    <fieldset class="form-fieldset">
        <legend class="form-legend">Form legend</legend>
        <div class="form-body">
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
            </div>
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
            </div>
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
            </div>
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
            </div>
        </div>
    </fieldset>
</form>
```
*/
.form-body {
  background-color: white;
  border: 1px solid #807471;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.13);
  margin-bottom: 1.5rem;
  max-width: none;
  padding: 1.5rem; }

.form-row {
  margin: 0 -1.125rem;
  max-width: none;
  width: auto; }
  .form-row:before, .form-row:after {
    content: " ";
    display: table; }
  .form-row:after {
    clear: both; }
  .form-row .form-field {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
    width: 100%;
    float: left;
    max-width: none; }
  @media (min-width: 551px) {
    .form-row--half .form-field {
      width: 50%; }
    .form-row--third .form-field {
      width: 33.33333%; }
    .form-row--quarter .form-field {
      width: 25%; } }

/*doc
---
title: Form Fields
name: 02forms_basics
category: Forms
parent: forms
---

Each form input should be wrapped in a `form-field`

```html_example
<div class="form-field">
</div>
```
*/
.form-field {
  display: block;
  margin: 0 0 2rem;
  max-width: none; }
  .form-field:before, .form-field:after {
    content: " ";
    display: table; }
  .form-field:after {
    clear: both; }

/*doc
---
title: Selects [multiple]
name: 06forms_basics
category: Forms
parent: forms
---

Styling of the select element with the multiple attribute

```html_example
<div class="form-field">
    <label class="form-label" for="multiselect1">Native Select Multiple label</label>
    <select class="form-select" multiple name="multiselect1" id="multiselect1">
        <option>Please select a value</option>
        <option value="1">Option 1</option>
        <option value="2">Option 2</option>
        <option value="3">Option 3</option>
        <option value="4">Option 4</option>
    </select>
</div>
```
*/
.form-select[multiple] {
  height: auto; }
  .form-select[multiple] option {
    padding: 5px; }

/*doc
---
title: Radios and Checkbox
name: 07forms_basics
category: Forms
parent: forms
---

```html_example
<div class="form-field">
    <label class="form-label">Field label</label>
    <input class="form-checkbox" type="checkbox" id="check1">
    <label class="form-label" for="check1">Checkbox 1 label</label>
    <input class="form-checkbox" type="checkbox" id="check2">
    <label class="form-label" for="check2">Checkbox 2 label</label>
</div>
```

```html_example
<div class="form-field">
    <label class="form-label">Field label</label>
    <input class="form-radio" type="radio" name="radio_example" id="radio1">
    <label class="form-label" for="radio1">Radio 1 label</label>
    <input class="form-radio" type="radio" name="radio_example" id="radio2">
    <label class="form-label" for="radio2">Radio 2 label</label>
</div>
```
*/
.form-checkbox,
.form-radio {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .form-checkbox + .form-label,
  .form-radio + .form-label {
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 0.375rem;
    padding-left: 1.875rem;
    position: relative;
    vertical-align: baseline;
    width: 100%; }
    .form-checkbox + .form-label::before, .form-checkbox + .form-label::after,
    .form-radio + .form-label::before,
    .form-radio + .form-label::after {
      content: "";
      display: block;
      position: absolute;
      transition: all 50ms ease-out; }
    .form-checkbox + .form-label::before,
    .form-radio + .form-label::before {
      background-color: white;
      border: solid #dfdfdf;
      border-width: 1px;
      height: 1rem;
      left: 0;
      top: 0;
      width: 1rem; }
    .form-checkbox + .form-label::after,
    .form-radio + .form-label::after {
      height: 0.875rem;
      left: 1px;
      opacity: 0;
      top: 1px;
      transform: scale(0);
      width: 0.875rem; }

.form-checkbox:checked + .form-label::after,
.form-radio:checked + .form-label::after {
  opacity: 1;
  transform: scale(1); }

.form-checkbox[disabled] + .form-label,
.form-radio[disabled] + .form-label {
  cursor: default; }
  .form-checkbox[disabled] + .form-label::before,
  .form-radio[disabled] + .form-label::before {
    background-color: white; }

.form-checkbox + .form-label::before {
  border-radius: 4px; }

.form-checkbox + .form-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(79, 79, 79, 0.999)' /%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  color: rgba(79, 79, 79, 0.999);
  content: "";
  font-size: 0.875rem;
  line-height: 1;
  text-align: center; }

.form-radio + .form-label::before {
  border-radius: 50%; }

.form-radio + .form-label::after {
  background: rgba(79, 79, 79, 0.999);
  border: 3px solid white;
  border-radius: 0.875rem; }

/*doc
---
title: Inputs with Extras
name: 08forms_inputextras
category: Forms
parent: forms
---

Sometimes inputs need inline actions. An inline button for a search box for example.

```html_example
<div class="form-field">
    <label class="form-label" for="input9">Input with action</label>
    <input class="form-input has-action" type="search" id="input9">
    <button class="button button--icon button--inputAction">
        <span class="u-hiddenVisually">Search</span>
        <icon glyph="ic-search" class="icon" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"></path></svg></icon>
    </button>
</div>
```
*/
.form-input.has-action {
  float: left;
  padding-right: 2.875rem; }
  .form-input.has-action + .button--inputAction {
    background: transparent;
    border: 0;
    border-radius: 0 0 0 0;
    float: left;
    height: 2.875rem;
    margin: 0.0625rem 0 0 -2.9375rem;
    width: 2.875rem; }

/*doc
---
title: Inputs with Icons
name: 09forms_inputicons
category: Forms
parent: forms
---

Sometimes inputs need to display an informative icon to convey a certain meaning, like secure.

```html_example
<div class="form-field">
    <label class="form-label" for="input99">Input with icon</label>
    <input class="form-input has-icon" type="search" id="input9">
    <icon glyph="ic-lock" class="icon" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zm-6 9c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm3.1-9H8.9V6c0-1.71 1.39-3.1 3.1-3.1 1.71 0 3.1 1.39 3.1 3.1v2z"></path></svg></icon>
</div>
```
*/
.form-input.has-icon {
  float: left;
  padding-right: 2.25rem; }
  .form-input.has-icon + .icon {
    height: 3rem;
    margin-left: -2.25rem;
    width: 1.25rem; }

/*doc
---
title: Form PrefixPostfix
name: 10forms_prefixpostfix
category: Forms
parent: forms
---

PrefixPostfix

```html_example
<div class="form-field">
    <label class="form-label" for="input4">Prefixed Label <small>(Inc. tax)</small></label>
    <div class="form-prefixPostfix">
        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">AUD $</span>
        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
    </div>
</div>

<div class="form-field">
    <label class="form-label" for="input5">Postfixed Label</label>
    <div class="form-prefixPostfix">
        <input class="form-input form-prefixPostfix-input" id="input5" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc2">
        <span class="form-prefixPostfix-label form-prefixPostfix-label--postfix" id="prefixDesc2">KG</span>
    </div>
</div>
```

### PrefixPostfix with a button

```html_example
<div class="form-field">
    <label class="form-label" for="input6">Prefixed Button</label>
    <div class="form-prefixPostfix">
        <input class="button form-prefixPostfix-button--prefix" type="submit" value="Save">
        <input class="form-input" id="input6" type="text" placeholder="Placeholder text">
    </div>
</div>

<div class="form-field">
    <label class="form-label" for="input7">Postfixed Button</label>
    <div class="form-prefixPostfix">
        <input class="form-input" id="input7" type="text" placeholder="Placeholder text">
        <input class="button form-prefixPostfix-button--postfix" type="submit" value="Save">
    </div>
</div>
```
*/
.form-prefixPostfix {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap; }
  .form-prefixPostfix .form-input {
    flex: 1; }
  .form-prefixPostfix .button {
    height: 3rem; }

.form-prefixPostfix-input {
  border-radius: 0 0 0 0; }

.form-prefixPostfix-label {
  background-color: white;
  border: solid #807471;
  border-width: 1px;
  flex: 1;
  font-weight: 300;
  height: 3rem;
  line-height: normal;
  max-width: 5.625rem;
  padding: 0.75rem;
  text-align: center; }

.form-prefixPostfix-label--prefix {
  border-radius: 0 0 0 0;
  border-width: 1px 0 1px 1px; }
  .form-prefixPostfix-label--prefix + .form-input {
    border-radius: 0 0 0 0; }

.form-prefixPostfix-label--postfix {
  border-radius: 0 0 0 0;
  border-width: 1px 1px 1px 0; }

.form-prefixPostfix-button--prefix {
  margin: 0 0.75rem 0 0; }

.form-prefixPostfix-button--postfix {
  margin: 0 0 0 0.75rem; }

/*doc
---
title: Form Switch
name: 11forms_switch
category: Forms
parent: forms
---

Switch

```html_example
<div class="form-field">
    <switch>
        <div class="switch">
            <input class="switch-checkbox" type="checkbox" id="switch-1" aria-describedby="switch-ariaDescription-2">
            <label class="switch-toggle" for="switch-1">
            </label>
            <span id="switch-ariaDescription-2" class="switch-ariaDescription">
                Switching this setting off will...
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch switch--checked">
            <input class="switch-checkbox" type="checkbox" id="switch-1" aria-describedby="switch-ariaDescription-2">
            <label class="switch-toggle" for="switch-1">
            </label>
            <span id="switch-ariaDescription-2" class="switch-ariaDescription">
                Switching this setting off will...
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch switch--checked">
            <input class="switch-checkbox" type="checkbox" id="switch-3" aria-describedby="switch-ariaDescription-4">
            <label class="switch-toggle" for="switch-3">
                <span class="switch-label">On</span>
            </label>
            <span id="switch-ariaDescription-4" class="switch-ariaDescription">
                Switching this setting off will...
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch">
            <input class="switch-checkbox" type="checkbox" id="switch-3" aria-describedby="switch-ariaDescription-4">
            <label class="switch-toggle" for="switch-3">
                <span class="switch-label">Off</span>
            </label>
            <span id="switch-ariaDescription-4" class="switch-ariaDescription">
                Switching this setting off will...
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch switch--important">
            <span class="switch-description--off">Down for Maintenance</span>
            <input class="switch-checkbox" type="checkbox" id="switch-7" aria-describedby="switch-ariaDescription-8">
            <label class="switch-toggle" for="switch-7">
            </label>
            <span class="switch-description--on">Open</span>
            <span id="switch-ariaDescription-8" class="switch-ariaDescription">
                Switching this setting to off will enter your store into maintenance mode.
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch switch--important switch--checked">
            <span class="switch-description--off">Down for Maintenance</span>
            <input class="switch-checkbox" type="checkbox" id="switch-7" aria-describedby="switch-ariaDescription-8">
            <label class="switch-toggle" for="switch-7">
            </label>
            <span class="switch-description--on">Open</span>
            <span id="switch-ariaDescription-8" class="switch-ariaDescription">
                Switching this setting to off will enter your store into maintenance mode.
            </span>
        </div>
    </switch>
</div>
```
*/
.switch-checkbox {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .switch-checkbox:focus + .switch-toggle {
    border-color: #4e4745;
    box-shadow: 0 0 4px rgba(78, 71, 69, 0.4); }

.switch-toggle {
  background-color: #989898;
  border: 1px solid #989898;
  border-radius: 1.75rem;
  cursor: pointer;
  display: inline-block;
  height: 1.75rem;
  position: relative;
  transition: all 100ms ease-out;
  vertical-align: middle;
  width: 3.75rem; }
  .switch--important .switch-toggle {
    background-color: #d4cb49;
    border-color: #d4cb49; }
  .switch--checked .switch-toggle {
    background-color: #69d66f;
    border-color: #69d66f; }
  .switch--disabled .switch-toggle {
    background-color: #e8e8e8;
    border-color: #a5a5a5;
    cursor: default; }

.switch-toggle::before {
  background: white;
  border-radius: 1.25003rem;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  content: "";
  height: 1.25003rem;
  left: 0.18749rem;
  position: absolute;
  top: 0.18749rem;
  transition: all 100ms ease-out;
  width: 1.25003rem; }
  .switch--checked .switch-toggle::before {
    left: 2.18749rem; }

.switch-label {
  color: white;
  height: 26px;
  line-height: 1.6875;
  position: absolute;
  right: 0.375rem;
  text-transform: uppercase;
  transition: all 100ms ease-out; }
  .switch--checked .switch-label {
    font-weight: 600;
    left: 0.375rem;
    right: auto; }
  .switch--disabled .switch-label {
    color: #989898; }

.switch-label--icon.icon {
  height: 1.625rem;
  width: 1.625rem; }
  .switch-label--icon.icon svg {
    height: 1.625rem;
    width: 1.625rem;
    fill: white; }
    .switch--disabled .switch-label--icon.icon svg {
      fill: #989898; }

.switch-description--off {
  color: #2d2d2d;
  margin-right: 5px; }
  .switch--checked .switch-description--off {
    color: #989898; }

.switch-description--on {
  color: #989898;
  margin-left: 5px; }
  .switch--checked .switch-description--on {
    color: #2d2d2d; }

.switch-ariaDescription {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*doc
---
title: Form Actions
name: 14forms_actions
category: Forms
parent: forms
---

Forms require actions to submit or cancel (or what ever action a user should perform).
Form actions come in 2 flavours; normal and fixed.

```html_example
<div class="form-actions">
    <a href="#">Cancel</a>
    <button class="button">Reset</button>
    <button class="button button--primary">Submit</button>
</div>
```

### Form Actions --fixed

```html_example
<div class="form-actions form-actions--fixed">
    <a href="#">Cancel</a>
    <button class="button">Reset</button>
    <button class="button button--primary">Submit</button>
</div>
```
*/
.form-actions {
  background: none;
  border: 0;
  text-align: center; }
  @media (min-width: 481px) {
    .form-actions {
      text-align: left; } }

.form-actions > * {
  display: inline-block;
  margin-bottom: 1rem;
  width: 100%; }
  @media (min-width: 481px) {
    .form-actions > * {
      vertical-align: baseline;
      width: auto; } }

@media (min-width: 481px) {
  .form-actions--fixed {
    background: white;
    border-top: 1px solid #807471;
    bottom: 0;
    left: 0;
    padding: 1.5rem 2rem;
    position: fixed;
    right: 0;
    text-align: right;
    z-index: 20; } }

/*doc
---
title: Form Errors
name: 12forms_errors
category: Forms
parent: forms
---

Form inline errors

```html_example
<div class="form-field form-field--success">
    <label class="form-label" for="valid_simple">Valid field</label>
    <input class="form-input" id="valid_simple" type="text" value="Some Valid text">
    <icon class="form-input-indicator icon ng-isolate-scope" glyph="ic-check-circle" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"></path></svg></icon>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_simple">Invalid field</label>
    <input class="form-input" id="invalid_simple" type="text" value="Some Invalid text">
    <icon class="form-input-indicator icon ng-isolate-scope" glyph="ic-error" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z"></path></svg></icon>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_simple">
                This is not a valid email address
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--warning">
    <label class="form-label" for="warning_simple">Warning field</label>
    <input class="form-input" id="warning_simple" type="text" value="Text that generated a Warning">
    <icon class="form-input-indicator icon ng-isolate-scope" glyph="ic-error" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z"></path></svg></icon>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="warning_simple">
                Did you mean…
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_select">Select label</label>
    <select class="form-select" name="invalid_select" id="invalid_select">
        <option value="Please select a value">Please select a value</option>
        <option value="1">Option 1</option>
        <option value="2">Option 2</option>
    </select>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_select">
                You must select a value
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label">Checkbox label</label>
    <input class="form-checkbox" type="checkbox" id="invalid_check1">
    <label class="form-label" for="invalid_check1">Checkbox 1 label</label>
    <input class="form-checkbox" type="checkbox" id="invalid_check2">
    <label class="form-label" for="invalid_check2">Checkbox 2 label</label>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage">
                Please select one or more
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label">Radio label</label>
    <input class="form-radio" type="radio" name="invalid_radio_example" id="invalid_radio1">
    <label class="form-label" for="invalid_radio1">Radio 1 label</label>
    <input class="form-radio" type="radio" name="invalid_radio_example" id="invalid_radio2">
    <label class="form-label" for="invalid_radio2">Radio 2 label</label>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage">
                Please select an option
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_prefix">Prefixed Label <small>(Inc. tax)</small></label>
    <div class="form-prefixPostfix">
        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">AUD $</span>
        <input class="form-input form-prefixPostfix-input" id="invalid_prefix" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
        <icon class="form-input-indicator icon ng-isolate-scope" glyph="ic-error" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z"></path></svg></icon>
    </div>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_prefix">
                Please input a dollar amount
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_postfix">Postfixed Label</label>
    <div class="form-prefixPostfix">
        <input class="form-input form-prefixPostfix-input" id="invalid_postfix" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc2">
        <span class="form-prefixPostfix-label form-prefixPostfix-label--postfix" id="prefixDesc2">KG</span>
    </div>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_postfix">
                Please enter the weight in kilograms
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_postfix_button">Postfixed Button</label>
    <div class="form-prefixPostfix">
        <input class="form-input" id="invalid_postfix_button" type="text" placeholder="Placeholder text">
        <input class="button form-prefixPostfix-button--postfix" type="submit" value="Save">
    </div>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_postfix_button">
                This is a really long error message to give alot
                more detail to the user about what is wrong with this field.
            </label>
        </li>
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_postfix_button">
                Something else was wrong
            </label>
        </li>
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_postfix_button">
                You really messed up here
            </label>
        </li>
    </ul>
</div>
```
*/
.form-input-indicator {
  height: 1.375rem;
  width: 1.375rem;
  float: left;
  margin: 0 0 0 -1.875rem;
  position: relative;
  top: 0.625rem; }
  .form-prefixPostfix .form-input-indicator {
    top: 0; }
  .form-input-indicator > svg {
    fill: #69d66f; }

.form-field-errors {
  list-style: none;
  margin-left: 0;
  margin-left: 0;
  clear: both;
  margin-bottom: 0;
  margin-top: 0.1875rem; }
  .form-field-errors ul,
  .form-field-errors ol {
    list-style: none;
    margin-bottom: 0; }

.form-inlineMessage {
  display: inline-block;
  line-height: 24px;
  margin: 0.375rem 0 -0.5rem;
  width: 100%; }

.form-field--success .form-input,
.form-field--error .form-input,
.form-field--warning .form-input {
  float: left; }

.form-field--success .form-input,
.form-field--success .form-select,
.form-field--success .form-checkbox + .form-label::before,
.form-field--success .form-radio + .form-label::before,
.form-field--success .form-prefixPostfix-label {
  border-color: #69d66f; }

.form-field--success .form-field-error,
.form-field--success .form-inlineMessage {
  color: #69d66f; }

.form-field--success .form-input-indicator > svg {
  fill: #69d66f; }

.form-field--error .form-input,
.form-field--error .form-select,
.form-field--error .form-checkbox + .form-label::before,
.form-field--error .form-radio + .form-label::before,
.form-field--error .form-prefixPostfix-label {
  border-color: #ff7d7d; }

.form-field--error .form-field-error,
.form-field--error .form-inlineMessage {
  color: #ff7d7d; }

.form-field--error .form-input-indicator > svg {
  fill: #ff7d7d; }

.form-field--warning .form-input,
.form-field--warning .form-select,
.form-field--warning .form-checkbox + .form-label::before,
.form-field--warning .form-radio + .form-label::before,
.form-field--warning .form-prefixPostfix-label {
  border-color: #d4cb49; }

.form-field--warning .form-field-error,
.form-field--warning .form-inlineMessage {
  color: #d4cb49; }

.form-field--warning .form-input-indicator > svg {
  fill: #d4cb49; }

/*doc
---
title: Panels
name: panel
category: Components
---

Panels are a simple container which is relatively positioned within the document which helps you section
your content. Panels may also have a header, which contains a related title to describe the contents.

```sass_file_example
src/settings/foundation/panels/_settings.scss
```
```html_example
<div class="panel">
    <div class="panel-header">
        <h2 class="panel-title">Panel Title</h2>
    </div>
    <div class="panel-body">
        <h2>Some Panel Content</h2>
        <p>Should be able to handle any type of content.</p>
    </div>
</div>
```
*/
.panel {
  position: relative; }

.panel-header {
  background-color: #dbd2ce;
  margin: 0;
  padding: 1.5rem 2rem 0; }

.panel-title {
  line-height: 1.5;
  margin: 0; }

.panel-body {
  margin-bottom: 1.5rem;
  padding: 1rem 2rem 1.5rem;
  background: #dbd2ce; }
  .panel-body > :first-child {
    margin-top: 0; }
  .panel-body > :last-child {
    margin-bottom: 0; }
  .panel-body > :last-child {
    margin-bottom: 0; }

.breadcrumbs {
  display: block;
  list-style: none;
  margin-left: 0;
  overflow: hidden; }

.breadcrumb {
  color: #807471;
  float: left;
  font-size: 14px;
  line-height: 14px;
  margin: 0;
  line-height: 1.5; }
  .breadcrumb a {
    color: #807471; }
  .breadcrumb.current {
    color: #807471;
    cursor: default; }
    .breadcrumb.current a {
      color: #807471;
      cursor: default; }
    .breadcrumb.current:hover, .breadcrumb.current:hover a, .breadcrumb.current:focus, .breadcrumb.current:focus a {
      text-decoration: none; }
  .breadcrumb.unavailable {
    color: #a5a5a5; }
    .breadcrumb.unavailable a {
      color: #a5a5a5; }
    .breadcrumb.unavailable:hover,
    .breadcrumb.unavailable:hover a, .breadcrumb.unavailable:focus,
    .breadcrumb.unavailable a:focus {
      color: #a5a5a5;
      cursor: not-allowed;
      text-decoration: none; }
  .breadcrumb:before {
    color: #807471;
    content: "/";
    margin: 0;
    position: relative;
    top: 1px; }
  .breadcrumb:first-child:before {
    content: " ";
    margin: 0; }
  .breadcrumb::before {
    margin: 0 0.5rem; }
    @media (min-width: 481px) {
      .breadcrumb::before {
        margin: 0 0.5rem; } }

.breadcrumb-label {
  cursor: pointer; }
  .breadcrumb-label:hover {
    color: #baaeab;
    text-decoration: none; }
  .breadcrumb.is-active > .breadcrumb-label {
    color: #807471;
    cursor: default; }
  .breadcrumb.is-unavailable > .breadcrumb-label {
    color: #a5a5a5;
    cursor: default; }

.tabs {
  border-bottom: 1px solid #baaeab;
  margin: 0; }
  .tabs:before, .tabs:after {
    content: " ";
    display: table; }
  .tabs:after {
    clear: both; }

.tab {
  border-bottom: white;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative; }
  @media (min-width: 551px) {
    .tab {
      float: left; } }

.tab-title {
  color: #807471;
  display: block;
  font-size: 16px;
  padding: 0.75rem 1.5rem; }
  .tab-title:hover {
    color: #4e4745; }

.tab.is-active .tab-title {
  color: #4e4745;
  font-weight: 700; }

@media (min-width: 551px) {
  .tabs--vertical {
    border-bottom: 0;
    float: left;
    margin: 0 0 1.5rem;
    max-width: 20%;
    width: 20%; } }

.tabs--vertical .tab {
  float: none; }

.tabs-contents {
  margin-bottom: 1.5rem; }
  .tabs-contents:before, .tabs-contents:after {
    content: " ";
    display: table; }
  .tabs-contents:after {
    clear: both; }

@media (min-width: 551px) {
  .tabs-contents--vertical {
    float: left;
    max-width: 80%;
    padding-left: 1.5rem;
    width: 80%; }
    .tabs-contents--vertical > .tab-content {
      padding: 0 1.5rem; } }

.tab-content {
  display: none;
  padding: 1.5rem 0; }
  .tab-content.is-active {
    display: block; }

.no-js .tab-content {
  display: block;
  float: none; }

/*doc
---
title: Navigation
name: nav
category: Components
---

The navigation pattern holds a list of links wrapped in a navigation element. The links can help you navigate
the document, or the information architecture. Each link should modify the URL in some way.

```sass_file_example
src/settings/bigcommerce/nav/_settings.scss
```
We generate our own navigation abstractions through a `nav()` mixin. The mixin works as follows:

```scss_example
nav($style: "navBar", $wrapper: "nav")
```
Where:

 - `$style` - The type of navigation (a bar or list)
 - `$wrapper` - The wrapper of the navigation (usually nav, ul or ol)

There is also a `nav-action()` mixin, which when used will set the styles for any actionable items in your navigation list.

```scss_example
nav-action($color, $fontFamily, $fontSize, $padding)
```

*/
/*doc
---
title: Navigation Bar
name: navBar
parent: nav
category: Components
---

The Navigation Bar is a horizontal navigation component, useful for page navigation or any other primary content navigation.

```html_example
<nav class="navBar navBar--internal">
    <ul class="navBar-section">
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 1</a>
        </li>
        <li class="navBar-item is-active">
            <a class="navBar-action" href="#">Item 2</a>
        </li>
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 3</a>
        </li>
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 4</a>
        </li>
    </ul>
    <ul class="navBar-section navBar-section--alt">
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 5</a>
        </li>
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 6</a>
        </li>
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 7</a>
        </li>
    </ul>
</nav>
```

You can create a navigation bar abstraction with the following mixin:

```scss_example
.pageNavigation {
    @include nav("navBar", "nav");
    @include nav-action($navBar-action-color, $navBar-action-fontFamily, $navBar-action-fontSize, $navBar-action-padding);
}
```

*/
.navBar:before, .navBar:after {
  content: " ";
  display: table; }

.navBar:after {
  clear: both; }

.navBar ul,
.navBar ol {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0; }
  .navBar ul ul,
  .navBar ul ol,
  .navBar ol ul,
  .navBar ol ol {
    list-style: none;
    margin-bottom: 0; }
  .navBar ul li,
  .navBar ol li {
    margin: 0;
    padding: 0; }

.navBar-section {
  float: left; }
  .navBar-section:before, .navBar-section:after {
    content: " ";
    display: table; }
  .navBar-section:after {
    clear: both; }

.navBar-section--alt {
  float: right;
  margin-left: 1.5rem; }

.navBar-section + .navBar-section {
  margin-left: 1.5rem; }

@media (min-width: 551px) {
  .navBar-item {
    float: left; } }

.navBar-item, .navBar-action {
  display: block; }

.navBar-action {
  color: #2d2d2d;
  font-size: 16px;
  padding: 0.75rem; }

/*doc
---
title: Navigation List
name: navList
parent: nav
category: Components
---

The Navigation List is a vertical navigation component, useful for secondary navigation like a list of child pages.

```html_example
<nav class="navList navList--aside">
    <ul class="navList-section">
        <li class="navList-item">
            <a class="navList-action" href="#">Item 1</a>
        </li>
        <li class="navList-item is-active">
            <a class="navList-action" href="#">Item 2</a>
            <ul class="navList-subSection">
                <li class="navList-item">
                    <a class="navList-action" href="#">Sub-item 1</a>
                </li>
                <li class="navList-item is-active">
                    <a class="navList-action" href="#">Sub-item 2</a>
                </li>
                <li class="navList-item">
                    <a class="navList-action" href="#">Sub-item 3</a>
                </li>
                <li class="navList-item">
                    <a class="navList-action" href="#">Sub-item 4</a>
                </li>
            </ul>
        </li>
        <li class="navList-item">
            <a class="navList-action" href="#">Sub-item 3</a>
        </li>
        <li class="navList-item">
            <a class="navList-action" href="#">Sub-item 4</a>
        </li>
    </ul>
</nav>
```

You can create a navigation list abstraction with the following mixin:

```scss_example
.subPagesList {
    @include nav("navList", "ul");
    @include nav-action($navBar-action-color, $navBar-action-fontFamily, $navBar-action-fontSize, $navBar-action-padding);
}
```

*/
.navList:before, .navList:after {
  content: " ";
  display: table; }

.navList:after {
  clear: both; }

.navList ul,
.navList ol {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0; }
  .navList ul ul,
  .navList ul ol,
  .navList ol ul,
  .navList ol ol {
    list-style: none;
    margin-bottom: 0; }
  .navList ul li,
  .navList ol li {
    margin: 0;
    padding: 0; }

.navList-section:before, .navList-section:after {
  content: " ";
  display: table; }

.navList-section:after {
  clear: both; }

.navList-section--alt {
  float: right;
  margin-left: 1.5rem; }

.navList-section + .navList-section {
  margin-top: 1.5rem; }

.navList-item, .navList-action {
  display: block; }

.navList-action {
  color: #baaeab;
  font-size: 16px;
  padding: 0.1875rem 0; }

.pagination-list {
  display: block;
  margin-left: 0; }
  .pagination-list li {
    color: #807471;
    font-size: 1rem;
    margin-left: 0.375rem; }
    .pagination-list li a, .pagination-list li button {
      border-radius: 4px;
      transition: background-color 300ms ease-out;
      background: none;
      color: #807471;
      display: block;
      font-size: 1em;
      font-weight: normal;
      line-height: inherit;
      padding: 0.3125rem 0.5rem; }
  .pagination-list li {
    display: block; }

li.pagination-item {
  cursor: pointer; }
  li.pagination-item:first-child {
    margin-left: 0; }
  li.pagination-item a:hover {
    color: #baaeab; }

li.pagination-item--current a, li.pagination-item--current button {
  color: #baaeab;
  cursor: default; }

/*doc
---
title: Alerts
name: alerts
category: Components
---

Alerts can be used to inform users about the actions they perform, whether it's a successful message, a warning, error, or just information.
They can be displayed at a page level or inside a specific container. They will take the full width of their containers.

```sass_file_example
src/settings/foundation/alerts/_settings.scss
```

The alert box consists of three `alertBox-column`s: The `alertBox-icon` which contains the icon for the type of alert,
the `alertBox-message` which can contain the heading and text for the alert message, and `alertBox-close` which holds the close button.
You can set the vertical alignment of the columns in the setting variables.

```html_example
<div class="alertBox">
    <div class="alertBox-column alertBox-icon">
        <icon class="icon" aria-hidden="true">
            <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
                <path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-6h2v6zm0-8h-2V7h2v2z"></path>
            </svg>
        </icon>
    </div>
    <div class="alertBox-column alertBox-message">
        <span>Generic alert</span>
    </div>
    <a class="alertBox-column alertBox-close" tabindex="0" href="#">
        <icon glyph="ic-close" class="icon" aria-hidden="true">
            <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
                <path d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"></path>
            </svg>
        </icon>
    </a>
</div>
```
*/
.alertBox {
  border-style: none;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.75rem;
  padding: 0.75rem 1.125rem 0.75rem 1.125rem;
  position: relative;
  transition: opacity 300ms ease-out;
  background-color: #e8e8e8;
  border-color: #e8e8e8;
  color: white; }
  .alertBox .icon {
    height: 1.25rem;
    width: 1.25rem; }
  .alertBox .button {
    margin: 0 0 0 0.75rem; }

.alertBox--info {
  background-color: #666666;
  border-color: #666666;
  color: #4f4f4f; }
  .alertBox--info svg {
    fill: #dfdfdf; }

.alertBox--success {
  background-color: #d5ffd8;
  border-color: #d5ffd8;
  color: white; }
  .alertBox--success svg {
    fill: #69d66f; }

.alertBox--warning {
  background-color: #fffdea;
  border-color: #fffdea;
  color: white; }
  .alertBox--warning svg {
    fill: #d4cb49; }

.alertBox--error {
  background-color: #ffdddd;
  border-color: #ffdddd;
  color: white; }
  .alertBox--error svg {
    fill: #ff7d7d; }

.alertBox-column {
  display: table-cell;
  text-align: center;
  vertical-align: middle; }

.alertBox-icon {
  padding-right: 1.125rem; }

.alertBox-message {
  margin: 0;
  text-align: left;
  width: 100%; }

.alertBox-heading {
  margin: 0; }

.alertBox-close {
  cursor: pointer;
  padding-left: 1.125rem; }
  .alertBox-close .icon {
    height: 1.25rem;
    width: 1.25rem; }
  .alertBox-close svg {
    fill: #4f4f4f; }

/*doc
---
title: Accordion
name: accordion
category: Components
---
```html_example
<section class="accordion">
    <article heading="Dynamic Group Header - 1" class="is-open">
        <h2 class="accordion-navigation is-open">
            <a href="javascript:void(0)" class="accordion-title">
                Dynamic Group Header - 1
                <icon class="accordion-indicator icon" glyph="ic-remove" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M19 13H5v-2h14v2z"></path></svg></icon>
            </a>
        </h2>
        <div class="accordion-content is-open">
            Dynamic Group Body - 1
        </div>
    </article>
    <article heading="Dynamic Group Header - 2">
        <h2 class="accordion-navigation">
            <a href="javascript:void(0)" class="accordion-title">
                Dynamic Group Header - 2
                <icon class="accordion-indicator icon" glyph="ic-remove" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M19 13H5v-2h14v2z"></path></svg></icon>
            </a>
        </h2>
    </article>
<article heading="Dynamic Group Header - 3">
        <h2 class="accordion-navigation accordion-navigation--error">
            <a href="javascript:void(0)" class="accordion-title">
                Dynamic Group Header - 3
                <icon class="accordion-indicator icon" glyph="ic-remove" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M19 13H5v-2h14v2z"></path></svg></icon>
            </a>
        </h2>
    </article>
</section>
```

```sass_file_example
src/settings/foundation/accordion/_settings.scss
```
*/
.accordion {
  margin-bottom: 0;
  border: #baaeab solid;
  border-width: 1px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.13);
  margin: 0 0 1.5rem; }
  .accordion:before, .accordion:after {
    content: " ";
    display: table; }
  .accordion:after {
    clear: both; }

.accordion-navigation {
  display: block;
  margin-bottom: 0 !important;
  border: #baaeab solid;
  border-width: 1px 0;
  cursor: pointer; }
  .accordion-navigation.is-open > a {
    background: white;
    color: #2d2d2d; }
  .accordion-navigation > a {
    background: white;
    color: #4e4745;
    padding: 1.875rem;
    display: block;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: 1rem; }
    .accordion-navigation > a:hover {
      background: #dbd2ce; }
  .accordion-navigation .accordion-title {
    padding: 1.5rem 1.875rem; }

.accordion-title {
  font-weight: 700;
  line-height: 24px; }

.accordion-content {
  display: none;
  padding: 2rem;
  border: #baaeab solid;
  border-width: 0 0 1px; }
  .accordion-content.is-open {
    display: block; }

.accordion-navigation--success .accordion-title,
.accordion-navigation--success.is-open > a {
  color: #69d66f; }

.accordion-navigation--error .accordion-title,
.accordion-navigation--error.is-open > a {
  color: #ff7d7d; }

.accordion-navigation--warning .accordion-title,
.accordion-navigation--warning.is-open > a {
  color: #d4cb49; }

body.has-activeModal {
  overflow: hidden; }

.modal-background {
  background: #2d2d2d;
  background: rgba(78, 71, 69, 0.95);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1004;
  left: 0; }
  .has-activeModal .modal-background {
    display: block; }

.modal {
  border-radius: 0;
  display: none;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 1005;
  left: 0;
  background-color: white;
  padding: 2.25rem 2.25rem;
  border: solid 0 #baaeab;
  box-shadow: none;
  max-height: 80%;
  overflow: auto;
  position: fixed; }
  @media only screen and (max-width: 551px) {
    .modal {
      min-height: 100vh; } }
  .modal .column, .modal .columns {
    min-width: 0; }
  .modal > :first-child {
    margin-top: 0; }
  .modal > :last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 551px) {
    .modal {
      left: 0;
      margin: 0 auto;
      max-width: 80%;
      right: 0;
      width: 900px; } }
  @media only screen and (min-width: 551px) {
    .modal {
      top: 50% !important; } }
  @media (min-width: 551px) {
    .modal {
      transform: translateY(-50%); } }

.modal--large {
  max-height: 90%;
  width: 1280px; }

.modal--small {
  width: 500px; }

.modal-header {
  border-bottom: 1px solid #baaeab;
  padding: 1rem 0;
  position: relative; }

.modal-header-title {
  margin: 0; }

.modal-body {
  padding: 3rem 0; }
  .modal-body > :last-child {
    margin-bottom: 0; }

.modal-footer {
  border-top: 1px solid #baaeab;
  padding: 0.75rem 1.5rem;
  text-align: center; }
  @media (min-width: 481px) {
    .modal-footer {
      text-align: right; } }
  .modal-footer .button {
    display: block; }
    @media (min-width: 481px) {
      .modal-footer .button {
        display: inline-block;
        margin-bottom: 0; } }

.modal-footer-link {
  display: inline-block;
  font-size: 16px;
  margin: 0 0 0.75rem; }
  @media (min-width: 481px) {
    .modal-footer-link {
      display: inline;
      margin: 1.5rem; } }

.modal-close {
  color: #666666;
  cursor: pointer;
  font-size: 28px;
  font-weight: normal;
  line-height: 1;
  position: absolute;
  top: 1.05rem;
  right: 0.75rem;
  transform: translateY(none); }
  .modal-close .icon {
    height: 1.25rem;
    width: 1.25rem; }

@media print {
  .modal {
    background: #FFFFFF !important;
    display: none; } }

.loadingNotification {
  left: 50%;
  position: fixed;
  text-align: center;
  top: 3rem;
  transform: translateX(-50%);
  transform-style: preserve-3d;
  transition: all 200ms ease-out;
  z-index: 500; }
  .loadingNotification.ng-hide-remove, .loadingNotification.ng-hide-add-active {
    opacity: 0;
    top: 3.6rem;
    transform: scale(0.9) translateX(-50%); }
  .loadingNotification.ng-hide-remove-active {
    opacity: 1;
    top: 3rem;
    transform: scale(1) translateX(-50%); }

.loadingNotification-label {
  background: #666666;
  border-radius: 4px;
  color: white;
  display: inline-block;
  font-size: 16px;
  padding: 0.375rem 0.75rem; }

.loadingOverlay-container {
  min-height: 120px;
  position: relative; }

.loadingOverlay {
  background: rgba(78, 71, 69, 0.9);
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 250ms ease-out;
  width: 100%; }
  .loadingOverlay::before {
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 2.5rem;
    border: solid 2px;
    border-color: white white #807471 #807471;
    content: "";
    display: block;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    transform-style: preserve-3d;
    animation: spin 500ms infinite cubic-bezier(0.69, 0.31, 0.56, 0.83); }
  .loadingOverlay.ng-enter, .loadingOverlay.ng-leave.ng-leave-active {
    opacity: 0; }
  .loadingOverlay.ng-leave, .loadingOverlay.ng-enter.ng-enter-active {
    opacity: 1; }

@keyframes spin {
  0% {
    transform: translateY(-50%) rotate(0deg); }
  100% {
    transform: translateY(-50%) rotate(360deg); } }

/*doc
---
title: ActionBar
name: action_bar
category: Patterns
---
```html_example
<div class="actionBar">
    <div class="actionBar-section">
        <fieldset class="form-fieldset">
            <div class="actionBar-item form-field">
                <input class="form-input has-action" type="search" placeholder="Search">
                <button class="button button--icon button--inputAction">
                    <span class="is-srOnly">Search</span>
                    <icon glyph="ic-search"></icon>
                </button>
            </div>
            <a href="#" class="actionBar-item">Advanced</a>
        </fieldset>
    </div>
    <div class="actionBar-section actionBar-section--alt">
        <fieldset class="form-fieldset">
            <div class="actionBar-item form-field">
                <div class="buttonGroup">
                    <button class="button">
                        All
                    </button>
                    <button class="button">
                        Free
                    </button>
                    <button class="button">
                        Paid
                    </button>
                </div>
            </div>
            <div class="actionBar-item form-field">
                <label class="form-label" for="select1">Sort by</label>
                <select class="form-select" name="select1" id="select1">
                    <option value="1">Popular</option>
                    <option value="2">Newest</option>
                </select>
            </div>
        </fieldset>
    </div>
</div>
```

```sass_file_example
src/settings/bigcommerce/actionBar/_settings.scss
```
*/
.actionBar {
  margin: 1.5rem 0; }
  .actionBar:before, .actionBar:after {
    content: " ";
    display: table; }
  .actionBar:after {
    clear: both; }
  .actionBar .button {
    margin-bottom: 0; }
  .actionBar .buttonGroup {
    vertical-align: middle; }

.actionBar-link {
  display: block;
  padding: 0.75rem 0; }

.actionBar-section:before, .actionBar-section:after {
  content: " ";
  display: table; }

.actionBar-section:after {
  clear: both; }

@media (min-width: 551px) {
  .actionBar-section {
    float: left; }
    .actionBar-section .form-label {
      display: inline-block;
      margin: 0 0.375rem 0 0; }
    .actionBar-section .form-select,
    .actionBar-section .form-input {
      display: inline-block;
      width: 12.5rem; } }

@media (min-width: 551px) {
  .actionBar-section--alt {
    float: right; } }

.actionBar-item {
  margin-bottom: 1.5rem; }
  @media (min-width: 551px) {
    .actionBar-item {
      display: inline-block;
      margin-bottom: 0;
      margin-right: 1.5rem;
      vertical-align: middle; }
      .actionBar-item:last-child {
        margin-right: 0; } }

/*doc
---
title: Cards
name: cards
category: Components
---

Cards are a typical component consisting of a figure and a short snippet of descriptive text.
This could include a heading and a caption or definition, and perhaps a call to action
or other actionable functions.

```sass_file_example
src/settings/bigcommerce/cards/_settings.scss
```
```html_example
<article class="card">
    <figure class="card-figure">
        <img class="card-image" src="http://lorempixel.com/960/360/sports/" alt="Example card image">
        <figcaption class="card-figcaption">
            <a class="card-figcaption-action" href="#">
                <div class="card-figcaption-body">
                    <span class="button card-figcaption-button">Learn more</span>
                </div>
            </a>
        </figcaption>
    </figure>
    <div class="card-body">
        <h2 class="card-title">20% Off First Design Project</h2>
        <h3 class="card-subTitle">Custom Designs</h3>
        <p class="card-text">
            Be seen by customers at the very moment that
            they are searching on Google for the things you offer.
        </p>
    </div>
</article>
```
*/
.card {
  background-color: transparent;
  margin-bottom: 3rem;
  padding: 0 0; }

.card-figure {
  background-color: white;
  margin-bottom: 0;
  padding: 0 0;
  position: relative; }

.card-image {
  border: 1px solid #807471;
  width: 100%; }

.card-figcaption {
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0; }
  .card-figcaption:hover {
    opacity: 1; }

.card-figcaption-action {
  display: block;
  height: 100%; }

.card-figcaption-body {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  transform-style: preserve-3d; }
  .card-figcaption-body > :first-child {
    margin-top: 0; }
  .card-figcaption-body > :last-child {
    margin-bottom: 0; }
  .card-figcaption-body .card-text {
    color: #807471; }

.card-figcaption-button {
  background-color: white;
  color: black; }
  .card-figcaption-button:hover {
    background-color: #f2f2f2;
    color: black; }

.card-body {
  padding: 0.75rem 0 0; }
  .card-body > :first-child {
    margin-top: 0; }
  .card-body > :last-child {
    margin-bottom: 0; }
  .card-body .card-text {
    color: #807471; }

.card-surTitle {
  float: right;
  margin-left: 1.5rem;
  max-width: 40%;
  text-align: right; }

.card-footer {
  background-color: transparent;
  margin: 0; }
  .card-footer:before, .card-footer:after {
    content: " ";
    display: table; }
  .card-footer:after {
    clear: both; }

.card-button {
  margin-bottom: 0; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

/* Slider */
.slick-loading .slick-list {
  background: #fff center center no-repeat; }

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 0.8; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.6; }

.slick-prev:before, .slick-next:before {
  font-family: inherit;
  font-size: 20px;
  line-height: 1;
  color: #989898;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: ""; }
    [dir="rtl"] .slick-prev:before {
      content: ""; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: ""; }
    [dir="rtl"] .slick-next:before {
      content: ""; }

/* Dots */
.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 0.8; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        width: 20px;
        height: 20px;
        font-family: inherit;
        font-size: 60px;
        line-height: 20px;
        text-align: center;
        color: white;
        opacity: 0.6;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: white;
      opacity: 1; }

.slick-next,
.slick-prev {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9);
  height: 3.8125rem;
  margin-top: -1.875rem;
  padding: 0.625rem;
  width: 2.5rem; }
  .slick-next::before,
  .slick-prev::before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    height: 2.5625rem;
    width: 1.25rem; }
  .slick-next:hover, .slick-next:focus,
  .slick-prev:hover,
  .slick-prev:focus {
    background-color: white;
    background-color: rgba(255, 255, 255, 0.9);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%; }

.slick-next {
  right: -10px; }
  @media (min-width: 1261px) {
    .slick-next {
      right: -3.375rem; } }
  .slick-next::before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iNDIiIHZpZXdCb3g9IjAgMCAyNCA0MiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMS40NTY3OSAxLjAwNzQ2MTQ3bDIxIDIwLjAyNDgyMTQzTDEuNTA4ODUgNDEuMDA3NDYxNSIgc3Ryb2tlPSIjMkQyRDJEIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+"); }
  .slick-next:hover::before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iNDIiIHZpZXdCb3g9IjAgMCAyNCA0MiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMS40NTY3OSAxLjAwNzQ2MTQ3bDIxIDIwLjAyNDgyMTQzTDEuNTA4ODUgNDEuMDA3NDYxNSIgc3Ryb2tlPSIjOTg5ODk4IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+"); }

.slick-prev {
  left: -15px; }
  @media (min-width: 1261px) {
    .slick-prev {
      left: -3.375rem; } }
  .slick-prev::before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iNDIiIHZpZXdCb3g9IjAgMCAyNCA0MiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjIuNDU3MjA3NCAxLjAwNzQ2MTQ3bC0yMSAyMC4wMjQ4MjE0MyAyMC45NDc5Mzk3IDE5Ljk3NTE3ODYiIHN0cm9rZT0iIzJEMkQyRCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg=="); }
  .slick-prev:hover::before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iNDIiIHZpZXdCb3g9IjAgMCAyNCA0MiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjIuNDU3MjA3NCAxLjAwNzQ2MTQ3bC0yMSAyMC4wMjQ4MjE0MyAyMC45NDc5Mzk3IDE5Ljk3NTE3ODYiIHN0cm9rZT0iIzk4OTg5OCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg=="); }

.slick-dots {
  margin: 0; }
  .slick-dots li {
    height: 2rem;
    width: 2rem;
    margin: 0;
    padding: 0.3125rem; }
    .slick-dots li button,
    .slick-dots li button::before {
      height: 0.9375rem;
      width: 0.9375rem;
      border-radius: 50%; }
    .slick-dots li button {
      border: 1px solid white;
      display: inline-block;
      margin: 0;
      padding: 0;
      position: relative;
      text-align: center;
      vertical-align: middle; }
      .slick-dots li button:hover::before {
        background: white; }
    .slick-dots li button::before {
      display: block;
      left: -1px;
      top: -1px;
      transition: background 100ms ease-out; }
    .slick-dots li.slick-active button::before {
      background: white; }

.slick-disabled {
  cursor: default;
  opacity: 0.1; }

.slick-track {
  backface-visibility: hidden;
  perspective: 1000px; }

.slick-dots {
  position: relative;
  bottom: auto; }

.slick-prev {
  left: 0; }

.slick-next {
  right: 0; }

.pace {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none; }

.pace-inactive {
  display: none; }

.pace-progress {
  background-color: #baaeab;
  height: 0.3125rem;
  position: fixed;
  right: 100%;
  top: 0;
  width: 100%;
  z-index: 2000; }

html,
body {
  height: auto; }

body {
  padding-top: 55px; }
  @media (min-width: 801px) {
    body {
      padding-top: 0; } }

figure {
  margin-bottom: 2rem;
  margin-top: 2rem; }
  figure > figcaption {
    margin-bottom: -0.5rem; }

figcaption {
  color: #a5a5a5;
  margin-top: 0.75rem; }

body {
  font-size: 1rem;
  font-weight: 400; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin-top: 2.25rem; }

h5,
h6 {
  text-transform: uppercase; }

a {
  transition: color 0.15s ease; }

cite {
  line-height: 1.5;
  margin: 0.5rem 0 0; }

.page-heading {
  font-size: 32px;
  margin: 0 0 3rem;
  text-align: center; }

.definitionList:before, .definitionList:after {
  content: " ";
  display: table; }

.definitionList:after {
  clear: both; }

.definitionList-key {
  color: #807471;
  float: left;
  font-weight: 400;
  margin: 0 0.375rem 0 0; }

.definitionList-value {
  margin: 0; }

h2.page-heading {
  font-size: 28px;
  text-transform: uppercase; }

h1.page-heading {
  font-family: "Open Sans";
  font-size: 32px;
  font-weight: 400; }

.page-heading.hide {
  display: none; }

.hide-page-heading h1.page-heading:not([class*='page-heading--']) {
  display: none; }

.form-select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z' fill='rgba(130, 130, 130, 0.999)' /%3E%3C/svg%3E");
  background-position: right 0.5625rem top 0.6875rem;
  border-radius: 4px;
  padding: 0.75rem 3rem 0.75rem 1rem; }

.form-label small {
  float: right;
  margin-top: 0.375rem; }

.form-label--inlineSmall small {
  color: #807471;
  float: none;
  font-size: inherit;
  font-weight: 400;
  margin-left: 0.375rem;
  text-transform: none; }

.table {
  margin-top: 2rem; }
  .table td + td {
    border-left: 1px solid #baaeab; }
  .table .table-alignCenter {
    text-align: center; }
  .table .table-alignRight {
    text-align: right; }

.table-actions {
  margin: 1.5rem;
  text-align: center; }
  .table-actions .form {
    margin-bottom: 0; }
  .table-actions .button {
    display: block;
    margin-left: 0;
    margin-right: 0;
    width: 100%; }
    @media (min-width: 551px) {
      .table-actions .button {
        display: inline-block;
        margin-bottom: 0;
        width: auto; } }
    @media (min-width: 551px) {
      .table-actions .button + .button {
        margin-left: 0.375rem; } }

.table--line {
  border-color: #baaeab;
  border-width: 0 0 1px; }
  .table--line .table-thead {
    background-color: white;
    border-color: #baaeab;
    border-width: 0 0 1px; }
    .table--line .table-thead tr th {
      padding-left: 0;
      padding-right: 0; }
      @media (min-width: 551px) {
        .table--line .table-thead tr th {
          text-align: center; }
          .table--line .table-thead tr th:first-child {
            text-align: left; }
          .table--line .table-thead tr th:last-child {
            text-align: right; } }
      .table--line .table-thead tr th + th {
        padding-left: 1.5rem; }
  .table--line tr {
    border-color: 1px solid #baaeab; }
    .table--line tr td {
      display: block;
      padding-left: 0;
      padding-right: 0; }
      @media (min-width: 551px) {
        .table--line tr td {
          text-align: center; }
          .table--line tr td:first-child {
            text-align: left; }
          .table--line tr td:last-child {
            text-align: right; } }
      .table--line tr td + td {
        padding-left: 1.5rem; }
  .table--line td + td {
    border-left: 0; }

.dropdown {
  left: -9999px;
  outline: none;
  position: absolute; }

.dropdown-menu.is-loading .loadingOverlay {
  background: none;
  padding: 4.5rem 0;
  position: relative; }

.dropdown-menu.is-open {
  display: block; }

.dropdown-menu-item {
  text-align: left; }
  .dropdown-menu-item:first-child > a {
    padding-top: 0.75rem; }
  .dropdown-menu-item:last-child > a {
    padding-bottom: 1rem; }
  .dropdown-menu-item > a {
    margin: 0;
    padding: 0.25rem 1.125rem;
    text-decoration: none; }

.modal {
  left: 50%;
  margin: 0 auto;
  max-height: 90%;
  max-width: 95%;
  min-height: 240px;
  outline: none;
  overflow: hidden;
  padding: 0;
  right: 0;
  top: 50% !important;
  transform: translate(-50%, -50%); }

@media (min-width: 1261px) {
  .modal--large {
    width: 1280px; } }

.modal-header {
  padding-left: 2.25rem;
  padding-right: 2.75rem; }

.modal-header-title {
  font-size: 24px;
  text-align: center; }
  @media (min-width: 801px) {
    .modal-header-title {
      font-size: 28px; } }

.modal-close {
  height: 2rem;
  width: 2rem;
  color: #4e4745;
  font-size: 26px;
  line-height: 2rem;
  padding: 0;
  position: absolute;
  text-align: center;
  text-decoration: none;
  z-index: 50; }
  @media (min-width: 801px) {
    .modal-close {
      font-size: 32px; } }
  .modal-close:hover {
    color: #baaeab; }

.modal-body {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 2.25rem 2.25rem; }

.modal {
  overflow: visible;
  /* Giao: Fix issue quick-view product does not show up on some old BigCommerce store */ }

.breadcrumbs {
  display: none;
  font-size: 0;
  text-align: center; }
  @media (min-width: 551px) {
    .breadcrumbs {
      display: block; } }

.breadcrumb {
  display: inline-block;
  float: none; }
  .breadcrumb.is-active > .breadcrumb-label {
    cursor: text; }

.breadcrumb-label {
  text-decoration: none; }

.breadcrumb {
  text-transform: uppercase; }

.panel-title {
  font-size: 20px; }

.panel--large .panel-body {
  margin-bottom: 2rem;
  padding: 2rem; }

.pagination-list {
  font-size: 0;
  margin-bottom: 1.5rem;
  text-align: center; }
  .pagination-list:before, .pagination-list:after {
    content: " ";
    display: table; }
  .pagination-list:after {
    clear: both; }
  .pagination-list .pagination-item {
    display: inline-block; }

.pagination-item {
  border: 1px solid transparent;
  line-height: 1; }
  .pagination-item .pagination-link {
    text-decoration: none;
    transition: all 0.2s ease; }
    .pagination-item .pagination-link:hover {
      color: #baaeab; }
  .pagination-item.pagination-item--current {
    border-color: #baaeab;
    border-radius: 4px;
    margin: 0 0.375rem 0 0.75rem; }
  .pagination-item.pagination-item--previous > a, .pagination-item.pagination-item--next > a {
    color: #baaeab; }
    .pagination-item.pagination-item--previous > a:hover, .pagination-item.pagination-item--next > a:hover {
      color: #807471; }
      .pagination-item.pagination-item--previous > a:hover .icon > svg, .pagination-item.pagination-item--next > a:hover .icon > svg {
        fill: #807471; }

.pagination-item--previous .icon,
.pagination-item--next .icon {
  height: 1.25rem;
  margin-top: -0.125rem;
  width: 1.25rem; }

.pagination-item--previous {
  float: left; }
  .pagination-item--previous .icon {
    margin-left: -0.75rem; }

.pagination-item--next {
  float: right; }
  .pagination-item--next .icon {
    margin-right: -0.75rem; }

.pagination-list--small {
  position: relative; }
  .pagination-list--small .pagination-item {
    color: #807471;
    cursor: inherit;
    line-height: 1.5; }
  .pagination-list--small .pagination-link {
    padding: 0 0.375rem; }
  .pagination-list--small .pagination-item--previous,
  .pagination-list--small .pagination-item--next {
    position: absolute;
    top: 0; }
  .pagination-list--small .pagination-item--previous {
    left: 0; }
  .pagination-list--small .pagination-item--next {
    right: 0; }

.button {
  line-height: 1rem;
  transition: all 0.15s ease; }
  .button + .button {
    margin-left: 0; }
    @media (min-width: 801px) {
      .button + .button {
        margin-left: 0.75rem; } }

.button[disabled] {
  cursor: not-allowed; }

.button--icon svg {
  fill: #4e4745; }

.button {
  text-transform: uppercase;
  letter-spacing: 1px; }

.tab {
  border-top: 1px solid #baaeab;
  float: none; }
  @media (min-width: 801px) {
    .tab {
      border-top-color: white;
      float: left; } }
  .tab.is-active {
    border-left-color: white;
    border-right-color: white; }
    @media (min-width: 551px) {
      .tab.is-active {
        margin-bottom: -1px; } }
    @media (min-width: 801px) {
      .tab.is-active {
        border: 1px solid #baaeab;
        border-bottom: 1px solid white; } }

.tab-title {
  padding: 1.125rem 0;
  text-align: center;
  text-decoration: none; }
  @media (min-width: 551px) {
    .tab-title {
      text-align: left; } }
  @media (min-width: 801px) {
    .tab-title {
      padding: 0.75rem 1.5rem; } }

.tab-content.has-jsContent {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  visibility: hidden; }
  .tab-content.has-jsContent.is-active {
    height: auto;
    overflow: visible;
    padding: 1.5rem 0;
    visibility: visible; }

.accordion {
  border-radius: 4px;
  box-shadow: none; }
  .accordion .navList {
    margin-bottom: 0; }

.accordion-content {
  border: 0; }
  .accordion-content .form:only-child {
    margin-bottom: 0; }

.accordion-title {
  margin: 0; }

.accordion-navigation {
  margin-top: -1px;
  position: relative;
  text-decoration: none; }

@media (min-width: 801px) {
  .accordion--navList {
    border: 0; } }

@media (min-width: 801px) {
  .sidebarBlock + .accordion--navList {
    margin-top: 2rem; } }

@media (min-width: 801px) {
  .accordion--navList .accordion-block {
    margin-top: 2rem; } }

.accordion--navList .accordion-content {
  padding: 1rem; }
  @media (min-width: 801px) {
    .accordion--navList .accordion-content {
      padding: 0; } }

@media (min-width: 801px) {
  .accordion--navList .accordion-navigation {
    background-position: right 0 top 50%;
    border: 0; } }

.accordion--navList .accordion-title {
  font-weight: normal;
  padding: 1rem;
  text-decoration: none;
  text-transform: inherit; }
  @media (min-width: 801px) {
    .accordion--navList .accordion-title {
      margin-bottom: 0.75rem;
      margin-top: 0;
      padding: 0; } }

.accordion--navList .accordion-indicator {
  fill: #a5a5a5; }
  @media (min-width: 801px) {
    .accordion--navList .accordion-indicator {
      visibility: hidden; } }

.accordion--navList .accordion-navigation-actions {
  right: 1rem;
  top: 1.1875rem; }
  @media (min-width: 801px) {
    .accordion--navList .accordion-navigation-actions {
      right: 0;
      top: 0; } }

.accordion-block:first-child {
  margin-top: 0; }
  .accordion-block:first-child .accordion-navigation {
    border-radius: 4px 4px 0 0; }

.accordion-block:last-child .accordion-navigation,
.accordion-block:last-child .accordion-content {
  border-radius: 0 0 4px 4px; }

.accordion-block:last-child .accordion-navigation {
  border-bottom-width: 0; }
  .accordion-block:last-child .accordion-navigation.is-open {
    border-bottom-width: 1px;
    border-radius: 0; }

.accordion-navigation-actions {
  position: absolute;
  right: 1.875rem;
  top: 1.5rem; }
  .accordion-navigation-actions > a {
    color: #807471;
    vertical-align: middle; }
    .accordion-navigation-actions > a:hover {
      color: #baaeab; }

.inlineList--labels {
  margin-bottom: 0;
  margin-left: -0.75rem; }
  .inlineList--labels > li {
    margin-bottom: 0.75rem;
    margin-left: 0.75rem; }

.alertBox {
  border-radius: 4px;
  color: #4f4f4f; }

.alertBox-icon .icon {
  height: 1.5625rem;
  width: 1.5625rem; }

.alertBox--info {
  color: white; }
  .alertBox--info .alertBox-close svg {
    fill: #dfdfdf; }

.form--hiddenLabels .form-label {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.form-inlineMessage {
  display: block; }

.form-field--error .form-input {
  float: none; }

.form-field--error .form-inlineMessage:before {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z' fill='rgba(255, 125, 125, 0.999)' /%3E%3C/svg%3E") no-repeat;
  background-size: 100%;
  content: "";
  display: inline-block;
  height: 0.875rem;
  left: -0.125rem;
  margin-right: 0.0625rem;
  position: relative;
  top: 0.1875rem;
  width: 0.875rem; }

.form-field--success .form-input[type="text"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(105, 214, 111, 0.999)' /%3E%3C/svg%3E");
  background-position: right 0.6875rem center;
  background-repeat: no-repeat;
  padding-right: 3rem; }

.form-checkbox + .form-label:last-child,
.form-radio + .form-label:last-child {
  display: block;
  margin-bottom: -0.3125rem; }

.form-checkbox + .form-label::after,
.form-radio + .form-label::after {
  top: 0.25rem; }

.form-checkbox + .form-label::before,
.form-radio + .form-label::before {
  top: 0.1875rem; }

.form-actions {
  margin: 0 auto;
  max-width: 75rem;
  width: 100%;
  display: block;
  text-align: center; }
  .form-actions:before, .form-actions:after {
    content: " ";
    display: table; }
  .form-actions:after {
    clear: both; }
  @media (min-width: 551px) {
    .form-actions {
      margin-top: 1.5rem; } }
  .form-actions .button,
  .form-actions input,
  .form-actions a {
    vertical-align: top;
    width: 100%; }
    @media (min-width: 551px) {
      .form-actions .button,
      .form-actions input,
      .form-actions a {
        margin-bottom: 0;
        width: auto; } }
    .form-actions .button + .button,
    .form-actions .button + input,
    .form-actions .button + a,
    .form-actions input + .button,
    .form-actions input + input,
    .form-actions input + a,
    .form-actions a + .button,
    .form-actions a + input,
    .form-actions a + a {
      margin-top: 0.75rem; }
      @media (min-width: 551px) {
        .form-actions .button + .button,
        .form-actions .button + input,
        .form-actions .button + a,
        .form-actions input + .button,
        .form-actions input + input,
        .form-actions input + a,
        .form-actions a + .button,
        .form-actions a + input,
        .form-actions a + a {
          margin: 0 0 0 0.75rem; } }

.form-label--alternate {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 14px;
  margin-bottom: 0.75rem; }

.form-select--date {
  width: initial; }
  .form-select--date + .form-select--date {
    margin-left: 0.375rem; }

.form-select--small,
.form-select--date {
  background-position: right 0.5rem top 0.5rem;
  background-size: 1.125rem;
  font-size: 14px;
  height: 2.25rem;
  line-height: 1rem;
  max-width: 20rem;
  padding: 0.5625rem 0.75rem;
  padding-right: 2rem; }

.form-select--short {
  max-width: 6rem;
  width: 4.5rem; }

.form-file {
  margin-bottom: 0.5rem; }

.form-fileDescription {
  color: #a5a5a5;
  font-size: 14px; }

.form-field-group {
  border: 1px solid black;
  border-radius: 0;
  padding: 1.5rem; }

.form-column {
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  width: 100%;
  float: left; }
  @media (min-width: 551px) {
    .form-column {
      padding-left: 1.125rem;
      padding-right: 1.125rem;
      width: 50%;
      float: left; } }

.form-prefixPostfix.wrap {
  flex-wrap: wrap; }

.form-prefixPostfix .form-input,
.form-prefixPostfix .button {
  display: block;
  width: 100%; }

@media (min-width: 1261px) {
  .form-prefixPostfix .form-input {
    width: auto; } }

@media (min-width: 1261px) {
  .form-prefixPostfix .button {
    width: auto; } }

.form-prefixPostfix .form-inlineMessage {
  margin-bottom: 0.375rem; }
  @media (min-width: 1261px) {
    .form-prefixPostfix .form-inlineMessage {
      margin-bottom: 0; } }

.form-prefixPostfix-button--postfix {
  margin: 0.75rem 0 0;
  order: 1; }
  @media (min-width: 1261px) {
    .form-prefixPostfix-button--postfix {
      margin: 0 0 0 0.75rem;
      order: 0; } }

.form-increment .button {
  margin: 0;
  padding: 0.1875rem 0.3125rem; }

.form-input--incrementTotal {
  border: 0;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  height: auto;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  width: 2.1875rem; }

.form-option {
  border: 1px solid black;
  color: black;
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
  padding: 1px;
  transition: all 0.15s ease; }
  .form-option:hover {
    border-color: #989898; }
  .form-radio:checked + .form-option {
    border-color: #4f4f4f;
    box-shadow: 0 0 0 1px #4f4f4f; }

.form-option-variant {
  display: inline-block;
  font-size: 1rem;
  min-width: 2.375rem;
  padding: 1px 0.375rem;
  pointer-events: none;
  text-align: center; }

.form-option-variant--color,
.form-option-variant--pattern {
  height: 1.375rem;
  width: 1.375rem;
  min-width: initial;
  padding: 0; }

.form-option-variant--pattern {
  background-position: center;
  background-repeat: no-repeat; }

.form-input--small {
  font-size: 14px;
  height: 2.25rem;
  line-height: 1rem;
  padding: 0.5625rem 0.75rem; }

.form-minMaxRow {
  margin-left: -0.5625rem;
  margin-right: -0.5625rem; }
  .form-minMaxRow:before, .form-minMaxRow:after {
    content: " ";
    display: table; }
  .form-minMaxRow:after {
    clear: both; }
  .form-minMaxRow .form-field {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
    width: 33.33333%;
    float: left;
    margin-bottom: 0;
    padding-left: 0.5625rem;
    padding-right: 0.5625rem; }
  .form-minMaxRow .button {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100%; }

@media (min-width: 551px) {
  .form-row--half > .form-field:nth-child(odd) {
    clear: left; } }

[data-product-attribute] .form-option {
  overflow: hidden;
  position: relative; }
  [data-product-attribute] .form-option.unavailable {
    background-color: #ddd;
    opacity: 0.3; }
    [data-product-attribute] .form-option.unavailable:before {
      background-color: #000;
      content: "";
      height: 2px;
      left: -5px;
      position: absolute;
      top: 11px;
      transform: rotate(-45deg);
      width: 141%; }

[data-product-attribute="set-radio"] .unavailable,
[data-product-attribute="product-list"] .unavailable {
  opacity: 0.6;
  text-decoration: line-through; }

.form-label--alternate {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700; }

.form-option {
  border: 1px solid rgba(0, 0, 0, 0.3); }

.form-radio:checked + .form-option {
  border: 1px solid black; }

.form-increment {
  display: inline-block;
  border-top: 1px solid black;
  border-bottom: 1px solid black; }
  .form-increment .button {
    border-top: 0;
    border-bottom: 0;
    border-color: black;
    padding: 0.5rem; }

.form-input--incrementTotal {
  width: 4.5rem; }

.card-figure {
  margin-top: 0; }
  .card-figure:hover .card-figcaption {
    opacity: 1; }

.card-figcaption {
  display: none;
  margin: 0;
  pointer-events: none; }
  @media (min-width: 801px) {
    .card-figcaption {
      display: block; } }

.card-figcaption-body {
  display: inline-block;
  pointer-events: all;
  transform: translate3d(0, -50%, 0); }

.card-image {
  border: 0;
  display: flex;
  margin: auto;
  width: auto; }

.card-title {
  font-size: 1rem;
  margin: 0 0 0.25rem; }
  .card-title > a {
    color: black;
    text-decoration: none; }
    .card-title > a:hover {
      color: #a5a5a5; }

.card-text {
  margin-bottom: 0.1875rem; }
  .card-text abbr {
    border: 0;
    color: inherit;
    font-size: inherit; }

.card-figcaption-button {
  border: 1px solid black;
  display: block;
  margin: 0.375rem 0 0; }
  .card-figcaption-button:active {
    background-color: #f2f2f2;
    border: 1px solid black; }
  .card-figcaption-button + .card-figcaption-button {
    margin: 0.375rem 0 0; }

.card-body {
  text-align: center; }
  @media (min-width: 551px) {
    .card-body {
      text-align: left; } }

.card--alternate {
  border: 3px solid white;
  transition: all 0.15s ease; }
  .card--alternate .card-body {
    background-color: white;
    padding: 0.75rem;
    transition: all 0.15s ease; }
    @media (min-width: 551px) {
      .card--alternate .card-body {
        padding: 1.5rem; } }
  .card--alternate:hover {
    border-color: #4e4745; }
    .card--alternate:hover .card-body {
      background-color: #4e4745; }
      .card--alternate:hover .card-body .card-text {
        color: white; }
    .card--alternate:hover .card-title > a {
      color: white; }

.card-figure a {
  display: block;
  position: relative;
  overflow: hidden; }

.card-image ~ .card-image {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s ease; }

.card:hover .card-image ~ .card-image,
.card:focus .card-image ~ .card-image,
.card:active .card-image ~ .card-image {
  opacity: 1; }

.card-body {
  padding-top: 1.5rem; }
  @media (min-width: 551px) {
    .card-body {
      text-align: left; }
      .card-body:before, .card-body:after {
        content: " ";
        display: table; }
      .card-body:after {
        clear: both; } }
  .card-body .price {
    color: #4e4745; }

.card-title {
  margin-bottom: 0.75rem;
  font-weight: 400;
  letter-spacing: 0; }

.card-text {
  margin-bottom: 0.75rem; }

.card-text--colors {
  font-size: 0; }
  @media (min-width: 551px) {
    .card-text--colors {
      line-height: 1.5rem; } }

.emthemesModez-card-color-swatch {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 0.375rem;
  vertical-align: middle; }
  .emthemesModez-card-color-swatch:first-child {
    margin-left: 0; }

@media (min-width: 551px) {
  .card-text--price {
    float: left;
    width: 50%; }
    .card-text--price ~ .card-text--colors,
    .card-text--price ~ .card-text--rating {
      float: right;
      width: 50%;
      text-align: right;
      clear: right; }
    .card-text--price ~ .card-text--brand {
      float: left;
      width: 50%;
      clear: left; } }

.card-text--brand {
  text-transform: uppercase;
  font-size: 16px; }

.card-figcaption-body {
  display: inline;
  transform: none;
  position: static; }

.card-figcaption-button {
  font-family: "Open Sans";
  font-size: 20px; }

.card-figcaption-body-bottomGroup {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: white;
  padding: 0.75rem 0; }
  .card-figcaption-body-bottomGroup .card-figcaption-button:first-child {
    margin-top: 0; }
  .card-figcaption-body-bottomGroup .card-figcaption-button:hover {
    background: white;
    opacity: 0.6; }

.card-figcaption-body-rightGroup {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  /*.card-figcaption-button {
    text-indent: -9999px;
    font-size: 0;
    padding: 5px;
    line-height: fontSize("large");
    border: 0;
    background: transparent;
  
    &:before {
      font-family: 'emthemesmodezicons' !important;
      font-style: normal;
      content: $emthemesModez-icon-linear-cart;
      text-indent: 0;
      float: left;
      font-size: fontSize("large");
    }

    &:hover {
      background: transparent;
      opacity: 0.6;
    }
  }

  .card-figcaption-button--compare:before {
    content: $emthemesModez-icon-compare_arrows;
  }

  .card-figcaption-button--wishlist:before {
    content: $emthemesModez-icon-heart;
  }*/ }
  .card-figcaption-body-rightGroup .card-figcaption-button {
    padding: 0;
    text-align: center;
    font-size: 0;
    line-height: 0;
    border: 0;
    background-color: transparent;
    margin-right: 0.75rem;
    margin-top: 0.75rem; }
    .card-figcaption-body-rightGroup .card-figcaption-button:hover .card-figcaption-button-icon, .card-figcaption-body-rightGroup .card-figcaption-button:focus .card-figcaption-button-icon {
      opacity: 0.6; }
    .card-figcaption-body-rightGroup .card-figcaption-button input {
      visibility: hidden;
      clip: rect(0, 0, 0, 0);
      width: 0;
      height: 0; }
  .card-figcaption-body-rightGroup .card-figcaption-button-text {
    display: none; }
  .card-figcaption-body-rightGroup .card-figcaption-button-icon {
    font-size: 28px; }

.productCarousel-slide .card--laparis4.card {
  margin-bottom: 0.75rem; }

@media (min-width: 801px) {
  .card--laparis4 .card-body {
    visibility: hidden;
    background-color: white;
    padding: 0.75rem 1rem; } }

.card--laparis4:hover, .card--laparis4:focus {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15); }
  @media (min-width: 801px) {
    .card--laparis4:hover .card-body, .card--laparis4:focus .card-body {
      visibility: visible; } }

.navList,
.navBar {
  margin-left: 0; }

.navList-action,
.navBar-action {
  text-decoration: none; }

.navList-action.is-active {
  font-weight: 700; }

.navList-action--checkbox {
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.375rem;
  padding-left: 1.875rem;
  position: relative;
  vertical-align: baseline;
  width: 100%; }
  .navList-action--checkbox::before, .navList-action--checkbox::after {
    content: "";
    display: block;
    position: absolute;
    transition: all 50ms ease-out; }
  .navList-action--checkbox::before {
    background-color: white;
    border: solid #dfdfdf;
    border-width: 1px;
    height: 1rem;
    left: 0;
    top: 0;
    width: 1rem; }
  .navList-action--checkbox::after {
    height: 0.875rem;
    left: 1px;
    opacity: 0;
    top: 1px;
    transform: scale(0);
    width: 0.875rem; }
  .navList-action--checkbox::before {
    border-radius: 4px; }
  .navList-action--checkbox::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(79, 79, 79, 0.999)' /%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    color: rgba(79, 79, 79, 0.999);
    content: "";
    font-size: 0.875rem;
    line-height: 1;
    text-align: center; }
  .navList-action--checkbox:before, .navList-action--checkbox:after {
    top: 50%; }
  .navList-action--checkbox:before {
    margin-top: -0.5rem; }
  .navList-action--checkbox:after {
    margin-top: -0.4375rem; }
  .navList-action--checkbox.is-disabled {
    cursor: default; }
    .navList-action--checkbox.is-disabled::before {
      background-color: white; }
  .navList-action--checkbox.is-checked::after, .navList-action--checkbox.is-selected::after {
    opacity: 1;
    transform: scale(1); }

.navList-action-close {
  background: #dbd2ce;
  border-radius: 100%;
  display: inline-block;
  float: right;
  line-height: 0;
  opacity: 0;
  padding: 0.25rem;
  transition: opacity 0.3s ease;
  visibility: hidden; }
  .navList-action-close .icon {
    height: 0.8125rem;
    width: 0.8125rem;
    fill: #baaeab; }
  .navList-action.is-selected:hover .navList-action-close {
    opacity: 1;
    visibility: visible; }

.navBar--sub {
  margin-bottom: 4.5rem;
  text-align: center; }
  .navBar--sub .navBar-section {
    float: none; }
  .navBar--sub .navBar-item {
    float: none;
    margin: 0 0.75rem; }
    @media (min-width: 801px) {
      .navBar--sub .navBar-item {
        display: inline-block; } }
    @media (min-width: 801px) {
      .navBar--sub .navBar-item.is-active {
        border-bottom: 1px solid #4e4745; } }
    .navBar--sub .navBar-item.is-active > .navBar-action {
      color: #666666; }
    @media (min-width: 801px) {
      .navBar--sub .navBar-item.navBar-item--separate {
        border-left: 1px solid #807471;
        margin: 0;
        padding-left: 0.75rem; } }
  .navBar--sub .navBar-action {
    color: #807471;
    font-size: 1rem;
    padding: 0; }
    .navBar--sub .navBar-action:hover {
      color: #baaeab; }

.navList-section,
.navList-subSection {
  list-style: none;
  margin: 0; }

.navList-subSection .navList-item {
  margin-left: 1.5rem; }
  .navList-subSection .navList-item:before {
    content: '-';
    float: left;
    margin-left: -1.5rem;
    padding: 0.375rem 0; }

.navList-action {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 1rem; }

.loadingOverlay {
  background-color: rgba(255, 255, 255, 0.9);
  display: none;
  z-index: 20; }

.icons-svg-sprite {
  display: none; }

.icon,
.icon svg {
  transition: all 0.15s ease; }

.actionBar-section .form-field {
  background-color: white;
  border: 1px solid black;
  border-radius: 4px;
  overflow: hidden; }
  .actionBar-section .form-field:hover {
    border-color: #989898; }

.actionBar-section .form-label {
  color: #807471;
  font-size: 14px;
  line-height: 2.125rem;
  margin-bottom: 0;
  padding-left: 0.75rem; }

.actionBar-section .form-input,
.actionBar-section .form-select {
  border: 0;
  padding-left: 0.1875rem;
  width: auto; }

.actionBar-section .form-label,
.actionBar-section .form-input,
.actionBar-section .form-select {
  display: inline-block; }

.actionBar-section .form-select {
  color: #baaeab;
  height: 2.125rem; }

.actionBar-section {
  float: right; }

.has-ribbon {
  position: relative; }

.ribbon {
  background-color: #454545;
  color: white;
  cursor: default;
  font-weight: 700;
  margin: -0.6875rem -0.6875rem 0 0;
  padding: 0.0625rem 1rem;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 0;
  z-index: 1; }

.navUser {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  top: 26px;
  width: 100%;
  z-index: 5; }
  .navUser:before, .navUser:after {
    content: " ";
    display: table; }
  .navUser:after {
    clear: both; }
  .navUser ul,
  .navUser ol {
    list-style: none;
    margin-left: 0;
    margin: 0;
    padding: 0; }
    .navUser ul ul,
    .navUser ul ol,
    .navUser ol ul,
    .navUser ol ol {
      list-style: none;
      margin-bottom: 0; }
    .navUser ul li,
    .navUser ol li {
      margin: 0;
      padding: 0; }
  .navUser-section {
    float: left; }
    .navUser-section:before, .navUser-section:after {
      content: " ";
      display: table; }
    .navUser-section:after {
      clear: both; }
  .navUser-section--alt {
    float: right;
    margin-left: 1.5rem; }
  .navUser-section + .navUser-section {
    margin-left: 1.5rem; }
  @media (min-width: 551px) {
    .navUser-item {
      float: left; } }
  .navUser-item, .navUser-action {
    display: block; }
  @media (min-width: 801px) {
    .navUser {
      padding: 0 1.5rem;
      position: relative;
      right: auto;
      top: auto;
      transform: none;
      z-index: 50; } }
  .navUser .dropdown-menu {
    background-color: #4e4745;
    border: 1px solid #807471;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.13);
    position: absolute; }
    .navUser .dropdown-menu.is-open:before {
      border: inset 10px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent #807471 transparent;
      border-bottom-style: solid;
      bottom: 100%;
      left: 0.75rem;
      position: absolute; }
    .navUser .dropdown-menu.is-open:after {
      border: inset 8px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent #4e4745 transparent;
      border-bottom-style: solid;
      bottom: 100%;
      left: 0.875rem;
      position: absolute; }

.navUser-action {
  color: white;
  font-weight: 700;
  padding: 1rem 0.75rem;
  text-decoration: none;
  text-transform: uppercase; }
  .navUser-action:hover, .navUser-action.is-open {
    color: #dbd2ce; }
    .navUser-action:hover svg, .navUser-action.is-open svg {
      fill: #dbd2ce;
      stroke: #dbd2ce; }
  .navUser-action .icon {
    height: 0.5rem;
    width: 0.5rem;
    margin: -1px 0 0 0.1875rem; }
  .navUser-action svg {
    fill: white;
    stroke: white;
    transition: all 0.15s ease; }

.navUser-action--storeCredit + .dropdown-menu {
  max-width: 18.75rem;
  padding: 1.5rem; }
  .navUser-action--storeCredit + .dropdown-menu:before {
    left: 8.75rem !important; }
  .navUser-action--storeCredit + .dropdown-menu:after {
    left: 8.875rem !important; }

.navUser-action-divider {
  border-right: 1px solid #baaeab;
  color: #807471;
  display: inline-block;
  padding: 0 1.25rem 0 0;
  text-decoration: none; }

.navUser-item {
  display: none; }
  @media (min-width: 801px) {
    .navUser-item {
      display: block; }
      .navUser-item.navUser-item--social {
        margin-top: 0.3125rem;
        padding-right: 0.3125rem; }
      .navUser-item.navUser-item--divider {
        font-size: 1.5625rem;
        margin-top: 0.5rem;
        padding-left: 0.125rem; } }

.navUser-item--cart {
  display: block; }
  @media (min-width: 801px) {
    .navUser-item--cart.hide-desktop {
      display: none; } }
  .navUser-item--cart .navUser-action {
    color: white; }
    .navUser-item--cart .navUser-action:hover, .navUser-item--cart .navUser-action.is-open {
      color: #dbd2ce; }
  .navUser-item--cart .dropdown-menu {
    max-width: 20rem; }
    .navUser-item--cart .dropdown-menu.is-open:before, .navUser-item--cart .dropdown-menu.is-open:after {
      left: auto; }
    .navUser-item--cart .dropdown-menu.is-open:before {
      right: 0.75rem; }
    .navUser-item--cart .dropdown-menu.is-open:after {
      right: 0.875rem; }

.navUser-item-cartLabel {
  display: none; }
  @media (min-width: 551px) {
    .navUser-item-cartLabel {
      display: inline; } }

.navUser-item--compare {
  display: none; }
  .navUser-item--compare.show {
    display: block; }

.navUser-item--account .navUser-or + .navUser-action {
  margin-right: -0.5rem; }

.navUser-item--account .navUser-action {
  display: inline-block; }

.navUser-or {
  color: white;
  cursor: default;
  display: inline-block;
  margin: 0 -0.75rem;
  padding: 0 2px;
  position: relative;
  z-index: 1; }

.navUser-action--quickSearch.is-open {
  position: relative; }
  .navUser-action--quickSearch.is-open:before {
    border: inset 10px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent transparent #e8e8e8 transparent;
    border-bottom-style: solid;
    bottom: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%); }

.dropdown--quickSearch {
  background-color: #e8e8e8;
  padding: 1.5rem 0; }
  @media (min-width: 551px) {
    .dropdown--quickSearch {
      padding: 3rem; } }
  .dropdown--quickSearch.is-open {
    left: 0 !important;
    outline: none;
    right: 0 !important;
    width: 100% !important;
    z-index: 50; }
  .dropdown--quickSearch .form {
    margin: auto;
    max-width: 30rem; }
  .dropdown--quickSearch .form,
  .dropdown--quickSearch .form-field {
    margin-bottom: 0; }
  .dropdown--quickSearch .form-input {
    font-size: 20px;
    height: unset; }
  .dropdown--quickSearch .productGrid {
    padding: 1.5rem 0 0; }
    @media (min-width: 551px) {
      .dropdown--quickSearch .productGrid {
        padding: 3rem 0 0; } }

.countPill {
  background-color: #807471;
  border-radius: 50%;
  color: white;
  display: none;
  font-size: 12px;
  font-weight: 700;
  height: 20px;
  line-height: 20px;
  margin-left: 0.1875rem;
  text-align: center;
  width: 20px; }

.countPill--positive {
  display: inline-block; }

.countPill--alt {
  background-color: #dfdfdf;
  color: #454545; }

.navUser-section + .navUser-section {
  margin-left: 0; }

@media (min-width: 801px) {
  .navUser {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: static;
    padding: 0; }
    .navUser:first-child .navUser-section:first-child .navUser-item:first-child .navUser-action:first-child {
      padding-left: 0.75rem; }
      .navUser:first-child .navUser-section:first-child .navUser-item:first-child .navUser-action:first-child:before {
        display: none; }
  .emthemesModez-header-userSection--logo-center .navUser--right .navUser-section:first-child .navUser-item:first-child .navUser-action:first-child {
    padding-left: 0.75rem; }
    .emthemesModez-header-userSection--logo-center .navUser--right .navUser-section:first-child .navUser-item:first-child .navUser-action:first-child:before {
      display: none; }
  .navUser--left {
    justify-content: flex-start; }
  .navUser-section {
    float: none; }
  .navUser-action {
    padding-left: 0; }
    .navUser-action:before {
      content: '|';
      color: #baaeab;
      padding-right: 0.75rem; }
  .navUser-or {
    display: none; } }

.navUser-action {
  text-transform: none;
  font-weight: 400; }

.navUser-action > * {
  vertical-align: middle; }

.navUser-item-icon {
  font-size: 20px;
  margin-right: 0.375rem; }

.dropdown--quickSearch.is-open {
  margin-top: 3rem; }

@media (min-width: 801px) {
  .navUser-item--account .navUser-or + .navUser-action {
    margin-right: 0; } }

@media (min-width: 801px) {
  .navUser-item-giftCertIcon,
  .navUser-item-cartIcon,
  .navUser-item-searchIcon {
    margin-right: 0; } }

@media (min-width: 1441px) {
  .navUser-item-giftCertIcon,
  .navUser-item-cartIcon,
  .navUser-item-searchIcon {
    margin-right: 0.375rem; } }

@media (min-width: 801px) {
  .navUser-item-giftCertLabel,
  .navUser-item-cartLabel,
  .navUser-item-searchLabel {
    display: none; } }

@media (min-width: 1261px) {
  .navUser-item-giftCertLabel,
  .navUser-item-cartLabel,
  .navUser-item-searchLabel {
    display: inline-block; } }

.navPages .navPage-subMenu-list, .navPage-childList {
  border-left: 1px solid #4e4745;
  margin: 0.375rem 0.75rem;
  padding-left: 0.75rem; }

.has-activeNavPages {
  overflow: hidden;
  -webkit-overflow-scrolling: auto; }

.navPages-container {
  bottom: 0;
  display: none;
  height: 100%;
  left: 0;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  right: 0;
  z-index: 10; }
  @media (min-width: 801px) {
    .navPages-container {
      background: transparent;
      display: block;
      height: auto;
      padding: 0;
      position: relative; } }
  .navPages-container.is-open {
    display: block;
    padding-top: 55px;
    z-index: 0; }

.navPages {
  background-color: #4e4745;
  height: 100%;
  overflow-y: auto;
  padding: 1.5rem; }
  @media (min-width: 801px) {
    .navPages {
      margin: 0 auto;
      max-width: 75rem;
      width: 100%;
      background: none;
      font-size: 0;
      overflow-y: visible;
      padding: 0;
      text-align: center; }
      .navPages:before, .navPages:after {
        content: " ";
        display: table; }
      .navPages:after {
        clear: both; }
      .navPages:before, .navPages:after {
        content: " ";
        display: table; }
      .navPages:after {
        clear: both; }
      .navPages ul,
      .navPages ol {
        list-style: none;
        margin-left: 0;
        margin: 0;
        padding: 0; }
        .navPages ul ul,
        .navPages ul ol,
        .navPages ol ul,
        .navPages ol ol {
          list-style: none;
          margin-bottom: 0; }
        .navPages ul li,
        .navPages ol li {
          margin: 0;
          padding: 0; }
      .navPages-section {
        float: left; }
        .navPages-section:before, .navPages-section:after {
          content: " ";
          display: table; }
        .navPages-section:after {
          clear: both; }
      .navPages-section--alt {
        float: right;
        margin-left: 1.5rem; }
      .navPages-section + .navPages-section {
        margin-left: 1.5rem; } }
  @media (min-width: 801px) and (min-width: 551px) {
    .navPages-item {
      float: left; } }
  @media (min-width: 801px) {
      .navPages-item, .navPages-action {
        display: block; } }
  .navPages ul {
    list-style: none; }
  @media (min-width: 801px) {
    .navPages .navPage-subMenu-list {
      margin: 0 auto;
      max-width: 75rem;
      width: 100%;
      border-left: 0;
      margin: auto;
      padding-left: 0; }
      .navPages .navPage-subMenu-list:before, .navPages .navPage-subMenu-list:after {
        content: " ";
        display: table; }
      .navPages .navPage-subMenu-list:after {
        clear: both; } }

.navPages-list {
  margin: 0; }
  @media (min-width: 801px) {
    .navPages-list {
      display: inline-block;
      float: none; } }
  .navPages-list + .navPages-list {
    border-top: 1px solid #4e4745;
    margin-top: 0.75rem;
    padding-top: 0.75rem; }

.navPages-action {
  color: white;
  display: block;
  font-size: 16px;
  font-weight: 700;
  padding: 0.75rem 0;
  text-decoration: none;
  text-transform: uppercase; }
  @media (min-width: 801px) {
    .navPages-action {
      display: inline-block;
      padding: 0.75rem 1.125rem 1.125rem; }
      .navPages-action.is-open {
        background-color: #4e4745; }
        .navPages-action.is-open svg {
          fill: #d49f72;
          stroke: #d49f72; } }
  .navPages-action:hover {
    color: #d49f72; }
    .navPages-action:hover svg {
      fill: #d49f72;
      stroke: #d49f72; }
  .navPages-action svg {
    fill: white;
    stroke: white;
    transition: all 0.15s ease; }

.navPages-action--storeCredit {
  color: #807471; }

.navPages-action--compare {
  display: none; }
  .navPages-action--compare.show {
    display: block; }

.navPages-action-moreIcon {
  height: 0.5rem;
  width: 0.5rem;
  margin-left: 0.375rem;
  transform: rotate(-90deg); }
  @media (min-width: 801px) {
    .navPages-action-moreIcon {
      transform: none; } }
  .has-subMenu.is-open .navPages-action-moreIcon {
    transform: rotate(0); }

.navPage-childList {
  display: none; }
  @media (min-width: 801px) {
    .navPage-childList {
      border: 0; } }
  .navPage-childList.is-open {
    display: block; }

.navPage-subMenu {
  display: none;
  outline: 0; }
  @media (min-width: 801px) {
    .navPage-subMenu {
      background-color: #4e4745;
      padding: 1.5rem 1.5rem 2.25rem !important;
      position: absolute;
      text-align: left; }
      .navPage-subMenu.is-open {
        display: block;
        left: 0;
        width: 100%; }
      .navPage-subMenu .navPages-action-moreIcon {
        display: none; } }
  .navPage-subMenu.is-open {
    display: block; }

@media (min-width: 801px) {
  .navPage-subMenu-item {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
    width: 25%;
    float: left;
    padding: 0 0.75rem !important; }
    .navPage-subMenu-item .navPages-action {
      text-transform: none;
      width: 100%; }
    .navPage-subMenu-item > .navPage-subMenu-action {
      border-bottom: 1px solid #4e4745;
      margin-bottom: 1.125rem; } }

.navPage-subMenu-action {
  padding: 0.75rem 0; }
  @media (min-width: 801px) {
    .navPage-subMenu-action {
      padding: 0.75rem 0 1.125rem; } }

.navPage-childList-action {
  font-weight: 400;
  padding: 0 0 0.375rem; }

.navPages-quickSearch {
  border-bottom: 1px solid #baaeab;
  margin-bottom: 0.75rem; }
  @media (min-width: 801px) {
    .navPages-quickSearch {
      display: none; } }
  .navPages-quickSearch > .container {
    padding: 0; }
  .navPages-quickSearch .form {
    margin: 0; }
  .navPages-quickSearch .form-field {
    margin-bottom: 0; }

@media (min-width: 801px) {
  .navPages-list--user {
    display: none; } }

.navPages-list--user #currencySelection2 {
  background-color: white;
  border: 1px solid #baaeab; }
  .navPages-list--user #currencySelection2 .dropdown-menu-item {
    padding: 0; }
    .navPages-list--user #currencySelection2 .dropdown-menu-item:not(:last-child) {
      border-bottom: 1px solid #baaeab; }
  .navPages-list--user #currencySelection2 a {
    padding: 0.75rem 1.5rem; }

@media (min-width: 801px) {
  .navPages-container {
    background: #4e4745;
    border-top: 1px solid #baaeab; } }

.navPages-action {
  letter-spacing: 0.5px;
  font-size: 1rem;
  font-weight: 500; }
  @media (min-width: 801px) {
    .navPages-action {
      padding: 1.125rem; } }

.navPages-item-icon {
  font-size: 20px;
  margin-right: 0.375rem; }

@media (min-width: 801px) {
  .header--fixed .navPages {
    margin-left: auto;
    margin-right: auto;
    max-width: 83.25rem;
    padding: 0;
    position: relative;
    width: 100%; } }

@media (min-width: 1261px) {
  .header--fixed .navPages {
    padding: 0 6rem; } }

@media (min-width: 801px) {
  .navPages--align-left {
    text-align: left; } }

.navPages-list--right {
  display: none; }
  @media (min-width: 801px) {
    .navPages-list--right {
      display: block;
      float: right; }
      .navPages-list + .navPages-list--right {
        margin-top: 0;
        padding-top: 0; } }
  .navPages-list--right .navPages-item {
    position: relative; }
  .navPages-list--right .dropdown-menu {
    width: 25rem;
    max-width: none; }
  .navPages-list--right .dropdown-menu.is-open {
    right: 1.125rem; }

.navPages-item--cart .dropdown-menu.is-open {
  left: auto; }

.navPage-childList--text.is-open {
  display: none; }
  @media (min-width: 801px) {
    .navPage-childList--text.is-open {
      display: block; } }

@media (min-width: 801px) {
  .navPage-subMenu {
    z-index: 105; } }

@media (min-width: 801px) {
  .navPage-subMenu-item--banner-half-left,
  .navPage-subMenu-item--banner-half-right {
    width: 50%; }
    .navPage-subMenu-item--banner-half-left .navPages-action,
    .navPage-subMenu-item--banner-half-right .navPages-action {
      padding: 0; }
    .navPage-subMenu-item--banner-half-left > .navPage-subMenu-action,
    .navPage-subMenu-item--banner-half-right > .navPage-subMenu-action {
      border-bottom: 0; } }

@media (min-width: 801px) {
  .navPage-subMenu-item--banner-half-right {
    float: right; } }

.emthemesModez-navPage-label {
  font-size: 14px;
  font-weight: 500;
  background-color: #e6a240;
  color: white;
  display: inline-block;
  padding: 0.1875rem 0.75rem;
  text-transform: uppercase;
  vertical-align: middle;
  position: relative;
  margin-left: 1.5rem; }
  .emthemesModez-navPage-label:before {
    content: ' ';
    font-size: 0;
    position: absolute;
    border-right: 0.84375rem solid #e6a240;
    border-top: 0.84375rem solid transparent;
    border-bottom: 0.84375rem solid transparent;
    left: -0.84375rem;
    top: 0; }

.tags {
  list-style: none;
  margin-left: 0;
  font-size: 0;
  text-align: center; }
  .tags ul,
  .tags ol {
    list-style: none;
    margin-bottom: 0; }

.tag {
  display: inline-block;
  font-size: 1rem; }
  .tag a {
    color: #807471;
    display: inline-block;
    padding: 0.375rem 0.5rem;
    text-decoration: none; }
    .tag a:hover {
      color: #baaeab; }

.tags {
  /*margin-top: spacing("single");
	padding-top: spacing("single");
	border-top: 1px solid container("borderColor");*/ }

.socialLinks {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0;
  line-height: 37px; }
  .socialLinks:before, .socialLinks:after {
    content: " ";
    display: table; }
  .socialLinks:after {
    clear: both; }
  .socialLinks ul,
  .socialLinks ol {
    list-style: none;
    margin-bottom: 0; }
  .socialLinks li {
    margin: 0;
    padding: 0; }
  .socialLinks .icon {
    height: 1.25rem;
    width: 1.25rem;
    margin: 0;
    text-decoration: none; }
    .socialLinks .icon:hover svg {
      fill: #baaeab; }
    .socialLinks .icon svg {
      fill: #4e4745;
      transition: all 0.15s ease; }

.socialLinks-item {
  display: inline-block;
  font-size: 0; }
  .socialLinks .socialLinks-item {
    margin-bottom: 0.375rem;
    margin-right: 0.75rem; }
    .socialLinks .socialLinks-item:last-child {
      margin-right: 0; }

.socialLinks--alt .icon {
  height: 1.3125rem;
  width: 1.3125rem; }

.socialLinks--alt svg {
  fill: #807471; }

.heroCarousel {
  margin-bottom: 4.5rem;
  margin-top: -1.5rem; }
  @media (min-width: 801px) {
    .heroCarousel {
      margin-top: -2.5rem; } }
  .js .heroCarousel {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 600ms ease-out; }
  .heroCarousel.slick-initialized {
    max-height: 62.5rem;
    opacity: 1; }
  .heroCarousel .slick-next,
  .heroCarousel .slick-prev {
    top: 20%; }
    @media (min-width: 801px) {
      .heroCarousel .slick-next,
      .heroCarousel .slick-prev {
        top: 50%; } }
  .heroCarousel .slick-next {
    right: 15px; }
    @media (min-width: 801px) {
      .heroCarousel .slick-next {
        right: 25px; } }
  .heroCarousel .slick-prev {
    left: 15px; }
    @media (min-width: 801px) {
      .heroCarousel .slick-prev {
        left: 25px; } }
  .heroCarousel .slick-dots {
    bottom: 0.5rem; }
    @media (min-width: 801px) {
      .heroCarousel .slick-dots {
        bottom: 1.5rem; } }
    .heroCarousel .slick-dots li {
      background-color: black;
      background-color: rgba(0, 0, 0, 0.9); }

.heroCarousel-slide {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }
  .heroCarousel-slide a {
    text-decoration: none; }

@media (min-width: 1261px) {
  .heroCarousel-slide--stretch {
    background-size: 100% 100%; } }

@media (min-width: 801px) {
  .heroCarousel-image {
    visibility: hidden; } }

.heroCarousel-content {
  background-color: black;
  padding: 0.75rem 1.5rem 3rem;
  text-align: center; }
  @media (min-width: 801px) {
    .heroCarousel-content {
      background-color: black;
      background-color: rgba(0, 0, 0, 0.9);
      background-color: rgba(0, 0, 0, 0.9);
      left: 0;
      margin: 0 auto;
      padding: 2.25rem;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 43.75rem; }
      .heroCarousel-content.heroCarousel-content--empty {
        background-color: transparent; } }

.heroCarousel-title {
  color: white;
  font-size: 20px;
  margin-top: 0; }
  @media (min-width: 801px) {
    .heroCarousel-title {
      font-size: 50px; } }

.heroCarousel-description {
  color: white;
  font-size: 12px; }
  @media (min-width: 551px) {
    .heroCarousel-description {
      font-size: 14px; } }
  @media (min-width: 801px) {
    .heroCarousel-description {
      font-size: 16px; } }

.heroCarousel-action {
  margin: 0; }
  @media (min-width: 801px) {
    .heroCarousel-action {
      margin-top: 1.5rem; } }

.heroCarousel .slick-prev,
.heroCarousel .slick-next {
  background-color: transparent; }
  .heroCarousel .slick-prev:hover,
  .heroCarousel .slick-next:hover {
    background-color: rgba(255, 255, 255, 0.9); }

.heroCarousel .slick-dots {
  position: absolute; }
  .heroCarousel .slick-dots li {
    background-color: transparent; }

@media (min-width: 801px) {
  .heroCarousel-content {
    background-color: rgba(0, 0, 0, 0.3); } }

.heroCarousel-title {
  font-weight: 700; }

@media (min-width: 801px) {
  .writeReview-productDetails {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
    width: 50%;
    float: left; } }

.writeReview-productDetails .product-brand {
  color: #a5a5a5;
  margin: 0; }

.writeReview-productDetails .product-title {
  margin-top: 0; }

@media (min-width: 801px) {
  .writeReview-form {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
    width: 50%;
    float: left; } }

.account--addReturn .table {
  display: block;
  margin-bottom: 3rem; }
  @media (min-width: 551px) {
    .account--addReturn .table {
      display: table;
      margin-bottom: 6rem; } }
  .account--addReturn .table tr {
    display: block;
    padding: 1.5rem 0; }
    @media (min-width: 551px) {
      .account--addReturn .table tr {
        display: table-row;
        padding: 0; } }
  .account--addReturn .table th,
  .account--addReturn .table td {
    display: block;
    padding: 0; }
    @media (min-width: 551px) {
      .account--addReturn .table th,
      .account--addReturn .table td {
        display: table-cell;
        padding-bottom: 0.75rem;
        padding-top: 0.75rem; } }
    .account--addReturn .table th + th,
    .account--addReturn .table th + td,
    .account--addReturn .table td + th,
    .account--addReturn .table td + td {
      padding-left: 0; }
      @media (min-width: 551px) {
        .account--addReturn .table th + th,
        .account--addReturn .table th + td,
        .account--addReturn .table td + th,
        .account--addReturn .table td + td {
          padding-left: 1.5rem; } }
  .account--addReturn .table .return-itemTitle + .definitionList {
    margin-top: 0.1875rem; }
  @media (min-width: 551px) {
    .account--addReturn .table .return-itemPrice {
      text-align: center; } }
  @media (min-width: 551px) {
    .account--addReturn .table .return-itemQuantity {
      text-align: right; } }

.account--addReturn .table-thead {
  display: none; }
  @media (min-width: 551px) {
    .account--addReturn .table-thead {
      display: table-header-group; } }
  .account--addReturn .table-thead th {
    font-size: 16px; }
  .account--addReturn .table-thead th:first-child {
    width: 60%; }

.account--addReturn .table-tbody {
  display: block; }
  @media (min-width: 551px) {
    .account--addReturn .table-tbody {
      display: table-row-group; } }

.return-itemName {
  font-size: 16px;
  font-weight: 700; }
  @media (min-width: 551px) {
    .return-itemName {
      font-size: 1rem;
      font-weight: 400; } }

.return-itemPrice {
  color: #a5a5a5;
  margin-bottom: 0.375rem; }
  @media (min-width: 551px) {
    .return-itemPrice {
      color: inherit;
      margin-bottom: 0;
      text-align: center; } }

.return-itemQuantity .form-label {
  display: inline;
  margin-right: 0.375rem; }
  @media (min-width: 551px) {
    .return-itemQuantity .form-label {
      border: 0;
      clip: rect(1px, 1px, 1px, 1px);
      height: 1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; } }

.account--addReturn-row {
  margin: 0 -1.125rem;
  max-width: none;
  width: auto;
  margin: 0 -1rem; }
  .account--addReturn-row:before, .account--addReturn-row:after {
    content: " ";
    display: table; }
  .account--addReturn-row:after {
    clear: both; }

.account--addReturn-column {
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  width: 100%;
  float: left;
  padding: 0 1rem; }
  @media (min-width: 551px) {
    .account--addReturn-column {
      width: 50%; } }

.productCarousel {
  margin: 0 -1.125rem;
  max-width: none;
  width: auto; }
  .productCarousel:before, .productCarousel:after {
    content: " ";
    display: table; }
  .productCarousel:after {
    clear: both; }

.productCarousel-slide {
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  width: 50%;
  float: left; }
  @media (min-width: 551px) {
    .productCarousel-slide {
      width: 33.33333%; } }
  @media (min-width: 801px) {
    .productCarousel-slide {
      width: 25%; } }
  @media (min-width: 1261px) {
    .productCarousel-slide {
      width: 16.66667%; } }
  .productCarousel-slide .card {
    margin-bottom: 0; }

.productCarousel {
  margin-bottom: 4.5rem; }

.quickView:before, .quickView:after {
  content: " ";
  display: table; }

.quickView:after {
  clear: both; }

.productReviews-list {
  list-style: none;
  margin-left: 0;
  margin: 0 -1.125rem;
  max-width: none;
  width: auto;
  font-size: 0; }
  .productReviews-list ul,
  .productReviews-list ol {
    list-style: none;
    margin-bottom: 0; }
  .productReviews-list:before, .productReviews-list:after {
    content: " ";
    display: table; }
  .productReviews-list:after {
    clear: both; }

.productReview {
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  width: 100%;
  float: left;
  display: inline-block;
  float: none;
  font-size: 1rem;
  vertical-align: top; }
  @media (min-width: 801px) {
    .productReview {
      width: 50%; } }
  @media (min-width: 1261px) {
    .productReview {
      width: 33.33333%; } }

.productReview-title {
  margin: 0;
  text-transform: none; }

.productReview-author {
  color: #807471;
  margin-bottom: 1rem; }

.productReview-rating {
  display: inline-block;
  margin-bottom: 0.375rem; }

.productReview-ratingNumber {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.productView {
  padding-top: 1rem; }

.productView-images {
  margin-bottom: 3rem; }

.productView-image {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0; }
  @media (min-width: 801px) {
    .productView-image {
      min-height: 500px;
      min-width: 500px; } }
  .productView-image img {
    width: 100%; }
  .productView-image .productView-image--default {
    width: auto; }
  .productView-image + .productView-thumbnails {
    margin-top: 0.75rem; }

.productView-thumbnails {
  list-style: none;
  margin-left: 0;
  margin: 0 -1.125rem;
  max-width: none;
  width: auto;
  margin-left: -0.375rem;
  margin-right: -0.375rem; }
  .productView-thumbnails ul,
  .productView-thumbnails ol {
    list-style: none;
    margin-bottom: 0; }
  .productView-thumbnails:before, .productView-thumbnails:after {
    content: " ";
    display: table; }
  .productView-thumbnails:after {
    clear: both; }

.productView-thumbnail {
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  width: 25%;
  float: left;
  padding-left: 0.375rem;
  padding-right: 0.375rem; }
  @media (min-width: 1261px) {
    .productView-thumbnail {
      width: 20%; } }

.productView-thumbnail-link {
  border: 2px solid transparent;
  display: inline-block;
  padding: 2px;
  text-align: center;
  width: 100%; }
  .productView-thumbnail-link:hover, .productView-thumbnail-link.is-active {
    border-color: #454545; }

.productView-details {
  margin-bottom: 2rem; }

@media (min-width: 801px) {
  .productView-product {
    border-bottom: 1px solid #baaeab;
    padding-bottom: 2rem; } }

.productView-product > :last-child {
  margin-bottom: 0; }

.productView-title {
  font-size: 20px;
  margin: -0.75rem 0 0.375rem; }
  @media (min-width: 801px) {
    .productView-title {
      margin-top: 1.5rem; } }
  @media (min-width: 1261px) {
    .productView-title {
      font-size: 32px; } }

.productView-brand {
  color: #807471;
  font-size: 16px;
  margin: 0 0 0.75rem; }
  @media (min-width: 1261px) {
    .productView-brand {
      font-size: 20px;
      margin: -0.1875rem 0 1rem; } }
  .productView-brand a {
    color: #807471; }
    .productView-brand a:hover {
      color: #baaeab; }

.productView-price {
  font-size: 16px;
  margin-bottom: 0.5rem; }
  @media (min-width: 801px) {
    .productView-price {
      font-size: 28px;
      margin-bottom: 1rem; } }
  .productView-price .price-section--saving {
    font-size: 16px; }
  .productView-price abbr {
    border: 0;
    color: inherit;
    font-size: inherit; }

.productView-reviewLink {
  display: inline-block;
  margin-left: 0.75rem;
  vertical-align: middle; }
  .productView-reviewLink + .productView-reviewLink {
    display: none; }
    @media (min-width: 551px) {
      .productView-reviewLink + .productView-reviewLink {
        display: inline-block; } }
  .productView-reviewLink > a {
    color: #807471; }
    .productView-reviewLink > a:hover {
      color: #baaeab; }

.productView-info {
  margin-top: 0.75rem; }
  .productView-info:before, .productView-info:after {
    content: " ";
    display: table; }
  .productView-info:after {
    clear: both; }
  @media (min-width: 551px) {
    .productView-info {
      margin-top: 0; } }
  @media (min-width: 551px) {
    .productView-info > :first-child {
      margin-top: 1.5rem; } }
  .productView-info > :last-child {
    margin-bottom: 0; }

.productView-info-name,
.productView-info-value {
  float: left; }
  @media (min-width: 551px) {
    .productView-info-name,
    .productView-info-value {
      float: none; } }

.productView-info-name {
  clear: both;
  margin-bottom: 0.1875rem;
  margin-right: 0.375rem; }
  @media (min-width: 551px) {
    .productView-info-name {
      font-family: "Montserrat", Arial, Helvetica, sans-serif;
      font-size: 14px;
      font-weight: 400; } }

.productView-info-value {
  margin-bottom: 0.375rem; }
  @media (min-width: 551px) {
    .productView-info-value {
      margin-bottom: 1rem; } }

.productView-options {
  margin-bottom: 1.5rem;
  text-align: center; }
  .productView-options:before, .productView-options:after {
    content: " ";
    display: table; }
  .productView-options:after {
    clear: both; }
  @media (min-width: 551px) {
    .productView-options {
      text-align: left; } }
  @media (min-width: 551px) {
    .productView-options .form-input[type="number"] {
      width: 16.66667%; } }
  .productView-options .form {
    display: inline; }
  .productView-options .form-field {
    font-size: 0;
    margin-bottom: 2rem; }
    .productView-options .form-field > .form-checkbox + .form-label,
    .productView-options .form-field > .form-radio + .form-label {
      display: inline-block;
      margin-left: 1.5rem;
      width: auto; }
      @media (min-width: 551px) {
        .productView-options .form-field > .form-checkbox + .form-label,
        .productView-options .form-field > .form-radio + .form-label {
          margin-left: 0;
          width: 100%; } }
    .productView-options .form-field > .form-label:nth-of-type(2) {
      margin-left: 0; }
  @media (min-width: 551px) {
    .productView-options .form-action {
      float: left;
      padding: 0 0.625rem;
      width: 50%; } }
  @media (min-width: 801px) {
    .productView-options .form-action {
      float: none;
      padding: 0;
      width: auto; } }
  @media (min-width: 1261px) {
    .productView-options .form-action {
      display: inline-block;
      margin-top: 1rem; } }
  .productView-options .form-action .button {
    width: 100%; }
    @media (min-width: 1261px) {
      .productView-options .form-action .button {
        margin-right: 0.75rem;
        width: auto; } }

.productOptions-list {
  border: 1px solid black;
  list-style: none;
  margin: 0; }

.productOptions-list-item {
  padding: 1.5rem; }
  .productOptions-list-item + .productOptions-list-item {
    border-top: 1px solid black; }
  .productOptions-list-item .form-label {
    text-align: left;
    top: -2px; }

.productOptions-list-item-figure,
.productOptions-list-item-content {
  display: table-cell;
  vertical-align: middle; }

.productOptions-list-item-figure {
  width: 3rem; }

.productOptions-list-item-content {
  padding-left: 1.25rem; }

.shareProduct {
  text-align: center; }

.price--rrp,
.price--discounted {
  text-decoration: line-through; }

.price-section--minor {
  color: #a5a5a5; }

.price-section {
  font-size: 20px;
  font-weight: 600; }

.compareTable {
  border-top: 1px solid #baaeab;
  table-layout: fixed;
  width: 100%; }

.compareTable-row {
  vertical-align: top; }
  .compareTable-row + .compareTable-row .compareTable-heading,
  .compareTable-row + .compareTable-row .compareTable-item {
    border-top: 1px solid #baaeab; }
  .compareTable-row + .compareTable-row .compareTable-heading:empty {
    border-top: 0; }

.compareTable-heading {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding: 1.25rem 1rem;
  position: relative;
  text-align: right;
  width: 0; }
  @media (min-width: 801px) {
    .compareTable-heading {
      width: 25%; } }

.compareTable-headingText {
  position: absolute;
  top: 1.25rem;
  white-space: nowrap; }
  @media (min-width: 801px) {
    .compareTable-headingText {
      position: inherit;
      top: inherit; } }

.compareTable-item {
  padding: 3.25rem 1rem 1.25rem; }
  @media (min-width: 801px) {
    .compareTable-item {
      padding-top: 1.25rem; } }

.compareTable-removeProduct {
  background-color: #dbd2ce;
  border-radius: 50%;
  height: 2.5rem;
  position: absolute;
  right: -1rem;
  top: -1rem;
  transition: background-color 0.15s ease;
  width: 2.5rem; }
  .compareTable-removeProduct .icon {
    fill: #4e4745;
    height: 1.5rem;
    margin-top: 0.5rem;
    width: 1.5rem; }

.compareTable-product {
  font-weight: 400;
  padding: 2rem 1rem 1.25rem; }
  .compareTable-product .card {
    margin-bottom: 0; }
  .compareTable-product .card-body {
    min-height: 6rem;
    padding-top: 1rem; }

.compareTable-action {
  padding: 0 1rem 1rem; }
  .compareTable-action .button {
    display: block;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%; }

.blocker {
  background: rgba(255, 255, 255, 0.5);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 500; }

.blocker-container {
  position: relative; }

.textTruncate {
  padding-bottom: 1.5rem;
  position: relative;
  transition: max-height 100ms ease-out; }

.js .textTruncate {
  max-height: 110px;
  overflow: hidden; }

.js .textTruncate--visible {
  max-height: 62.5rem; }

.textTruncate-viewMore {
  background-color: white;
  bottom: 0;
  padding-top: 10px;
  position: absolute;
  width: 100%; }

.toggle {
  border-top: 1px solid #baaeab;
  margin-bottom: 2.25rem; }
  .toggle:last-of-type {
    margin-bottom: 4.5rem; }

.toggle-title {
  margin-bottom: 2.25rem; }

.toggleLink {
  color: #807471; }
  .toggleLink:hover {
    color: #baaeab; }
  .toggle-title .toggleLink {
    float: right;
    line-height: 24px; }

.toggleLink-text {
  font-size: 14px;
  font-weight: 400; }

.toggleLink-text--off {
  display: inline-block; }
  .toggleLink.is-open .toggleLink-text--off {
    display: none; }

.toggleLink-text--on {
  display: none; }
  .toggleLink.is-open .toggleLink-text--on {
    display: inline-block; }

.toggle-content {
  display: none; }
  .toggle-content.is-open {
    display: block; }

.facetedSearch-toggle {
  margin: 0 auto;
  max-width: 75rem;
  width: 100%;
  border: #baaeab solid;
  border-radius: 4px;
  border-width: 1px;
  display: block;
  margin-bottom: 2rem;
  padding: 1rem; }
  .facetedSearch-toggle:before, .facetedSearch-toggle:after {
    content: " ";
    display: table; }
  .facetedSearch-toggle:after {
    clear: both; }
  @media (min-width: 801px) {
    .facetedSearch-toggle {
      display: none !important; } }
  .facetedSearch-toggle.is-open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 0; }

.facetedSearch-toggle-text,
.facetedSearch-toggle-indicator {
  display: block;
  font-weight: normal; }

.facetedSearch-toggle-text {
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  width: 58.33333%;
  float: left;
  padding: 0;
  text-align: left; }

.facetedSearch-toggle-indicator {
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  width: 41.66667%;
  float: left;
  font-weight: bold;
  padding: 0;
  text-align: right; }

.facetedSearch-navList {
  display: none; }
  @media (min-width: 801px) {
    .facetedSearch-navList {
      display: block !important; } }
  .facetedSearch-navList.is-open {
    display: block; }
    .facetedSearch-navList.is-open .accordion--navList,
    .facetedSearch-navList.is-open .accordion-block:first-child .accordion-navigation {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
  .facetedSearch-toggle + .facetedSearch-navList,
  .sidebarBlock + .facetedSearch-navList {
    margin-top: 2rem; }
  .facetedSearch-toggle + .facetedSearch-navList.is-open,
  .sidebarBlock + .facetedSearch-navList.is-open {
    margin-top: -1px; }
    @media (min-width: 801px) {
      .facetedSearch-toggle + .facetedSearch-navList.is-open,
      .sidebarBlock + .facetedSearch-navList.is-open {
        margin-top: 2rem; } }
  .facetedSearch-navList .navList--inner {
    margin-left: 1.5rem; }

.facet-quick-heading {
  text-transform: capitalize; }

.facetedSearch-optionColumns {
  -moz-column-count: 3;
       column-count: 3;
  -moz-column-gap: 20px;
       column-gap: 20px; }

.facetedSearch-refineFilters {
  display: none; }
  @media (min-width: 801px) {
    .facetedSearch-refineFilters {
      display: block; } }

.facetedSearch-content--rating .is-selected {
  font-weight: bold; }

.banners {
  background-color: #4e4745;
  color: white;
  padding: 0.75rem 0;
  text-align: center; }
  .banners p:last-child {
    margin-bottom: 0; }
  .banners a {
    color: white; }

.banner {
  margin: 0 auto;
  max-width: 75rem;
  width: 100%; }
  .banner:before, .banner:after {
    content: " ";
    display: table; }
  .banner:after {
    clear: both; }
  .banner + .banner {
    margin-top: 1.5rem; }

.banners {
  background-color: black;
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
  padding: 1.125rem 0; }

.facetLabel {
  background: #dbd2ce;
  border-radius: 4px;
  padding: 0.1875rem 0.5rem 0.1875rem 0.6875rem;
  text-decoration: none; }
  .facetLabel .icon {
    height: 0.75rem;
    width: 0.75rem;
    display: inline-block;
    fill: #807471;
    position: relative;
    top: -1px; }

.cart {
  display: block;
  margin-bottom: 1.5rem;
  width: 100%; }
  @media (min-width: 801px) {
    .cart {
      display: table; } }

.cart-header {
  display: none; }
  @media (min-width: 801px) {
    .cart-header {
      display: table-header-group;
      text-align: left; } }

.cart-header-item {
  padding-bottom: 1rem; }
  .cart-header-item:last-child {
    text-align: right; }

.cart-list {
  border-top: 1px solid #baaeab;
  display: block; }
  @media (min-width: 801px) {
    .cart-list {
      display: table-row-group; } }

.cart-item {
  border-bottom: 1px solid #baaeab;
  clear: both;
  display: block;
  padding: 1.5rem 0; }
  @media (min-width: 551px) {
    .cart-item {
      padding-left: 25%; }
      .cart-item:before, .cart-item:after {
        content: " ";
        display: table; }
      .cart-item:after {
        clear: both; } }
  @media (min-width: 801px) {
    .cart-item {
      display: table-row;
      padding-left: 0; }
      .cart-item:before, .cart-item:after {
        display: none; } }

.cart-item-block {
  display: block; }
  @media (min-width: 801px) {
    .cart-item-block {
      display: table-cell; } }
  .cart-item-block .definitionList {
    margin-bottom: 0.375rem; }

.cart-item-figure {
  float: left;
  height: 6.25rem;
  margin-bottom: 1.5rem;
  text-align: right;
  width: 33.33333%; }
  @media (min-width: 551px) {
    .cart-item-figure {
      margin-bottom: 0;
      margin-left: -33.33333%;
      width: 33.33333%; } }
  @media (min-width: 801px) {
    .cart-item-figure {
      float: none;
      text-align: left;
      width: 8.33333%; } }

.cart-item-fixed-image {
  width: 100%; }

.cart-item-image {
  width: auto; }

.cart-item-title {
  display: table-cell;
  height: 6.25rem;
  padding-left: 1.5rem; }
  @media (min-width: 551px) {
    .cart-item-title {
      display: block;
      height: auto;
      margin-bottom: 1.5rem;
      overflow: hidden; } }
  @media (min-width: 801px) {
    .cart-item-title {
      display: table-cell;
      padding: 1.5rem; } }

.cart-item-info {
  clear: both;
  width: 100%; }
  @media (min-width: 551px) {
    .cart-item-info {
      clear: none;
      float: left;
      overflow: hidden;
      width: 33.33333%; }
      .cart-item-info + .cart-item-info {
        margin-top: 0; } }
  @media (min-width: 801px) {
    .cart-item-info {
      float: none;
      width: 16.66667%; }
      .cart-item-info:last-child {
        text-align: right; } }
  .cart-item-info + .cart-item-info {
    margin-top: 0.75rem; }

@media (min-width: 801px) {
  .cart-header-quantity,
  .cart-item-quantity {
    text-align: center; } }

.cart-item-quantity .form-increment {
  display: inline-block;
  margin: 0 0.1875rem 1px 1.5rem;
  vertical-align: middle; }
  @media (min-width: 801px) {
    .cart-item-quantity .form-increment {
      margin-left: 0; } }

.cart-item-label {
  color: #a5a5a5;
  float: left;
  margin-bottom: 0.375rem;
  text-align: right;
  width: 33.33333%; }
  @media (min-width: 551px) {
    .cart-item-label {
      display: block;
      padding-left: 1.5rem;
      text-align: left;
      width: 100%; } }
  @media (min-width: 801px) {
    .cart-item-label {
      display: none; } }

.cart-item-value {
  padding-left: 1.5rem; }
  @media (min-width: 801px) {
    .cart-item-value {
      padding-left: 0; } }

.cart-item-brand {
  color: #a5a5a5;
  margin-bottom: 0.1875rem; }

.cart-item-name {
  font-size: 16px;
  margin: 0; }
  .cart-item-name + .definitionList {
    margin-top: 0.375rem; }

.cart-item-options--giftWrapping {
  margin-top: 1.125rem; }
  .cart-item-options--giftWrapping .cart-item-option-description {
    color: #4e4745; }

.cart-remove {
  background-color: #dbd2ce;
  border-radius: 50%;
  cursor: pointer;
  float: right;
  height: 1.125rem;
  margin-top: 0.125rem;
  padding: 0.1875rem;
  transition: background-color 0.15s ease;
  width: 1.125rem; }
  @media (min-width: 551px) {
    .cart-remove {
      margin-left: 1rem; } }
  .cart-remove.cart-remove--spacer {
    visibility: hidden; }
  .cart-remove > svg {
    fill: #4e4745; }

.cart-totals {
  list-style: none;
  margin-left: 0;
  margin-bottom: 1.5rem;
  text-align: right;
  width: 100%; }
  .cart-totals ul,
  .cart-totals ol {
    list-style: none;
    margin-bottom: 0; }
  @media (min-width: 551px) {
    .cart-totals {
      float: right;
      width: 75%; } }
  @media (min-width: 801px) {
    .cart-totals {
      margin-bottom: 1rem;
      width: 58.33333%; } }
  @media (min-width: 1261px) {
    .cart-totals {
      width: 41.66667%; } }

.cart-total {
  border-bottom: 0; }
  .cart-total:before, .cart-total:after {
    content: " ";
    display: table; }
  .cart-total:after {
    clear: both; }
  @media (min-width: 801px) {
    .cart-total + .cart-total {
      border-top: 1px solid #baaeab; } }
  .cart-total .form-input {
    display: inline-block;
    height: 2rem;
    padding: 0.5rem;
    vertical-align: top;
    width: 75%; }
  .cart-total .form-select {
    background-position: right 0.3125rem top 0.4375rem;
    background-size: 1.25rem 1.25rem;
    height: 2rem;
    margin-bottom: 0.75rem;
    padding: 0.5rem 0.75rem; }
  .cart-total .form-inlineMessage {
    text-align: left; }

.cart-total-label {
  color: #807471;
  width: 33.33333%; }
  @media (min-width: 551px) {
    .cart-total-label {
      width: 50%; } }
  @media (min-width: 801px) {
    .cart-total-label {
      display: block;
      padding-left: 0;
      text-align: left; } }

.cart-total-value {
  text-align: left; }
  @media (min-width: 551px) {
    .cart-total-value {
      text-align: right; } }
  @media (min-width: 801px) {
    .cart-total-value {
      width: 50%; } }

.cart-total-label,
.cart-total-value {
  float: left;
  padding: 0.5rem 0 0.5rem 1.5rem; }
  @media (min-width: 801px) {
    .cart-total-label,
    .cart-total-value {
      padding: 1rem 0; } }

.cart-total-grandTotal {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 20px;
  padding-bottom: 0.1875rem;
  padding-top: 0.1875rem;
  position: relative; }
  @media (min-width: 801px) {
    .cart-total-grandTotal {
      padding: 1rem 0;
      top: -0.25rem; } }

.coupon-code-add,
.coupon-code-cancel,
.shipping-estimate-show,
.shipping-estimate-hide,
.gift-certificate-add,
.gift-certificate-cancel {
  color: #807471;
  padding: 0;
  text-decoration: underline;
  transition: color 0.15s ease; }
  .coupon-code-add:hover,
  .coupon-code-cancel:hover,
  .shipping-estimate-show:hover,
  .shipping-estimate-hide:hover,
  .gift-certificate-add:hover,
  .gift-certificate-cancel:hover {
    color: #baaeab; }

.coupon-code-cancel,
.shipping-estimate-hide {
  font-style: italic; }

.coupon-form,
.cart-gift-certificate-form {
  font-size: 0;
  margin-bottom: 1rem; }
  .coupon-form:before, .coupon-form:after,
  .cart-gift-certificate-form:before,
  .cart-gift-certificate-form:after {
    content: " ";
    display: table; }
  .coupon-form:after,
  .cart-gift-certificate-form:after {
    clear: both; }
  .coupon-form .form-input,
  .coupon-form .button,
  .cart-gift-certificate-form .form-input,
  .cart-gift-certificate-form .button {
    float: left; }
  .coupon-form .form-input,
  .cart-gift-certificate-form .form-input {
    width: 78%; }
  .coupon-form .button,
  .cart-gift-certificate-form .button {
    margin: 0 0 0 2%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 20%; }

.estimator-form {
  margin-bottom: 0; }
  .estimator-form .form-input {
    margin-bottom: 0.75rem;
    width: 100%; }
  .estimator-form .button--primary {
    width: 60%; }

.estimator-form-label {
  clear: both;
  float: left;
  font-weight: 400;
  margin-bottom: 0; }
  .estimator-form-label .form-label {
    line-height: 2rem;
    margin-bottom: 0; }

.estimator-form-label-text {
  margin-left: 0.625rem; }

.estimator-form-input {
  float: right;
  margin-bottom: 1em;
  width: 60%; }
  .estimator-form-input .form-input,
  .estimator-form-input .form-select {
    margin-bottom: 0; }

.estimator-form-input--price {
  width: 30%; }

.estimator-form-row:before, .estimator-form-row:after {
  content: " ";
  display: table; }

.estimator-form-row:after {
  clear: both; }

.estimator-form-toggleUPSRate {
  display: block;
  margin-bottom: 1em; }

.cart-actions {
  clear: both; }
  .cart-actions:before, .cart-actions:after {
    content: " ";
    display: table; }
  .cart-actions:after {
    clear: both; }
  .cart-actions .button {
    display: block;
    margin-bottom: 0; }
    @media (min-width: 551px) {
      .cart-actions .button {
        display: inline-block;
        float: right; } }
  .cart-actions .checkoutMultiple {
    clear: right;
    display: block;
    float: right;
    padding-top: 0.375rem; }

.cart-additionalCheckoutButtons:before, .cart-additionalCheckoutButtons:after {
  content: " ";
  display: table; }

.cart-additionalCheckoutButtons:after {
  clear: both; }

.cart-additionalCheckoutButtons .FloatRight:before, .cart-additionalCheckoutButtons .FloatRight:after {
  content: " ";
  display: table; }

.cart-additionalCheckoutButtons .FloatRight:after {
  clear: both; }

.cart-additionalCheckoutButtons .FloatRight p {
  float: none !important;
  margin: 0.5rem 0;
  text-align: right; }

.cart-additionalCheckoutButtons .FloatRight div {
  float: right; }

.previewCartList {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  display: table;
  table-layout: fixed;
  width: 100%; }
  .previewCartList ul,
  .previewCartList ol {
    list-style: none;
    margin-bottom: 0; }
  .previewCartList li {
    margin: 0;
    padding: 0; }

.previewCartItem {
  margin: 0 auto;
  max-width: 75rem;
  width: 100%;
  display: table-row;
  line-height: 19px; }
  .previewCartItem:before, .previewCartItem:after {
    content: " ";
    display: table; }
  .previewCartItem:after {
    clear: both; }
  .previewCartItem + .previewCartItem {
    border-top: 1px solid #baaeab; }

.previewCartItem-image,
.previewCartItem-content {
  display: table-cell;
  vertical-align: middle; }

.previewCartItem-image {
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  width: 33.33333%;
  padding: 1.5rem;
  text-align: center; }

.previewCartItem-content {
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  width: 66.66667%;
  padding-left: 0; }

.previewCartItem-name {
  margin: 0;
  text-transform: none; }
  .previewCartItem-name > a {
    text-decoration: none; }

.previewCartItem-brand,
.previewCartItem-name {
  margin-bottom: 0.1875rem; }

.previewCartItem-brand,
.previewCartItem-price {
  color: #807471;
  display: inline-block;
  font-size: 14px; }

.previewCartAction {
  margin: 0 auto;
  max-width: 75rem;
  width: 100%;
  border-top: 1px solid #baaeab;
  display: block;
  padding: 1.5rem 0.75rem; }
  .previewCartAction:before, .previewCartAction:after {
    content: " ";
    display: table; }
  .previewCartAction:after {
    clear: both; }
  .previewCartAction .button {
    margin: 0;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%; }

.previewCartAction-checkout,
.previewCartAction-viewCart {
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  width: 50%;
  float: left; }
  .previewCartAction-checkout.previewCartAction-viewCart--sole,
  .previewCartAction-viewCart.previewCartAction-viewCart--sole {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
    width: 50%;
    float: left;
    margin-left: auto;
    margin-right: auto;
    float: none; }

.previewCartAction-checkout {
  padding-right: 0.375rem; }

.previewCartAction-checkoutMultiple {
  clear: both;
  padding-left: 0.75rem;
  padding-top: 0.375rem; }

.previewCartAction-viewCart {
  padding-left: 0.375rem; }

.previewCart-emptyBody {
  padding: 3rem;
  text-align: center; }

.addressList {
  font-size: 0;
  list-style: none;
  margin-left: -0.75rem;
  margin-right: -0.75rem; }

.address {
  display: inline-block;
  padding: 0 0.75rem;
  vertical-align: top;
  width: 100%; }
  @media (min-width: 551px) {
    .address {
      width: 50%; } }
  @media (min-width: 1261px) {
    .address {
      width: 33.33333%; } }

.panel--address {
  font-size: 1rem;
  position: relative; }
  .panel--address .panel-body {
    min-height: 15.625rem;
    padding: 1.5rem; }
    @media (min-width: 551px) {
      .panel--address .panel-body {
        padding: 1.5rem 1.5rem 4.5rem; } }
  .panel--address .form-actions {
    margin-bottom: -0.75rem;
    margin-top: 1.5rem;
    text-align: left; }
    @media (min-width: 551px) {
      .panel--address .form-actions {
        bottom: 1.5rem;
        position: absolute;
        width: auto; } }
    .panel--address .form-actions .button {
      margin-bottom: 0.75rem; }
      .panel--address .form-actions .button + .button {
        margin-left: 0;
        margin-top: 0; }
        @media (min-width: 551px) {
          .panel--address .form-actions .button + .button {
            margin-left: 0.375rem; } }

.address-title {
  margin: 0 0 0.75rem;
  text-transform: none; }

.address-details {
  list-style: none;
  margin: 0 0 0.75rem; }

.address-details--postal {
  font-size: 16px; }

.address-label,
.address-description {
  display: inline-block;
  font-size: 1rem;
  margin: 0; }

.address-label {
  color: #807471;
  font-weight: 400; }

.panel--newAddress {
  display: block;
  text-align: center;
  text-decoration: none; }
  .panel--newAddress:hover .address-title {
    color: #807471; }
  .panel--newAddress .panel-body {
    background-color: transparent;
    border: 1px solid #baaeab;
    display: block; }
  .panel--newAddress .address-title {
    margin-bottom: 0;
    transition: all 0.15s ease; }

.address-addNew {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-55%); }

.address-symbol {
  font-size: 50px;
  line-height: 1; }

.videoGallery-main {
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden;
  padding-bottom: 67.5%;
  padding-top: 1.5625rem;
  position: relative;
  margin-bottom: 1.875rem; }
  .videoGallery-main.widescreen {
    padding-bottom: 56.34%; }
  .videoGallery-main.vimeo {
    padding-top: 0; }
  .videoGallery-main iframe,
  .videoGallery-main object,
  .videoGallery-main embed,
  .videoGallery-main video {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0; }

.videoGallery-list {
  list-style: none;
  margin-left: 0;
  margin: 0 -1.125rem;
  max-width: none;
  width: auto;
  font-size: 0; }
  .videoGallery-list ul,
  .videoGallery-list ol {
    list-style: none;
    margin-bottom: 0; }
  .videoGallery-list:before, .videoGallery-list:after {
    content: " ";
    display: table; }
  .videoGallery-list:after {
    clear: both; }

.videoGallery-item {
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  width: 100%;
  float: left;
  display: inline-block;
  float: none;
  vertical-align: top; }
  @media (min-width: 801px) {
    .videoGallery-item {
      width: 50%; } }

.video {
  display: block;
  margin-bottom: 1.875rem;
  opacity: 0.4;
  text-decoration: none;
  transition: opacity 100ms ease-out; }
  .video:before, .video:after {
    content: " ";
    display: table; }
  .video:after {
    clear: both; }
  .video-figure {
    float: left;
    margin-right: 0.75rem; }
    .video-figure > img {
      display: block; }
  .video-figure--opposite {
    float: right;
    margin-left: 0.75rem;
    margin-right: 0; }
  .video-body:before, .video-body:after {
    content: " ";
    display: table; }
  .video-body:after {
    clear: both; }
  @media (min-width: 801px) {
    .video {
      margin-bottom: 1.875rem; } }
  .video:hover, .video.is-active {
    color: #454545;
    opacity: 1; }

.video-figure {
  margin-right: 1.875rem; }

.video-title {
  margin-bottom: 0;
  margin-top: 0;
  text-transform: none; }

.video-description {
  font-size: 1rem;
  margin-bottom: 0; }

.previewCart {
  margin: 0 auto;
  max-width: 75rem;
  width: 100%; }
  .previewCart:before, .previewCart:after {
    content: " ";
    display: table; }
  .previewCart:after {
    clear: both; }
  @media (min-width: 801px) {
    .previewCart .productView {
      padding-left: 1.125rem;
      padding-right: 1.125rem;
      width: 75%;
      float: left;
      display: flex;
      margin: 0;
      padding-bottom: 0;
      padding-top: 0; }
    .previewCart .productView-image {
      padding-left: 1.125rem;
      padding-right: 1.125rem;
      width: 58.33333%;
      float: left;
      display: flex;
      flex-direction: column; }
    .previewCart .productView-image--cart {
      align-self: flex-start;
      margin: 0 auto;
      width: auto; }
    .previewCart .productView-details {
      padding-left: 1.125rem;
      padding-right: 1.125rem;
      width: 41.66667%;
      float: left; } }
  .previewCart .productView-title {
    margin-top: 0; }

.previewCartCheckout {
  background: #dbd2ce;
  padding: 1rem;
  text-align: center; }
  @media (min-width: 801px) {
    .previewCartCheckout {
      padding-left: 1.125rem;
      padding-right: 1.125rem;
      width: 25%;
      float: right;
      padding: 1.5rem; } }
  .previewCartCheckout .button {
    display: block;
    margin: 0;
    width: 100%; }
    .previewCartCheckout .button + .button,
    .previewCartCheckout .button + p {
      margin-top: 0.75rem; }

.previewCartCheckout-price {
  display: block;
  font-size: 32px;
  font-weight: bold;
  text-align: center; }

.previewCartCheckout-subtotal {
  display: block;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem; }

.previewCartCheckout-additionalCheckoutButtons p {
  float: none !important;
  margin: 0.5rem 0; }

.suggestiveCart {
  display: none;
  text-align: center; }
  @media (min-width: 801px) {
    .suggestiveCart {
      display: block; } }

.maintenanceNotice {
  background-color: #fffdea;
  box-shadow: 0 0 5px #a5a5a5;
  color: #454545;
  left: 1.125rem;
  padding: 1rem 1.3125rem;
  position: fixed;
  top: 1.125rem;
  width: 24rem;
  z-index: 500; }
  .maintenanceNotice > :last-child {
    margin-bottom: 0; }
  .maintenanceNotice a {
    color: #454545; }

.maintenanceNotice-header {
  font-family: "Montserrat";
  margin: 0 0 0.75rem; }

.cookieMessage {
  background: #e8e8e8;
  color: #454545;
  display: none; }
  .cookieMessage .button {
    width: 100%; }
    @media (min-width: 801px) {
      .cookieMessage .button {
        vertical-align: middle;
        width: 25%; } }
    @media (min-width: 1261px) {
      .cookieMessage .button {
        vertical-align: top; } }

.cookieMessage-container {
  margin: 0 auto;
  padding: 1.5rem; }
  @media (min-width: 801px) {
    .cookieMessage-container {
      width: 83.33333%; } }
  @media (min-width: 1261px) {
    .cookieMessage-container {
      width: 58.33333%; } }

@media (min-width: 801px) {
  .cookieMessage-text {
    display: inline-block;
    padding: 0 0.75rem;
    vertical-align: middle;
    width: 66.66667%; } }

@media (min-width: 801px) {
  .cookieMessage {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 500; } }

.login {
  margin: 3rem auto 6rem;
  max-width: 56.25rem; }

.login-row {
  margin: 0 auto;
  max-width: 75rem;
  width: 100%; }
  .login-row:before, .login-row:after {
    content: " ";
    display: table; }
  .login-row:after {
    clear: both; }
  @media (min-width: 801px) {
    .login-row {
      margin-top: 6rem; } }

.login-form {
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  width: 100%;
  float: left; }
  @media (min-width: 801px) {
    .login-form {
      padding-left: 1.125rem;
      padding-right: 1.125rem;
      width: 50%;
      float: left;
      margin-top: 3rem; } }

.new-customer {
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  width: 100%;
  float: left; }
  @media (min-width: 801px) {
    .new-customer {
      padding-left: 1.125rem;
      padding-right: 1.125rem;
      width: 50%;
      float: left; } }

.new-customer-intro {
  margin-bottom: 0; }

.new-customer-fact-list {
  margin-left: 3rem; }

.new-customer-fact {
  padding-left: 0.75rem; }

.search-suggestion {
  margin-bottom: 2rem; }
  .search-suggestion > :last-child {
    margin-bottom: 0; }

.suggestion-title {
  margin-top: 0;
  text-transform: inherit; }

.advancedSearch-form {
  margin-bottom: 3rem; }
  .advancedSearch-form .form-row {
    margin-bottom: -1.5rem; }

.quickSearchResults {
  margin-top: 1.5rem; }
  @media (min-width: 801px) {
    .quickSearchResults {
      margin-top: 0; } }
  .quickSearchResults .modal-close {
    display: none; }
    @media (min-width: 801px) {
      .quickSearchResults .modal-close {
        display: block; } }

.advancedSearch-separator {
  display: none; }

.advancedSearch-title {
  margin: 0 0 1.5rem;
  text-transform: inherit; }

.search-price-range label {
  display: inline; }
  .search-price-range label input {
    display: block;
    padding-left: 1.5rem; }
    @media (min-width: 551px) {
      .search-price-range label input {
        display: inline;
        width: 6rem; } }
  @media (min-width: 551px) {
    .search-price-range label span {
      display: inline;
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }

.category-suggestion-list {
  margin: 0 -1.125rem;
  max-width: none;
  width: auto;
  list-style-type: none; }
  .category-suggestion-list:before, .category-suggestion-list:after {
    content: " ";
    display: table; }
  .category-suggestion-list:after {
    clear: both; }

.category-suggestion {
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  width: 33.33333%;
  float: left;
  font-size: 16px; }

.search-refine {
  margin-left: 1.5rem; }

.quickSearchMessage {
  font-size: 32px;
  margin: 1.5rem 0 0;
  text-align: center; }

.navBar--account {
  display: none; }
  @media (min-width: 801px) {
    .navBar--account {
      display: block; } }

.account-heading {
  border-bottom: 1px solid #baaeab;
  margin: 0;
  padding-bottom: 1rem; }

.account-list {
  list-style: none;
  margin-left: 0; }

.account-listItem {
  border-bottom: 1px solid #baaeab;
  padding: 1.5rem 0;
  position: relative; }
  .account-listItem img {
    width: 100%; }
  .account-listItem .account-product-image {
    width: auto; }

.account-listShipping {
  border-bottom: 1px solid #baaeab;
  font-weight: 700;
  padding: 2rem 0; }
  .account-listShipping .account-listShipping-title {
    margin: 0;
    text-transform: inherit; }

.account-product:before, .account-product:after {
  content: " ";
  display: table; }

.account-product:after {
  clear: both; }

.account-product-figure {
  float: left;
  margin-right: 0.75rem; }
  .account-product-figure > img {
    display: block; }

.account-product-figure--opposite {
  float: right;
  margin-left: 0.75rem;
  margin-right: 0; }

.account-product-body:before, .account-product-body:after {
  content: " ";
  display: table; }

.account-product-body:after {
  clear: both; }

.account-product-figure {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0 2rem 0 0;
  position: relative;
  width: 70px; }

.account-product-download {
  border-radius: 50%;
  height: 2.0625rem;
  padding: 0;
  position: absolute;
  right: -0.75rem;
  top: -0.75rem;
  width: 2.0625rem;
  z-index: 1; }
  .account-product-download .icon {
    height: 1.5rem;
    margin-top: 0.375rem;
    width: 1.5rem; }
  .account-product-download svg {
    fill: white; }

.account-product-body {
  overflow: hidden;
  padding-bottom: 3.5rem;
  position: relative; }
  @media (min-width: 551px) {
    .account-product-body {
      padding-bottom: 0; } }
  .account-product-body .definitionList {
    font-size: 16px;
    margin-bottom: 0; }

.account-product-title {
  margin: 0 0 0.1875rem;
  text-transform: inherit; }
  .account-product-title > a {
    text-decoration: none; }
  .account-product-title + .definitionList {
    margin-top: 0.75rem; }

.account-product-subtitle {
  color: #a5a5a5;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 16px;
  margin: -0.1875rem 0 1rem;
  text-transform: inherit; }

.account-product-price {
  float: right;
  font-size: 16px; }

.account-product-description + .definitionList {
  margin: -1.375rem 0 1.5rem; }

.account-product-refundQty {
  color: #a5a5a5;
  margin-bottom: 0; }

.account-product-details {
  margin: 0 -1.125rem;
  max-width: none;
  width: auto; }
  .account-product-details:before, .account-product-details:after {
    content: " ";
    display: table; }
  .account-product-details:after {
    clear: both; }

.account-product-detail {
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  width: 100%;
  float: left; }
  @media (min-width: 551px) {
    .account-product-detail {
      width: 33.33333%; } }
  @media (min-width: 1261px) {
    .account-product-detail {
      width: 25%; } }
  .account-product-detail + .account-product-detail {
    margin-top: 1rem; }
    @media (min-width: 551px) {
      .account-product-detail + .account-product-detail {
        margin-top: 0; } }
  @media (min-width: 551px) {
    .account-product-detail + .account-product-detail--full {
      margin-top: 1.5rem; } }

@media (min-width: 1261px) {
  .account-product-detail--large {
    width: 50%; } }

.account-product-detail--full {
  width: 100%; }

.account-product-detail-heading {
  color: #807471;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 0 0 0.375rem; }

.account-product--alignMiddle {
  display: table;
  width: 100%; }
  .account-product--alignMiddle .account-product-checkItem {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    width: 2rem; }
    @media (min-width: 1261px) {
      .account-product--alignMiddle .account-product-checkItem {
        left: -2.5rem; } }
    .account-product--alignMiddle .account-product-checkItem .form-label {
      height: 1.5rem;
      margin: 0;
      padding: 0;
      width: 1.5rem; }
  .account-product--alignMiddle .account-product-figure,
  .account-product--alignMiddle .account-product-body {
    display: table-cell; }
  .account-product--alignMiddle .account-product-figure {
    float: none;
    margin-right: 0; }
    @media (min-width: 1261px) {
      .account-product--alignMiddle .account-product-figure {
        left: -2rem; } }
  .account-product--alignMiddle .account-product-body {
    padding-left: 2rem;
    vertical-align: middle; }
    @media (min-width: 1261px) {
      .account-product--alignMiddle .account-product-body {
        padding-left: 0; } }

.account-orderTotal {
  float: right;
  font-size: 16px;
  margin-top: -1.5rem;
  width: 66.66667%; }

.account-orderTotal-key,
.account-orderTotal-value {
  margin: 0;
  padding: 1.5rem 0; }

.account-orderTotal-key {
  color: #807471;
  float: left;
  font-weight: 400; }
  .account-orderTotal-key:last-of-type {
    position: relative;
    top: 0.3125rem; }

.account-orderTotal-value {
  border-bottom: 1px solid #baaeab;
  text-align: right; }
  .account-orderTotal-value:last-child {
    border-bottom: 0;
    font-size: 20px; }

.account-orderStatus {
  bottom: 0;
  left: 0;
  position: absolute; }
  @media (min-width: 551px) {
    .account-orderStatus {
      float: right;
      position: inherit;
      text-align: right; } }

.account-orderStatus-label {
  background-color: #bfbfbf;
  color: white;
  display: inline-block;
  font-size: 12px;
  line-height: 15px;
  margin: 0 0 0.375rem;
  padding: 0.1875rem 0.5rem; }

.account-orderStatus-action {
  color: #807471;
  display: inline-block;
  font-size: 12px;
  font-style: italic;
  letter-spacing: 0.5px;
  margin-left: 0.75rem;
  text-align: right;
  text-decoration: underline;
  vertical-align: top; }
  @media (min-width: 551px) {
    .account-orderStatus-action {
      display: block;
      margin-left: 0; } }
  .account-orderStatus-action:hover {
    color: #baaeab; }

.account .pagination {
  color: #a5a5a5;
  margin-top: 3rem;
  text-align: center; }

.account-message .is-read {
  color: #a5a5a5; }

.account-sidebar-block {
  font-size: 16px; }
  .account-sidebar-block + .account-sidebar-block {
    margin-top: 3rem; }
  .account-sidebar-block .account-heading {
    margin-bottom: 1.5rem; }

.account-order-address {
  list-style: none;
  margin-left: 0; }
  .account-order-address ul,
  .account-order-address ol {
    list-style: none;
    margin-bottom: 0; }

.account-reorder-form {
  display: inline-block; }

.order-payments-description {
  color: #4e4745;
  font-weight: 400;
  margin-top: 1.5rem; }

.account-downloads-summary {
  border-bottom: 1px solid #baaeab;
  font-size: 16px;
  padding-bottom: 1.5rem; }

.account-downloadsList {
  list-style: none;
  margin-left: 0; }
  .account-downloadsList ul,
  .account-downloadsList ol {
    list-style: none;
    margin-bottom: 0; }

.account-downloadsItem {
  margin-bottom: 1.5rem; }
  .account-downloadsItem > :first-child {
    margin-top: 0; }
  .account-downloadsItem > :last-child {
    margin-bottom: 0; }

.account-downloadsItem-title {
  color: #807471;
  font-size: 16px;
  margin-bottom: 0.1875rem;
  text-transform: inherit; }

.account-downloadsItem-description {
  margin-bottom: 0; }

.account-downloadsItem-availability {
  color: #807471; }

.wishlists-table {
  margin-left: auto;
  margin-right: auto;
  max-width: 75rem; }

.wishlist-header {
  display: none;
  text-align: center; }

.modal .wishlist-header {
  display: block; }

.wishlist-form {
  margin: 0 auto;
  max-width: 75rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 34.375rem; }
  .wishlist-form:before, .wishlist-form:after {
    content: " ";
    display: table; }
  .wishlist-form:after {
    clear: both; }
  .wishlist-form .form-field {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
    width: 100%;
    float: left; }

.share-wishlist {
  margin-left: auto;
  margin-right: auto;
  max-width: 40.625rem;
  text-align: center; }

.icon--ratingEmpty svg {
  fill: #dbd2ce; }

.icon--ratingFull svg {
  fill: #807471; }

.rating--small {
  display: inline-block; }
  .rating--small .icon {
    height: 0.875rem;
    width: 0.875rem;
    margin-top: -3px; }

.rating--small .icon {
  height: 0.625rem;
  width: 0.625rem; }

.apple-pay-checkout-button {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% 60%;
  border-radius: 0.25rem;
  cursor: pointer;
  display: none;
  max-height: 4rem;
  min-height: 2rem;
  min-width: 8.375rem;
  padding: 1.5rem;
  background-color: #000;
  background-image: -webkit-named-image(apple-pay-logo-white); }

.cart-additionalCheckoutButtons .apple-pay-checkout-button {
  margin-top: 0.75rem; }

.apple-pay-supported .apple-pay-checkout-button {
  display: block; }
  @media (min-width: 551px) {
    .apple-pay-supported .apple-pay-checkout-button {
      display: inline-block;
      float: right; } }

.previewCartCheckout .apple-pay-checkout-button {
  display: block;
  float: none;
  margin-top: 0.75rem; }

.emthemesModez-bannersContainer {
  margin: 0 -1.125rem;
  max-width: none;
  width: auto;
  font-size: 0;
  margin-bottom: 6rem;
  margin: 0; }
  .emthemesModez-bannersContainer:before, .emthemesModez-bannersContainer:after {
    content: " ";
    display: table; }
  .emthemesModez-bannersContainer:after {
    clear: both; }

.emthemesModez-banner {
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  width: 100%;
  float: none;
  display: inline-block;
  font-size: 1rem;
  vertical-align: top; }
  .emthemesModez-banner + .emthemesModez-banner {
    margin-top: 3rem; }
    @media (min-width: 551px) {
      .emthemesModez-banner + .emthemesModez-banner {
        margin-top: 0; } }

.emthemesModez-banner-figure {
  margin: 0 0 1.5rem; }
  .emthemesModez-banner-figure a {
    display: block;
    overflow: hidden; }

.emthemesModez-banner-image {
  transition: all 0.1s ease; }
  a:hover .emthemesModez-banner-image,
  a:focus .emthemesModez-banner-image {
    filter: brightness(90%); }

.emthemesModez-banner-figcaption {
  color: inherit; }

.emthemesModez-banner-figcaption-body {
  text-align: center; }

.emthemesModez-banner-figcaption-title {
  font-family: "Source Sans Pro";
  font-size: 3rem;
  font-weight: normal;
  margin: 0 0 1.875rem;
  line-height: 1; }

.emthemesModez-banner-figcaption-text {
  color: #4e4745;
  margin-bottom: 1.875rem; }

.emthemesModez-banner-figcaption-button {
  margin-bottom: 0; }

@media (min-width: 551px) {
  .emthemesModez-bannersContainer--one-laparis7, .emthemesModez-bannersContainer--quarter-laparis9,
  .emthemesModez-bannersContainer--half-laparis8 {
    width: 100vw;
    margin-left: 50%;
    transform: translateX(-50%); } }

@media (min-width: 551px) {
  .emthemesModez-banner--laparis7, .emthemesModez-banner--laparis9,
  .emthemesModez-banner--laparis8 {
    padding-left: 0;
    padding-right: 0; } }

@media (min-width: 551px) {
  .emthemesModez-bannersContainer--onethird-x3 .emthemesModez-banner {
    width: 33.33333%; } }

@media (min-width: 551px) {
  .emthemesModez-bannersContainer--twothird-onethird .emthemesModez-banner:nth-child(2n+1) {
    width: 66.66667%; } }

@media (min-width: 551px) {
  .emthemesModez-bannersContainer--twothird-onethird .emthemesModez-banner:nth-child(2n) {
    width: 33.33333%; } }

@media (min-width: 551px) {
  .emthemesModez-bannersContainer--half .emthemesModez-banner {
    width: 50%; } }

@media (min-width: 551px) {
  .emthemesModez-bannersContainer--half-laparis6 {
    width: 100vw;
    margin-left: 50%;
    transform: translateX(-50%); } }

@media (min-width: 801px) {
  .emthemesModez-bannersContainer--half-laparis6 {
    display: flex;
    align-items: top; } }

@media (min-width: 551px) {
  .emthemesModez-bannersContainer--half-laparis6 .emthemesModez-banner {
    width: 100%;
    display: flex;
    align-items: center; }
    .emthemesModez-bannersContainer--half-laparis6 .emthemesModez-banner + .emthemesModez-banner {
      margin-top: 3rem; }
    .emthemesModez-bannersContainer--half-laparis6 .emthemesModez-banner--laparis6-right .emthemesModez-banner-figure {
      order: 2;
      margin-left: 1.125rem;
      margin-right: 0; }
    .emthemesModez-bannersContainer--half-laparis6 .emthemesModez-banner--laparis6-right .emthemesModez-banner-figcaption {
      order: 1;
      margin-left: 0;
      margin-right: 1.125rem; }
    .emthemesModez-bannersContainer--half-laparis6 .emthemesModez-banner--laparis6-left-right:nth-child(2n+1) .emthemesModez-banner-figure {
      order: 2;
      margin-left: 1.125rem;
      margin-right: 0; }
    .emthemesModez-bannersContainer--half-laparis6 .emthemesModez-banner--laparis6-left-right:nth-child(2n+1) .emthemesModez-banner-figcaption {
      order: 1;
      margin-left: 0;
      margin-right: 1.125rem; } }

@media (min-width: 801px) {
  .emthemesModez-bannersContainer--half-laparis6 .emthemesModez-banner {
    flex: 1;
    width: 50%; }
    .emthemesModez-bannersContainer--half-laparis6 .emthemesModez-banner + .emthemesModez-banner {
      margin-top: 0; } }

@media (min-width: 551px) {
  .emthemesModez-bannersContainer--half-laparis6 .emthemesModez-banner--laparis6-right-left:nth-child(2n) .emthemesModez-banner-figure {
    order: 2;
    margin-left: 1.125rem;
    margin-right: 0; }
  .emthemesModez-bannersContainer--half-laparis6 .emthemesModez-banner--laparis6-right-left:nth-child(2n) .emthemesModez-banner-figcaption {
    order: 1;
    margin-left: 0;
    margin-right: 1.125rem; } }

@media (min-width: 551px) {
  .emthemesModez-bannersContainer--half-laparis6 .emthemesModez-banner-figure {
    flex: 1;
    margin: 0 1.125rem 0 0; } }

@media (min-width: 551px) {
  .emthemesModez-bannersContainer--half-laparis6 .emthemesModez-banner-figcaption {
    flex: 1;
    margin: 0 0 0 1.125rem; } }

@media (min-width: 551px) {
  .emthemesModez-bannersContainer--quarter .emthemesModez-banner {
    width: 25%; } }

.emthemesModez-bannersContainer--laparis1 {
  position: relative; }

.emthemesModez-banner--laparis1 {
  margin-bottom: 3rem; }
  @media (min-width: 551px) {
    .emthemesModez-banner--laparis1 {
      margin-bottom: 0; } }
  @media (min-width: 801px) {
    .emthemesModez-banner--laparis1 .emthemesModez-banner-figure {
      margin-bottom: 0; } }
  @media (min-width: 1261px) {
    .emthemesModez-banner--laparis1:nth-child(3) {
      margin-top: 6rem; } }
  .emthemesModez-banner--laparis1 img {
    max-width: 100%; }
  .emthemesModez-banner--laparis1 .emthemesModez-banner-figcaption-body {
    text-align: center; }
    @media (min-width: 551px) {
      .emthemesModez-banner--laparis1 .emthemesModez-banner-figcaption-body {
        text-align: left; } }
  .emthemesModez-banner--laparis1 .emthemesModez-banner-figure {
    margin-bottom: 0; }
  @media (min-width: 551px) {
    .emthemesModez-banner--laparis1:first-child:before, .emthemesModez-banner--laparis1:first-child:after {
      content: " ";
      display: table; }
    .emthemesModez-banner--laparis1:first-child:after {
      clear: both; }
    .emthemesModez-banner--laparis1:first-child .emthemesModez-banner-figure {
      float: right;
      width: 50%; }
    .emthemesModez-banner--laparis1:first-child .emthemesModez-banner-figcaption {
      float: left;
      width: 50%;
      background: url("../img/banner-laparis1-bg.png") 30px 30px no-repeat; }
    .emthemesModez-banner--laparis1:first-child .emthemesModez-banner-figcaption-body {
      margin-left: 6rem;
      margin-top: 3rem;
      padding: 3rem;
      border: 1px solid #baaeab;
      border-right: 0;
      background: white; } }
  @media (min-width: 801px) {
    .emthemesModez-banner--laparis1:first-child .emthemesModez-banner-figcaption-body {
      margin-top: 4.5rem;
      padding: 6rem; } }
  .emthemesModez-banner--laparis1:nth-child(2) {
    width: 100%;
    position: relative; }
    .emthemesModez-banner--laparis1:nth-child(2) .emthemesModez-banner-figcaption {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: 0;
      display: flex; }
    .emthemesModez-banner--laparis1:nth-child(2) .emthemesModez-banner-figcaption-body {
      text-align: center;
      margin: auto 9rem;
      width: 100%; }
    .emthemesModez-banner--laparis1:nth-child(2) .emthemesModez-banner-figcaption-title {
      padding-bottom: 1.875rem;
      border-bottom: 1px solid #baaeab; }
    .emthemesModez-banner--laparis1:nth-child(2) .emthemesModez-banner-figcaption-button {
      background-color: transparent;
      border-color: #807471;
      color: #807471;
      border-width: 2px;
      width: 100%; }
      .emthemesModez-banner--laparis1:nth-child(2) .emthemesModez-banner-figcaption-button:hover, .emthemesModez-banner--laparis1:nth-child(2) .emthemesModez-banner-figcaption-button:focus, .emthemesModez-banner--laparis1:nth-child(2) .emthemesModez-banner-figcaption-button.is-active, .emthemesModez-banner--laparis1:nth-child(2) .emthemesModez-banner-figcaption-button.active {
        background-color: transparent;
        border-color: #4e4745;
        color: #4e4745; }
      .emthemesModez-banner--laparis1:nth-child(2) .emthemesModez-banner-figcaption-button:active {
        background-color: transparent;
        border: 1px solid #baaeab;
        color: #baaeab; }
    @media (min-width: 551px) {
      .emthemesModez-banner--laparis1:nth-child(2) {
        width: auto;
        position: absolute;
        bottom: 0;
        right: 50%;
        padding-right: 4.5rem; }
        .emthemesModez-banner--laparis1:nth-child(2) .emthemesModez-banner-figcaption {
          left: 1.125rem;
          right: 4.5rem; }
        .emthemesModez-banner--laparis1:nth-child(2) .emthemesModez-banner-figcaption-body {
          margin: auto 4.5rem; } }
    @media (min-width: 801px) {
      .emthemesModez-banner--laparis1:nth-child(2) .emthemesModez-banner-figcaption-body {
        margin: auto 9rem; } }
    @media (min-width: 1261px) {
      .emthemesModez-banner--laparis1:nth-child(2) .emthemesModez-banner-figcaption-body {
        margin: auto 12rem; } }
  .emthemesModez-banner--laparis1:nth-child(3) {
    display: flex;
    align-items: center; }
    .emthemesModez-banner--laparis1:nth-child(3) .emthemesModez-banner-figure {
      flex: 1; }
    .emthemesModez-banner--laparis1:nth-child(3) .emthemesModez-banner-figcaption {
      flex: 1;
      padding-left: 1.5rem;
      margin-top: 0; }
    .emthemesModez-banner--laparis1:nth-child(3) .emthemesModez-banner-figcaption-body {
      text-align: center; }
    .emthemesModez-banner--laparis1:nth-child(3) .emthemesModez-banner-figcaption-button {
      background-color: transparent;
      border-color: #807471;
      color: #807471;
      border: 0; }
      .emthemesModez-banner--laparis1:nth-child(3) .emthemesModez-banner-figcaption-button:hover, .emthemesModez-banner--laparis1:nth-child(3) .emthemesModez-banner-figcaption-button:focus, .emthemesModez-banner--laparis1:nth-child(3) .emthemesModez-banner-figcaption-button.is-active, .emthemesModez-banner--laparis1:nth-child(3) .emthemesModez-banner-figcaption-button.active {
        background-color: transparent;
        border-color: #4e4745;
        color: #4e4745; }
      .emthemesModez-banner--laparis1:nth-child(3) .emthemesModez-banner-figcaption-button:active {
        background-color: transparent;
        border: 1px solid #baaeab;
        color: #baaeab; }
    @media (min-width: 551px) {
      .emthemesModez-banner--laparis1:nth-child(3) {
        width: 50%;
        margin-left: 50%;
        margin-top: 9rem;
        padding-left: 0;
        display: flex;
        align-items: center; }
        .emthemesModez-banner--laparis1:nth-child(3) .emthemesModez-banner-figure {
          flex: 0 0 auto;
          max-width: 50%; }
        .emthemesModez-banner--laparis1:nth-child(3) .emthemesModez-banner-figcaption {
          flex: 1;
          padding: 1.5rem; }
        .emthemesModez-banner--laparis1:nth-child(3) .emthemesModez-banner-figcaption-body {
          text-align: center; }
        .emthemesModez-banner--laparis1:nth-child(3) .emthemesModez-banner-figcaption-button {
          background-color: transparent;
          border-color: #807471;
          color: #807471;
          border: 0; }
          .emthemesModez-banner--laparis1:nth-child(3) .emthemesModez-banner-figcaption-button:hover, .emthemesModez-banner--laparis1:nth-child(3) .emthemesModez-banner-figcaption-button:focus, .emthemesModez-banner--laparis1:nth-child(3) .emthemesModez-banner-figcaption-button.is-active, .emthemesModez-banner--laparis1:nth-child(3) .emthemesModez-banner-figcaption-button.active {
            background-color: transparent;
            border-color: #4e4745;
            color: #4e4745; }
          .emthemesModez-banner--laparis1:nth-child(3) .emthemesModez-banner-figcaption-button:active {
            background-color: transparent;
            border: 1px solid #baaeab;
            color: #baaeab; } }
    @media (min-width: 801px) {
      .emthemesModez-banner--laparis1:nth-child(3) {
        margin-top: 12rem; }
        .emthemesModez-banner--laparis1:nth-child(3) .emthemesModez-banner-figcaption {
          padding: 4.5rem; } }
    @media (min-width: 1261px) {
      .emthemesModez-banner--laparis1:nth-child(3) {
        margin-top: 9rem; } }

@media (min-width: 551px) {
  .emthemesModez-bannersContainer--laparis2 {
    display: flex; }
    .emthemesModez-bannersContainer--laparis2:before, .emthemesModez-bannersContainer--laparis2:after {
      display: none; } }

@media (min-width: 551px) {
  .emthemesModez-banner--laparis2 {
    width: auto;
    position: relative; } }

.emthemesModez-banner--laparis2 + .emthemesModez-banner--laparis2 {
  margin-top: 1.5rem; }
  @media (min-width: 551px) {
    .emthemesModez-banner--laparis2 + .emthemesModez-banner--laparis2 {
      margin-top: 0; } }

.emthemesModez-banner--laparis2 .emthemesModez-banner-figure {
  margin-bottom: 0; }

.emthemesModez-banner--laparis2 .emthemesModez-banner-image {
  width: 100%; }
  @media (min-width: 551px) {
    .emthemesModez-banner--laparis2 .emthemesModez-banner-image {
      width: auto; } }

@media (min-width: 551px) {
  .emthemesModez-banner--laparis2 .emthemesModez-banner-figcaption {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    transform: translate(-50%, -50%);
    margin: 0; } }

.emthemesModez-banner--laparis2 .emthemesModez-banner-figcaption-title {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 84px;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
  padding-bottom: 0.75rem;
  line-height: 61.6px; }
  @media (min-width: 551px) {
    .emthemesModez-banner--laparis2 .emthemesModez-banner-figcaption-title {
      color: white;
      border-bottom: 1px solid rgba(255, 255, 255, 0.7); } }
  .emthemesModez-banner--laparis2 .emthemesModez-banner-figcaption-title small {
    font-size: 56px;
    color: inherit; }

.emthemesModez-banner--laparis2 .emthemesModez-banner-figcaption-text {
  text-transform: uppercase;
  margin-bottom: 0; }
  @media (min-width: 551px) {
    .emthemesModez-banner--laparis2 .emthemesModez-banner-figcaption-text {
      color: white; } }

.emthemesModez-banner--laparis2 .emthemesModez-banner-figcaption-button {
  margin-top: 1.5rem; }

@media (min-width: 551px) {
  .emthemesModez-bannersContainer--laparis3 {
    position: relative; }
    .emthemesModez-bannersContainer--laparis2 + .emthemesModez-bannersContainer--laparis3 {
      margin-top: -3.75rem; } }

@media (min-width: 551px) {
  .emthemesModez-banner--laparis3:first-child {
    position: absolute;
    width: 33.33333%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden; } }

@media (min-width: 551px) {
  .emthemesModez-banner--laparis3:first-child .emthemesModez-banner-image {
    min-height: 100%;
    min-width: 100%;
    max-width: none;
    width: auto; } }

.emthemesModez-banner--laparis3 + .emthemesModez-banner--laparis3 {
  margin-top: 1.5rem; }
  @media (min-width: 551px) {
    .emthemesModez-banner--laparis3 + .emthemesModez-banner--laparis3 {
      margin-top: 0;
      margin-left: 33.33333%;
      width: 66.66667%;
      display: flex; } }
  .emthemesModez-banner--laparis3 + .emthemesModez-banner--laparis3 .emthemesModez-banner-figure {
    flex: 1 1 50%;
    order: 2;
    margin-bottom: 0;
    background-color: #e8e8e8; }
  .emthemesModez-banner--laparis3 + .emthemesModez-banner--laparis3 .emthemesModez-banner-figcaption {
    flex: 1 1 50%;
    order: 1;
    margin-top: 0;
    background-color: #e8e8e8;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem; }
    @media (min-width: 551px) {
      .emthemesModez-banner--laparis3 + .emthemesModez-banner--laparis3 .emthemesModez-banner-figcaption {
        position: relative; } }
    @media (min-width: 551px) {
      .emthemesModez-banner--laparis3 + .emthemesModez-banner--laparis3 .emthemesModez-banner-figcaption:before {
        content: '\f0da';
        font-family: FontAwesome;
        font-size: 50px;
        color: #e8e8e8;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translate(80%, -50%); } }
  @media (min-width: 551px) {
    .emthemesModez-banner--laparis3 + .emthemesModez-banner--laparis3 + .emthemesModez-banner--laparis3 {
      margin-top: 2.25rem; } }
  .emthemesModez-banner--laparis3 + .emthemesModez-banner--laparis3 + .emthemesModez-banner--laparis3 .emthemesModez-banner-figure {
    order: 1; }
  .emthemesModez-banner--laparis3 + .emthemesModez-banner--laparis3 + .emthemesModez-banner--laparis3 .emthemesModez-banner-figcaption {
    order: 2; }
    @media (min-width: 551px) {
      .emthemesModez-banner--laparis3 + .emthemesModez-banner--laparis3 + .emthemesModez-banner--laparis3 .emthemesModez-banner-figcaption:before {
        content: '\f0d9';
        left: 0;
        right: auto;
        transform: translate(-80%, -50%); } }

.emthemesModez-banner--laparis3 .emthemesModez-banner-figcaption-title small {
  font-family: "Montserrat";
  font-weight: 400;
  color: inherit;
  text-transform: uppercase; }

.emthemesModez-banner--laparis3 .emthemesModez-banner-figcaption-title strong {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  background-color: #a5a5a5;
  color: white;
  padding: 0.1875rem 0.75rem; }

.emthemesModez-banner--laparis3 .emthemesModez-banner-image {
  width: 100%; }
  @media (min-width: 551px) {
    .emthemesModez-banner--laparis3 .emthemesModez-banner-image {
      width: auto; } }

.emthemesModez-bannersContainer--laparis4 {
  padding: 0;
  margin-left: -1.5rem;
  margin-right: -1.5rem; }
  @media (min-width: 1261px) {
    .emthemesModez-bannersContainer--laparis4 {
      margin-left: -4.875rem;
      margin-right: -4.875rem; } }
  @media (min-width: 1681px) {
    .emthemesModez-bannersContainer--laparis4 {
      margin-left: -15.5625rem;
      margin-right: -15.5625rem; } }

.emthemesModez-banner--laparis4 {
  padding: 0; }
  .emthemesModez-banner--laparis4 a:hover .emthemesModez-banner-image,
  .emthemesModez-banner--laparis4 a:focus .emthemesModez-banner-image {
    filter: brightness(120%); }

@media (min-width: 551px) {
  .emthemesModez-bannersContainer--laparis5 {
    display: flex;
    align-items: center; }
    .emthemesModez-bannersContainer--laparis5:before, .emthemesModez-bannersContainer--laparis5:after {
      display: none; } }

@media (min-width: 551px) {
  .emthemesModez-banner--laparis5 {
    width: auto;
    position: relative; } }

.emthemesModez-banner--laparis5 + .emthemesModez-banner--laparis5 {
  margin-top: 1.5rem; }
  @media (min-width: 551px) {
    .emthemesModez-banner--laparis5 + .emthemesModez-banner--laparis5 {
      margin-top: 0; } }

.emthemesModez-banner--laparis5 .emthemesModez-banner-figure {
  margin-bottom: 0; }

.emthemesModez-banner--laparis5 .emthemesModez-banner-image {
  width: 100%; }
  @media (min-width: 551px) {
    .emthemesModez-banner--laparis5 .emthemesModez-banner-image {
      width: auto; } }

@media (min-width: 551px) {
  .emthemesModez-banner--laparis5 .emthemesModez-banner-figcaption {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    margin: 0;
    padding: 4.5rem; } }

@media (min-width: 551px) {
  .emthemesModez-banner--laparis5 .emthemesModez-banner-figcaption-body {
    display: table;
    margin: auto; } }

.emthemesModez-banner--laparis5 .emthemesModez-banner-figcaption-title {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 56px;
  line-height: 1.5;
  margin-bottom: 0.75rem; }
  .emthemesModez-banner--laparis5 .emthemesModez-banner-figcaption-title small {
    font-size: 42px;
    color: inherit; }

.emthemesModez-banner--laparis5 .emthemesModez-banner-figcaption-text {
  text-transform: uppercase;
  margin-bottom: 0; }
  @media (min-width: 551px) {
    .emthemesModez-banner--laparis5 .emthemesModez-banner-figcaption-text {
      color: white; } }

.emthemesModez-banner--laparis5 .emthemesModez-banner-textBg {
  display: inline;
  line-height: 2;
  color: #4e4745;
  background-color: white; }

.emthemesModez-banner--laparis5 .emthemesModez-banner-figcaption-button {
  margin-top: 1.5rem;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 24px;
  text-transform: none;
  color: #4e4745;
  background-color: white;
  line-height: 1.5;
  padding: 0.375rem 0.75rem;
  border: 0; }
  .emthemesModez-banner--laparis5 .emthemesModez-banner-figcaption-button:after {
    content: ' ';
    display: block;
    height: 1px;
    border-top: 1px solid #4e4745;
    margin-top: -0.1875rem; }

@media (min-width: 551px) {
  .emthemesModez-banner--laparis5-alt:first-child .emthemesModez-banner-figcaption {
    left: 50%; } }

.emthemesModez-bannersContainer--one-laparis7 .emthemesModez-banner-image {
  width: 100%; }

@media (min-width: 551px) {
  .emthemesModez-banner--laparis7 {
    position: relative; }
    .emthemesModez-banner--laparis7 .emthemesModez-banner-figure {
      margin-bottom: 0; }
    .emthemesModez-banner--laparis7 .emthemesModez-banner-figcaption {
      position: absolute;
      left: 25%;
      top: 50%;
      max-width: 50%;
      transform: translate(-50%, -50%);
      background-color: rgba(255, 255, 255, 0.9);
      padding: 3rem;
      margin: 0; } }

@media (min-width: 801px) {
  .emthemesModez-banner--laparis7 .emthemesModez-banner-figcaption {
    max-width: 25%; } }

.emthemesModez-bannersContainer--quarter-laparis9,
.emthemesModez-bannersContainer--half-laparis8 {
  display: flex; }
  .emthemesModez-bannersContainer--quarter-laparis9 .emthemesModez-banner,
  .emthemesModez-bannersContainer--half-laparis8 .emthemesModez-banner {
    width: auto; }

@media (min-width: 551px) {
  .emthemesModez-banner--laparis9,
  .emthemesModez-banner--laparis8 {
    position: relative;
    text-align: center; }
    .emthemesModez-banner--laparis9 .emthemesModez-banner-figure,
    .emthemesModez-banner--laparis8 .emthemesModez-banner-figure {
      margin-bottom: 0; }
    .emthemesModez-banner--laparis9 .emthemesModez-banner-figcaption,
    .emthemesModez-banner--laparis8 .emthemesModez-banner-figcaption {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      padding: 3rem;
      margin: 0; } }

.emthemesModez-newsletterSection {
  background: #bab1ad;
  color: #4e4a46;
  margin-bottom: 1.5rem; }
  .emthemesModez-newsletterSection .emthemesModez-newsletterForm {
    padding-top: 3rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid rgba(78, 74, 70, 0.2); }
  .emthemesModez-newsletterSection .footer-info-heading {
    color: white; }
  .emthemesModez-newsletterSection .form-input {
    background-color: #bab1ad;
    border-color: white;
    color: white; }
  .emthemesModez-newsletterSection .button--primary {
    background-color: white;
    border-color: white;
    color: #bab1ad; }
    .emthemesModez-newsletterSection .button--primary:hover, .emthemesModez-newsletterSection .button--primary:active {
      opacity: 0.7; }

@media (min-width: 801px) {
  .emthemesModez-newsletterForm {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .emthemesModez-newsletterForm .footer-info-heading {
      margin: 0;
      padding-right: 2.25rem; }
    .emthemesModez-newsletterForm > p {
      margin-bottom: 0;
      padding-right: 2.25rem; }
    .emthemesModez-newsletterForm .form {
      width: 35%;
      margin: 0; } }

.emthemesModez-newsletterForm .form-field {
  margin: 0; }

@media (min-width: 1261px) {
  .emthemesModez-newsletterForm .form-prefixPostfix-button--postfix {
    margin-left: 0; } }

.emthemesModez-productsVerticalCategoriesAside-outer {
  margin-bottom: 6rem; }

.emthemesModez-productsVerticalCategoriesAside {
  margin: 0 -1.125rem;
  max-width: none;
  width: auto;
  font-size: 0; }
  .emthemesModez-productsVerticalCategoriesAside:before, .emthemesModez-productsVerticalCategoriesAside:after {
    content: " ";
    display: table; }
  .emthemesModez-productsVerticalCategoriesAside:after {
    clear: both; }
  .emthemesModez-productsVerticalCategoriesAside .product {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
    width: 50%;
    float: none;
    display: inline-block;
    font-size: 1rem;
    vertical-align: top; }
    @media (min-width: 551px) {
      .emthemesModez-productsVerticalCategoriesAside .product {
        width: 33.33333%; } }
    @media (min-width: 801px) {
      .emthemesModez-productsVerticalCategoriesAside .product {
        width: 25%; } }

.emthemesModez-productsVerticalCategoriesAside-side,
.emthemesModez-productsVerticalCategoriesAside-main {
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  width: 50%;
  float: none;
  display: inline-block;
  font-size: 1rem;
  vertical-align: top; }

@media (min-width: 551px) {
  .emthemesModez-productsVerticalCategoriesAside-side {
    width: 25%; } }

@media (min-width: 801px) {
  .emthemesModez-productsVerticalCategoriesAside-side {
    width: 16.66667%; } }

@media (min-width: 551px) {
  .emthemesModez-productsVerticalCategoriesAside-main {
    width: 75%; } }

@media (min-width: 801px) {
  .emthemesModez-productsVerticalCategoriesAside-main {
    width: 83.33333%; } }

.emthemesModez-productsVerticalCategoriesAside-outer--1 {
  padding: 6rem 1.5rem;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  background: url("../img/categories-featured-bg.jpg") no-repeat;
  background-size: cover; }
  @media (min-width: 1261px) {
    .emthemesModez-productsVerticalCategoriesAside-outer--1 {
      margin-left: -4.875rem;
      margin-right: -4.875rem;
      padding-left: 4.875rem;
      padding-right: 4.875rem; }
      .layout-fluid .emthemesModez-productsVerticalCategoriesAside-outer--1 {
        margin-left: -6rem;
        margin-right: -6rem;
        padding-left: 6rem;
        padding-right: 6rem; } }
  @media (min-width: 1681px) {
    .emthemesModez-productsVerticalCategoriesAside-outer--1 {
      margin-left: -15.5625rem;
      margin-right: -15.5625rem;
      padding-left: 15.5625rem;
      padding-right: 15.5625rem; }
      .layout-fluid .emthemesModez-productsVerticalCategoriesAside-outer--1 {
        margin-left: -6rem;
        margin-right: -6rem;
        padding-left: 6rem;
        padding-right: 6rem; } }
  .emthemesModez-productsVerticalCategoriesAside-outer--1 .productCarousel {
    margin-bottom: 0; }

.emthemesModez-instafeed {
  margin: 0 -1.125rem;
  max-width: none;
  width: auto;
  font-size: 0;
  margin: 0; }
  .emthemesModez-instafeed:before, .emthemesModez-instafeed:after {
    content: " ";
    display: table; }
  .emthemesModez-instafeed:after {
    clear: both; }

.emthemesModez-instafeed-item {
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  width: 50%;
  float: none;
  display: inline-block;
  font-size: 1rem;
  vertical-align: top;
  padding: 0 3px;
  margin: 3px 0; }
  @media (min-width: 551px) {
    .emthemesModez-instafeed-item {
      width: 20%; } }
  .emthemesModez-instafeed-item img {
    max-width: 100%; }

@media (min-width: 551px) {
  .emthemesModez-instafeed-item--maxCol6 {
    width: 16.66667%; } }

.emthemesModez-instafeed-container {
  position: relative;
  margin-bottom: 6rem;
  text-align: center; }

.emthemesModez-instafeed-desc {
  margin-bottom: 3rem; }
  .u-sep + .emthemesModez-instafeed-desc,
  .page-heading + .emthemesModez-instafeed-desc {
    margin-top: -2.25rem; }

.emthemesModez-instafeed-content .page-heading {
  margin-bottom: 1.5rem; }

.emthemesModez-instafeed-content .emthemesModez-instafeed-desc {
  margin-bottom: 1.5rem;
  margin-top: 0; }

@media (min-width: 551px) {
  .emthemesModez-instafeed-content {
    position: absolute;
    width: 60%;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    padding: 1.5rem 3rem;
    background: white;
    text-align: center;
    color: #4e4745; }
    .emthemesModez-instafeed-content .emthemesModez-instafeed-desc {
      margin-bottom: 0; } }

@media (min-width: 801px) {
  .emthemesModez-instafeed-content {
    width: 40%;
    padding: 3rem 4.5rem; } }

.emthemesModez-instafeed--fullscreen {
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%); }

.emthemesModez-instafeed--carousel .emthemesModez-instafeed-item {
  float: left; }

.emthemesModez-instafeed--carousel .slick-prev {
  left: 0; }

.emthemesModez-instafeed--carousel .slick-next {
  right: 0; }

.emthemesModez-section-subHeading {
  text-align: center;
  margin-bottom: 3rem; }
  .u-sep + .emthemesModez-section-subHeading,
  .page-heading + .emthemesModez-section-subHeading {
    margin-top: -2.25rem; }

@media (min-width: 801px) {
  .emthemesModez-productsByCategory {
    margin: 0 -1.125rem;
    max-width: none;
    width: auto;
    display: flex;
    padding-top: 2.25rem;
    margin-bottom: 6rem; }
    .emthemesModez-productsByCategory:before, .emthemesModez-productsByCategory:after {
      content: " ";
      display: table; }
    .emthemesModez-productsByCategory:after {
      clear: both; }
    .emthemesModez-productsByCategory:before, .emthemesModez-productsByCategory:after {
      display: none; }
    .emthemesModez-productsByCategory .emthemesModez-productsByCategory-imageColumn,
    .emthemesModez-productsByCategory .emthemesModez-productsByCategory-productsColumn {
      padding-left: 1.125rem;
      padding-right: 1.125rem;
      width: 50%;
      float: none;
      flex: 1 1 50%; } }

.emthemesModez-productsByCategory .productGrid {
  margin-bottom: 0; }

.emthemesModez-productsByCategory-figure {
  margin: 0;
  position: relative; }
  @media (min-width: 801px) {
    .emthemesModez-productsByCategory-figure:before {
      content: ' ';
      display: block;
      position: absolute;
      left: 2.25rem;
      top: -2.25rem;
      right: -2.25rem;
      bottom: 2.25rem;
      border: 2px solid #baaeab; } }

@media (min-width: 801px) {
  .emthemesModez-productsByCategory-figcaption {
    position: absolute;
    top: 66.6667%;
    left: 30%;
    right: -2.25rem;
    transform: translateY(-50%);
    margin: 0;
    background-color: white; } }

.emthemesModez-productsByCategory-image {
  display: block;
  margin: 0 auto;
  position: relative; }

.emthemesModez-productsByCategory-figcaption-body {
  padding: 3rem 3.75rem;
  border: 2px solid #baaeab; }

.emthemesModez-productsByCategory-heading {
  font-family: "Source Sans Pro";
  font-size: 3rem;
  font-weight: normal;
  margin-top: -1.5rem;
  margin-bottom: 0; }

.emthemesModez-productsByCategory-text {
  color: #4e4745;
  margin-top: 1.5rem; }

.emthemesModez-productsByCategory-button {
  border-width: 2px;
  margin-top: 1.5rem;
  margin-bottom: 0; }

.emthemesModez-productsByCategory-productsColumn {
  margin-top: 1.5rem; }
  @media (min-width: 801px) {
    .emthemesModez-productsByCategory-productsColumn {
      margin-top: 0; } }

@media (min-width: 801px) {
  .emthemesModez-productsByCategory-products {
    padding-left: 7.5rem; } }

.emthemesModez-productsByCategory--right .emthemesModez-productsByCategory-imageColumn {
  order: 2; }

.emthemesModez-productsByCategory--right .emthemesModez-productsByCategory-productsColumn {
  order: 1; }

@media (min-width: 801px) {
  .emthemesModez-productsByCategory--right .emthemesModez-productsByCategory-figure:before {
    left: -2.25rem;
    right: 2.25rem; } }

@media (min-width: 801px) {
  .emthemesModez-productsByCategory--right .emthemesModez-productsByCategory-figcaption {
    right: 30%;
    left: -2.25rem; } }

@media (min-width: 801px) {
  .emthemesModez-productsByCategory--right .emthemesModez-productsByCategory-figcaption-body {
    text-align: right; } }

@media (min-width: 801px) {
  .emthemesModez-productsByCategory--right .emthemesModez-productsByCategory-products {
    padding-left: 0;
    padding-right: 7.5rem; } }

.emthemesModez-productLoading {
  margin: 0 -1.125rem;
  max-width: none;
  width: auto;
  font-size: 0; }
  .emthemesModez-productLoading:before, .emthemesModez-productLoading:after {
    content: " ";
    display: table; }
  .emthemesModez-productLoading:after {
    clear: both; }

.emthemesModez-productLoading-item {
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  width: 50%;
  float: none;
  display: inline-block;
  font-size: 1rem;
  vertical-align: top;
  margin-bottom: 3rem; }
  @media (min-width: 551px) {
    .emthemesModez-productLoading-item {
      width: 33.33333%; } }
  @media (min-width: 801px) {
    .emthemesModez-productLoading-item {
      width: 25%; } }

@media (min-width: 801px) {
  .no-csscolumns .emthemesModez-productLoading--maxCol2 .emthemesModez-productLoading-item {
    width: 50%; } }

@media (min-width: 801px) {
  .csscolumns .emthemesModez-productLoading--maxCol2 {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
    width: 100%;
    float: left; }
    .csscolumns .emthemesModez-productLoading--maxCol2 .emthemesModez-productLoading-item {
      padding-left: 1.125rem;
      padding-right: 1.125rem;
      width: 50%;
      float: none; } }

.emthemesModez-imageCarousel {
  margin-bottom: 6rem; }
  @media (min-width: 551px) {
    .emthemesModez-imageCarousel {
      width: 100vw;
      margin-left: 50%;
      transform: translateX(-50%); }
      .emthemesModez-imageCarousel .slick-slide {
        transition: all 0.2s ease; }
      .emthemesModez-imageCarousel .slick-list .slick-active {
        transform: translateX(-12.5vw);
        z-index: 1;
        position: relative; }
        .emthemesModez-imageCarousel .slick-list .slick-active + .slick-slide {
          transform: translateX(-25vw) scale(0.9);
          transform-origin: left top;
          z-index: 0;
          position: relative;
          filter: brightness(40%); }
      .emthemesModez-imageCarousel .slick-dots {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 25%; }
        .emthemesModez-imageCarousel .slick-dots li button,
        .emthemesModez-imageCarousel .slick-dots li button:before {
          width: 0.5rem;
          height: 0.5rem;
          border: 0; }
        .emthemesModez-imageCarousel .slick-dots li.slick-active button,
        .emthemesModez-imageCarousel .slick-dots li.slick-active button:before {
          width: 1rem;
          height: 1rem; }
        .emthemesModez-imageCarousel .slick-dots li button:before {
          background-color: #807471; }
        .emthemesModez-imageCarousel .slick-dots li.slick-active button:before {
          background-color: #807471; } }

@media (min-width: 801px) {
  .emthemesModez-specialProductsColumns {
    display: flex;
    margin: 0 -1.125rem 6rem; } }

@media (min-width: 801px) {
  .emthemesModez-specialProductsColumns .u-sep-l {
    display: none; } }

@media (min-width: 551px) {
  .emthemesModez-specialProductsColumns .productList {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.125rem; } }

@media (min-width: 801px) {
  .emthemesModez-specialProductsColumns .productList {
    display: block;
    margin: 0; } }

@media (min-width: 551px) {
  .emthemesModez-specialProductsColumns .product {
    flex: 1 1 50%;
    padding: 0 1.125rem; }
    .emthemesModez-specialProductsColumns .product:first-child + .product {
      margin-top: 0; } }
    @media (min-width: 551px) and (min-width: 801px) {
      .emthemesModez-specialProductsColumns .product:first-child + .product {
        margin-top: 3rem; } }

@media (min-width: 801px) {
  .emthemesModez-specialProductsColumns .product {
    padding: 0; } }

.emthemesModez-specialProductsColumns .listItem {
  display: flex;
  align-items: flex-start;
  margin: 0 -1.125rem; }

.emthemesModez-specialProductsColumns .listItem-figure {
  flex: 1 1 40%;
  padding: 0 1.125rem; }

.emthemesModez-specialProductsColumns .listItem-body {
  flex: 1 1 60%;
  padding: 0 1.125rem; }

@media (min-width: 1261px) {
  .emthemesModez-specialProductsColumns .listItem-content {
    display: block; } }

@media (min-width: 1261px) {
  .emthemesModez-specialProductsColumns .listItem-details {
    display: block;
    padding-right: 0; } }

@media (min-width: 1261px) {
  .emthemesModez-specialProductsColumns .listItem-actions {
    display: block;
    width: auto; } }

@media (min-width: 801px) {
  .emthemesModez-specialProductsColumns-column {
    flex: 1 1 33.33333%;
    padding: 0 1.125rem; } }

.emthemesModez-specialProductsColumns-column + .emthemesModez-specialProductsColumns-column {
  margin-top: 3rem; }
  @media (min-width: 801px) {
    .emthemesModez-specialProductsColumns-column + .emthemesModez-specialProductsColumns-column {
      margin-top: 0; } }

.emthemesModez-textBlock {
  text-align: center;
  margin-bottom: 6rem; }
  .emthemesModez-textBlock:first-child {
    margin-top: 6rem; }

.emthemesModez-textBlock-heading {
  font-size: 64px;
  text-transform: uppercase; }

.emthemesModez-textBlock-content {
  font-size: 28px;
  text-transform: uppercase; }

.emthemesModez-textBlock-buttons {
  margin-top: 2.25rem; }

.emthemesModez-videoBlock {
  margin-bottom: 6rem;
  background-color: #dbd2ce; }
  @media (min-width: 551px) {
    .emthemesModez-videoBlock {
      display: flex;
      align-items: center; } }

@media (min-width: 551px) {
  .emthemesModez-videoBlock-videoContainer {
    margin: -2.25rem 0 2.25rem 2.25rem; } }

.emthemesModez-videoBlock-toggle {
  display: inline-block;
  position: relative; }
  .emthemesModez-videoBlock-toggle.is-open {
    display: none; }
  .emthemesModez-videoBlock-toggle:after {
    content: '\f04b';
    font-family: FontAwesome;
    font-size: 1.5rem;
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -1.5rem;
    margin-top: -1.5rem;
    color: white;
    border: 2px solid white; }

a:hover .emthemesModez-videoBlock-image,
a:focus .emthemesModez-videoBlock-image {
  filter: brightness(90%); }

.emthemesModez-videoBlock-player {
  max-width: 100%; }

.emthemesModez-videoBlock-player--hide {
  display: none; }
  .emthemesModez-videoBlock-player--hide.is-open {
    display: block; }

.emthemesModez-videoBlock-textContainer {
  text-align: center;
  padding: 1.5rem; }

.emthemesModez-videoBlock-heading {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 56px;
  line-height: 1.5;
  margin: 0 0 0.75rem; }

.emthemesModez-videoBlock-buttons .button {
  margin-top: 1.5rem;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 24px;
  text-transform: none;
  color: #4e4745;
  background-color: white;
  line-height: 1.5;
  padding: 0.375rem 0.75rem;
  border: 0; }
  .emthemesModez-videoBlock-buttons .button:after {
    content: ' ';
    display: block;
    height: 1px;
    border-top: 1px solid #4e4745;
    margin-top: -0.1875rem; }

@media (min-width: 801px) {
  .emthemesModez-section-products-laparis4 {
    width: 100vw;
    margin-left: 50%;
    transform: translateX(-50%);
    position: relative;
    padding: 1.5rem; } }

@media (min-width: 801px) {
  .emthemesModez-section-products-laparis4 .productCarousel {
    margin-bottom: 0; } }

@media (min-width: 1261px) {
  .navPages-action.is-open {
    background-color: transparent; }
  .navPage-subMenu.is-open {
    display: none; }
  .navPages-item:hover .navPages-action.is-open,
  .navPages-item:focus .navPages-action.is-open {
    background-color: #4e4745; }
  .navPages-item:hover .navPage-subMenu.is-open,
  .navPages-item:focus .navPage-subMenu.is-open {
    display: block; } }

/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
  position: relative;
  cursor: pointer;
  overflow: visible !important; }

/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
  opacity: 0;
  pointer-events: none; }

/* Position tooltip above the element */
[data-tooltip]:before {
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translate(-100%, -50%);
  padding: 0.1875rem 0.375rem;
  background-color: #dbd2ce;
  content: attr(data-tooltip);
  font-size: 14px;
  line-height: 1.5;
  white-space: nowrap; }

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
  width: 0;
  border-left: 5px solid #dbd2ce;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0; }

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  opacity: 1; }

.infiniteScroll .pagination {
  height: 0 !important;
  overflow: hidden !important;
  visibility: hidden !important;
  transition: all .2s ease-in; }
  .infiniteScroll .pagination.is-loading {
    height: 50px !important;
    visibility: visible !important;
    background: url(../img/loading.svg) no-repeat center center;
    background-size: contain; }
    .infiniteScroll .pagination.is-loading > * {
      height: 0 !important;
      visibility: hidden !important; }

.header {
  background-color: #211e1d;
  border-bottom: 1px solid #baaeab;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 20; }
  @media (min-width: 801px) {
    .header {
      border-bottom: 1px solid #baaeab;
      overflow: visible;
      position: relative; } }
  .header.is-open {
    height: 100%; }
    @media (min-width: 801px) {
      .header.is-open {
        height: auto; } }

.header-logo {
  font-size: 0;
  margin: 0 3.4375rem;
  text-align: center; }
  @media (min-width: 551px) {
    .header-logo {
      margin-left: 5.15625rem;
      margin-right: 5.15625rem; } }
  @media (min-width: 801px) {
    .header-logo {
      margin: 4rem auto 4.5rem;
      padding: 0; }
      .header.fixed .header-logo {
        background-color: #e8e8e8;
        margin: 0;
        padding: 0.375rem 0;
        position: absolute;
        top: 0;
        width: 100%; } }
  .header-logo > a {
    color: #282828;
    display: inline-block;
    padding: 0.75rem 0;
    position: relative;
    text-decoration: none;
    width: 100%;
    z-index: 20; }
    .header-logo > a:before, .header-logo > a:after {
      content: " ";
      display: table; }
    .header-logo > a:after {
      clear: both; }
    @media (min-width: 801px) {
      .header-logo > a {
        background: none;
        border-bottom: 0;
        display: inline;
        padding: 0; } }
    .header-logo > a:hover {
      color: #d49f72; }
    .header-logo > a:active {
      color: #a5a5a5; }

.header-logo--left {
  text-align: left; }
  @media (min-width: 801px) {
    .header-logo--left {
      margin-left: 2.5rem; } }

.header-logo--right {
  text-align: right; }
  @media (min-width: 801px) {
    .header-logo--right {
      margin-right: 2.5rem; } }

.header-logo-text {
  display: block;
  font-family: "Kaushan Script", Arial, Helvetica, sans-serif;
  font-size: 20px;
  letter-spacing: 0.3125rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0.1875rem 0;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap; }
  @media (min-width: 551px) {
    .header-logo-text {
      font-size: 24px;
      letter-spacing: 0.5625rem;
      padding-bottom: 0;
      padding-top: 0; } }
  @media (min-width: 801px) {
    .header-logo-text {
      display: inline;
      font-size: 32px;
      margin-left: 0;
      margin-right: -0.5625rem;
      max-width: none;
      overflow: auto;
      white-space: normal; }
      .header.fixed .header-logo-text {
        font-size: 28px; } }

.header-logo-image {
  max-height: 1.9375rem; }
  @media (min-width: 801px) {
    .header-logo-image {
      max-height: none; } }

.mobileMenu-toggle {
  height: 3.4375rem;
  width: 3.4375rem;
  display: inline-block;
  font-size: 0;
  left: 0;
  overflow: hidden;
  padding: 0 1.125rem;
  position: absolute;
  z-index: 50; }
  @media (min-width: 801px) {
    .mobileMenu-toggle {
      display: none; } }
  .mobileMenu-toggle .mobileMenu-toggleIcon,
  .mobileMenu-toggle .mobileMenu-toggleIcon::before,
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    background: #807471;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    transform: rotate(0deg);
    transition: transform 100ms ease-in, top 100ms ease-in 150ms, bottom 100ms ease-in 150ms;
    width: 1.25rem; }
  .mobileMenu-toggle .mobileMenu-toggleIcon {
    top: 1.6875rem;
    transition: background-color 10ms ease-in 100ms; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::before {
    top: -0.5rem; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    bottom: -0.5rem; }
  .mobileMenu-toggle.is-open .mobileMenu-toggleIcon {
    background-color: transparent;
    transition-delay: 100ms; }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before, .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
      background-color: #807471;
      bottom: auto;
      top: auto;
      transition: transform 100ms ease-in 150ms, top 100ms ease-in, bottom 100ms ease-in; }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before {
      top: 0;
      transform: rotate(45deg); }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
      bottom: 0;
      transform: rotate(-45deg); }

.header {
  z-index: 25; }
  @media (min-width: 801px) {
    .header {
      border-bottom: 1px solid #e8e8e8; } }

.header-logo {
  height: 55px;
  display: flex; }
  .header-logo a {
    margin-top: auto;
    margin-bottom: auto; }
  @media (min-width: 801px) {
    .header-logo {
      margin-top: 1.5rem;
      margin-bottom: 1.5rem;
      min-width: 25%;
      height: auto; } }

@media (min-width: 801px) {
  .header-logo-text {
    font-size: 2.5rem; } }

.emthemesModez-header-userSection {
  padding: 0 1.5rem; }

@media (min-width: 801px) {
  .emthemesModez-header-userSection--logo-left,
  .emthemesModez-header-userSection--logo-right {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .emthemesModez-header-userSection--logo-left .navUser,
    .emthemesModez-header-userSection--logo-right .navUser {
      width: auto; }
    .emthemesModez-header-userSection--logo-left .navUser-section--alt,
    .emthemesModez-header-userSection--logo-right .navUser-section--alt {
      float: left; } }

@media (min-width: 801px) {
  .emthemesModez-header-userSection--logo-left {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .emthemesModez-header-userSection--logo-left .navUser {
      order: 2; }
    .emthemesModez-header-userSection--logo-left .header-logo {
      order: 1; } }

@media (min-width: 801px) {
  .emthemesModez-header-userSection--logo-right .navUser {
    order: 1; }
  .emthemesModez-header-userSection--logo-right .header-logo {
    order: 2; } }

@media (min-width: 801px) {
  .emthemesModez-header-userSection--logo-center {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .emthemesModez-header-userSection--logo-center .navUser--left {
      order: 1; }
    .emthemesModez-header-userSection--logo-center .navUser--right {
      order: 3;
      text-align: right; }
    .emthemesModez-header-userSection--logo-center .header-logo {
      order: 2; } }

.mobileMenu-toggle .mobileMenu-toggleIcon,
.mobileMenu-toggle .mobileMenu-toggleIcon::before,
.mobileMenu-toggle .mobileMenu-toggleIcon::after {
  background: white; }

.mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before, .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
  background-color: white; }

.emthemesModez-header-topSection {
  background: #7a4200;
  color: white;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  border-top: 1px solid #4e4745;
  border-bottom: 1px solid #4e4745;
  display: none; }
  @media (min-width: 801px) {
    .emthemesModez-header-topSection {
      display: block; } }
  .emthemesModez-header-topSection a {
    color: inherit; }
  .emthemesModez-header-topSection a:hover,
  .emthemesModez-header-topSection a:active {
    color: #dbd2ce; }
  .emthemesModez-header-topSection ul {
    list-style: none;
    margin-left: 0;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    text-align: center; }
    .emthemesModez-header-topSection ul ul,
    .emthemesModez-header-topSection ul ol {
      list-style: none;
      margin-bottom: 0; }
    .emthemesModez-header-topSection ul li {
      margin: 0;
      padding: 0; }
    .emthemesModez-header-topSection ul li {
      flex: 1;
      padding: 1.125rem;
      border-right: 1px solid #4e4745; }
      .emthemesModez-header-topSection ul li:last-child {
        border-right: 0; }

@media (min-width: 801px) {
  .header--fixed .emthemesModez-header-userSection {
    margin-left: auto;
    margin-right: auto;
    max-width: 81rem;
    padding: 0 1.5rem;
    position: relative;
    width: 100%; } }

@media (min-width: 1261px) {
  .header--fixed .emthemesModez-header-userSection {
    padding: 0 6rem; } }

@media (min-width: 801px) {
  .header--fixed .header-logo--left {
    margin-left: 0; } }

@media (min-width: 801px) {
  .header--laparis2 .emthemesModez-header-userSection {
    flex-wrap: wrap; }
  .header--laparis2 .navUser {
    order: 1;
    width: auto;
    flex: 1 1 50%;
    justify-content: flex-start; }
  .header--laparis2 .header-logo {
    order: 2; }
  .header--laparis2 .navPages-container {
    order: 3;
    flex: 1 1 50%;
    border-top: 0;
    background-color: transparent;
    padding: 0 1.5rem;
    position: static; }
  .header--laparis2 .navPages {
    text-align: right;
    width: auto; }
  .header--laparis2 .emthemesModez-header-userSection--logo-left .header-logo {
    order: 1; }
  .header--laparis2 .emthemesModez-header-userSection--logo-left .navUser {
    order: 3;
    flex: none; }
  .header--laparis2 .emthemesModez-header-userSection--logo-left .navPages-container {
    order: 2;
    flex: none; }
  .header--laparis2 .emthemesModez-header-userSection--logo-right .header-logo {
    order: 3; }
  .header--laparis2 .emthemesModez-header-userSection--logo-right .navUser {
    order: 1;
    flex: none; }
  .header--laparis2 .emthemesModez-header-userSection--logo-right .navPages-container {
    order: 2;
    flex: none; }
  .header--laparis2 .emthemesModez-header-userSection--logo-center {
    flex-wrap: wrap; }
    .header--laparis2 .emthemesModez-header-userSection--logo-center .header-logo {
      order: 2; }
    .header--laparis2 .emthemesModez-header-userSection--logo-center .navUser--left {
      order: 1;
      flex: none; }
    .header--laparis2 .emthemesModez-header-userSection--logo-center .navUser--right {
      order: 3;
      flex: none; }
    .header--laparis2 .emthemesModez-header-userSection--logo-center .navPages-container {
      order: 4;
      flex: 1 0 100%; } }
  @media (min-width: 801px) and (min-width: 801px) {
    .header--laparis2 .emthemesModez-header-userSection--logo-center .navPages {
      text-align: center; } }

@media (min-width: 551px) {
  .header--laparis2-carousel {
    position: absolute;
    top: auto;
    background-color: transparent;
    border-bottom: 0; } }

.body {
  margin-bottom: 6rem;
  margin-top: 1.5rem; }
  @media (min-width: 801px) {
    .body {
      margin-top: 2.5rem; } }

.page {
  margin: 0 -1.125rem;
  max-width: none;
  width: auto; }
  .page:before, .page:after {
    content: " ";
    display: table; }
  .page:after {
    clear: both; }

.page-content,
.page-content--full {
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  width: 100%;
  float: left; }

@media (min-width: 801px) {
  .page-content--centered {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
    width: 66.66667%;
    float: left;
    margin-left: auto;
    margin-right: auto;
    float: none; } }

.page-content--textCenter {
  text-align: center; }

.page-sidebar {
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  width: 100%;
  float: left;
  position: relative; }
  @media (min-width: 801px) {
    .page-sidebar {
      padding-left: 1.125rem;
      padding-right: 1.125rem;
      width: 25%;
      float: left; }
      .page-sidebar + .page-content {
        padding-left: 1.125rem;
        padding-right: 1.125rem;
        width: 75%;
        float: left; } }

.body {
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 1261px) {
    .body {
      max-width: 79.875rem; }
      .layout-fluid .body {
        max-width: none; } }
  @media (min-width: 1681px) {
    .body {
      max-width: 101.25rem; }
      .layout-fluid .body {
        max-width: none; } }

.footer {
  background-color: #211e1d;
  border-top: 1px solid #baaeab;
  padding: 3rem 0; }

.footer-info {
  margin: 0 -1.125rem;
  max-width: none;
  width: auto;
  font-size: 0; }
  .footer-info:before, .footer-info:after {
    content: " ";
    display: table; }
  .footer-info:after {
    clear: both; }

.footer-info-col {
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  width: 100%;
  float: left;
  color: #807471;
  display: inline-block;
  float: none;
  font-size: 1rem;
  margin-bottom: 3rem;
  text-align: center;
  vertical-align: top; }
  @media (min-width: 551px) {
    .footer-info-col {
      text-align: left;
      width: 50%; } }
  @media (min-width: 801px) {
    .footer-info-col {
      width: 33.33334%; } }
  .footer-info-col > :first-child {
    margin-top: 0; }
  .footer-info-col > :last-child {
    margin-bottom: 0; }

@media (min-width: 801px) {
  .footer-info-col--small {
    width: 16.66667%; } }

.footer-info-col--social {
  width: 100%; }

@media (min-width: 551px) {
  .footer-info-col--left {
    padding: 0; } }

@media (min-width: 551px) {
  .footer-info-col--right {
    left: 50%;
    position: inherit; } }

@media (min-width: 801px) {
  .footer-info-col--right {
    left: 0;
    padding: 0;
    text-align: right; } }

.footer-info-heading {
  font-size: 1rem;
  text-transform: inherit; }

.footer-info-list {
  list-style: none;
  margin-left: 0; }
  .footer-info-list a {
    color: #807471;
    text-decoration: none; }
    .footer-info-list a:hover {
      color: #baaeab; }

.footer-copyright {
  text-align: center; }
  @media (min-width: 551px) {
    .footer-copyright {
      text-align: left; } }
  .footer-copyright > .powered-by {
    color: #807471;
    font-size: 12px;
    margin: 0; }
  .footer-copyright a {
    color: #807471;
    text-decoration: none; }
    .footer-copyright a:hover {
      color: #baaeab; }

.footer-payment-icons {
  height: 2.5rem;
  margin-top: 1.5rem; }
  @media (min-width: 801px) {
    .footer-payment-icons {
      margin-top: 3rem; } }
  .footer-payment-icons .footer-payment-icon {
    height: 100%;
    margin: 0.375rem;
    vertical-align: middle;
    width: 3.125rem; }
  .footer-payment-icons svg {
    fill: #4e4745; }

@media (min-width: 551px) {
  .footer-geotrust-ssl-seal {
    bottom: 0;
    position: absolute;
    right: 16px; } }

.footer-geotrust-ssl-seal table {
  margin: auto; }

.footer {
  padding-bottom: 0;
  padding-top: 0;
  border-top: 0; }
  .footer > .container {
    overflow: hidden; }

.footer-info {
  padding: 3rem 0 0;
  margin: 0 -3rem; }
  .footer-info:after {
    display: block;
    height: 1px;
    margin: 0 3rem;
    border-bottom: 1px solid rgba(152, 152, 152, 0.2); }

@media (min-width: 551px) {
  .footer-info-col {
    width: 50%;
    padding: 0 3rem; } }

@media (min-width: 801px) {
  .footer-info-col {
    width: 33.33333%; } }

@media (min-width: 1261px) {
  .footer-info-col {
    width: 20%; } }

.footer-info-col .fa-ul {
  margin-left: 3rem; }
  .footer-info-col .fa-ul li {
    margin-bottom: 0.75rem; }

.footer-info-col .fa-li {
  left: -3rem; }

.footer-info-heading {
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  color: white;
  margin-bottom: 2.25rem; }

.footer-info-list li {
  margin: 0 0 0.75rem; }

.footer-info-list a {
  color: #989898; }
  .footer-info-list a:hover, .footer-info-list a:focus {
    color: #807471; }

.footer-info-list .socialLinks .icon svg {
  fill: #989898; }

.footer-info-list .socialLinks .icon:hover svg,
.footer-info-list .socialLinks .icon:focus svg {
  fill: #807471; }

.footer-payment-icons {
  margin-top: 0;
  height: auto; }
  .footer-payment-icons .footer-payment-icon {
    height: 37px; }
  .footer-payment-icons svg {
    fill: #989898; }

.footer-info-col--about p {
  font-size: 1rem;
  font-style: italic; }

.footer-copyright {
  background: #4e4a46;
  color: white;
  padding: 3rem 0;
  text-align: center;
  font-size: 16px; }
  @media (min-width: 801px) {
    .footer-copyright .container {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .footer-copyright .container > * {
        flex: 0 1 content; }
      .footer-copyright .container .footer-copyright-links {
        flex: 1; } }
  .footer-copyright p {
    margin-bottom: 0; }
  .footer-copyright a {
    color: white; }
    .footer-copyright a:hover, .footer-copyright a:focus {
      color: #807471; }

.footer-copyright-links-list {
  margin: 0;
  list-style: none;
  text-transform: uppercase; }
  .footer-copyright-links-list li {
    display: inline; }
    .footer-copyright-links-list li:not(:last-child) {
      padding-right: 0.75rem; }
      .footer-copyright-links-list li:not(:last-child) a:after {
        content: '|';
        color: rgba(152, 152, 152, 0.2);
        padding-left: 0.75rem; }

.powered-by {
  text-transform: uppercase; }

.footer-geotrust-ssl-seal {
  position: static; }

.footer-logo-text {
  display: block;
  font-family: "Kaushan Script", Arial, Helvetica, sans-serif;
  font-size: 20px;
  letter-spacing: 0.3125rem;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
  margin-bottom: 0.75rem; }
  @media (min-width: 551px) {
    .footer-logo-text {
      font-size: 24px;
      letter-spacing: 0.5625rem; } }
  @media (min-width: 801px) {
    .footer-logo-text {
      display: inline;
      font-size: 2.5rem;
      white-space: normal;
      margin-bottom: 0; } }

.footer-logo-image--invert {
  filter: invert(100%); }

.emthemesModez-brandCarousel-container {
  text-align: center;
  font-size: 1rem;
  border-top: 1px dotted #807471;
  padding-top: 2.25rem; }

.emthemesModez-brandCarousel {
  margin-bottom: 2.25rem; }

.emthemesModez-brandCarousel-slide {
  text-transform: uppercase;
  text-align: center;
  padding: 0 0.75rem;
  display: inline-block; }
  .emthemesModez-brandCarousel-slide a {
    font-size: 24px;
    text-decoration: none;
    display: inline-block;
    white-space: nowrap; }
    .emthemesModez-brandCarousel-slide a:hover img,
    .emthemesModez-brandCarousel-slide a:focus img {
      opacity: 1; }
  .emthemesModez-brandCarousel-slide img {
    opacity: 0.3; }

.emthemesModez-brandCarousel .slick-track {
  margin: 0 auto; }

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 81rem;
  padding: 0 1.5rem;
  position: relative;
  width: 100%; }
  @media (min-width: 1261px) {
    .container {
      padding: 0 6rem; } }
  .layout-fluid .container {
    max-width: none; }

.template-pages-custom-product-fluid-lightbox .body,
.template-pages-custom-product-herecomestheinvite .body {
  max-width: none; }
  .template-pages-custom-product-fluid-lightbox .body .container,
  .template-pages-custom-product-herecomestheinvite .body .container {
    max-width: none; }

.template-pages-custom-product-fluid-lightbox .productView-image,
.template-pages-custom-product-herecomestheinvite .productView-image {
  display: block;
  min-width: auto;
  min-height: auto;
  margin-top: 1.5rem; }
  .template-pages-custom-product-fluid-lightbox .productView-image:first-child,
  .template-pages-custom-product-herecomestheinvite .productView-image:first-child {
    margin-top: 0; }

@media (min-width: 551px) {
  .template-pages-custom-product-fluid-lightbox .productView-options,
  .template-pages-custom-product-herecomestheinvite .productView-options {
    margin-top: 1.5rem; } }

.template-pages-custom-product-fluid-lightbox .productView-description,
.template-pages-custom-product-herecomestheinvite .productView-description {
  float: none;
  width: 100%;
  padding: 0; }

.template-pages-custom-product-fluid-lightbox .productView-brand,
.template-pages-custom-product-herecomestheinvite .productView-brand {
  margin-top: 0.75rem; }
  @media (min-width: 1261px) {
    .template-pages-custom-product-fluid-lightbox .productView-brand,
    .template-pages-custom-product-herecomestheinvite .productView-brand {
      margin-top: 1rem; } }

.productView-description--herecomestheinvite {
  margin-top: 1.5rem; }
  .productView-description--herecomestheinvite .tabs-contents {
    margin-bottom: 0; }

.button--herecomestheinvite-examples {
  position: absolute;
  right: 1rem;
  padding: 0.1875rem 0.375rem;
  border: 0;
  background-color: #dfdfdf;
  color: black; }

.template-pages-custom-product-herecomestheinvite .productView-options {
  text-align: left; }

@media (min-width: 801px) {
  .template-pages-custom-product-herecomestheinvite .productView-images {
    width: 60%; } }

@media (min-width: 801px) {
  .template-pages-custom-product-herecomestheinvite .productView-details {
    width: 40%; } }

.herecomestheinvite-productView-textblock {
  margin-bottom: 3rem; }

.template-pages-custom-category-fullwidth-fluid .body {
  max-width: none; }
  .template-pages-custom-category-fullwidth-fluid .body .container {
    max-width: none; }

.blog {
  margin-bottom: 1.5rem; }
  @media (min-width: 801px) {
    .blog {
      margin: auto;
      width: 100%; } }
  .blog + .blog {
    border-top: 1px solid #baaeab;
    margin-top: 3rem;
    padding-top: 3rem; }
  .blog .tags {
    margin-top: 3rem;
    text-align: center; }
  .blog .socialLinks {
    text-align: center; }
  .blog .addthis_toolbox {
    margin-top: 3rem; }

.blog-title {
  font-size: 24px;
  margin: 0 1.5rem 0.375rem; }
  .blog-title a {
    text-decoration: none; }

.blog-date,
.blog-author {
  color: #807471;
  text-align: center; }

.blog-author {
  margin-bottom: 2.5rem; }

.blog-post {
  font-size: 16px;
  text-align: left; }

.blog-thumbnail {
  margin: 0 0 2rem; }

.blog-post-figure {
  display: block;
  margin: auto;
  text-align: center; }
  @media (min-width: 801px) {
    .blog-post-figure {
      width: 66.66667%; } }

.blog-post-body {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 100%; }
  @media (min-width: 551px) {
    .blog-post-body {
      width: 83.33333%; } }
  @media (min-width: 801px) {
    .blog-post-body {
      width: 66.66667%; } }
  @media (min-width: 1261px) {
    .blog-post-body {
      width: 50%; } }

/**
 * ============================================================================
 * Block: Blog Posts in Grid view
 * 
 * - .emthemesModez-blogGrid: block blog in grid style
 * - .emthemesModez-blogGrid--featured: block blog which has a first post show bigger than others
 *  
 * ============================================================================
 */
.emthemesModez-blogGrid {
  list-style: none;
  margin-left: 0;
  margin: 0 -1.125rem;
  max-width: none;
  width: auto;
  font-size: 0;
  margin-bottom: 6rem; }
  .emthemesModez-blogGrid ul,
  .emthemesModez-blogGrid ol {
    list-style: none;
    margin-bottom: 0; }
  .emthemesModez-blogGrid:before, .emthemesModez-blogGrid:after {
    content: " ";
    display: table; }
  .emthemesModez-blogGrid:after {
    clear: both; }
  .emthemesModez-blogGrid .emthemesModez-blogItem {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
    width: 100%;
    float: none;
    display: inline-block;
    font-size: 1rem;
    vertical-align: top;
    margin-top: 2.25rem; }
    .emthemesModez-blogGrid .emthemesModez-blogItem:first-child {
      margin-top: 0; }
    @media (min-width: 551px) {
      .emthemesModez-blogGrid .emthemesModez-blogItem {
        width: 33.33333%; }
        .emthemesModez-blogGrid .emthemesModez-blogItem:nth-child(2), .emthemesModez-blogGrid .emthemesModez-blogItem:nth-child(3) {
          margin-top: 0; } }
  .emthemesModez-blogGrid .blog-post-figure {
    width: 100%; }
  .emthemesModez-blogGrid .blog-post-body {
    width: 100%; }

@media (min-width: 551px) {
  .emthemesModez-blogGrid--featured .emthemesModez-blogItem:first-child {
    width: 50%;
    float: left; }
  .emthemesModez-blogGrid--featured .emthemesModez-blogItem:nth-child(2),
  .emthemesModez-blogGrid--featured .emthemesModez-blogItem:nth-child(3) {
    width: 50%; }
    .emthemesModez-blogGrid--featured .emthemesModez-blogItem:nth-child(2) .blog,
    .emthemesModez-blogGrid--featured .emthemesModez-blogItem:nth-child(3) .blog {
      display: flex;
      align-items: flex-start; }
    .emthemesModez-blogGrid--featured .emthemesModez-blogItem:nth-child(2) .blog-post-figure,
    .emthemesModez-blogGrid--featured .emthemesModez-blogItem:nth-child(3) .blog-post-figure {
      flex: 1;
      margin: 0 1.5rem 0 0; }
      .emthemesModez-blogGrid--featured .emthemesModez-blogItem:nth-child(2) .blog-post-figure .first-tag,
      .emthemesModez-blogGrid--featured .emthemesModez-blogItem:nth-child(3) .blog-post-figure .first-tag {
        bottom: 3rem; }
    .emthemesModez-blogGrid--featured .emthemesModez-blogItem:nth-child(2) .blog-post-body,
    .emthemesModez-blogGrid--featured .emthemesModez-blogItem:nth-child(3) .blog-post-body {
      flex: 1; }
    .emthemesModez-blogGrid--featured .emthemesModez-blogItem:nth-child(2) .blog-date,
    .emthemesModez-blogGrid--featured .emthemesModez-blogItem:nth-child(3) .blog-date {
      display: none; } }

/**
 * ============================================================================
 * Common blog elements
 * ============================================================================
 */
.blog-post-figure {
  position: relative; }
  .blog-post-figure .first-tag {
    position: absolute;
    bottom: 1.5rem;
    left: 0; }
    .blog-post-figure .first-tag a {
      display: block;
      padding: 0.375rem 1.5rem;
      background: white;
      text-transform: uppercase;
      font-weight: 600;
      font-size: 16px;
      letter-spacing: 0.5px;
      text-decoration: none;
      color: inherit; }

/**
 * Blog page which has Sidebar
 */
.page-sidebar + .page-content .blog-post-figure {
  width: 100%; }

.blog-thumbnail {
  margin-bottom: 0; }

.blog-post-body {
  text-align: left;
  padding-top: 0.75rem; }

.page-sidebar + .page-content .blog-post-body {
  width: 100%; }

.blog-title {
  font-size: 24px;
  text-transform: uppercase;
  margin: 0 0 1.5rem; }
  .blog-title a {
    color: inherit; }

.blog-post {
  font-size: inherit;
  margin-bottom: 1.5rem; }

.blog--has-tags .blog-post-body:before, .blog--has-tags .blog-post-body:after,
.blog--has-socials .blog-post-body:before,
.blog--has-socials .blog-post-body:after {
  content: " ";
  display: table; }

.blog--has-tags .blog-post-body:after,
.blog--has-socials .blog-post-body:after {
  clear: both; }

.blog--has-tags .blog-post,
.blog--has-socials .blog-post {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #baaeab; }

.blog-dateContainer {
  display: flex;
  justify-content: space-between;
  margin-top: 1.5rem; }

.blog-readmore {
  margin-top: 1.5rem; }
  .blog-readmore a {
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.5px;
    color: inherit; }
    .blog-readmore a:hover {
      color: #807471; }
    .blog-readmore a:active {
      color: #dbd2ce; }

.blog-date,
.blog-author {
  font-size: 16px;
  color: #807471;
  text-align: left;
  margin-bottom: 1.5rem; }

.blog .tags {
  margin-top: 1.5rem;
  margin-bottom: 0;
  text-align: left; }

.blog .addthis_toolbox {
  margin-top: 1.5rem;
  text-align: left; }
  @media (min-width: 551px) {
    .blog .addthis_toolbox {
      text-align: right; } }

@media (min-width: 551px) {
  .blog--has-tags .tags,
  .blog--has-socials .addthis_toolbox {
    float: left;
    width: 50%; } }

.blog .socialLinks {
  text-align: left; }
  @media (min-width: 551px) {
    .blog .socialLinks {
      text-align: right; } }

/* fix wrong width of pinterest icon */
.addthis_toolbox a.at300b.addthis_button_pinterest {
  height: 1.25rem;
  width: 1.25rem; }
  .addthis_toolbox a.at300b.addthis_button_pinterest .pin_it_iframe_widget {
    display: none; }

.emthemesModez-blog-bottomSection {
  margin-top: 4.5rem; }

/**
 * ============================================================================
 * Blog Grid Variations:
 * - 2 columns
 * - List style
 * ============================================================================
 */
@media (min-width: 551px) {
  .emthemesModez-blogGrid--maxCol2 .emthemesModez-blogItem {
    width: 50%; }
    .emthemesModez-blogGrid--maxCol2 .emthemesModez-blogItem:nth-child(3) {
      margin-top: 2.25rem; } }

@media (min-width: 801px) {
  .emthemesModez-blogGrid--list .blog {
    display: flex;
    align-items: flex-start; }
  .emthemesModez-blogGrid--list .blog-post-figure {
    flex: 1 1 50%;
    margin-top: 0; }
  .emthemesModez-blogGrid--list .blog-post-body {
    flex: 1 1 50%;
    margin-top: 0;
    padding-left: 2.25rem; } }

/**
 * ============================================================================
 * - Blog page 2-columns layout &
 * - Blog page 2-columns layout has a first post show full width.
 * ============================================================================
 */
@media (min-width: 551px) {
  .emthemesModez-blog--2col,
  .emthemesModez-blog--2col-featured {
    margin: 0 -1.125rem;
    max-width: none;
    width: auto;
    font-size: 0;
    margin-bottom: 1.5rem; }
    .emthemesModez-blog--2col:before, .emthemesModez-blog--2col:after,
    .emthemesModez-blog--2col-featured:before,
    .emthemesModez-blog--2col-featured:after {
      content: " ";
      display: table; }
    .emthemesModez-blog--2col:after,
    .emthemesModez-blog--2col-featured:after {
      clear: both; }
    .emthemesModez-blog--2col > *,
    .emthemesModez-blog--2col-featured > * {
      font-size: 1rem; }
    .emthemesModez-blog--2col .blog,
    .emthemesModez-blog--2col-featured .blog {
      padding-left: 1.125rem;
      padding-right: 1.125rem;
      width: 50%;
      float: none;
      display: inline-block;
      vertical-align: top; }
  .emthemesModez-blog--2col .blog:nth-child(2) {
    margin-top: 0;
    padding-top: 0; }
  .emthemesModez-blog--2col-featured .blog:first-child {
    display: block;
    width: 100%; } }

.sidebarBlock + .sidebarBlock {
  border-top: 1px solid #baaeab;
  margin-top: 2rem;
  padding-top: 2rem; }

.sidebarBlock-heading {
  margin-top: 0;
  text-transform: inherit; }

.sidebarBlock + .sidebarBlock {
  border-top: 0;
  margin-top: 3rem;
  padding-top: 0; }

.sidebarBlock-heading {
  font-size: 28px;
  text-transform: uppercase;
  border-bottom: 1px dotted #807471;
  padding-bottom: 0.75rem;
  margin-bottom: 1.5rem; }

.sidebarBlock--categories .navList-action {
  text-transform: uppercase; }

.brandGrid {
  list-style: none;
  margin-left: 0;
  margin: 0 -1.125rem;
  max-width: none;
  width: auto;
  font-size: 0;
  margin-bottom: 1.5rem; }
  .brandGrid ul,
  .brandGrid ol {
    list-style: none;
    margin-bottom: 0; }
  .brandGrid:before, .brandGrid:after {
    content: " ";
    display: table; }
  .brandGrid:after {
    clear: both; }
  .brandGrid .brand {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
    width: 50%;
    float: none;
    display: inline-block;
    font-size: 1rem;
    vertical-align: top; }
    @media (min-width: 551px) {
      .brandGrid .brand {
        width: 33.33333%; } }
    @media (min-width: 801px) {
      .brandGrid .brand {
        width: 25%; } }
    .brandGrid .brand .card-title {
      text-align: center; }

.productGrid {
  list-style: none;
  margin-left: 0;
  margin: 0 -1.125rem;
  max-width: none;
  width: auto;
  font-size: 0;
  margin-bottom: 1.5rem; }
  .productGrid ul,
  .productGrid ol {
    list-style: none;
    margin-bottom: 0; }
  .productGrid:before, .productGrid:after {
    content: " ";
    display: table; }
  .productGrid:after {
    clear: both; }
  .productGrid .product {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
    width: 50%;
    float: none;
    display: inline-block;
    font-size: 1rem;
    vertical-align: top; }
    @media (min-width: 551px) {
      .productGrid .product {
        width: 33.33333%; } }
    @media (min-width: 801px) {
      .productGrid .product {
        width: 25%; } }

@media (min-width: 551px) {
  .page-sidebar + .page-content .productGrid .product {
    width: 33.33333%; } }

.productMasonry {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-fill: auto;
       column-fill: auto;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  margin: 0 0 1.5rem;
  overflow: hidden; }
  @media (min-width: 551px) {
    .productMasonry {
      -moz-column-count: 3;
           column-count: 3; } }
  @media (min-width: 801px) {
    .productMasonry {
      -moz-column-count: 4;
           column-count: 4; } }
  .productMasonry .product {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
    display: block;
    margin-bottom: 3rem;
    padding: 0;
    width: 100%; }
  .productMasonry .card {
    margin: 0; }
  .no-csscolumns .productMasonry {
    list-style: none;
    margin-left: 0;
    margin: 0 -1.125rem;
    max-width: none;
    width: auto;
    font-size: 0; }
    .no-csscolumns .productMasonry ul,
    .no-csscolumns .productMasonry ol {
      list-style: none;
      margin-bottom: 0; }
    .no-csscolumns .productMasonry:before, .no-csscolumns .productMasonry:after {
      content: " ";
      display: table; }
    .no-csscolumns .productMasonry:after {
      clear: both; }
    .no-csscolumns .productMasonry .product {
      padding-left: 1.125rem;
      padding-right: 1.125rem;
      width: 25%;
      float: none;
      display: inline-block;
      font-size: 1rem;
      vertical-align: top; }
    .no-csscolumns .productMasonry .card {
      margin: 0; }

@media (min-width: 801px) {
  .no-csscolumns .productGrid--maxCol6 .product {
    width: 16.66667%; } }

@media (min-width: 801px) {
  .csscolumns .productGrid--maxCol6 {
    -moz-column-count: 6;
         column-count: 6; } }

@media (min-width: 801px) {
  .no-csscolumns .productGrid--maxCol3 .product {
    width: 33.33333%; } }

@media (min-width: 801px) {
  .csscolumns .productGrid--maxCol3 {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
    width: 100%;
    float: left; }
    .csscolumns .productGrid--maxCol3 .product {
      padding-left: 1.125rem;
      padding-right: 1.125rem;
      width: 33.33333%;
      float: none; } }

.productGrid {
  margin: 0;
  margin-bottom: 3rem; }

.emthemesModez-productBrandsTabs-products .product {
  transition: width 0.2s; }
  .emthemesModez-productBrandsTabs-products .product.hide {
    overflow: hidden;
    width: 0 !important;
    padding: 0; }

.emthemesModez-productBrandsTabs {
  text-align: center;
  margin: -0.75rem 0 3rem; }
  .emthemesModez-productBrandsTabs ul {
    margin: 0; }
  .emthemesModez-productBrandsTabs li {
    display: inline-block;
    margin-right: 1rem; }
    .emthemesModez-productBrandsTabs li:last-child {
      margin-right: 0; }
  .emthemesModez-productBrandsTabs a {
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.5px;
    font-weight: 500;
    padding: 0.375rem 0.75rem;
    border: 1px solid #baaeab; }
    .emthemesModez-productBrandsTabs a.active {
      border-color: #807471; }

@media (min-width: 801px) {
  .no-csscolumns .productGrid--maxCol2 .product {
    width: 50%; } }

@media (min-width: 801px) {
  .csscolumns .productGrid--maxCol2 .product {
    width: 50%; } }

@media (min-width: 801px) {
  .no-csscolumns .productGrid--maxCol5 .product,
  .csscolumns .productGrid--maxCol5 .product {
    width: 20%; } }

@media (min-width: 801px) {
  .productGrid--laparis1 {
    padding-left: calc(40% + 0.9rem); } }

@media (min-width: 801px) {
  .productGrid--laparis1 .product:not(.hide) {
    width: 66.66667%;
    margin-left: -66.66667%;
    float: left; } }

@media (min-width: 801px) {
  .productGrid--laparis1 .product:not(.hide) ~ .product:not(.hide) {
    width: 33.33333%;
    margin-left: 0;
    float: none; } }

.productList {
  list-style: none;
  margin-left: 0; }
  .productList ul,
  .productList ol {
    list-style: none;
    margin-bottom: 0; }
  .productList .product + .product {
    margin-top: 4rem; }

@media (min-width: 551px) {
  .listItem {
    margin: 0 -1.125rem;
    max-width: none;
    width: auto;
    display: table; }
    .listItem:before, .listItem:after {
      content: " ";
      display: table; }
    .listItem:after {
      clear: both; } }

@media (min-width: 551px) {
  .listItem-figure,
  .listItem-body {
    display: table-cell;
    vertical-align: top; } }

@media (min-width: 1261px) {
  .listItem-figure,
  .listItem-body {
    vertical-align: middle; } }

.listItem-figure {
  margin: 0 0 1.5rem; }
  @media (min-width: 551px) {
    .listItem-figure {
      margin-bottom: 0; } }
  @media (min-width: 551px) and (min-width: 551px) {
    .listItem-figure {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%; } }

.listItem-image {
  width: 100%; }

@media (min-width: 551px) {
  .listItem-body {
    padding-left: 1.25rem;
    padding-right: 0.75rem;
    width: 75%; } }

@media (min-width: 1261px) {
  .listItem-content {
    display: table; } }

@media (min-width: 1261px) {
  .listItem-details,
  .listItem-actions {
    display: table-cell;
    vertical-align: top; } }

@media (min-width: 1261px) {
  .listItem-details {
    padding-right: 6rem; }
    .listItem-details > :last-child {
      margin-bottom: 0; } }

.listItem-rating {
  margin-bottom: 0.375rem; }

.listItem-brand {
  color: #a5a5a5;
  font-size: 1rem;
  margin: 0 0 0.1875rem; }
  @media (min-width: 801px) {
    .listItem-brand {
      font-size: 16px;
      margin-bottom: 0; } }

.listItem-title {
  font-size: 16px;
  margin: 0 0 0.1875rem; }
  @media (min-width: 801px) {
    .listItem-title {
      font-size: 20px; } }
  .listItem-title > a {
    text-decoration: none; }

.listItem-price {
  margin-bottom: 1rem; }
  @media (min-width: 801px) {
    .listItem-price {
      font-size: 20px; } }

@media (min-width: 1261px) {
  .listItem-actions {
    vertical-align: middle;
    width: 22%; }
    .listItem-actions .button--compare {
      font-size: 14px;
      padding: 0.5625rem 1.5rem; } }

.listItem-actions .button {
  margin-bottom: 0; }
  @media (min-width: 1261px) {
    .listItem-actions .button {
      width: 100%; }
      .listItem-actions .button + .button {
        margin: 0.75rem 0 0; } }

@media (min-width: 1261px) {
  .page-sidebar + .page-content .productList .listItem-details {
    padding-right: 3rem; } }

@media (min-width: 1261px) {
  .page-sidebar + .page-content .productList .listItem-actions {
    width: 30%; } }

.listItem-body {
  position: relative; }

.listItem-actions {
  padding-bottom: 1.5rem; }
  @media (min-width: 1261px) {
    .listItem-actions .button + .form-action,
    .listItem-actions .button + .form {
      margin: 0.75rem 0 0; } }

.productList {
  margin-bottom: 3rem; }
  .productList .product + .product {
    margin-top: 3rem; }

.productList--maxCol4 .product {
  padding: 0 1.125rem; }
  @media (min-width: 551px) {
    .productList--maxCol4 .product {
      width: 50%; } }
  @media (min-width: 801px) {
    .productList--maxCol4 .product {
      width: 25%; } }
  @media (min-width: 551px) {
    .productList--maxCol4 .product:nth-child(2n+1) {
      clear: both; } }
  @media (min-width: 801px) {
    .productList--maxCol4 .product:nth-child(2n+1) {
      clear: none; } }
  @media (min-width: 801px) {
    .productList--maxCol4 .product:nth-child(4n+1) {
      clear: both; } }

.sidebarBlock .productList,
.productList--maxCol4 {
  margin: 0 -1.125rem;
  max-width: none;
  width: auto; }
  .sidebarBlock .productList:before, .sidebarBlock .productList:after,
  .productList--maxCol4:before,
  .productList--maxCol4:after {
    content: " ";
    display: table; }
  .sidebarBlock .productList:after,
  .productList--maxCol4:after {
    clear: both; }
  .sidebarBlock .productList .product,
  .productList--maxCol4 .product {
    vertical-align: top;
    float: left; }
    .sidebarBlock .productList .product + .product,
    .productList--maxCol4 .product + .product {
      margin-top: 0; }
  .sidebarBlock .productList .listItem,
  .productList--maxCol4 .listItem {
    margin: 0 -1.125rem;
    max-width: none;
    width: auto;
    display: table;
    padding: 0 0 1.5rem;
    margin: 0 0 1.5rem; }
    .sidebarBlock .productList .listItem:before, .sidebarBlock .productList .listItem:after,
    .productList--maxCol4 .listItem:before,
    .productList--maxCol4 .listItem:after {
      content: " ";
      display: table; }
    .sidebarBlock .productList .listItem:after,
    .productList--maxCol4 .listItem:after {
      clear: both; }
  .sidebarBlock .productList .listItem-figure,
  .sidebarBlock .productList .listItem-body,
  .productList--maxCol4 .listItem-figure,
  .productList--maxCol4 .listItem-body {
    display: table-cell;
    vertical-align: top; }
  .sidebarBlock .productList .listItem-figure,
  .productList--maxCol4 .listItem-figure {
    width: 50%;
    padding: 0; }
    @media (min-width: 551px) {
      .sidebarBlock .productList .listItem-figure,
      .productList--maxCol4 .listItem-figure {
        width: 40%; } }
  .sidebarBlock .productList .listItem-body,
  .productList--maxCol4 .listItem-body {
    width: 50%;
    padding: 0 0 0 1.5rem; }
    @media (min-width: 551px) {
      .sidebarBlock .productList .listItem-body,
      .productList--maxCol4 .listItem-body {
        width: 60%; } }
  @media (min-width: 1261px) {
    .sidebarBlock .productList .listItem-content,
    .productList--maxCol4 .listItem-content {
      display: block; } }
  @media (min-width: 1261px) {
    .sidebarBlock .productList .listItem-details,
    .sidebarBlock .productList .listItem-actions,
    .productList--maxCol4 .listItem-details,
    .productList--maxCol4 .listItem-actions {
      display: block; } }
  .sidebarBlock .productList .listItem-details,
  .productList--maxCol4 .listItem-details {
    padding-right: 0; }
  .sidebarBlock .productList .listItem-actions,
  .productList--maxCol4 .listItem-actions {
    width: auto; }

.sidebarBlock .productList {
  margin: 0; }
  .sidebarBlock .productList .listItem {
    border-bottom: 1px solid #baaeab; }
  .sidebarBlock .productList .product:last-child .listItem {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0; }

.listItem-details {
  margin-bottom: 0.75rem; }

.listItem-brand {
  margin-bottom: 0.75rem; }

.listItem-title {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0; }

.productList--block .listItem-actions-buttons {
  position: absolute;
  bottom: 0;
  left: 1.5rem;
  opacity: 0; }
  .productList--block .listItem-actions-buttons .listItem-button {
    padding: 0;
    text-align: center;
    font-size: 0;
    line-height: 0;
    border: 0;
    background-color: transparent;
    margin: 0 0.75rem 0 0;
    pointer-events: all;
    width: auto; }
    .productList--block .listItem-actions-buttons .listItem-button:hover .listItem-button-icon, .productList--block .listItem-actions-buttons .listItem-button:focus .listItem-button-icon {
      opacity: 0.6; }
    .productList--block .listItem-actions-buttons .listItem-button + .listItem-button {
      margin: 0 0.75rem 0 0; }
    .productList--block .listItem-actions-buttons .listItem-button input {
      visibility: hidden;
      clip: rect(0, 0, 0, 0);
      width: 0;
      height: 0; }
  .productList--block .listItem-actions-buttons .form,
  .productList--block .listItem-actions-buttons .form-action {
    display: inline; }
  .productList--block .listItem-actions-buttons .listItem-button-text {
    display: none; }
  .productList--block .listItem-actions-buttons .listItem-button-icon {
    font-size: 28px; }

.productList:not(.productList--block) .listItem-figure,
.productList:not(.productList--block) .listItem-body {
  padding: 0 1.125rem; }

.listItem:hover .listItem-figcaption,
.listItem:hover .listItem-actions-buttons {
  opacity: 1; }

.listItem-figure {
  position: relative; }

.listItem-figcaption {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  pointer-events: none;
  background: white;
  margin: 0;
  text-align: center; }

.listItem-figcaption-buttons {
  pointer-events: all; }
  .listItem-figcaption-buttons .button {
    margin-bottom: 0;
    padding: 0.75rem; }

.productView {
  margin: 0 -1.125rem;
  max-width: none;
  width: auto;
  margin-left: -1rem;
  margin-right: -1rem; }
  .productView:before, .productView:after {
    content: " ";
    display: table; }
  .productView:after {
    clear: both; }
  .modal .productView {
    padding-bottom: 0;
    padding-top: 0; }

.productView--quickView .socialLinks-item--print {
  display: none; }

.productView-images {
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 801px) {
    .productView-images {
      width: 50%; } }

.productView-details {
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 801px) {
    .productView-details {
      clear: right;
      float: right;
      width: 50%; } }

.productView-description {
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 1261px) {
    .productView-description {
      clear: right;
      float: right;
      width: 50%; } }

.productView-title {
  font-family: "Open Sans"; }

.productView-images {
  position: relative; }

.productView-image {
  min-width: auto;
  min-height: auto; }

.productView-brand a {
  text-decoration: none; }

.productView-options {
  margin-top: 1.5rem; }
  .productView-options .form-field.hide {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px); }

.productView-description .tabs-contents {
  margin-bottom: 0; }

.sale-flag-star,
.sale-flag-star:before,
.sale-flag-star:after {
  background: #d49f72;
  content: "";
  display: block;
  height: 3.125rem;
  left: 0;
  overflow: visible;
  position: absolute;
  top: 0;
  transform: scaleX(1) scaleY(1) scaleZ(1);
  transform-origin: 50% 50% 0;
  width: 3.125rem;
  z-index: 10; }

.sale-flag-star:before {
  transform: rotateZ(30deg) scaleX(1) scaleY(1) scaleZ(1); }

.sale-flag-star:after {
  transform: rotateZ(60deg) scaleX(1) scaleY(1) scaleZ(1); }

.starwrap {
  height: 3.125rem;
  position: absolute;
  top: 10px;
  width: 3.125rem; }

.sale-text-burst {
  color: white;
  font-weight: 600;
  line-height: 0.9375rem;
  position: absolute;
  text-align: center;
  top: 20%;
  width: 3.125rem;
  z-index: 20; }

.sale-flag-side {
  background: #d49f72;
  border-radius: 0 50px 50px 0;
  color: white;
  font-size: 15px;
  font-weight: 700;
  height: 1.25rem;
  line-height: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.75rem;
  padding-top: 0.09375rem;
  position: absolute;
  transition: 800ms ease;
  z-index: 20; }

.product:hover .sale-flag-side {
  background: #d49f72;
  transition: 800ms ease; }

.sale-flag-sash {
  background: #d49f72;
  color: white;
  font-size: 15px;
  font-weight: 700;
  height: 1.25rem;
  left: -35px;
  line-height: 1rem;
  padding-top: 0.09375rem;
  position: absolute;
  text-align: center;
  top: 25px;
  transform: rotate(-45deg);
  transition: 800ms ease;
  width: 7.4375rem;
  z-index: 20; }

.product:hover .sale-flag-sash {
  background: #d49f72;
  transition: 800ms ease; }

.product {
  overflow: hidden; }

.sale-flag-side {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  border-radius: 0;
  line-height: 1.5;
  height: auto;
  padding: 0.1875rem 0.75rem;
  left: 0.75rem;
  top: 0.75rem; }
  .sale-flag-side:after {
    content: ' ';
    font-size: 0;
    border-left: 12.5px solid #d49f72;
    border-top: 12.5px solid transparent;
    border-bottom: 12.5px solid transparent;
    position: absolute;
    top: 0;
    right: -12px; }
  .sale-flag-side + .sale-flag-side {
    top: 3rem; }
  .productView-images .sale-flag-side {
    left: 1.75rem; }

.sale-flag-side--custom {
  background-color: #ee6767; }
  .sale-flag-side--custom:after {
    border-left-color: #ee6767; }
  .product:hover .sale-flag-side--custom {
    background-color: #ee6767; }

.form-option-variant--color,
.form-option-variant--pattern {
  height: 95px;
  width: 95px; }

.account {
  margin-bottom: 1.5rem; }

@media (min-width: 801px) {
  .account--fixed {
    margin: 0 auto;
    width: 66.66667%; } }

@media (min-width: 801px) {
  .account--fixedSmall {
    margin: 0 auto;
    width: 50%; } }

@media (min-width: 801px) {
  .account--fixedLarge {
    margin: 0 auto;
    width: 75%; } }

.account-head {
  margin-bottom: 3rem;
  text-align: center; }
  .account-head .alertBox {
    padding-left: 3rem;
    padding-right: 3rem;
    text-align: left; }

.account-body {
  margin: 0 -1.125rem;
  max-width: none;
  width: auto; }
  .account-body:before, .account-body:after {
    content: " ";
    display: table; }
  .account-body:after {
    clear: both; }

.account-content {
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  width: 100%;
  float: left; }

@media (min-width: 801px) {
  .account-content--fixed {
    width: 66.66667%; } }

@media (min-width: 801px) {
  .account-content--fixedSmall {
    width: 50%; } }

.account-sidebar {
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  width: 100%;
  float: left; }
  @media (min-width: 801px) {
    .account-sidebar {
      width: 33.33333%; }
      .account-content--fixedSmall + .account-sidebar {
        float: right; } }

/* jsTree default theme */
.jstree-node,
.jstree-children,
.jstree-container-ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none; }

.jstree-node {
  white-space: nowrap; }

.jstree-anchor {
  display: inline-block;
  color: black;
  white-space: nowrap;
  padding: 0 4px 0 1px;
  margin: 0;
  vertical-align: top; }

.jstree-anchor:focus {
  outline: 0; }

.jstree-anchor,
.jstree-anchor:link,
.jstree-anchor:visited,
.jstree-anchor:hover,
.jstree-anchor:active {
  text-decoration: none;
  color: inherit; }

.jstree-icon {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: center; }

.jstree-icon:empty {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: center; }

.jstree-ocl {
  cursor: pointer; }

.jstree-leaf > .jstree-ocl {
  cursor: default; }

.jstree .jstree-open > .jstree-children {
  display: block; }

.jstree .jstree-closed > .jstree-children,
.jstree .jstree-leaf > .jstree-children {
  display: none; }

.jstree-anchor > .jstree-themeicon {
  margin-right: 2px; }

.jstree-no-icons .jstree-themeicon,
.jstree-anchor > .jstree-themeicon-hidden {
  display: none; }

.jstree-hidden {
  display: none; }

.jstree-rtl .jstree-anchor {
  padding: 0 1px 0 4px; }

.jstree-rtl .jstree-anchor > .jstree-themeicon {
  margin-left: 2px;
  margin-right: 0; }

.jstree-rtl .jstree-node {
  margin-left: 0; }

.jstree-rtl .jstree-container-ul > .jstree-node {
  margin-right: 0; }

.jstree-wholerow-ul {
  position: relative;
  display: inline-block;
  min-width: 100%; }

.jstree-wholerow-ul .jstree-leaf > .jstree-ocl {
  cursor: pointer; }

.jstree-wholerow-ul .jstree-anchor,
.jstree-wholerow-ul .jstree-icon {
  position: relative; }

.jstree-wholerow-ul .jstree-wholerow {
  width: 100%;
  cursor: pointer;
  position: absolute;
  left: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.vakata-context {
  display: none; }

.vakata-context,
.vakata-context ul {
  margin: 0;
  padding: 2px;
  position: absolute;
  background: #f5f5f5;
  border: 1px solid #979797;
  box-shadow: 2px 2px 2px #999999; }

.vakata-context ul {
  list-style: none;
  left: 100%;
  margin-top: -2.7em;
  margin-left: -4px; }

.vakata-context .vakata-context-right ul {
  left: auto;
  right: 100%;
  margin-left: auto;
  margin-right: -4px; }

.vakata-context li {
  list-style: none;
  display: inline; }

.vakata-context li > a {
  display: block;
  padding: 0 2em 0 2em;
  text-decoration: none;
  width: auto;
  color: black;
  white-space: nowrap;
  line-height: 2.4em;
  text-shadow: 1px 1px 0 white;
  border-radius: 1px; }

.vakata-context li > a:hover {
  position: relative;
  background-color: #e8eff7;
  box-shadow: 0 0 2px #0a6aa1; }

.vakata-context li > a.vakata-context-parent {
  background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAIORI4JlrqN1oMSnmmZDQUAOw==");
  background-position: right center;
  background-repeat: no-repeat; }

.vakata-context li > a:focus {
  outline: 0; }

.vakata-context .vakata-context-hover > a {
  position: relative;
  background-color: #e8eff7;
  box-shadow: 0 0 2px #0a6aa1; }

.vakata-context .vakata-context-separator > a,
.vakata-context .vakata-context-separator > a:hover {
  background: white;
  border: 0;
  border-top: 1px solid #e2e3e3;
  height: 1px;
  min-height: 1px;
  max-height: 1px;
  padding: 0;
  margin: 0 0 0 2.4em;
  border-left: 1px solid #e0e0e0;
  text-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  border-radius: 0; }

.vakata-context .vakata-contextmenu-disabled a,
.vakata-context .vakata-contextmenu-disabled a:hover {
  color: silver;
  background-color: transparent;
  border: 0;
  box-shadow: 0 0 0; }

.vakata-context li > a > i {
  text-decoration: none;
  display: inline-block;
  width: 2.4em;
  height: 2.4em;
  background: transparent;
  margin: 0 0 0 -2em;
  vertical-align: top;
  text-align: center;
  line-height: 2.4em; }

.vakata-context li > a > i:empty {
  width: 2.4em;
  line-height: 2.4em; }

.vakata-context li > a .vakata-contextmenu-sep {
  display: inline-block;
  width: 1px;
  height: 2.4em;
  background: white;
  margin: 0 0.5em 0 0;
  border-left: 1px solid #e2e3e3; }

.vakata-context .vakata-contextmenu-shortcut {
  font-size: 0.8em;
  color: silver;
  opacity: 0.5;
  display: none; }

.vakata-context-rtl ul {
  left: auto;
  right: 100%;
  margin-left: auto;
  margin-right: -4px; }

.vakata-context-rtl li > a.vakata-context-parent {
  background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAINjI+AC7rWHIsPtmoxLAA7");
  background-position: left center;
  background-repeat: no-repeat; }

.vakata-context-rtl .vakata-context-separator > a {
  margin: 0 2.4em 0 0;
  border-left: 0;
  border-right: 1px solid #e2e3e3; }

.vakata-context-rtl .vakata-context-left ul {
  right: auto;
  left: 100%;
  margin-left: -4px;
  margin-right: auto; }

.vakata-context-rtl li > a > i {
  margin: 0 -2em 0 0; }

.vakata-context-rtl li > a .vakata-contextmenu-sep {
  margin: 0 0 0 0.5em;
  border-left-color: white;
  background: #e2e3e3; }

#jstree-marker {
  position: absolute;
  top: 0;
  left: 0;
  margin: -5px 0 0 0;
  padding: 0;
  border-right: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0; }

#jstree-dnd {
  line-height: 16px;
  margin: 0;
  padding: 4px; }

#jstree-dnd .jstree-icon,
#jstree-dnd .jstree-copy {
  display: inline-block;
  text-decoration: none;
  margin: 0 2px 0 0;
  padding: 0;
  width: 16px;
  height: 16px; }

#jstree-dnd .jstree-ok {
  background: green; }

#jstree-dnd .jstree-er {
  background: red; }

#jstree-dnd .jstree-copy {
  margin: 0 2px 0 2px; }

.jstree-default .jstree-node,
.jstree-default .jstree-icon {
  background-repeat: no-repeat;
  background-color: transparent; }

.jstree-default .jstree-anchor,
.jstree-default .jstree-wholerow {
  transition: background-color 0.15s, box-shadow 0.15s; }

.jstree-default .jstree-hovered {
  background: #e7f4f9;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #cccccc; }

.jstree-default .jstree-clicked {
  background: #beebff;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #999999; }

.jstree-default .jstree-no-icons .jstree-anchor > .jstree-themeicon {
  display: none; }

.jstree-default .jstree-disabled {
  background: transparent;
  color: #666666; }

.jstree-default .jstree-disabled.jstree-hovered {
  background: transparent;
  box-shadow: none; }

.jstree-default .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default .jstree-disabled > .jstree-icon {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

.jstree-default .jstree-search {
  font-style: italic;
  color: #8b0000;
  font-weight: bold; }

.jstree-default .jstree-no-checkboxes .jstree-checkbox {
  display: none !important; }

.jstree-default.jstree-checkbox-no-clicked .jstree-clicked {
  background: transparent;
  box-shadow: none; }

.jstree-default.jstree-checkbox-no-clicked .jstree-clicked.jstree-hovered {
  background: #e7f4f9; }

.jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked {
  background: transparent; }

.jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked.jstree-wholerow-hovered {
  background: #e7f4f9; }

.jstree-default > .jstree-striped {
  min-width: 100%;
  display: inline-block;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAkCAMAAAB/qqA+AAAABlBMVEUAAAAAAAClZ7nPAAAAAnRSTlMNAMM9s3UAAAAXSURBVHjajcEBAQAAAIKg/H/aCQZ70AUBjAATb6YPDgAAAABJRU5ErkJggg==") left top repeat; }

.jstree-default > .jstree-wholerow-ul .jstree-hovered,
.jstree-default > .jstree-wholerow-ul .jstree-clicked {
  background: transparent;
  box-shadow: none;
  border-radius: 0; }

.jstree-default .jstree-wholerow {
  box-sizing: border-box; }

.jstree-default .jstree-wholerow-hovered {
  background: #e7f4f9; }

.jstree-default .jstree-wholerow-clicked {
  background: #beebff;
  background: linear-gradient(to bottom, #beebff 0%, #a8e4ff 100%); }

.jstree-default .jstree-node {
  min-height: 24px;
  line-height: 24px;
  margin-left: 24px;
  min-width: 24px; }

.jstree-default .jstree-anchor {
  line-height: 24px;
  height: 24px; }

.jstree-default .jstree-icon {
  width: 24px;
  height: 24px;
  line-height: 24px; }

.jstree-default .jstree-icon:empty {
  width: 24px;
  height: 24px;
  line-height: 24px; }

.jstree-default.jstree-rtl .jstree-node {
  margin-right: 24px; }

.jstree-default .jstree-wholerow {
  height: 24px; }

.jstree-default .jstree-node,
.jstree-default .jstree-icon {
  background-image: url("../img/vendor/jstree/32px.png"); }

.jstree-default .jstree-node {
  background-position: -292px -4px;
  background-repeat: repeat-y; }

.jstree-default .jstree-last {
  background: transparent; }

.jstree-default .jstree-open > .jstree-ocl {
  background-position: -132px -4px; }

.jstree-default .jstree-closed > .jstree-ocl {
  background-position: -100px -4px; }

.jstree-default .jstree-leaf > .jstree-ocl {
  background-position: -68px -4px; }

.jstree-default .jstree-themeicon {
  background-position: -260px -4px; }

.jstree-default > .jstree-no-dots .jstree-node,
.jstree-default > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -36px -4px; }

.jstree-default > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -4px -4px; }

.jstree-default .jstree-disabled {
  background: transparent; }

.jstree-default .jstree-disabled.jstree-hovered {
  background: transparent; }

.jstree-default .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default .jstree-checkbox {
  background-position: -164px -4px; }

.jstree-default .jstree-checkbox:hover {
  background-position: -164px -36px; }

.jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default .jstree-checked > .jstree-checkbox {
  background-position: -228px -4px; }

.jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default .jstree-checked > .jstree-checkbox:hover {
  background-position: -228px -36px; }

.jstree-default .jstree-anchor > .jstree-undetermined {
  background-position: -196px -4px; }

.jstree-default .jstree-anchor > .jstree-undetermined:hover {
  background-position: -196px -36px; }

.jstree-default .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

.jstree-default > .jstree-striped {
  background-size: auto 48px; }

.jstree-default.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y; }

.jstree-default.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -132px -36px; }

.jstree-default.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -100px -36px; }

.jstree-default.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -68px -36px; }

.jstree-default.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -36px -36px; }

.jstree-default.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -4px -36px; }

.jstree-default .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0; }

.jstree-default > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("../img/vendor/jstree/throbber.gif") center center no-repeat; }

.jstree-default .jstree-file {
  background: url("../img/vendor/jstree/32px.png") -100px -68px no-repeat; }

.jstree-default .jstree-folder {
  background: url("../img/vendor/jstree/32px.png") -260px -4px no-repeat; }

.jstree-default > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0; }

#jstree-dnd.jstree-default {
  line-height: 24px;
  padding: 0 4px; }

#jstree-dnd.jstree-default .jstree-ok,
#jstree-dnd.jstree-default .jstree-er {
  background-image: url("../img/vendor/jstree/32px.png");
  background-repeat: no-repeat;
  background-color: transparent; }

#jstree-dnd.jstree-default i {
  background: transparent;
  width: 24px;
  height: 24px;
  line-height: 24px; }

#jstree-dnd.jstree-default .jstree-ok {
  background-position: -4px -68px; }

#jstree-dnd.jstree-default .jstree-er {
  background-position: -36px -68px; }

.jstree-default.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg=="); }

.jstree-default.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-small .jstree-node {
  min-height: 18px;
  line-height: 18px;
  margin-left: 18px;
  min-width: 18px; }

.jstree-default-small .jstree-anchor {
  line-height: 18px;
  height: 18px; }

.jstree-default-small .jstree-icon {
  width: 18px;
  height: 18px;
  line-height: 18px; }

.jstree-default-small .jstree-icon:empty {
  width: 18px;
  height: 18px;
  line-height: 18px; }

.jstree-default-small.jstree-rtl .jstree-node {
  margin-right: 18px; }

.jstree-default-small .jstree-wholerow {
  height: 18px; }

.jstree-default-small .jstree-node,
.jstree-default-small .jstree-icon {
  background-image: url("../img/vendor/jstree/32px.png"); }

.jstree-default-small .jstree-node {
  background-position: -295px -7px;
  background-repeat: repeat-y; }

.jstree-default-small .jstree-last {
  background: transparent; }

.jstree-default-small .jstree-open > .jstree-ocl {
  background-position: -135px -7px; }

.jstree-default-small .jstree-closed > .jstree-ocl {
  background-position: -103px -7px; }

.jstree-default-small .jstree-leaf > .jstree-ocl {
  background-position: -71px -7px; }

.jstree-default-small .jstree-themeicon {
  background-position: -263px -7px; }

.jstree-default-small > .jstree-no-dots .jstree-node,
.jstree-default-small > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-small > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -7px; }

.jstree-default-small > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -7px -7px; }

.jstree-default-small .jstree-disabled {
  background: transparent; }

.jstree-default-small .jstree-disabled.jstree-hovered {
  background: transparent; }

.jstree-default-small .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default-small .jstree-checkbox {
  background-position: -167px -7px; }

.jstree-default-small .jstree-checkbox:hover {
  background-position: -167px -39px; }

.jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default-small .jstree-checked > .jstree-checkbox {
  background-position: -231px -7px; }

.jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default-small .jstree-checked > .jstree-checkbox:hover {
  background-position: -231px -39px; }

.jstree-default-small .jstree-anchor > .jstree-undetermined {
  background-position: -199px -7px; }

.jstree-default-small .jstree-anchor > .jstree-undetermined:hover {
  background-position: -199px -39px; }

.jstree-default-small .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

.jstree-default-small > .jstree-striped {
  background-size: auto 36px; }

.jstree-default-small.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y; }

.jstree-default-small.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-small.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -135px -39px; }

.jstree-default-small.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -103px -39px; }

.jstree-default-small.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -71px -39px; }

.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -39px; }

.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -7px -39px; }

.jstree-default-small .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0; }

.jstree-default-small > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("../img/vendor/jstree/throbber.gif") center center no-repeat; }

.jstree-default-small .jstree-file {
  background: url("../img/vendor/jstree/32px.png") -103px -71px no-repeat; }

.jstree-default-small .jstree-folder {
  background: url("../img/vendor/jstree/32px.png") -263px -7px no-repeat; }

.jstree-default-small > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0; }

#jstree-dnd.jstree-default-small {
  line-height: 18px;
  padding: 0 4px; }

#jstree-dnd.jstree-default-small .jstree-ok,
#jstree-dnd.jstree-default-small .jstree-er {
  background-image: url("../img/vendor/jstree/32px.png");
  background-repeat: no-repeat;
  background-color: transparent; }

#jstree-dnd.jstree-default-small i {
  background: transparent;
  width: 18px;
  height: 18px;
  line-height: 18px; }

#jstree-dnd.jstree-default-small .jstree-ok {
  background-position: -7px -71px; }

#jstree-dnd.jstree-default-small .jstree-er {
  background-position: -39px -71px; }

.jstree-default-small.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAACAQMAAABv1h6PAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMHBgAAiABBI4gz9AAAAABJRU5ErkJggg=="); }

.jstree-default-small.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-large .jstree-node {
  min-height: 32px;
  line-height: 32px;
  margin-left: 32px;
  min-width: 32px; }

.jstree-default-large .jstree-anchor {
  line-height: 32px;
  height: 32px; }

.jstree-default-large .jstree-icon {
  width: 32px;
  height: 32px;
  line-height: 32px; }

.jstree-default-large .jstree-icon:empty {
  width: 32px;
  height: 32px;
  line-height: 32px; }

.jstree-default-large.jstree-rtl .jstree-node {
  margin-right: 32px; }

.jstree-default-large .jstree-wholerow {
  height: 32px; }

.jstree-default-large .jstree-node,
.jstree-default-large .jstree-icon {
  background-image: url("../img/vendor/jstree/32px.png"); }

.jstree-default-large .jstree-node {
  background-position: -288px 0px;
  background-repeat: repeat-y; }

.jstree-default-large .jstree-last {
  background: transparent; }

.jstree-default-large .jstree-open > .jstree-ocl {
  background-position: -128px 0px; }

.jstree-default-large .jstree-closed > .jstree-ocl {
  background-position: -96px 0px; }

.jstree-default-large .jstree-leaf > .jstree-ocl {
  background-position: -64px 0px; }

.jstree-default-large .jstree-themeicon {
  background-position: -256px 0px; }

.jstree-default-large > .jstree-no-dots .jstree-node,
.jstree-default-large > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-large > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px 0px; }

.jstree-default-large > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0px 0px; }

.jstree-default-large .jstree-disabled {
  background: transparent; }

.jstree-default-large .jstree-disabled.jstree-hovered {
  background: transparent; }

.jstree-default-large .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default-large .jstree-checkbox {
  background-position: -160px 0px; }

.jstree-default-large .jstree-checkbox:hover {
  background-position: -160px -32px; }

.jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default-large .jstree-checked > .jstree-checkbox {
  background-position: -224px 0px; }

.jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default-large .jstree-checked > .jstree-checkbox:hover {
  background-position: -224px -32px; }

.jstree-default-large .jstree-anchor > .jstree-undetermined {
  background-position: -192px 0px; }

.jstree-default-large .jstree-anchor > .jstree-undetermined:hover {
  background-position: -192px -32px; }

.jstree-default-large .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

.jstree-default-large > .jstree-striped {
  background-size: auto 64px; }

.jstree-default-large.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y; }

.jstree-default-large.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-large.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -128px -32px; }

.jstree-default-large.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -96px -32px; }

.jstree-default-large.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -64px -32px; }

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px -32px; }

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0px -32px; }

.jstree-default-large .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0; }

.jstree-default-large > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("../img/vendor/jstree/throbber.gif") center center no-repeat; }

.jstree-default-large .jstree-file {
  background: url("../img/vendor/jstree/32px.png") -96px -64px no-repeat; }

.jstree-default-large .jstree-folder {
  background: url("../img/vendor/jstree/32px.png") -256px 0px no-repeat; }

.jstree-default-large > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0; }

#jstree-dnd.jstree-default-large {
  line-height: 32px;
  padding: 0 4px; }

#jstree-dnd.jstree-default-large .jstree-ok,
#jstree-dnd.jstree-default-large .jstree-er {
  background-image: url("../img/vendor/jstree/32px.png");
  background-repeat: no-repeat;
  background-color: transparent; }

#jstree-dnd.jstree-default-large i {
  background: transparent;
  width: 32px;
  height: 32px;
  line-height: 32px; }

#jstree-dnd.jstree-default-large .jstree-ok {
  background-position: 0px -64px; }

#jstree-dnd.jstree-default-large .jstree-er {
  background-position: -32px -64px; }

.jstree-default-large.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAACAQMAAAAD0EyKAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjgIIGBgABCgCBvVLXcAAAAABJRU5ErkJggg=="); }

.jstree-default-large.jstree-rtl .jstree-last {
  background: transparent; }

@media (max-width: 768px) {
  #jstree-dnd.jstree-dnd-responsive {
    line-height: 40px;
    font-weight: bold;
    font-size: 1.1em;
    text-shadow: 1px 1px white; }
  #jstree-dnd.jstree-dnd-responsive > i {
    background: transparent;
    width: 40px;
    height: 40px; }
  #jstree-dnd.jstree-dnd-responsive > .jstree-ok {
    background-image: url("../img/vendor/jstree/40px.png");
    background-position: 0 -200px;
    background-size: 120px 240px; }
  #jstree-dnd.jstree-dnd-responsive > .jstree-er {
    background-image: url("../img/vendor/jstree/40px.png");
    background-position: -40px -200px;
    background-size: 120px 240px; }
  #jstree-marker.jstree-dnd-responsive {
    border-left-width: 10px;
    border-top-width: 10px;
    border-bottom-width: 10px;
    margin-top: -10px; } }

@media (max-width: 768px) {
  .jstree-default-responsive {
    /*
	.jstree-open > .jstree-ocl,
	.jstree-closed > .jstree-ocl { border-radius:20px; background-color:white; }
	*/ }
  .jstree-default-responsive .jstree-icon {
    background-image: url("../img/vendor/jstree/40px.png"); }
  .jstree-default-responsive .jstree-node,
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background: transparent; }
  .jstree-default-responsive .jstree-node {
    min-height: 40px;
    line-height: 40px;
    margin-left: 40px;
    min-width: 40px;
    white-space: nowrap; }
  .jstree-default-responsive .jstree-anchor {
    line-height: 40px;
    height: 40px; }
  .jstree-default-responsive .jstree-icon,
  .jstree-default-responsive .jstree-icon:empty {
    width: 40px;
    height: 40px;
    line-height: 40px; }
  .jstree-default-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0; }
  .jstree-default-responsive.jstree-rtl .jstree-node {
    margin-left: 0;
    margin-right: 40px; }
  .jstree-default-responsive.jstree-rtl .jstree-container-ul > .jstree-node {
    margin-right: 0; }
  .jstree-default-responsive .jstree-ocl,
  .jstree-default-responsive .jstree-themeicon,
  .jstree-default-responsive .jstree-checkbox {
    background-size: 120px 240px; }
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background: transparent; }
  .jstree-default-responsive .jstree-open > .jstree-ocl {
    background-position: 0 0px !important; }
  .jstree-default-responsive .jstree-closed > .jstree-ocl {
    background-position: 0 -40px !important; }
  .jstree-default-responsive.jstree-rtl .jstree-closed > .jstree-ocl {
    background-position: -40px 0px !important; }
  .jstree-default-responsive .jstree-themeicon {
    background-position: -40px -40px; }
  .jstree-default-responsive .jstree-checkbox,
  .jstree-default-responsive .jstree-checkbox:hover {
    background-position: -40px -80px; }
  .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
  .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
  .jstree-default-responsive .jstree-checked > .jstree-checkbox,
  .jstree-default-responsive .jstree-checked > .jstree-checkbox:hover {
    background-position: 0 -80px; }
  .jstree-default-responsive .jstree-anchor > .jstree-undetermined,
  .jstree-default-responsive .jstree-anchor > .jstree-undetermined:hover {
    background-position: 0 -120px; }
  .jstree-default-responsive .jstree-anchor {
    font-weight: bold;
    font-size: 1.1em;
    text-shadow: 1px 1px white; }
  .jstree-default-responsive > .jstree-striped {
    background: transparent; }
  .jstree-default-responsive .jstree-wholerow {
    border-top: 1px solid rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid rgba(64, 64, 64, 0.2);
    background: #ebebeb;
    height: 40px; }
  .jstree-default-responsive .jstree-wholerow-hovered {
    background: #e7f4f9; }
  .jstree-default-responsive .jstree-wholerow-clicked {
    background: #beebff; }
  .jstree-default-responsive .jstree-children .jstree-last > .jstree-wholerow {
    box-shadow: inset 0 -6px 3px -5px #666666; }
  .jstree-default-responsive .jstree-children .jstree-open > .jstree-wholerow {
    box-shadow: inset 0 6px 3px -5px #666666;
    border-top: 0; }
  .jstree-default-responsive .jstree-children .jstree-open + .jstree-open {
    box-shadow: none; }
  .jstree-default-responsive .jstree-node,
  .jstree-default-responsive .jstree-icon,
  .jstree-default-responsive .jstree-node > .jstree-ocl,
  .jstree-default-responsive .jstree-themeicon,
  .jstree-default-responsive .jstree-checkbox {
    background-image: url("../img/vendor/jstree/40px.png");
    background-size: 120px 240px; }
  .jstree-default-responsive .jstree-node {
    background-position: -80px 0;
    background-repeat: repeat-y; }
  .jstree-default-responsive .jstree-last {
    background: transparent; }
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background-position: -40px -120px; }
  .jstree-default-responsive .jstree-last > .jstree-ocl {
    background-position: -40px -160px; }
  .jstree-default-responsive .jstree-themeicon-custom {
    background-color: transparent;
    background-image: none;
    background-position: 0 0; }
  .jstree-default-responsive .jstree-file {
    background: url("../img/vendor/jstree/40px.png") 0 -160px no-repeat;
    background-size: 120px 240px; }
  .jstree-default-responsive .jstree-folder {
    background: url("../img/vendor/jstree/40px.png") -40px -40px no-repeat;
    background-size: 120px 240px; }
  .jstree-default-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0;
    margin-right: 0; } }

.zsiq_agtpic img {
  width: 54px;
  height: 54px; }

@media only screen and (max-width: 550px) {
  .emthemesModez-banner + .emthemesModez-banner {
    margin-top: 0rem; }
  ul.navPage-subMenu-list {
    padding-bottom: 1em !important; }
    ul.navPage-subMenu-list > :first-child a {
      padding-top: 1em !important; }
  /*
    .navPage-childList  {
        padding-bottom: 5px !important;
    }*/ }

h1 {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem; }

h1.fronttitle_h1 {
  text-align: center; }

@media only screen and (max-width: 550px) {
  .fronttitle_h1 {
    font-size: 20px;
    font-weight: 800; } }

.shippingbanner {
  background-color: #7a4200;
  color: white;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 40px;
  font-family: Arial, Helvetica, sans-serif;
  font-style: italic;
  padding: 10px; }

@media only screen and (max-width: 550px) {
  .shippingbanner {
    font-size: 20px;
    font-weight: 900; } }

.footer-info-col-wide {
  color: #807471;
  display: inline-block;
  float: none;
  font-size: 1rem;
  margin-bottom: 3rem;
  text-align: left;
  vertical-align: top; }
  .footer-info-col-wide > :first-child {
    margin-top: 0; }
  .footer-info-col-wide > :last-child {
    margin-bottom: 0; }
  @media (min-width: 551px) {
    .footer-info-col-wide {
      width: 50%;
      padding: 0 3rem; } }
  @media (min-width: 801px) {
    .footer-info-col-wide {
      width: 33.33333%; } }
  @media (min-width: 1261px) {
    .footer-info-col-wide {
      width: 40%; } }
  .footer-info-col-wide .fa-ul {
    margin-left: 3rem; }
    .footer-info-col-wide .fa-ul li {
      margin-bottom: 0.75rem; }
  .footer-info-col-wide .fa-li {
    left: -3rem; }

@media only screen and (max-width: 550px) {
  .footer-info {
    margin: 0px; }
  .footer-info-col {
    padding-left: 0px;
    padding-right: 0px; }
  .footer-info-col-wide {
    text-align: center;
    width: 100%; }
    .footer-info-col-wide > :last-child {
      margin-bottom: 2rem; }
  .footer-info-col-wide p b:after {
    content: "\a";
    white-space: pre; }
  .productView {
    margin-top: 20px; } }

.footer-info-col-wide p {
  color: white; }

.footer-info-col-wide p b {
  font-size: 1rem;
  font-weight: 800; }

.answerbase-widget img[usemap="#image-map"] {
  display: none !important; }

body {
  padding-top: 8.125rem; }
  body.page-default {
    padding-top: 2.8125rem; }

.body {
  max-width: inherit;
  margin: 0; }

.main .full {
  margin: 0 7% 0 7% !important; }

.container {
  padding: 0 1.5rem; }

.breadcrumb {
  text-transform: uppercase;
  margin: 1.5rem 0; }

.previewCartItem {
  background-color: #ffffff; }

.previewCartAction {
  background-color: #e8e8e8; }

.previewCartAction .button {
  height: 35px; }

.countPill .navUser-item--cart .navUser-action {
  padding-top: 10px !important; }

.countPill {
  height: 13px;
  width: 13px;
  line-height: 0.5;
  background-color: #d49f72;
  padding-top: 4px !important;
  font-size: 10px;
  float: right !important; }

.navUser .dropdown-menu {
  background-color: #ffffff; }

a:focus {
  color: #d49f72 !important; }

.dropdown--quickSearch.is-open {
  top: -8px !important;
  width: 350px !important;
  left: auto !important;
  padding: 25px; }

.quickSearchResults {
  display: none !important; }

.paddingtop {
  margin-top: 320px; }

#s-f9688439-c98d-4e90-aeae-84ea440a4114,
#s-62575a73-147e-42e7-ad93-a8863a42bfb0,
#s-bbe1dc87-05ef-43e3-8099-941263e075e9,
#s-62c6b6cd-a4e2-4c34-896b-12a42a7d09b2,
#s-0e7cb13f-6f4e-4757-9758-fd25d5d37129 {
  position: relative; }

.shogun-image-container {
  z-index: -1; }

#video-wrap {
  float: left;
  margin: 0 30px 15px 0; }

p {
  margin-bottom: 1rem; }

@media only screen and (max-width: 1260px) {
  .heroCarousel-slide {
    top: 0px; }
  body.emthemesModez-productUniform .pace-done {
    padding-top: 0px !important; }
  .heroCarousel .slick-next,
  .heroCarousel .slick-prev {
    display: none !important; }
  .heroCarousel .slick-dots {
    bottom: 0;
    padding-top: 14px;
    padding-bottom: 14px !important; }
  .footer-logo {
    margin-bottom: 25px; } }

@media only screen and (max-width: 1440px) {
  .heroCarousel-title {
    opacity: 1;
    font-size: 36px;
    line-height: 1;
    font-family: Montserrat,Arial,Helvetica,sans-serif;
    font-weight: 200;
    letter-spacing: 1px;
    color: #ffffff;
    position: initial; }
  .heroCarousel-description {
    font-size: 36px;
    line-height: 1.1;
    font-family: Montserrat,Arial,Helvetica,sans-serif;
    letter-spacing: 1px;
    color: #ffffff;
    position: initial;
    /*padding-bottom: 20px;*/
    text-shadow: 2px 2px 4px #000000; }
  .heroCarousel-action {
    position: initial; } }

@media only screen and (min-width: 800px) {
  .productView {
    margin-top: 60px; } }

@media only screen and (min-width: 550px) and (max-width: 800px) {
  .productView {
    margin-top: 0px !important; } }

@media only screen and (min-width: 550px) and (max-width: 1080px) {
  .emthemesModez-banner-figure {
    width: 110% !important; }
  .emthemesModez-banner--laparis3:first-child .emthemesModez-banner-figcaption {
    max-width: 95% !important;
    bottom: 0px !important;
    height: 55% !important; }
  .emthemesModez-banner--laparis3 .emthemesModez-banner-image {
    width: auto;
    height: 100%;
    -o-object-fit: cover !important;
       object-fit: cover !important; } }

@media only screen and (min-width: 1261px) {
  /*    .footer-info-col {
        width: 25%;
    }    
    .footer-info-col-wide {
        width: 25%;
    }*/ }

/*
@media (max-width: 1081px) {
    
    .footer-info-col-wide {
        
         width: 100%;
    }
}*/
@media only screen and (max-width: 810px) {
  .navPages {
    text-align: left; }
  .navPages-list {
    text-align: left !important;
    margin-right: 10px; } }

a.navPages-action {
  color: #FFFFFF; }

.navUser--left {
  position: fixed;
  top: 0;
  right: 6%; }

.navUser--right {
  position: fixed;
  top: 0;
  right: 8%; }

.navUser ol, .navUser ul {
  background-color: #807973;
  height: 45px; }

.navUser-action--contact {
  padding-top: 1.3rem; }

.emthemesModez-header-userSection--logo-left:hover, .emthemesModez-header-userSection--logo-left:focus-within {
  background: #211e1d !important;
  transition: ease 0.6s; }

.emthemesModez-header-userSection--logo-center {
  background: rgba(33, 30, 29, 0.95);
  height: 145px; }

.emthemesModez-header-topSection {
  font-style: italic;
  text-align: center;
  color: #fdf9f9; }

.navPages {
  text-align: right; }

.navPages-list {
  text-align: right;
  margin-right: 10px; }

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

.navPage-subMenu-item {
  width: auto; }

[class*=" emthemesModez-icon-"], [class^=emthemesModez-icon-] {
  line-height: 0.5; }

.navUser-action:hover, .navUser-action.is-open {
  color: #d49f72;
  transition: ease 0.6s; }

.navUser-item--cart .navUser-action:hover {
  color: #d49f72; }

.navUser-item--cart .navUser-action.is-open {
  color: #ffffff; }

.navPages-action {
  font-size: 0.92rem;
  padding: 0.95rem; }

.navPages-action.is-open {
  font-size: 0.92rem;
  background-color: transparent; }

.navPage-subMenu-item > .navPage-subMenu-action {
  font-size: 0.99rem;
  color: #d49f72;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 0.5;
  margin-bottom: 0px;
  border: 0;
  background-color: transparent;
  padding-top: 2rem !important; }

.navPage-subMenu-item:hover > .navPage-subMenu-action:hover, .navPage-subMenu-item:active > .navPage-subMenu-action:active {
  font-size: 0.99rem;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 0.5;
  margin-bottom: 0px; }

/*
 * Ryan update for Neil Patel
 */
.banners {
  padding: 0px;
  position: relative;
  top: 0px;
  z-index: 10;
  padding-bottom: 3rem; }

.maintenanceNotice {
  display: none; }

body {
  background: linear-gradient(#fdf9f9, #ffffff); }

.navPage-subMenu-item {
  margin-top: -12px !important; }

.navPages-item:hover {
  background-color: #4e4745; }

.navPages-item:focus .navPages-action.is-open, .navPages-item:hover .navPages-action.is-open {
  background-color: transparent; }

.heroCarousel {
  margin-bottom: 0;
  margin-top: 0; }
  .heroCarousel .slick-track {
    display: flex; }

.heroCarousel-content {
  position: absolute;
  top: 65%;
  left: 0;
  width: 100%;
  transform: translateY(-50%); }
  @media (min-width: 801px) {
    .heroCarousel-content {
      top: 50%;
      width: 90%; } }
  @media (min-width: 1441px) {
    .heroCarousel-content {
      width: 85%; } }

.heroCarousel-image {
  visibility: hidden; }
  @media only screen and (max-width: 801px) {
    .heroCarousel-image {
      height: 10rem; } }

.heroCarousel-slide {
  position: relative;
  background-position: center bottom;
  background-size: cover;
  min-height: 400px; }
  @media (min-width: 551px) {
    .heroCarousel-slide {
      min-height: 530px; } }
  @media (min-width: 801px) {
    .heroCarousel-slide {
      height: auto;
      min-height: 0; } }

.heroCarousel .slick-next,
.heroCarousel .slick-prev {
  background-color: transparent !important;
  color: #ffffff !important; }

@media (min-width: 1261px) {
  .heroCarousel-slide .heroCarousel-title {
    opacity: 1;
    font-size: 36px;
    line-height: 1;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-weight: 200;
    letter-spacing: 1px;
    color: #ffffff; }
  .heroCarousel-slide .heroCarousel-description {
    font-size: 36px !important;
    line-height: 1.3;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    letter-spacing: 2px;
    color: #ffffff;
    text-shadow: 2px 2px 4px #000000; }
  /*
    .heroCarousel-slide--0 .heroCarousel-title,
    .heroCarousel-slide--2 .heroCarousel-title,
    .heroCarousel-slide--3 .heroCarousel-title,
    .heroCarousel-slide--1 .heroCarousel-title,
    .heroCarousel-slide--4 .heroCarousel-title {
        opacity: 1;
        font-size: 36px;
        line-height: 1;
        font-family: Montserrat, Arial, Helvetica, sans-serif;
        font-weight: 200;
        letter-spacing: 1px;
        color: #ffffff;
        position: absolute;
        top: -255%;
        right: 0;
    }


    .heroCarousel-slide--0 .heroCarousel-description,
    .heroCarousel-slide--2 .heroCarousel-description,
    .heroCarousel-slide--3 .heroCarousel-description,
    .heroCarousel-slide--1 .heroCarousel-description,
    .heroCarousel-slide--4 .heroCarousel-description {
        font-size: 36px!important;
        line-height: 1.3;
        font-family: Montserrat, Arial, Helvetica, sans-serif;
        font-weight: 600;
        letter-spacing: 2px;
        color: #ffffff;
        position: absolute;
        top: -208%;
        right: 0;
        text-shadow: 2px 2px 4px #000000;
    }

    .heroCarousel-slide--0 .heroCarousel-action,
    .heroCarousel-slide--2 .heroCarousel-action,
    .heroCarousel-slide--3 .heroCarousel-action,
    .heroCarousel-slide--1 .heroCarousel-action,
    .heroCarousel-slide--4 .heroCarousel-action {
        position: absolute;
        right: 0;
        top: -160%;
    }

    .heroCarousel-slide--5 .heroCarousel-title {
        opacity: 1;
        font-size: 36px;
        line-height: 1;
        font-family: Montserrat, Arial, Helvetica, sans-serif;
        font-weight: 200;
        letter-spacing: 1px;
        color: #ffffff;
        position: absolute;
        top: -255%;
        right: 0;
    }

    .heroCarousel-slide--5 .heroCarousel-description {
        font-size: 36px !important;
        line-height: 1.3;
        font-family: Montserrat, Arial, Helvetica, sans-serif;
        font-weight: 600;
        letter-spacing: 2px;
        color: #ffffff;
        position: absolute;
        top: -208%;
        right: 0;
    }

    .heroCarousel-slide--5 .heroCarousel-content {
        top: 440px;
    }
    */ }

.button--primary {
  background-color: #7d451e;
  border: 0px; }

.heroCarousel-content {
  background-color: rgba(128, 121, 115, 0); }

.heroCarousel .slick-dots {
  background-color: rgba(33, 30, 29, 0.7);
  padding-bottom: 25px;
  bottom: 0px; }

.slick-dots li button {
  border: 1px solid #bab1ad; }

.slick-dots li button:hover::before {
  background-color: transparent !important;
  border: 2px solid #d49f72 !important; }

.slick-dots li.slick-active button::before {
  background-color: #d49f72 !important; }

@media only screen and (max-width: 801px) {
  .heroCarousel.slick-initialized {
    height: auto; } }

.form-label--alternate {
  font-size: 16px; }

b,
optgroup,
strong {
  font-size: 19px; }

.slick-slider .slick-list,
.slick-slider .slick-track {
  margin-top: 0px; }

.button--small {
  font-size: 14px !important; }

.emthemesModez-bannersContainer--laparis2 {
  display: none; }

.emthemesModez-bannersContainer--laparis2 + .emthemesModez-bannersContainer--laparis3 {
  margin-top: 2.25rem; }

.emthemesModez-banner-figcaption-title {
  margin-top: 0px;
  color: #ffffff; }

.emthemesModez-banner--laparis2 .emthemesModez-banner-figcaption-title {
  font-size: 75px; }

hr {
  display: block;
  margin-top: 7pt;
  margin-bottom: -12pt;
  margin-left: auto;
  margin-right: auto;
  border-style: inset;
  border-width: 1px;
  width: 45%;
  color: #d49f72; }

.emthemesModez-banner--laparis3 .emthemesModez-banner-figcaption-title strong {
  font-size: 19px; }

.emthemesModez-banner--laparis2 .emthemesModez-banner-figcaption-title {
  color: #fff;
  border-bottom: 0px solid rgba(33, 30, 29, 0.7); }

.emthemesModez-banner--laparis3 .emthemesModez-banner-figcaption-text {
  margin-top: 0px;
  color: #ffffff; }

.emthemesModez-banner--laparis2 .emthemesModez-banner-figcaption-text {
  margin-bottom: 1.5em; }

.emthemesModez-banner--laparis2 .emthemesModez-banner-figcaption {
  background-color: rgba(33, 30, 29, 0.7);
  border: 0px dotted white;
  padding: 22px 15px 25px 15px; }

.emthemesModez-banner--laparis2 .emthemesModez-banner-figcaption:hover {
  background-color: #211e1d;
  transition: ease-in-out 0.5s; }

.emthemesModez-banner-image {
  transition: ease-in-out 20s; }

.emthemesModez-banner--laparis2 .emthemesModez-banner-image:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  background-color: white; }

@media only screen and (min-width: 552px) and (max-width: 767px) {
  .emthemesModez-banner.emthemesModez-banner--laparis3:first-child {
    position: initial;
    width: 100%;
    margin: 0;
    display: flex; }
    .emthemesModez-banner.emthemesModez-banner--laparis3:first-child .emthemesModez-banner-figure {
      flex: 1; }
    .emthemesModez-banner.emthemesModez-banner--laparis3:first-child .emthemesModez-banner-figcaption {
      flex: 1;
      align-items: center;
      margin-bottom: 1.5rem;
      display: flex;
      align-content: center;
      align-items: center; }
      .emthemesModez-banner.emthemesModez-banner--laparis3:first-child .emthemesModez-banner-figcaption .emthemesModez-banner-figcaption-body {
        margin: auto; } }

.emthemesModez-banner--laparis2 .emthemesModez-banner-image:hover:after {
  top: 50%;
  bottom: 50%;
  background: rgba(255, 255, 255, 0.3); }

@media only screen and (max-width: 767px) {
  .emthemesModez-banner--laparis3:first-child .emthemesModez-banner-figcaption {
    background-color: #4e4a46;
    padding: 1rem 0 2rem;
    margin-top: -2rem; } }

@media only screen and (min-width: 767px) {
  .emthemesModez-banner--laparis3:first-child .emthemesModez-banner-figcaption {
    background-color: rgba(33, 30, 29, 0.7);
    position: absolute;
    bottom: -210px;
    transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    width: 338px;
    color: #ffffff;
    padding-bottom: 30px;
    padding-top: 15px; } }

@media only screen and (min-width: 767px) and (max-width: 1250px) {
  .emthemesModez-banner--laparis3:first-child .emthemesModez-banner-figcaption {
    right: 0;
    left: 0;
    margin: 0 1rem;
    padding: 2rem 0;
    max-width: 90%; } }

@media only screen and (min-width: 1250px) {
  .emthemesModez-banner--laparis3:first-child .emthemesModez-banner-figcaption:hover {
    background-color: #211e1d;
    position: absolute;
    bottom: 0px;
    transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    width: 338px;
    color: #ffffff; } }

@media only screen and (min-width: 552px) and (max-width: 767px) {
  .emthemesModez-banner--laparis3:not(:first-child) {
    margin-left: 0;
    width: 100%; } }

.emthemesModez-banner--laparis3 + .emthemesModez-banner--laparis3 .emthemesModez-banner-figcaption {
  background-color: #4e4a46; }

.emthemesModez-banner--laparis3 + .emthemesModez-banner--laparis3 .emthemesModez-banner-figcaption:before {
  color: #4e4a46; }

.emthemesModez-banner--laparis3 .emthemesModez-banner-figcaption-title strong {
  background-color: transparent;
  border: 1px #bab1ad solid; }

.emthemesModez-banner--laparis2 .emthemesModez-banner-figcaption-button {
  border: 1px solid #ffffff;
  background-color: transparent;
  transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  margin-top: -3px; }

.emthemesModez-banner--laparis2 .emthemesModez-banner-figcaption-button:hover,
.emthemesModez-banner--laparis2 .emthemesModez-banner-figcaption-button:active {
  border: 1px solid #ffffff;
  background-color: transparent;
  color: #d49f72;
  transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  margin-top: -3px; }

.emthemesModez-banner-figcaption-button:hover {
  background-color: #211e1d; }

.card-figcaption-body-bottomGroup .card-figcaption-button:hover {
  opacity: 1 !important; }

.card-figcaption-body-rightGroup .card-figcaption-button-icon {
  font-size: 18px !important;
  line-height: 1.2;
  font-weight: 400;
  background-color: rgba(255, 255, 255, 0.9) !important;
  padding: 5px;
  border: 0px;
  border-radius: 2px; }

.card-figcaption-body-rightGroup .card-figcaption-button-icon:hover {
  opacity: 1 !important; }

.card-figcaption-body-bottomGroup {
  padding: 0.5rem;
  background-color: transparent;
  font-size: 14px; }

.emthemesModez-brandCarousel-container {
  display: none; }

.emthemesModez-newsletterSection .form-input {
  background-color: #ffffff;
  color: #807973; }

.emthemesModez-newsletterSection .button--primary {
  background-color: #4e4a46;
  border-color: #4e4a46;
  color: #ffffff; }

.emthemesModez-productBrandsTabs {
  display: none; }

.card-figure {
  margin-top: 0;
  border: 1px dotted #bab1ad; }

.sale-flag-sash,
.sale-flag-side,
.sale-text-burst {
  z-index: 6; }

.card-text--brand {
  display: none; }

.productView-options .form-option span.form-option-variant.form-option-variant--pattern:before {
  z-index: 0 !important; }

.emthemesModez-blogGrid {
  display: none; }

.emthemesModez-newsletterForm .footer-info-heading {
  font-size: 28px; }

.emthemesModez-newsletterForm .form {
  width: 90%;
  margin-left: 1em !important; }

.footer-info-list a {
  color: #dbd4ce; }

.footer-info-list a:focus,
.footer-info-list a:hover {
  color: #d49f72; }

.footer-payment-icons svg {
  fill: #807973; }

.footer-copyright a:hover {
  color: #d49f72; }

.footer-logo {
  background: url("/product_images/uploaded_images/urbanforge-footer-logo.png") no-repeat !important; }

.socialLinks .icon svg {
  fill: #807973; }

.socialLinks .icon svg:hover {
  fill: #d49f72; }

.footer-copyright > .powered-by {
  color: #ffffff;
  font-size: 14px;
  line-height: 44px; }

/*
@media (min-width: 801px) {
    .footer-info-col {
        width: 23.33333%;
    }
    
    .footer-info-col-wide {
         width: 23.33333%;
    }
}*/
.emthemesModez-productUniform .card-figure > a {
  max-width: 500px;
  text-align: center; }
  .emthemesModez-productUniform .card-figure > a:after {
    content: "";
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 131.8%; }

.emthemesModez-productUniform .card-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  max-height: 100%; }

.emthemesModez-productUniform .brandGrid .card-figure > a {
  max-width: 190px; }
  .emthemesModez-productUniform .brandGrid .card-figure > a:after {
    padding-bottom: 131.57895%; }

/* =================================================== */
/*                Customization header                 */
/* =================================================== */
.header {
  background: transparent;
  border: 0; }

.emthemesModez-header-topSection {
  border: 0; }
  .emthemesModez-header-topSection ul {
    height: 40px; }
    .emthemesModez-header-topSection ul li {
      flex: 0 0 auto;
      border: 0;
      text-align: left;
      font-size: 0.9375rem;
      color: #fdf9f9;
      font-weight: 400;
      font-style: italic;
      padding: 0.5rem 0.75rem; }
  .emthemesModez-header-topSection .container {
    max-width: 100%; }

.emthemesModez-header-userSection {
  background: rgba(33, 30, 29, 0.95); }

.emthemesModez-header-userSection {
  padding: 0; }

.header-logo {
  margin: 0;
  text-align: left;
  padding: 0 1.5rem;
  height: 5rem;
  min-width: 20%;
  max-width: 80%;
  flex: 1 1 0; }
  .header-logo > a {
    width: auto; }

.header-logo-image {
  max-height: 3.75rem; }

.mobileMenu-toggle {
  left: auto;
  top: 3.4375rem;
  right: 0; }

.navPages-container {
  height: calc(100% - 124px);
  border: 0; }
  .navPages-container.is-open {
    padding-top: 0; }

.navPages {
  background: rgba(78, 71, 69, 0.95); }

.navPages-list + .navPages-list {
  border-top-color: #d49f72; }

.navPages-action {
  padding: 0 0.5rem;
  font-size: 0.92rem; }

.navPages-action svg {
  fill: #d49f72;
  stroke: #d49f72; }

.navUser--right {
  background: #807973;
  position: static;
  transform: none; }
  .navUser--right .navUser-section {
    display: flex;
    align-items: center;
    float: none; }
  .navUser--right .navUser-item {
    display: block;
    flex: 0 0 auto; }
  .navUser--right .navUser-item--contact {
    flex: 1 1 0; }
  .navUser--right .navUser-action {
    padding: 0.625rem 0.75rem; }
  .navUser--right .navUser-action-locationLabel, .navUser--right .navUser-item-searchLabel, .navUser--right .navUser-item-cartLabel, .navUser--right .navUser-item-loginLabel {
    display: none; }
  .navUser--right .navUser-action--contact {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    display: inline-block; }

@media (min-width: 801px) {
  body {
    padding-top: 8.75rem;
    margin-top: 0; }
    body.page-default {
      padding-top: 2.5rem; }
  .header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%; }
  .navPages-container {
    background: transparent;
    position: static;
    height: auto; }
    .navPages-container .navPages-item > .navPages-action {
      display: flex;
      align-items: center; }
    .navPages-container .navPages-item:hover > .navPages-action {
      background-color: #4e4745; }
    .navPages-container .navPages-item:hover > .navPage-subMenu {
      display: block;
      width: 100%;
      left: 0;
      z-index: 500; }
  .navPages {
    background: transparent; }
  .emthemesModez-header-userSection--logo-left .navPages-container {
    order: 2; }
  .navUser--right {
    position: absolute;
    top: 0;
    right: 1.5rem; }
    .navUser--right .navUser-section {
      height: 40px; }
    .navUser--right .navUser-action {
      padding: 0.5rem 0.75rem; }
    .navUser--right .navUser-item:first-child .navUser-action:before {
      display: none; }
  .navPage-subMenu-item > .navPage-subMenu-action {
    font-size: .99rem;
    color: #d49f72;
    text-transform: uppercase;
    font-weight: 700;
    line-height: .5;
    margin-bottom: 0;
    border: 0;
    background-color: transparent;
    padding-top: 2rem !important; }
  .navPage-subMenu-item .navPage-childList-action {
    margin-top: 0.5rem; } }

@media (min-width: 1261px) {
  .navPages-container .navPages-item > .navPages-action {
    height: 6.25rem; }
  .navUser--right .navUser-action-locationLabel, .navUser--right .navUser-item-searchLabel, .navUser--right .navUser-item-cartLabel, .navUser--right .navUser-item-loginLabel {
    display: inline-block; }
  .emthemesModez-header-userSection {
    padding: 0 8%; }
  .emthemesModez-header-topSection .container {
    padding: 0 8%; }
  .navUser--right {
    right: 8%; } }

@media (max-width: 801px) {
  body > div.body > div.container > div > aside {
    display: none !important; } }

.productView-product {
  border-bottom: 0; }

.form-field--summary .form-content {
  background: #f4f4f4;
  padding: 0.9375rem 1.5rem; }

.form-field--summary .form-label {
  padding: 0;
  font-weight: bold;
  margin-bottom: 0; }
  .form-field--summary .form-label span {
    font-weight: normal; }

.form-field--summary label.form-label {
  padding: 1.5rem 0; }

@media (min-width: 801px) {
  .productView {
    position: relative; }
    .productView .productView-images-customize {
      position: sticky;
      top: 16%; }
  .productView--quickView .productView-images-customize {
    top: 5%; } }

.productView-image.hide > a {
  visibility: hidden; }

.productView--customize {
  margin-top: 0;
  padding-top: 0; }

.productView-customize label.form-label.form-label--alternate {
  border-top: 2px solid black;
  display: flex;
  justify-content: space-between;
  padding: 1.5rem 0;
  margin-bottom: 0;
  padding-right: 1rem; }
  .productView-customize label.form-label.form-label--alternate.is-open .icon svg {
    transform: rotate(180deg); }

.productView-customize .form-field {
  margin-bottom: 0; }
  .productView-customize .form-field:last-child {
    border-bottom: 2px solid black; }

.productView-customize .form-field-content {
  padding: 1rem;
  background: #f4f4f4;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
  row-gap: 0.75rem; }

.productView-customize .form-option {
  margin: 0; }

.productView-customize .form-radio:checked + .form-option .form-option-variant::before {
  opacity: 1; }

.productView-customize [data-option-value] {
  font-weight: 600; }

.productView-customize [data-option-price] {
  color: #ff0a0a; }

.productView-customize .form-set-radio .form-content,
.productView-customize .form-set-radio .form-option,
.productView-customize .form-set-rectangle .form-content,
.productView-customize .form-set-rectangle .form-option {
  width: 100%; }

.productView-customize .form-set-radio .form-option,
.productView-customize .form-set-rectangle .form-option {
  background-color: white;
  padding: 0.5625rem; }

.productView-customize .form-set-radio .form-content + .form-content,
.productView-customize .form-set-rectangle .form-content + .form-content {
  margin-top: 0.75rem; }

.productView-customize .form-select {
  max-width: 100%; }

.productView-customize .form-field-wrapper {
  max-height: 0;
  transition: max-height 0.2s ease-out;
  overflow: hidden; }
  .productView-customize .form-field-wrapper.show {
    margin-bottom: 1rem; }

.productView-customize .form-field-description {
  max-height: 0; }
  .productView-customize .form-field-description.is-open {
    display: block !important;
    width: 100%; }
  .productView-customize .form-field-description ._label,
  .productView-customize .form-field-description ._description {
    font-size: 1rem; }

.productView-customize ._image {
  margin-bottom: 0.5rem; }
  .productView-customize ._image img {
    width: 100%;
    height: 100px; }

.productView-customize ._label {
  font-weight: bold;
  padding: 0.1875rem 0; }

.productView-customize .button--custom {
  margin-bottom: 0;
  width: 100%;
  text-transform: math-auto;
  background-color: white;
  color: black;
  border-color: #a5a5a5; }
  .productView-customize .button--custom:hover {
    border-color: #666666; }

.productView-imageCarousel-nav-item-img-container.yt-video,
.productView-imageCarousel-main-item-img-container.yt-video {
  position: relative; }
  .productView-imageCarousel-nav-item-img-container.yt-video::after,
  .productView-imageCarousel-main-item-img-container.yt-video::after {
    background-color: #000;
    opacity: 0.4; }
  .productView-imageCarousel-nav-item-img-container.yt-video::before,
  .productView-imageCarousel-main-item-img-container.yt-video::before {
    content: "\25B6";
    font-weight: bold;
    font-size: 35px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    z-index: 5; }

.productView-videoPlayer {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 10.25rem);
  left: 8.75rem;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 10; }
  .productView-videoPlayer.hide {
    display: none; }
  .productView-videoPlayer.hide {
    display: none; }
  .productView-videoPlayer iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.productView-videoPlayer-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%; }

@media (min-width: 551px) and (max-width: 800px) {
  .productView-videoPlayer-container {
    padding-top: 0;
    position: initial; } }

.productView-customize button.slick-prev,
.productView-customize button.slick-next {
  visibility: hidden; }

.productView-images-customize .productView-thumbnail-link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 110px; }

.productView-images-customize .productView-thumbnail-carousel {
  visibility: hidden; }

@media (min-width: 801px) {
  .productView-images {
    width: 66%; }
  .productView-details {
    width: 33%; }
  .productView-images-customize {
    display: flex;
    flex-direction: row-reverse;
    -moz-column-gap: 1rem;
         column-gap: 1rem; }
    .productView-images-customize .productView-image {
      flex: 1; }
    .productView-images-customize .productView-thumbnail-carousel {
      width: 20%;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 112px; }
    .productView-images-customize .productView-thumbnail {
      width: 100%; }
    .productView-images-customize .productView-thumbnails {
      position: relative; }
    .productView-images-customize button.slick-prev {
      top: -5%;
      transform: translateX(-50%) rotate(90deg);
      left: 50%; }
    .productView-images-customize button.slick-next {
      top: unset;
      bottom: -9%;
      transform: translateX(-50%) rotate(90deg);
      left: 50%; } }

@media (max-width: 800px) {
  .productView-images-customize .productView-thumbnail-carousel {
    margin-top: 1.5rem; }
  .productView-images-customize .productView-image {
    min-height: 377px; }
  .productView-images-customize .productView-thumbnails {
    display: flex; }
  .productView-images-customize .productView-image.hide {
    position: relative; }
  .productView-customize .form-label--alternate {
    text-align: left; }
  .productView-customize label.form-label {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem; }
  .form-field-description,
  .form .price-section,
  .form .form-field--increments,
  .form-field--summary {
    text-align: left; }
  .form .form-label--alternate {
    display: flex;
    width: 100%; }
  .productView-price + p {
    text-align: left; }
  .productView-videoPlayer {
    top: 0;
    left: 0;
    width: 100%; } }

@media (min-width: 801px) {
  body {
    padding-top: 8.75rem !important; } }

div#eapps-instagram-feed-1 {
  margin-bottom: 30px; }

.emthemesModez-section--newProducts ul.productGrid {
  display: none; }

li.navPages-item[data-name="Fresh from the Forge"] {
  display: none; }
