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

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

.icon-loading:before {
  content: "\e97b";
}

.icon-row-icon-list:before {
  content: "\e900";
}

.icon-rows-icon-list:before {
  content: "\e901";
}

.icon-account-icon:before {
  content: "\e902";
}

.icon-arrow-up:before {
  content: "\e903";
}

.icon-blue-arrow:before {
  content: "\e904";
}

.icon-button_arrow_blue:before {
  content: "\e905";
}

.icon-arrow-down:before {
  content: "\e906";
}

.icon-cart-mobile:before {
  content: "\e907";
}

.icon-close_icon:before {
  content: "\e909";
}

.icon-facebook-icon:before {
  content: "\e90a";
}

.icon-flickr-icon:before {
  content: "\e90b";
}

.icon-freccia:before {
  content: "\e90c";
}

.icon-hamburgher-menu:before {
  content: "\e90d";
}

.icon-instagram-icon:before {
  content: "\e90f";
}

.icon-logo_sparco:before {
  content: "\e910";
}

.icon-mouse-scroll:before {
  content: "\e912";
}

.icon-pinterest-icon:before {
  content: "\e913";
}

.icon-search:before {
  content: "\e916";
}

.icon-star_blue:before {
  content: "\e917";
}

.icon-unie919:before {
  content: "\e919";
}

.icon-unie91a:before {
  content: "\e91a";
}

.icon-video-play-icon:before {
  content: "\e91b";
}

.icon-wishlist:before {
  content: "\e91c";
}

.icon-youtube-icon:before {
  content: "\e91d";
}

.icon-checkmark:before {
  content: "\ea10";
}

.icon-twitter:before {
  content: "\ea96";
}

.icon-linkedin:before {
  content: "\eac9";
}

.icon-store-icon:before {
  content: "\e908";
}

.container-fluid,
.container {
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  padding-right: 2rem;
  padding-left: 2rem;
}

.row {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.row.reverse {
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.col.reverse {
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
  box-sizing: border-box;
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.col-xs {
  -ms-flex-positive: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  -webkit-flex-basis: 0;
  flex-basis: 0;
  max-width: 100%;
}

.col-xs-1 {
  -ms-flex-preferred-size: 8.33333333%;
  -webkit-flex-basis: 8.33333333%;
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}

.col-xs-2 {
  -ms-flex-preferred-size: 16.66666667%;
  -webkit-flex-basis: 16.66666667%;
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  -webkit-flex-basis: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  -ms-flex-preferred-size: 33.33333333%;
  -webkit-flex-basis: 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}

.col-xs-5 {
  -ms-flex-preferred-size: 41.66666667%;
  -webkit-flex-basis: 41.66666667%;
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  -ms-flex-preferred-size: 58.33333333%;
  -webkit-flex-basis: 58.33333333%;
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}

.col-xs-8 {
  -ms-flex-preferred-size: 66.66666667%;
  -webkit-flex-basis: 66.66666667%;
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  -webkit-flex-basis: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  -ms-flex-preferred-size: 83.33333333%;
  -webkit-flex-basis: 83.33333333%;
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}

.col-xs-11 {
  -ms-flex-preferred-size: 91.66666667%;
  -webkit-flex-basis: 91.66666667%;
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.start-xs {
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}

.end-xs {
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  text-align: end;
}

.top-xs {
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.middle-xs {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.bottom-xs {
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

.around-xs {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}

.between-xs {
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.first-xs {
  -ms-flex-order: -1;
  -webkit-order: -1;
  order: -1;
}

.last-xs {
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}

@media only screen and (min-width: 48em) {
  .container {
    width: 49rem;
  }
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-offset-0,
  .col-sm-offset-1,
  .col-sm-offset-2,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .col-sm {
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex-preferred-size: 8.33333333%;
    -webkit-flex-basis: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    -ms-flex-preferred-size: 16.66666667%;
    -webkit-flex-basis: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex-preferred-size: 33.33333333%;
    -webkit-flex-basis: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    -ms-flex-preferred-size: 41.66666667%;
    -webkit-flex-basis: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex-preferred-size: 58.33333333%;
    -webkit-flex-basis: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    -ms-flex-preferred-size: 66.66666667%;
    -webkit-flex-basis: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex-preferred-size: 83.33333333%;
    -webkit-flex-basis: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    -ms-flex-preferred-size: 91.66666667%;
    -webkit-flex-basis: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-sm {
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-sm {
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .end-sm {
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-sm {
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .middle-sm {
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .bottom-sm {
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }
  .around-sm {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .between-sm {
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .first-sm {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .last-sm {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
}

@media only screen and (min-width: 64em) {
  .container {
    width: 65rem;
  }
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-offset-0,
  .col-md-offset-1,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .col-md {
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex-preferred-size: 8.33333333%;
    -webkit-flex-basis: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    -ms-flex-preferred-size: 16.66666667%;
    -webkit-flex-basis: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex-preferred-size: 33.33333333%;
    -webkit-flex-basis: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    -ms-flex-preferred-size: 41.66666667%;
    -webkit-flex-basis: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex-preferred-size: 58.33333333%;
    -webkit-flex-basis: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    -ms-flex-preferred-size: 66.66666667%;
    -webkit-flex-basis: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex-preferred-size: 83.33333333%;
    -webkit-flex-basis: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    -ms-flex-preferred-size: 91.66666667%;
    -webkit-flex-basis: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-md {
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-md {
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .end-md {
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-md {
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .middle-md {
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .bottom-md {
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }
  .around-md {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .between-md {
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .first-md {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .last-md {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
}

@media only screen and (min-width: 75em) {
  .container {
    width: 76rem;
  }
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-offset-0,
  .col-lg-offset-1,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .col-lg {
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex-preferred-size: 8.33333333%;
    -webkit-flex-basis: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    -ms-flex-preferred-size: 16.66666667%;
    -webkit-flex-basis: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex-preferred-size: 33.33333333%;
    -webkit-flex-basis: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    -ms-flex-preferred-size: 41.66666667%;
    -webkit-flex-basis: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex-preferred-size: 58.33333333%;
    -webkit-flex-basis: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    -ms-flex-preferred-size: 66.66666667%;
    -webkit-flex-basis: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex-preferred-size: 83.33333333%;
    -webkit-flex-basis: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    -ms-flex-preferred-size: 91.66666667%;
    -webkit-flex-basis: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-lg {
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-lg {
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .end-lg {
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-lg {
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .middle-lg {
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .bottom-lg {
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }
  .around-lg {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .between-lg {
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .first-lg {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .last-lg {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
}

/*************************************************************************************************
    CONFIGURATION
  ------------------------------------------------------------------------------------------------
    Global variables here. Before edit other files you must check this file.
**************************************************************************************************/
/*************************************************************************************************
    COMMONS
    @files      commons/_globals.scss, modules/*.scss
    @action     Defines commons properties used throughout the application.
**************************************************************************************************/
/*************************************************************************************************
    COLORS
    @file       *.scss
    @action     Defines colors for the application.
                IMPORTANT:
                Colors and background colors MUST BE INVOKED by using @color() and
                @background-color() methods.
**************************************************************************************************/
/*************************************************************************************************
    FONTS
    ---------------------------------------------------------------------------------------------
    @file       commons/_typography.scss, commons/_mixins.scss
    @action     Defines font-families and font-sizes by breakpoint.
                IMPORTANT:
                Font-sizes and font-families MUST BE INVOKED by using @font-size() and
                @font-family() methods.
**************************************************************************************************/
/*************************************************************************************************
    MODULES - HEADER
    ---------------------------------------------------------------------------------------------
    @file       header/*.scss
    @action     Map styles for header.
                Top is the object for top links.
                Nav defines styles of the logo wrapper.
                Dropdown is for the menu.
**************************************************************************************************/
/*************************************************************************************************
    MODULES - NEWSLETTER
    ---------------------------------------------------------------------------------------------
    @file       newsletter/_newsletter.scss
**************************************************************************************************/
/*************************************************************************************************
    MODULES - ACCORDION
    ---------------------------------------------------------------------------------------------
    @file       accordion/_accordion.scss
**************************************************************************************************/
/*************************************************************************************************
    MODULES - TOOLBAR
    ---------------------------------------------------------------------------------------------
    @file       toolbar/_toolbar.scss
**************************************************************************************************/
/*************************************************************************************************
    MODULES - BUTTONS
    ---------------------------------------------------------------------------------------------
    @file       form/_buttons.scss
    @action     Generate classes for buttons by using key as prefix. Set properties defined here
                to the class. If you want to add a new property not listed here, check the file.
                Ex.
                    .btn-add-to-cart, .btn-slider, btn-add-to-wishlist
**************************************************************************************************/
/*************************************************************************************************
    MODULES - DROPDOWN
    ---------------------------------------------------------------------------------------------
    @file       dropdown/_dropdown.scss
    @action     Map styles for dropdowns.
                Override this styles by extending dropdown for custom modules.
                Ex: newsletter/_newsletter-dropdown
**************************************************************************************************/
/*************************************************************************************************
    MODULES - MODAL
    ---------------------------------------------------------------------------------------------
    @file       modal/_modal.scss
    @action     Map styles for modals.
**************************************************************************************************/
/*************************************************************************************************
  COLORS
**************************************************************************************************/
/*************************************************************************************************
  BORDERS & SHADOWS
**************************************************************************************************/
/*************************************************************************************************
  FONTS
**************************************************************************************************/
/*************************************************************************************************
  POSITIONING
**************************************************************************************************/
/*************************************************************************************************
  TRANSFORM & TRANSITIONS
**************************************************************************************************/
.base-transition {
  transition: all ease-in-out 350ms;
}

.speed-transition, .header-btn, .header-btn.header-minicart a, .header-btn a span, .header-btn .icon:before, .header-btn .icon span:before {
  transition: all ease-in-out 200ms;
}

/*************************************************************************************************
  FUNCTIONS
**************************************************************************************************/
/*************************************************************************************************
  ANIMATIONS
**************************************************************************************************/
@-webkit-keyframes enter {
  0% {
    opacity: 0;
    top: -5px;
  }
  5% {
    opacity: 1;
    top: 0px;
  }
  50.9% {
    opacity: 1;
    top: 0px;
  }
  55.9% {
    opacity: 0;
    top: 5px;
  }
}

@keyframes enter {
  0% {
    opacity: 0;
    top: -5px;
  }
  5% {
    opacity: 1;
    top: 0px;
  }
  50.9% {
    opacity: 1;
    top: 0px;
  }
  55.9% {
    opacity: 0;
    top: 5px;
  }
}

/*************************************************************************************************
  SCROLLBAR
**************************************************************************************************/
/*************************************************************************************************
  ALIGN VERTICAL
**************************************************************************************************/
/*
// ----------------------------------------------
// Usage example:
// For IE set $mq-support to false.
// Set the fixed value.
// Then use mixins to test whether styles should be applied.
// ----------------------------------------------

$mq-support: false;
$mq-fixed-value: 1024;

// Renders at fixed value
@include bp (min-width, 300px) { 
    div { color:#000; }
}

// Doesn't render without MQ support
@include bp (min-width, 1200px) { 
    div { color:#FFF; }
}

// Doesn't render without MQ support
@include bp (max-width, 300px) { 
    div { color:#444; }
}

// Renders at fixed value
@include bp (max-width, 1200px) { 
    div { color:#888; }
}

// ----------------------------------------------
*/
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Removes default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
}

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Sets consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/*
 * Prevents `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
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves 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],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 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;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  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 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

.slick-arrow.slick-hidden {
  display: none;
}

body.fancybox-active {
  overflow: hidden;
}

body.fancybox-iosfix {
  position: fixed;
  left: 0;
  right: 0;
}

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

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99992;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

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

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

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s, visibility 0s linear .25s;
  box-sizing: border-box;
}

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

.fancybox-infobar {
  top: 0;
  left: 0;
  font-size: 13px;
  padding: 0 10px;
  height: 44px;
  min-width: 44px;
  line-height: 44px;
  color: #ccc;
  text-align: center;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
  mix-blend-mode: exclusion;
}

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

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translate3d(0, 0, 0);
}

.fancybox-is-closing .fancybox-stage {
  overflow: visible;
}

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

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

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

.fancybox-slide--image {
  overflow: visible;
}

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

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

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #E5E3DF;
}

.fancybox-slide--next {
  z-index: 99995;
}

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box;
}

.fancybox-slide > title,
.fancybox-slide > style,
.fancybox-slide > meta,
.fancybox-slide > link,
.fancybox-slide > script,
.fancybox-slide > base {
  display: none;
}

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

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

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

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 45.5vw;
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff;
}

@media only screen and (max-width: 479px) {
  .fancybox-slide--iframe .fancybox-content {
    width: 100%;
    height: 57vw;
  }
}

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

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

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

/* Buttons */
.fancybox-button {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 10px;
  border: 0;
  border-radius: 0;
  background: rgba(30, 30, 30, 0.6);
  transition: color .3s ease;
  cursor: pointer;
  outline: none;
}

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

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

.fancybox-button[disabled] {
  color: #ccc;
  cursor: default;
  opacity: 0.6;
}

.fancybox-button svg {
  display: block;
  position: relative;
  overflow: visible;
  shape-rendering: geometricPrecision;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}

.fancybox-button--share svg path {
  stroke-width: 1;
}

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

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

.fancybox-button--zoom svg path {
  fill: transparent;
}

/* Navigation arrows */
.fancybox-navigation {
  display: none;
}

.fancybox-show-nav .fancybox-navigation {
  display: block;
}

.fancybox-navigation button {
  position: absolute;
  top: 50%;
  margin: -50px 0 0 0;
  z-index: 99997;
  background: transparent;
  width: 60px;
  height: 100px;
  padding: 17px;
}

.fancybox-navigation button:before {
  content: "";
  position: absolute;
  top: 30px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: rgba(30, 30, 30, 0.6);
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 0;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}

.fancybox-close-small:after {
  content: '×';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 22px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background-color: transparent;
  transition: background-color .25s;
  box-sizing: border-box;
  z-index: 2;
}

.fancybox-close-small:focus {
  outline: none;
}

.fancybox-close-small:focus:after {
  outline: 1px dotted #888;
}

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee;
}

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -40px;
}

.fancybox-slide--image .fancybox-close-small:after,
.fancybox-slide--iframe .fancybox-close-small:after {
  font-size: 35px;
  color: #aaa;
}

.fancybox-slide--image .fancybox-close-small:hover:after,
.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff;
  background: transparent;
}

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

/* Caption */
.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 2vw 0 2vw;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none;
}

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all;
  position: relative;
  /* Fix IE11 */
}

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

/* Loading indicator */
.fancybox-slide > .fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

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

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

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

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

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

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

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

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

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

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

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

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

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

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

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

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

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

/* Share */
.fancybox-share {
  padding: 30px;
  border-radius: 3px;
  background: #f4f4f4;
  max-width: 90%;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  margin: 0 0 20px 0;
  font-size: 35px;
  font-weight: 700;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

p.fancybox-share__links {
  margin-right: -10px;
}

.fancybox-share__button {
  display: inline-block;
  text-decoration: none;
  margin: 0 10px 10px 0;
  padding: 0 15px;
  min-width: 130px;
  border: 0;
  border-radius: 3px;
  background: #fff;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  transition: all .2s;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  position: relative;
  top: -1px;
  width: 25px;
  height: 25px;
  margin-right: 7px;
  vertical-align: middle;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  box-sizing: border-box;
  width: 100%;
  margin: 10px 0 0 0;
  padding: 10px 15px;
  background: transparent;
  color: #5d5b5b;
  font-size: 14px;
  outline: none;
  border: 0;
  border-bottom: 2px solid #d7d7d7;
}

/* Thumbs */
.fancybox-thumbs {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 212px;
  margin: 0;
  padding: 2px 2px 4px 2px;
  background: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  box-sizing: border-box;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-y: hidden;
  overflow-x: auto;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0;
  white-space: nowrap;
}

.fancybox-thumbs-x > ul {
  overflow: hidden;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  padding: 0;
  margin: 2px;
  width: 100px;
  height: 75px;
  max-width: calc(50% - 4px);
  max-height: calc(100% - 8px);
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
}

li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-thumbs > ul > li:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px);
  }
}

/* ============================================ *
 * Reset
 * ============================================ */
*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* Prevent tap highlight on iOS/Android */
  -webkit-text-size-adjust: 100%;
  /* Prevent automatic scaling on iOS */
}

body {
  background: #FFFFFF;
  color: #000000;
  line-height: 1;
}

html,
body,
img,
fieldset,
abbr,
acronym {
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

th,
code,
cite,
caption {
  font-weight: normal;
  font-style: normal;
  text-align: left;
}

address {
  font-style: normal;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

img {
  display: block;
}

ol,
ul {
  list-style: none;
}

q:before,
q:after {
  content: '';
}

input:focus,
input[type="search"]:focus {
  outline-offset: -2px;
  outline: none;
}

input[type="search"] {
  -webkit-appearance: none;
  /* 1 */
  /* 2 */
  box-sizing: border-box;
}

/* ============================================ *
 * Base Styles
 * ============================================ */
@-ms-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

a, button {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

body,
button,
input,
select,
table,
textarea {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}

body:focus,
button:focus,
input:focus,
select:focus,
table:focus,
textarea:focus {
  outline: none;
}

body {
  overflow-x: hidden;
  overflow-y: visible;
}

a {
  text-decoration: none;
  color: #000;
}

a:focus {
  outline: none;
}

a:hover {
  text-decoration: underline;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* ============================================ *
 * Typography
 * ============================================ */
h1, .h1 {
  margin: 0;
  margin-bottom: 0.7em;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 28px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
}

h2, .h2 {
  margin: 0;
  margin-bottom: 0.5em;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
}

h3, .h3 {
  margin: 0;
  margin-bottom: 10px;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}

h4, .h4 {
  margin: 0;
  margin-bottom: 10px;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}

h5, .h5 {
  margin: 0;
  margin-bottom: 10px;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}

h6, .h6 {
  margin: 0;
  margin-bottom: 5px;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}

/* ============================================ *
 * Shared Classes
 * ============================================ */
.address-list address {
  margin-bottom: 1em;
}

.availability {
  margin-bottom: 0;
  font-size: 13px;
  text-transform: uppercase;
}

.availability .label {
  display: none;
}

.availability.in-stock {
  color: #11B400;
}

.availability.available-soon,
.availability.out-of-stock {
  color: #DF280A;
}

.availability-only {
  color: #DF280A;
  margin-bottom: 10px;
}

/* -------------------------------------------- *
 * Page Titles
 */
.page-title h1,
.page-title h2,
.product-name h1,
.product-name .h1 {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
  color: #000;
  border-bottom: 1px solid #EDEDED;
  padding-bottom: 3px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

/* -------------------------------------------- *
 * Block Module
 */
.block,
.col-left-first {
  margin-bottom: 20px;
}

.col-left-first .block:last-of-type {
  margin-bottom: 0;
}

.block-title {
  position: relative;
  padding: 10px 0 0;
  margin-bottom: 5px;
}

.block-title h2,
.block-title h3,
.block-title strong {
  margin: 0;
  margin-bottom: 10px;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: bold;
}

.block-title small {
  font-size: 100%;
  font-weight: normal;
  color: #A0A0A0;
}

body:not(.customer-account) .block:first-child .block-title {
  border-top: none;
  padding-top: 0;
}

.block-subtitle {
  font-weight: bold;
  margin-bottom: 7px;
}

.block-content {
  margin-top: 5px;
}

.block-content.unpad {
  padding: 0;
}

.block-content li.item {
  margin: 0 0 10px 9px;
}

.block-content li.item:last-child {
  margin-bottom: 0;
}

.block .actions {
  margin: 10px 0 0;
}

.block .actions:after {
  content: '';
  display: table;
  clear: both;
}

.block .actions a {
  float: left;
}

.block .actions .button {
  float: right;
}

.col-left .block .actions .button ~ a,
.col-right .block .actions .button ~ a {
  line-height: 33px;
  margin-right: 5px;
}

/* -------------------------------------------- *
 * Secondary Navigation
 */
.block-reorder {
  margin-left: 25px;
}

.block-account {
  margin-left: 25px;
}

.block-account .block-content {
  border: 1px solid #d8d8d8;
}

.block-account .block-content li {
  margin: 0;
}

.block-account .block-content li a {
  font-size: 12px;
  font-size: 0.75rem;
  display: block;
  padding: 10px 15px;
  border-bottom: 1px solid #d8d8d8;
  text-transform: uppercase;
}

.block-account .block-content li a:hover {
  color: #fff;
  background-color: #001489;
  border-bottom: 1px solid #001489;
  text-decoration: none;
}

.block-account .block-content li.current a {
  color: #fff;
  background-color: #001489;
  border-bottom: 1px solid #001489;
}

.block-account .block-content li:last-child a {
  border-bottom: 0;
}

.block-account .logout {
  display: block;
  margin-top: 15px;
  padding: 10px 15px;
  border: 2px solid #000;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.block-account .logout:hover {
  color: #fff;
  background-color: #000;
  text-decoration: none;
}

/* ============================================ *
 * Buttons
 * ============================================ */
/* Secondary Buttons */
.sidebar .actions button.button {
  white-space: normal;
}

/* Primary Buttons */
.button,
.cart-table .product-cart-actions .button,
#co-shipping-method-form .buttons-set .button,
.footer .button {
  background: #001489;
  display: inline-block;
  padding: 10px 15px;
  border: 0;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 600;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
}

a.button {
  text-decoration: none;
}

/* Disabled - class for anchor, state for form elements */
.button.disabled,
.button:disabled {
  background: #C8C8C8;
  opacity: 0.6;
  cursor: not-allowed;
}

/* Adjacent buttons */
.button {
  margin: 0 6px 6px 0;
}

.button2 {
  border: 0;
  padding: 0 5px;
  margin: 0;
  background: transparent;
  cursor: pointer;
  vertical-align: middle;
}

.button2:focus {
  outline: none;
}

.button2 span,
.button2 span span {
  color: #000;
  line-height: 30px;
  height: 30px;
  text-decoration: underline;
  text-transform: uppercase;
  display: inline-block;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}

.button2 span:hover,
.button2 span span:hover {
  text-decoration: none;
}

@media only screen and (max-width: 768px) {
  .col2-set .buttons-set .button,
  .col2-set .buttons-set .button2 {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .col2-set .buttons-set .back-link {
    display: none;
  }
  .col2-set .buttons-set .required {
    display: none;
  }
}

@media only screen and (max-width: 479px) {
  .buttons-set .button {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 7px;
  }
  .buttons-set .back-link {
    display: none;
  }
  .buttons-set .required {
    display: none;
  }
}

/* -------------------------------------------- *
 * Paypal Button
 */
.paypal-logo.paypal-after {
  float: left;
}

.paypal-after .paypal-or {
  float: left;
}

.paypal-or {
  line-height: 34px;
  margin: 0px 10px 5px;
}

.paypal-after .paypal-button {
  float: left;
}

.paypal-button {
  line-height: 0px;
}

.paypal-button img {
  display: inline;
}

@media only screen and (max-width: 740px) {
  .paypal-or {
    line-height: 20px;
  }
  .paypal-logo,
  .paypal-or,
  .paypal-button {
    text-align: center;
    width: 100%;
    display: block;
    margin-right: 0;
    margin-left: 0;
    float: none;
  }
}

/* -------------------------------------------- *
 * Button Sets
 */
.buttons-set {
  clear: both;
  margin: 10px 0 0;
  padding-top: 10px;
  text-align: right;
}

.buttons-set p.required {
  margin: 0;
  margin-left: 10px;
  line-height: 33px;
  float: right;
}

.buttons-set .back-link {
  float: left;
  margin: 0;
  line-height: 33px;
}

.buttons-set a:not(.button) {
  line-height: 20px;
  display: inline-block;
  padding: 5px;
}

.buttons-set button.button {
  float: right;
  margin-left: 5px;
  min-width: 140px;
}

.buttons-set:after {
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------------------- *
 * Icons
 */
/* it accept new icon size in pixel and return the correct bg size image */
.icon-sprite, .btn-remove2, .sorter > .sort-by .sort-by-switcher, .sorter > .view-mode .grid,
.sorter > .view-mode .list, .skip-nav .icon, .skip-search .icon {
  background-repeat: no-repeat;
}

/* -------------------------------------------- *
 * Breadcrumbs
 */
.breadcrumbs {
  overflow: hidden;
  margin: 15px 0;
  padding: 0 25px;
}

@media only screen and (min-width: 1023px) {
  .special-banner-category .breadcrumbs {
    margin: 0 0 4px 0;
  }
}

@media only screen and (max-width: 768px) {
  .breadcrumbs {
    margin: 15px 0;
  }
}

.breadcrumbs li {
  float: left;
  font-size: 13px;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  text-transform: capitalize;
}

@media only screen and (max-width: 768px) {
  .breadcrumbs li {
    font-size: 12px;
  }
}

.breadcrumbs a {
  float: left;
  color: #000;
  font-weight: bold;
}

.breadcrumbs a:hover {
  color: #000076;
  text-decoration: none;
}

.breadcrumbs strong {
  color: #000076;
  font-weight: bold;
}

.breadcrumbs span {
  float: left;
  padding: 0 7px;
}

/* -------------------------------------------- *
 * Button - Remove / Previous
 */
.btn-remove,
.btn-previous {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #EDEDED;
  text-align: center;
  /* Hide text */
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  position: relative;
}

.btn-remove:hover,
.btn-previous:hover {
  background-color: #3399CC;
  border-color: #3399CC;
}

.btn-remove:after {
  content: 'X';
  color: #3399CC;
  height: 20px;
  line-height: 20px;
  width: 100%;
  font-size: 10px;
  font-family: Arial, "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: bold;
}

.btn-remove:hover:after {
  color: #FFFFFF;
  text-decoration: none;
}

.btn-remove2 {
  background-position: 4px -648px;
  border: none;
  vertical-align: top;
}

.btn-remove2:after {
  display: none;
}

.btn-remove2:hover {
  background-color: transparent;
  opacity: 0.8 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)" !important;
  filter: alpha(opacity=80) !important;
}

.btn-previous:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid #3399CC;
  border-left: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -2px;
  margin-top: -4px;
}

.btn-previous:hover:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid #FFFFFF;
  border-left: none;
}

.block-layered-nav .currently .btn-remove,
.block-layered-nav .currently .btn-previous,
.mini-products-list .btn-remove,
.mini-products-list .btn-previous,
#compare-items .btn-remove,
#compare-items .btn-previous {
  float: right;
  margin-left: 6px;
}

/* -------------------------------------------- *
 * Checkout Agreements
 */
.checkout-agreements li {
  margin-bottom: 20px;
}

.checkout-agreements .agreement-content {
  overflow-y: auto;
  max-width: 670px;
  max-height: 125px;
}

/* -------------------------------------------- *
 * CVV Security Code
 */
.cvv-what-is-this {
  margin-left: 10px;
  font-size: 13px;
  line-height: 24px;
}

/* -------------------------------------------- *
 * Container
 */
.main-container,
.footer-container {
  position: relative;
  max-width: 1520px;
  margin: 0 auto;
}

.main-container:after,
.footer-container:after {
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------------------- *
 * Column Layouts
 */
.main:after,
.col-wrapper:after {
  content: '';
  display: table;
  clear: both;
}

.col-left,
.col-right,
.col-main {
  padding: 0 10px;
}

.col-left {
  float: left;
  width: 25%;
  padding-left: 0;
  /* Remove the 15px padding */
  clear: left;
}

.col-left img {
  max-width: 100%;
}

.col-right {
  float: right;
  width: 25%;
  padding-right: 0;
  /* Remove the 15px padding */
}

.col-right img {
  max-width: 100%;
}

.col-main {
  float: left;
  width: 75%;
}

.col1-layout .col-main {
  float: none;
  width: auto;
  padding: 0;
  /* Remove the 15px padding */
}

.col2-left-layout .col-main {
  float: right;
  padding-right: 0;
  /* Remove the 15px padding */
}

.col2-right-layout .col-main {
  padding-left: 0;
  /* Remove the 15px padding */
}

.col3-layout .col-right {
  width: 20.83333%;
}

.col3-layout .col-wrapper {
  float: left;
  width: 79.16667%;
}

.col3-layout .col-wrapper .col-main {
  float: right;
  width: 73.68421%;
}

.col3-layout .col-wrapper .col-left {
  width: 26.31579%;
}

@media only screen and (max-width: 1000px) {
  .col3-layout .col-right {
    float: left;
    clear: left;
    padding-left: 0;
    padding-right: 10px;
    width: 25%;
  }
  .col3-layout .col-wrapper {
    float: right;
    width: 100%;
  }
  .col3-layout .col-wrapper .col-main {
    float: right;
    width: 75%;
  }
  .col3-layout .col-wrapper .col-left {
    width: 25%;
  }
}

@media only screen and (max-width: 1023px) {
  .col-left,
  .col-right,
  .col-main,
  .col1-layout .col-left,
  .col1-layout .col-right,
  .col1-layout .col-main,
  .col2-left-layout .col-left,
  .col2-left-layout .col-right,
  .col2-left-layout .col-main,
  .col2-right-layout .col-left,
  .col2-right-layout .col-right,
  .col2-right-layout .col-main,
  .col3-layout .col-wrapper .col-left,
  .col3-layout .col-right,
  .col3-layout .col-wrapper .col-main {
    padding: 0;
    margin-bottom: 10px;
    float: none;
    width: auto;
  }
  .col3-layout .col-wrapper {
    float: none;
    width: auto;
  }
  .col-main {
    float: none;
    width: auto;
  }
  .col-main .col-left {
    padding: 0;
  }
  .block-title {
    cursor: pointer;
    text-align: center;
    margin: 0;
    font-size: 13px;
    font-size: 0.8125rem;
    border-radius: 5px;
    transition: all ease-in-out 200ms;
    position: relative;
    display: inline-block;
    padding: 10px 17px 11px 17px;
    font-weight: bold;
    text-transform: uppercase;
    width: 100%;
  }
  .col-left.sidebar {
    padding: 0 15px;
  }
  .col-left.sidebar .block.block-account {
    margin: 0;
  }
  .col-left.sidebar .block-reorder {
    display: none;
  }
  .col-left.sidebar a.logout {
    display: none;
  }
}

/* Content Columns */
.col2-set {
  width: 100%;
}

.col2-set .col-1,
.col2-set .col-2 {
  width: 50%;
  padding: 20px;
}

@media only screen and (max-width: 768px) {
  .col2-set .col-1,
  .col2-set .col-2 {
    padding: 10px;
  }
}

.col2-set .col-1 {
  float: left;
  padding-left: 0;
}

.col2-set .col-2 {
  float: right;
  padding-right: 0;
}

@media only screen and (max-width: 479px) {
  .col2-set .col-1,
  .col2-set .col-2 {
    float: none;
    width: auto;
    border: 0;
    padding-right: 0;
    padding-left: 0;
  }
}

.col2-set .narrow {
  width: 33%;
}

.col2-set .wide {
  width: 65%;
}

.col2-set:after {
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------------------- *
 * Top Container
 */
@media only screen and (min-width: 769px) {
  .top-container {
    max-width: 1520px;
    margin: 0 auto;
    padding: 0 40px;
  }
}

/* -------------------------------------------- *
 * Global Site Notice
 */
.global-site-notice {
  background: #676157;
  color: #fff;
  font-size: 11px;
}

.global-site-notice .notice-inner {
  padding-left: 120px;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  line-height: 11px;
  min-height: 40px;
  padding-top: 14.5px;
  padding-bottom: 14.5px;
  background-image: url("../images/demo-logo.png");
  background-position: left;
  background-repeat: no-repeat;
}

.global-site-notice p {
  margin-bottom: 0;
}

/* -------------------------------------------- *
 * Promotional Message Banner
 */
.promo-msg {
  color: #3399CC;
  text-align: center;
  margin: 10px;
  text-transform: uppercase;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}

/* -------------------------------------------- *
 * Grid
 */
.grid:after {
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------------------- *
 * Messages
 */
.success {
  color: #11B400;
}

.error {
  color: #DF280A;
  font-weight: bold;
}

.notice {
  color: #E26703;
  font-weight: bold;
}

/* -------------------------------------------- *
 * Messages
 */
.messages {
  margin-bottom: 10px;
}

.messages .info-msg li {
  background-color: #dadcec;
}

.messages li li {
  position: relative;
  margin-bottom: 5px;
  padding: 7px 10px 7px 20px;
  background: #F4F4F4;
  font-size: 15px;
}

.messages li li:before {
  top: 50%;
  left: 0;
  margin-top: -6px;
}

.messages .error-msg li {
  color: #e10814;
  border-left: 5px solid #DF280A;
  background-color: #FAEBE7;
}

.messages .error-msg li:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #DF280A;
  border-right: none;
}

.messages .notice-msg li {
  color: #000000;
  border-left: 5px solid #E26703;
  background-color: #F9EBE6;
}

.messages .notice-msg li:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #E26703;
  border-right: none;
}

.messages .success-msg li {
  color: #000000;
  border-left: 5px solid #11B400;
  background-color: #EFF5EA;
}

.messages .success-msg li:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #11B400;
  border-right: none;
}

@media only screen and (min-width: 915px) {
  .order-list-grid .col-1 {
    width: 30%;
  }
  .order-list-grid .col-2 {
    width: 50%;
    padding-right: 20px;
  }
  .order-list-grid .col-3 {
    clear: none;
    width: 20%;
    padding-top: 0;
  }
}

/* -------------------------------------------- *
 * Page Popup
 */
.page-popup {
  padding: 20px;
  background: #FFFFFF;
  height: auto;
}

.page-popup h1 {
  margin: 0 0 0.5em;
  font-size: 36px;
}

/* -------------------------------------------- *
 * Payment Methods
 */
.payment-methods {
  margin-bottom: 20px;
}

.payment-methods dt {
  padding: 5px 0;
}

.payment-methods dd {
  padding-top: 10px;
}

.payment-methods .form-list {
  position: relative;
  display: inline-block;
  max-width: 100%;
  margin: 5px 10px 10px 0;
  border: 3px solid #001489;
  padding: 10px;
}

.payment-methods .form-list li:last-child {
  margin-bottom: 0;
}

/* -------------------------------------------- *
 * Please Wait (Loading Indicator)
 */
.please-wait {
  display: inline-block;
  margin-left: 10px;
  margin-top: 5px;
  line-height: 24px;
  height: 24px;
  white-space: nowrap;
  /* Prevent the linebreak in the HTML from causing layout issues */
}

.please-wait img {
  float: left;
  margin-right: 5px;
  width: 24px;
}

/* -------------------------------------------- *
 * Price Box - Standard
 */
.price-box {
  margin: 0;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}

.price-box p {
  margin-bottom: 0;
}

.price-notice {
  color: #A0A0A0;
}

.price-box .price {
  color: #000;
  font-size: 24px;
  font-size: 1.5rem;
}

.price-box .price,
.price {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}

.price-box .price-label {
  color: #A0A0A0;
  white-space: nowrap;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}

.price-box .minimal-price-link {
  padding-left: 1em;
  color: #3399CC;
  display: block;
  /* We want this to show on its own line, otherwise the layout looks funky */
}

.price-box .minimal-price-link .label {
  color: #A0A0A0;
}

/* -------------------------------------------- *
 * Price Box - Special
 */
.price-box .old-price,
.price-box .discount-percent,
.price-box .special-price {
  display: inline-block;
  vertical-align: bottom;
}

.price-box .old-price .price-label,
.price-box .discount-percent .price-label,
.price-box .special-price .price-label {
  display: none;
}

.price-box .old-price .price,
.price-box .discount-percent .price,
.price-box .special-price .price {
  display: inline-block;
}

.special-price .price {
  font-size: 24px;
  font-size: 1.5rem;
  color: #000;
  margin-left: 15px;
}

.old-price .price {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #9b9b9b;
  text-decoration: line-through;
  font-weight: 600;
}

.discount-percent span {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 16px;
  color: #000076;
  font-weight: bold;
  margin-left: 15px;
}

/* -------------------------------------------- *
 * Price Box - Taxes
 */
.price-box .price-excluding-tax,
.price-box .price-including-tax {
  display: block;
}

span.weee {
  display: block;
}

/* -------------------------------------------- *
 * Tier Prices
 */
.product-pricing,
.tier-prices,
.tier-prices-grouped {
  display: inline-block;
  padding: 4px 8px;
  background: #FBF4DE;
  border: 1px solid #E2D4C7;
  margin-top: 7px;
}

.product-pricing li,
.tier-prices li,
.tier-prices-grouped li {
  font-size: 12px;
}

.product-pricing .benefit,
.tier-prices .benefit,
.tier-prices-grouped .benefit {
  font-style: italic;
}

.product-pricing .price,
.tier-prices .price,
.tier-prices-grouped .price {
  font-weight: bold;
}

.price-with-vat {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 35px;
}

.price-with-vat__vat {
  color: #000076;
  font-size: 13px;
  font-size: 0.8125rem;
  margin-left: 5px;
  font-weight: bold;
}

/* ============================================ *
 * Item Options
 * ============================================ */
.item-options {
  font-size: 13px;
  font-size: 0.8125rem;
}

.item-options:after {
  content: '';
  display: table;
  clear: both;
}

.item-options dt {
  float: left;
  clear: left;
  font-weight: bold;
  padding-right: 5px;
  text-transform: uppercase;
  font-style: italic;
}

.item-options dt:after {
  content: ': ';
}

.item-options dd {
  float: left;
  font-weight: 600;
  padding-left: 10px;
  margin: 0 0 6px;
}

.truncated,
.truncated a.dots {
  cursor: help;
}

.truncated a.details {
  cursor: help;
  height: 16px;
  line-height: 16px;
}

.truncated a.details:hover {
  text-decoration: none;
}

.truncated .truncated_full_value {
  position: relative;
  z-index: 300;
}

.truncated .truncated_full_value .item-options {
  display: none;
  position: absolute;
  z-index: 300;
  width: 200px;
  padding: 8px;
  border: 1px solid #3399CC;
  background-color: #F6F6F6;
  top: 21px;
  left: -100px;
}

.truncated .truncated_full_value .item-options:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #3399CC;
  border-top: none;
  left: 97px;
  top: -7px;
}

.truncated .truncated_full_value .item-options > p {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.truncated .show .item-options {
  display: block;
}

@media only screen and (max-width: 479px) {
  .truncated {
    cursor: inherit;
  }
  .truncated a.details {
    display: none;
  }
  .truncated .truncated_full_value .item-options {
    display: block;
    position: static;
    z-index: 1;
    width: 100%;
    border: none;
    background-color: transparent;
  }
  .truncated .truncated_full_value .item-options p {
    float: none;
  }
  .truncated .truncated_full_value .item-options:after {
    display: none;
  }
}

/* -------------------------------------------- *
 * Printer Friendly Page
 */
.page-print {
  width: 6.5in;
  margin: 20px;
  background: #FFFFFF;
}

/* -------------------------------------------- *
 * Add to links
 */
.add-to-links {
  margin: 7px 0;
}

.add-to-links a {
  display: inline-block;
  padding: 0px 3px 3px;
}

.add-to-links .separator {
  display: none;
}

/* -------------------------------------------- *
 * Standard Formatted Text Block
 */
.std p {
  margin: 0 0 1.5em;
}

.std ol {
  list-style: decimal outside;
  margin-bottom: 1.5em;
}

.std ol li {
  margin-left: 2em;
}

.std ul {
  list-style: disc outside;
  margin-bottom: 1.5em;
}

.std ul li {
  margin-left: 2em;
}

.std .note {
  color: #A0A0A0;
  font-size: 13px;
}

/* -------------------------------------------- *
 * Tabs
 */
.tabs {
  margin-bottom: 10px;
  background: #FFFFFF;
}

/* -------------------------------------------- *
 * Toolbar
 */
.toolbar {
  margin-top: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
  background: #F4F4F4;
  padding: 5px 10px 0px 10px;
}

.toolbar:after {
  content: '';
  display: table;
  clear: both;
}

.pager-no-toolbar {
  margin-bottom: 10px;
}

.pager-no-toolbar ~ .pager-no-toolbar {
  margin-top: 10px;
}

.toolbar,
.pager {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  color: #000;
  line-height: 30px;
  font-size: 12px;
}

.toolbar label,
.pager-no-toolbar label {
  font-weight: normal;
  text-transform: uppercase;
}

.sorter {
  float: left;
  margin-bottom: 5px;
}

.sorter label {
  float: left;
  margin-right: 5px;
}

.sorter label:after {
  content: ':';
}

.sorter > .sort-by {
  float: left;
  margin-right: 5px;
  height: 30px;
}

.sorter > .sort-by .sort-by-switcher {
  width: 30px;
  height: 30px;
  display: inline-block;
}

.sorter > .sort-by .sort-by-switcher--asc {
  background-position: 4px -542px;
}

.sorter > .sort-by .sort-by-switcher--asc:hover {
  background-position: -46px -542px;
}

.sorter > .sort-by .sort-by-switcher--desc {
  background-position: 4px -567px;
}

.sorter > .sort-by .sort-by-switcher--desc:hover {
  background-position: -46px -567px;
}

.sorter > .view-mode {
  float: right;
}

.sorter > .view-mode .grid,
.sorter > .view-mode .list {
  float: left;
  width: 30px;
  height: 30px;
}

.sorter > .view-mode .grid {
  margin-right: 5px;
  background-position: 8px -492px;
}

.sorter > .view-mode strong.grid,
.sorter > .view-mode a.grid:hover {
  background-position: -42px -492px;
}

.sorter > .view-mode .list {
  background-position: 11px -517px;
}

.sorter > .view-mode strong.list,
.sorter > .view-mode a.list:hover {
  background-position: -39px -517px;
}

.pager {
  float: right;
  overflow: hidden;
}

.pager > .count-container {
  float: left;
}

.pager .amount {
  float: left;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  white-space: nowrap;
  margin: 0 15px 0 0;
}

.pager .limiter {
  float: left;
  height: 30px;
  line-height: 30px;
}

.pager .limiter > label {
  padding-right: 5px;
}

.pager .limiter > label:after {
  content: ':';
}

.pager .amount,
.pager .limiter,
.pager .pages {
  margin-bottom: 5px;
}

.pages {
  float: right;
  overflow: hidden;
  margin-left: 15px;
}

.pages strong {
  display: none;
}

.pages li {
  float: left;
}

.pages a,
.pages .current {
  display: inline-block;
  border: 0;
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
  line-height: 30px;
  width: 25px;
  height: 30px;
  padding: 0;
  color: #3399CC;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}

.pages .current,
.pages .current:hover {
  color: #000;
  border: 1px solid #CCCCCC;
  width: 30px;
  background-color: #FFFFFF;
  cursor: default;
}

.pages .next,
.pages .previous {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: transparent;
  position: relative;
}

.pages .next:hover,
.pages .previous:hover {
  border: 1px solid #3399CC;
}

.pages .next:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #3399CC;
  border-right: none;
  top: 50%;
  margin-top: -3px;
  left: 50%;
  margin-left: -2px;
}

.pages .next:hover:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #246b8f;
  border-right: none;
}

.pages .previous:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid #3399CC;
  border-left: none;
  top: 50%;
  margin-top: -3px;
  left: 50%;
  margin-left: -2px;
}

.pages .previous:hover:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid #246b8f;
  border-left: none;
}

@media only screen and (max-width: 479px) {
  .pager .amount--has-pages {
    display: none;
  }
  .pages {
    float: left;
  }
  .limiter label {
    display: none;
  }
}

@media only screen and (max-width: 1023px) {
  .col1-layout .sorter,
  .col1-layout .pager {
    width: 100%;
  }
  .col1-layout .pager {
    float: left;
    clear: both;
  }
  .col1-layout .pager .pages {
    float: left;
    margin-left: 0;
  }
  .col1-layout .pager .count-container {
    float: right;
  }
  body.open-menu-mob {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }
  body.open-menu-mob .wrapper {
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.64);
    -webkit-transform: translate3d(81.6%, 0, 0);
    transform: translate3d(81.6%, 0, 0);
  }
}

body .wrapper {
  transition: 200ms all ease-in-out;
}

body.open-minicart {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

body.open-minicart #header-cart {
  /* !important need for Wordpress */
  display: block !important;
}

body.open-minicart .wrapper {
  -webkit-transform: translate3d(-270px, 0, 0);
  transform: translate3d(-270px, 0, 0);
}

@media only screen and (max-width: 768px) {
  body.open-minicart .wrapper {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@media only screen and (max-width: 1023px) {
  .col2-left-layout .sorter,
  .col2-left-layout .pager,
  .col2-right-layout .sorter,
  .col2-right-layout .pager,
  .col3-layout .sorter,
  .col3-layout .pager {
    width: 100%;
  }
  .col2-left-layout .pager,
  .col2-right-layout .pager,
  .col3-layout .pager {
    float: left;
    clear: both;
  }
  .col2-left-layout .pager .pages,
  .col2-right-layout .pager .pages,
  .col3-layout .pager .pages {
    float: left;
    margin-left: 0;
  }
  .col2-left-layout .pager .count-container,
  .col2-right-layout .pager .count-container,
  .col3-layout .pager .count-container {
    float: right;
  }
}

@media only screen and (max-width: 1279px) {
  .toolbar .view-mode > label {
    display: none;
  }
}

/* ============================================ *
 * Tax - Full Tax Summary
 * ============================================ */
#checkout-review-table .summary-collapse,
#shopping-cart-totals-table .summary-collapse,
body.customer-account .data-table .summary-collapse {
  position: relative;
  cursor: pointer;
}

#checkout-review-table .summary-collapse:before,
#shopping-cart-totals-table .summary-collapse:before,
body.customer-account .data-table .summary-collapse:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 7px solid #3399CC;
  border-bottom: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}

#checkout-review-table .summary-collapse:hover:before,
#shopping-cart-totals-table .summary-collapse:hover:before,
body.customer-account .data-table .summary-collapse:hover:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 7px solid #246b8f;
  border-bottom: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}

#checkout-review-table .show-details .summary-collapse:before,
#shopping-cart-totals-table .show-details .summary-collapse:before,
body.customer-account .data-table .show-details .summary-collapse:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #3399CC;
  border-top: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}

#checkout-review-table .show-details .summary-collapse:hover:before,
#shopping-cart-totals-table .show-details .summary-collapse:hover:before,
body.customer-account .data-table .show-details .summary-collapse:hover:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #246b8f;
  border-top: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}

#shopping-cart-totals-table tfoot td .summary-collapse:before, #shopping-cart-totals-table tfoot td .summary-collapse:hover:before {
  margin-bottom: 5px;
}

/* ============================================ *
 * Magento Helpers
 * ============================================ */
.a-center {
  text-align: center;
}

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

.no-display {
  display: none !important;
}

.nobr,
.nowrap {
  white-space: nowrap;
}

.width-full {
  width: 100%;
}

/* ============================================ *
 * Custom Helpers
 * ============================================ */
.hidden {
  display: none;
}

/* ============================================ *
 * Print Styles
 * ============================================ */
.page-print .print-head {
  margin: 0 0 15px;
}

.page-print .print-head .logo {
  float: none;
  max-height: 50px;
  width: auto;
}

@media only screen and (min-width: 1024px) {
  .show-for-medium {
    display: none;
  }
}

@media only screen and (max-width: 1023px) {
  .hide-for-medium {
    display: none;
  }
}

.product-view .add-to-cart-buttons .button, .catalog-product-list-toolbar .toolbar-bottom__load-more {
  background-color: #001489;
  color: #fff;
  font-size: 13px;
  font-size: 0.8125rem;
  border-radius: 5px;
  position: relative;
  display: inline-block;
  padding: 10px 60px 10px 15px;
  font-weight: bold;
  text-transform: uppercase;
}

.product-view .add-to-cart-buttons .button::after, .catalog-product-list-toolbar .toolbar-bottom__load-more::after {
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  content: "";
  display: block;
  font-family: 'icomoon';
  font-weight: normal;
  position: absolute;
  right: 16px;
  top: 10px;
}

.product-view .add-to-cart-buttons .button::before, .catalog-product-list-toolbar .toolbar-bottom__load-more::before {
  background-color: rgba(255, 255, 255, 0.25);
  position: absolute;
  right: 45px;
  top: 0;
  height: 100%;
  width: 1px;
  content: '';
}

.stars {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-size: 0.875rem;
}

.stars span:before {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #000076;
  content: "";
  display: block;
  font-family: 'icomoon';
  font-weight: normal;
  margin: 0 2px;
  opacity: .25;
}

.stars-1 span:nth-child(-n + 1):before {
  opacity: 1;
}

.stars-2 span:nth-child(-n + 2):before {
  opacity: 1;
}

.stars-3 span:nth-child(-n + 3):before {
  opacity: 1;
}

.stars-4 span:nth-child(-n + 4):before {
  opacity: 1;
}

.stars-5 span:nth-child(-n + 5):before {
  opacity: 1;
}

@-webkit-keyframes anim-btn-default {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
  51% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0;
  }
}

@keyframes anim-btn-default {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
  51% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0;
  }
}

.bounce, .anim-anchor-category > a:hover span.ico-bottom {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  70% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -7px, 0);
    transform: translate3d(0, -5px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
  }
}

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  70% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
  }
}

.slick-slider {
  padding: 0 20px;
}

.slick-slider .item {
  padding: 30px;
  margin: 0;
}

.slick-slider .slick-arrow {
  z-index: 210;
  background-color: #001489;
  border-radius: 10em;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border: 0;
}

.slick-slider .slick-arrow:after {
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  content: "";
  display: block;
  font-family: 'icomoon';
  font-weight: normal;
}

.slick-slider .slick-arrow:hover {
  opacity: .75;
}

.slick-slider .slick-arrow.slick-prev {
  left: 0;
  -webkit-transform: scale(-1, 1) translateY(-50%);
  transform: scale(-1, 1) translateY(-50%);
}

.slick-slider .slick-arrow.slick-next {
  right: 0;
}

.modal {
  z-index: 9999;
  background-color: rgba(255, 255, 255, 0.5);
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 15px;
}

.modal__inner {
  background-color: #fff;
  margin: 60px auto 0;
  padding: 15px;
  border: 1px solid #000;
  max-width: 1520px;
}

@media screen and (max-width: 425px) {
  .modal__inner {
    width: 100%;
    margin: 0;
  }
}

.modal__title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.modal__title .btn-close {
  position: relative;
  width: 20px;
  height: 20px;
  background: none;
  border: 0;
  opacity: 0.5;
}

.modal__title .btn-close:after, .modal__title .btn-close:before {
  background-color: #000;
  position: absolute;
  display: block;
  top: 0;
  left: 10px;
  content: ' ';
  height: 20px;
  width: 2px;
}

.modal__title .btn-close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modal__title .btn-close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modal__title .btn-close:hover {
  opacity: 1;
}

.modal__content {
  text-transform: none;
}

@media screen and (max-width: 425px) {
  .modal__content {
    overflow-x: scroll;
  }
}

.modal__content table {
  font-size: 11px;
  font-size: 0.6875rem;
  width: 100%;
}

.modal__content table tr:nth-child(even) {
  background-color: rgba(0, 20, 137, 0.05);
}

.modal__content table td {
  padding: 5px;
}

.btn_default_base, .btn_default {
  background-color: #001489;
  color: #fff;
  /**
    * button addtocart disabled
    */
}

.btn_default_base .icon-button_arrow_blue::before, .btn_default .icon-button_arrow_blue::before {
  color: #fff;
}

.btn_default_base::after, .btn_default::after {
  background-color: rgba(255, 255, 255, 0.5);
}

.btn_default_base:hover, .btn_default:hover {
  background-color: #fff;
  color: #000076;
}

.btn_default_base:hover .icon-button_arrow_blue::before, .btn_default:hover .icon-button_arrow_blue::before {
  color: #000076;
}

.btn_default_base:hover::after, .btn_default:hover::after {
  background-color: rgba(0, 20, 137, 0.75);
}

.btn_default_base[disabled="disabled"], .btn_default_base[disabled="disabled"]:hover, .btn_default[disabled="disabled"], .btn_default[disabled="disabled"]:hover {
  background-color: #f9f9f9;
  color: #9b9b9b;
  border: 1px solid #9b9b9b;
}

.btn_default_base[disabled="disabled"] .icon-button_arrow_blue:before, .btn_default_base[disabled="disabled"]:hover .icon-button_arrow_blue:before, .btn_default[disabled="disabled"] .icon-button_arrow_blue:before, .btn_default[disabled="disabled"]:hover .icon-button_arrow_blue:before {
  -webkit-animation: none;
  animation: none;
  color: #9b9b9b;
  content: "X";
}

.btn_default_base[disabled="disabled"]:after, .btn_default_base[disabled="disabled"]:hover:after, .btn_default[disabled="disabled"]:after, .btn_default[disabled="disabled"]:hover:after {
  background-color: #9b9b9b;
}

.btn_reverse_base, .btn_reverse {
  background-color: #fff;
  color: #000076;
}

.btn_reverse_base .icon-button_arrow_blue::before, .btn_reverse .icon-button_arrow_blue::before {
  color: #000076;
}

.btn_reverse_base::after, .btn_reverse::after {
  background-color: rgba(0, 20, 137, 0.75);
}

.btn_reverse_base:hover, .btn_reverse:hover {
  background-color: #001489;
  color: #fff;
}

.btn_reverse_base:hover .icon-button_arrow_blue::before, .btn_reverse:hover .icon-button_arrow_blue::before {
  color: #fff;
}

.btn_reverse_base:hover::after, .btn_reverse:hover::after {
  background-color: rgba(255, 255, 255, 0.75);
}

.btn_default_base, .btn_reverse_base, .btn_default, .btn_reverse {
  font-size: 13px;
  font-size: 0.8125rem;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #001489;
  position: relative;
  display: inline-block;
  padding: 10px 63px 11px 17px;
  font-weight: bold;
  text-transform: uppercase;
  transition: all ease-in-out 200ms;
}

.btn_default_base .icon-button_arrow_blue, .btn_reverse_base .icon-button_arrow_blue, .btn_default .icon-button_arrow_blue, .btn_reverse .icon-button_arrow_blue {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 38px;
  height: 40px;
  width: 44px;
  overflow: hidden;
}

.btn_default_base .icon-button_arrow_blue::before, .btn_reverse_base .icon-button_arrow_blue::before, .btn_default .icon-button_arrow_blue::before, .btn_reverse .icon-button_arrow_blue::before {
  transition: color ease-in-out 200ms;
  font-size: 14px;
  font-size: 0.875rem;
  vertical-align: top;
}

.btn_default_base::after, .btn_reverse_base::after, .btn_default::after, .btn_reverse::after {
  position: absolute;
  right: 45px;
  top: 0;
  height: 100%;
  width: 1px;
  content: '';
  transition: all ease-in-out 200ms;
}

.btn_default_base:hover, .btn_reverse_base:hover, .btn_default:hover, .btn_reverse:hover {
  text-decoration: none;
}

.btn_default_base:hover .icon-button_arrow_blue::before, .btn_reverse_base:hover .icon-button_arrow_blue::before, .btn_default:hover .icon-button_arrow_blue::before, .btn_reverse:hover .icon-button_arrow_blue::before {
  -webkit-animation: anim-btn-default 200ms ease-out;
  animation: anim-btn-default 200ms ease-out;
}

.btn_default_base_base, .btn_reverse_base_base, .btn_default_base, .btn_reverse_base {
  padding: 10px 17px 11px 17px;
}

.btn_default_base.loading, .btn_reverse_base.loading, .btn_default.loading, .btn_reverse.loading {
  background: #9b9b9b;
  border-color: #9b9b9b;
  color: #fff;
}

.btn_default_base.loading::after, .btn_reverse_base.loading::after, .btn_default.loading::after, .btn_reverse.loading::after {
  background: #fff;
}

.btn_default_base.loading .icon-button_arrow_blue::before, .btn_reverse_base.loading .icon-button_arrow_blue::before, .btn_default.loading .icon-button_arrow_blue::before, .btn_reverse.loading .icon-button_arrow_blue::before {
  color: #fff;
}

.btn_default_base::after, .btn_reverse_base::after {
  display: none;
}

.cms-index-noroute .not-found,
.cms-index-defaultnoroute .not-found {
  padding: 10% 0;
}

.cms-index-noroute .not-found .input-box,
.cms-index-defaultnoroute .not-found .input-box {
  padding: 0;
  display: inline-block;
  width: 80%;
  max-width: 500px;
  margin: 0;
}

.cms-index-noroute .not-found .input-box input,
.cms-index-defaultnoroute .not-found .input-box input {
  font-size: 12px;
  font-size: 0.75rem;
}

@media screen and (max-width: 767px) {
  .cms-index-noroute .not-found,
  .cms-index-defaultnoroute .not-found {
    width: 90%;
    display: block;
    margin: 0 auto;
  }
}

.cms-index-noroute .not-found label,
.cms-index-defaultnoroute .not-found label {
  display: none;
}

.cms-index-noroute .not-found button,
.cms-index-noroute .not-found .button,
.cms-index-defaultnoroute .not-found button,
.cms-index-defaultnoroute .not-found .button {
  float: right;
  width: 25%;
}

.cms-index-noroute .not-found button .icon-search,
.cms-index-noroute .not-found .button .icon-search,
.cms-index-defaultnoroute .not-found button .icon-search,
.cms-index-defaultnoroute .not-found .button .icon-search {
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 600;
}

.cms-index-noroute .not-found button span:before,
.cms-index-noroute .not-found .button span:before,
.cms-index-defaultnoroute .not-found button span:before,
.cms-index-defaultnoroute .not-found .button span:before {
  display: none;
}

@media screen and (max-width: 767px) {
  .cms-index-noroute .not-found button,
  .cms-index-noroute .not-found .button,
  .cms-index-defaultnoroute .not-found button,
  .cms-index-defaultnoroute .not-found .button {
    width: 30%;
  }
}

@media screen and (max-width: 425px) {
  .cms-index-noroute .not-found button,
  .cms-index-noroute .not-found .button,
  .cms-index-defaultnoroute .not-found button,
  .cms-index-defaultnoroute .not-found .button {
    width: 40%;
  }
}

.cms-index-noroute .not-found .search-autocomplete,
.cms-index-defaultnoroute .not-found .search-autocomplete {
  display: none;
}

.cms-index-noroute .not-found h1,
.cms-index-defaultnoroute .not-found h1 {
  font-weight: bold;
}

.cms-index-noroute .not-found p,
.cms-index-defaultnoroute .not-found p {
  color: #9b9b9b;
  font-weight: 400;
}

.cms-index-noroute .not-found #search,
.cms-index-defaultnoroute .not-found #search {
  height: 39px;
  margin: 0;
  padding-left: 15px;
  float: left;
  width: 75%;
  border: 1px solid #DFE0E4;
  border-right: 0;
}

@media screen and (max-width: 767px) {
  .cms-index-noroute .not-found #search,
  .cms-index-defaultnoroute .not-found #search {
    width: 70%;
    padding-right: 5px;
  }
}

@media screen and (max-width: 425px) {
  .cms-index-noroute .not-found #search,
  .cms-index-defaultnoroute .not-found #search {
    width: 60%;
  }
}

@-ms-viewport {
  width: auto !important;
}

/* ============================================ *
 * FORMS - COMMON
 * ============================================ */
/* -------------------------------------------- *
 * Fieldsets
 */
.fieldset p {
  margin-bottom: 7px;
}

.fieldset p.required {
  margin: 15px 0 0;
  opacity: .5;
}

.fieldset + .fieldset {
  margin-top: 5px;
}

form .legend {
  margin: 0;
  margin-bottom: 10px;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding-bottom: 7px;
  border-bottom: 1px solid #EDEDED;
}

/* -------------------------------------------- *
 * Input Box
 */
select.validation-failed {
  border-color: #DF280A !important;
}

.input-box {
  padding-top: 2px;
}

.input-box:after {
  content: '';
  display: table;
  clear: both;
}

.input-box .input-text,
.input-box select {
  border-radius: 2px;
  margin-bottom: 5px;
  padding: 0 10px;
  border: 1px solid #C0C0C0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #fff;
  font-size: 15px;
}

.input-box .input-text:hover:not(:disabled), .input-box .input-text:focus:not(:disabled),
.input-box select:hover:not(:disabled),
.input-box select:focus:not(:disabled) {
  border: 1px solid #000;
}

.input-box .input-text.validation-failed,
.input-box select.validation-failed {
  border-color: #DF280A !important;
}

.input-box.customer-dob {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.input-box.customer-dob .dob-month,
.input-box.customer-dob .dob-day {
  margin-right: 10px;
}

.input-box.customer-dob label {
  margin-top: 0;
}

li.centinel-logos div.input-box img {
  display: inline;
  vertical-align: middle;
}

/* For adjacent select inputs. */
/* Example: credit card expiration month and year. */
.input-box .v-fix {
  float: left;
  margin-right: 5px;
  max-width: 100%;
}

/* -------------------------------------------- *
 * Labels
 */
label {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  display: inline-block;
  margin: 10px 0 5px;
  font-weight: bold;
  font-size: 13px;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  text-transform: uppercase;
}

label .required {
  font-size: 16px;
  font-size: 1rem;
}

label .required:after {
  display: none;
}

.right-header label,
.customer-account .main label {
  margin: 0 0 0 5px;
}

.customer-account .main label {
  max-width: calc(100% - 30px);
  display: inline-block;
  vertical-align: top;
}

label.required em,
span.required em {
  float: right;
  font-size: 22px;
  line-height: 19px;
  font-style: normal;
}

/* -------------------------------------------- *
 * Hints
 */
.input-hint {
  color: #A0A0A0;
  font-size: 12px;
}

/* -------------------------------------------- *
 * Select
 */
select {
  font-size: 14px;
}

select + select {
  margin-left: 5px;
}

select[multiple] {
  width: 270px;
  border: 1px solid #C0C0C0;
  font-size: 15px;
  padding: 5px;
}

/* -------------------------------------------- *
 * Textarea
 */
textarea {
  box-sizing: border-box;
  width: 100%;
  max-width: 450px;
  padding: 5px;
}

/* -------------------------------------------- *
 * Inputs
 */
.input-text {
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 2px;
  border: 1px solid #C0C0C0;
  background: #FFFFFF;
  font-size: 15px;
}

.input-text:focus {
  border: 1px solid #3399CC;
}

select {
  padding: 0 5px;
}

textarea {
  margin-bottom: 5px;
  padding: 0 10px;
  max-width: 100%;
}

textarea:hover, textarea:focus {
  border: 1px solid #000;
}

.input-text.validation-failed {
  border-color: #DF280A;
}

.input-text.validation-failed:focus {
  outline-color: tint(#DF280A, 50%);
}

input[type=email],
input[type=search],
input[type=number],
input[type=password],
input[type=tel],
input[type=text] {
  height: 40px;
  line-height: 40px;
  padding: 0 8px;
}

input[type=email],
input[type=search],
input[type=number],
input[type=password],
input[type=tel],
input[type=text] {
  width: 100%;
}

/* Only show on iPhones (not iPads or any other device) */
@media only screen and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 0) {
  input[type=email],
  input[type=search],
  input[type=number],
  input[type=password],
  input[type=tel],
  input[type=text],
  select {
    font-size: 16px;
    /* Prevent from zooming on focus */
  }
}

.ie8 .input-text {
  max-width: none;
}

/* -------------------------------------------- *
 * Inputs - Quantity
 */
input[type=number].qty,
input[type=text].qty {
  width: 3em;
  text-align: center;
  vertical-align: middle;
}

/* -------------------------------------------- *
 * Placeholder
 */
::-webkit-input-placeholder {
  color: #A0A0A0;
}

input:-moz-placeholder {
  color: #A0A0A0;
}

/* -------------------------------------------- *
 * Checkbox And Radio
 */
.checkbox,
.radio {
  position: relative;
  top: -1px;
  display: inline-block;
}

/* -------------------------------------------- *
 * Validation
 */
p.required,
.validation-advice {
  font-size: 13px;
  color: #e10814;
}

/* ============================================ *
 * Form List
 * ============================================ */
.form-list .input-range .input-text {
  width: 74px;
}

/* Turn the label of controls (radio/checkbox) into a button style that wraps the input */
.form-list .control,
.sp-methods dt,
#checkout-shipping-method-load .sp-methods dd,
#co-shipping-method-form .sp-methods dd,
.product-options ul.options-list {
  /* When a label is next to an input that is set to not display, we should style the label in a non-clickable state */
}

.form-list .control .no-display + label,
.sp-methods dt .no-display + label,
#checkout-shipping-method-load .sp-methods dd .no-display + label,
#co-shipping-method-form .sp-methods dd .no-display + label,
.product-options ul.options-list .no-display + label {
  padding-left: 10px;
  background-color: transparent;
}

.form-list .control .no-display + label:hover,
.sp-methods dt .no-display + label:hover,
#checkout-shipping-method-load .sp-methods dd .no-display + label:hover,
#co-shipping-method-form .sp-methods dd .no-display + label:hover,
.product-options ul.options-list .no-display + label:hover {
  background-color: transparent;
}

input.checkbox, input[type="checkbox"] {
  position: relative;
  width: 17px;
  height: 17px;
}

input.checkbox:before, input.checkbox:after, input[type="checkbox"]:before, input[type="checkbox"]:after {
  content: '';
  display: block;
  position: absolute;
  width: 17px;
  height: 17px;
  cursor: pointer;
}

input.checkbox:before, input[type="checkbox"]:before {
  left: 0;
  top: 0;
  border: 1px solid #C0C0C0;
  background-color: #fff;
}

input.checkbox:checked:before, input[type="checkbox"]:checked:before {
  border: 1px solid;
}

input.checkbox:checked:after, input[type="checkbox"]:checked:after {
  font-size: 11px;
  font-size: 0.6875rem;
  content: "";
  display: block;
  font-family: 'icomoon';
  font-weight: normal;
  top: 1px;
  left: 3px;
}

input.checkbox.validation-failed:before, input[type="checkbox"].validation-failed:before {
  border: 1px solid #e10814;
}

.control {
  margin: 15px 0;
}

.control input {
  top: 3px;
}

.control a {
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: none;
  font-weight: 600;
}

.form-list .control.remember-me-box label {
  width: auto;
  max-width: none;
  min-width: inherit;
}

form .form-instructions {
  font-size: 13px;
  opacity: .5;
}

.form-text {
  font-size: 12px;
  font-size: 0.75rem;
  margin: 15px 0;
  opacity: .5;
}

input:disabled,
select:disabled {
  opacity: .5;
}

/* ============================================ *
 * Table Helpers
 * ============================================ */
.hide-th {
  text-indent: -9999px;
}

/* ============================================ *
 * Data Table
 * ============================================ */
.data-table {
  width: 100%;
}

@media screen and (max-width: 425px) {
  .data-table__wrap {
    overflow-x: auto;
  }
}

.data-table td,
.data-table th {
  padding: 10px;
  vertical-align: top;
}

.data-table th {
  background: #F4F4F4;
  text-transform: uppercase;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  line-height: 1.4;
  white-space: nowrap;
}

.data-table thead th,
.data-table tbody td {
  border-bottom: 1px solid #C0C0C0;
}

.data-table tbody td,
.data-table tfoot td {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}

.data-table tfoot tr {
  background: #F4F4F4;
}

.data-table tbody td .item-options {
  margin-left: 20px;
  margin-top: 10px;
}

.data-table tbody td .item-options dt:after {
  content: ':';
}

/* ============================================ *
 * Generic Info Table
 * ============================================ */
.info-box {
  border: 1px solid #C0C0C0;
  padding: 12px 15px;
  margin: 0 0 15px;
}

.info-box h2 {
  font-weight: bold;
  font-size: 13px;
}

.info-table th,
.info-table td {
  vertical-align: top;
}

.info-table th {
  font-weight: bold;
  padding: 4px 20px 4px 0;
}

.info-table td {
  padding: 4px 0;
}

/* ============================================ *
 * Zebra-Stripe Table
 * ============================================ */
.zebra-table tr:first-child,
.zebra-table th:first-child {
  border-top: 1px solid #C0C0C0;
}

.zebra-table td,
.zebra-table th {
  border-bottom: 1px solid #C0C0C0;
  padding: 6px;
  background-color: transparent;
}

.zebra-table tr {
  background-color: #EEEDED;
}

.zebra-table tr:nth-child(odd) {
  background-color: #F8F7F5;
}

/* ============================================ *
 * Linearize Table
 * ============================================ */
@media only screen and (max-width: 479px) {
  .linearize-table {
    /* Helpers */
  }
  .linearize-table tr,
  .linearize-table th,
  .linearize-table td {
    display: block;
  }
  .linearize-table thead th {
    border-right: 0;
    border-left: 0;
  }
  .linearize-table thead th.lin-hide {
    display: none;
  }
  .linearize-table thead th:nth-child(1n+2) {
    display: none;
  }
  .linearize-table tbody tr {
    position: relative;
    border-bottom: 1px solid #CCCCCC;
  }
  .linearize-table tbody td {
    padding: 0 10px 4px;
    border-right: 0;
    border-bottom: 0;
  }
  .linearize-table tbody td.lin-hide {
    display: none;
  }
  .linearize-table tbody td:first-child {
    padding-top: 10px;
  }
  .linearize-table tbody td:first-child,
  .linearize-table tbody td:first-child h3 {
    font-weight: bold;
  }
  .linearize-table tbody td[data-rwd-label] {
    text-align: left;
    padding-left: 30px;
  }
  .linearize-table tbody td[data-rwd-label]:before {
    content: attr(data-rwd-label) ":";
    font-size: 12px;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    padding-right: 5px;
    text-transform: uppercase;
  }
  .linearize-table tfoot tr {
    display: block;
    text-align: right;
  }
  .linearize-table tfoot tr:after {
    content: '';
    display: table;
    clear: both;
  }
  .linearize-table tfoot td {
    display: block;
    float: left;
  }
  .linearize-table tfoot td.lin-hide {
    display: none;
  }
  .linearize-table tfoot td:nth-child(odd) {
    clear: left;
    width: 60%;
  }
  .linearize-table tfoot td:nth-child(even) {
    text-align: left;
    width: 40%;
  }
  .linearize-table .linearize-hide {
    display: none;
  }
  .linearize-table .linearize-unpad {
    padding: 0;
  }
  .linearize-table .linearize-show {
    display: block;
  }
}

@media only screen and (max-width: 599px) {
  .linearize-table-large {
    /* Helpers */
  }
  .linearize-table-large tr,
  .linearize-table-large th,
  .linearize-table-large td {
    display: block;
  }
  .linearize-table-large thead th {
    border-right: 0;
    border-left: 0;
  }
  .linearize-table-large thead th.lin-hide {
    display: none;
  }
  .linearize-table-large thead th:nth-child(1n+2) {
    display: none;
  }
  .linearize-table-large tbody tr {
    position: relative;
    border-bottom: 1px solid #CCCCCC;
  }
  .linearize-table-large tbody td {
    padding: 0 10px 4px;
    border-right: 0;
    border-bottom: 0;
  }
  .linearize-table-large tbody td.lin-hide {
    display: none;
  }
  .linearize-table-large tbody td:first-child {
    padding-top: 10px;
  }
  .linearize-table-large tbody td:first-child,
  .linearize-table-large tbody td:first-child h3 {
    font-weight: bold;
  }
  .linearize-table-large tbody td[data-rwd-label] {
    text-align: left;
    padding-left: 30px;
  }
  .linearize-table-large tbody td[data-rwd-label]:before {
    content: attr(data-rwd-label) ":";
    font-size: 12px;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    padding-right: 5px;
    text-transform: uppercase;
  }
  .linearize-table-large tfoot tr {
    display: block;
    text-align: right;
  }
  .linearize-table-large tfoot tr:after {
    content: '';
    display: table;
    clear: both;
  }
  .linearize-table-large tfoot td {
    display: block;
    float: left;
  }
  .linearize-table-large tfoot td.lin-hide {
    display: none;
  }
  .linearize-table-large tfoot td:nth-child(odd) {
    clear: left;
    width: 60%;
  }
  .linearize-table-large tfoot td:nth-child(even) {
    text-align: left;
    width: 40%;
  }
  .linearize-table-large .linearize-hide {
    display: none;
  }
  .linearize-table-large .linearize-unpad {
    padding: 0;
  }
  .linearize-table-large .linearize-show {
    display: block;
  }
}

@media only screen and (min-width: 600px) {
  .linearize-table .linearize-collapse {
    display: none;
  }
}

/* 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;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  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 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

.slick-arrow.slick-hidden {
  display: none;
}

/* ============================================ *
 * Global
 * ============================================ */
html {
  height: 100%;
}

body {
  height: auto;
}

.wrapper {
  min-width: 320px;
  min-height: 100%;
  margin: 0 auto;
  background: #FFFFFF;
}

.wrapper:after {
  content: '';
  display: table;
  clear: both;
}

.footer {
  overflow: hidden;
}

.sparco-base-configurator-index {
  overflow: hidden;
}

.datepicker--day-name {
  color: #001489;
}

.datepicker--nav-title, .datepicker--cell-day {
  color: #000;
}

.processing:after,
.processing .text {
  opacity: 0;
  transition: all 200ms linear;
}

.processing .loading {
  opacity: 1;
  display: block;
}

.loading {
  z-index: 10000;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: none;
  transition: all 200ms linear;
}

.loading i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 20px;
  font-size: 1.25rem;
  -webkit-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.loading-ajax {
  display: block;
  position: relative;
  min-height: 20px;
  padding: 20px 0;
}

.loading-ajax:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 20px;
  font-size: 1.25rem;
  -webkit-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: 'icomoon';
  font-weight: normal;
  line-height: 1;
  content: '\e97b';
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* ============================================ *
 * Header
 * ============================================ */
@media only screen and (min-width: 1024px) {
  header {
    position: relative;
    z-index: 99;
    background: #000;
  }
  header #header-nav {
    padding: 0 26px;
  }
  .page-header {
    max-width: 1520px;
    margin: 0 auto;
  }
  .page-header .right-header {
    float: right;
    font-size: 0;
  }
  .page-header-container {
    position: relative;
  }
  .header-top .page-header {
    height: 88px;
  }
}

.header-language-container,
.page-header {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  z-index: 2000;
  position: relative;
}

.header-language-container .hamburger-menu-mobile,
.page-header .hamburger-menu-mobile {
  width: 64px;
  height: 64px;
  float: left;
  cursor: pointer;
}

.header-language-container .hamburger-menu-mobile .icon-hamburgher-menu,
.page-header .hamburger-menu-mobile .icon-hamburgher-menu {
  font-size: 22px;
  font-size: 1.375rem;
}

@media only screen and (max-width: 1023px) {
  .header-language-container .hamburger-menu-mobile,
  .page-header .hamburger-menu-mobile {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media only screen and (max-width: 1023px) {
  #header-search,
  .header-mobile-float,
  .page-header-container {
    transition: all 200ms ease-in-out;
  }
  .mob-menu-level0 #header-search, .mob-menu-level0
  .header-mobile-float, .mob-menu-level0
  .page-header-container {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  .mob-menu-level1 #header-search, .mob-menu-level1
  .header-mobile-float, .mob-menu-level1
  .page-header-container {
    -webkit-transform: translate3d(-200%, 0, 0);
    transform: translate3d(-200%, 0, 0);
  }
  .mob-menu-level2 #header-search, .mob-menu-level2
  .header-mobile-float, .mob-menu-level2
  .page-header-container {
    -webkit-transform: translate3d(-300%, 0, 0);
    transform: translate3d(-300%, 0, 0);
  }
}

@media only screen and (max-width: 1023px) {
  .page-header-container {
    height: 100vh;
  }
  .page-header-container .mobile-padder {
    height: 100%;
    padding-bottom: 141px;
  }
  .page-header-container .mobile-padder #header-nav {
    height: 100%;
    overflow-y: scroll;
  }
  .page-header-container .mobile-padder #header-nav::-webkit-scrollbar-track {
    background-color: #F5F5F5;
  }
  .page-header-container .mobile-padder #header-nav::-webkit-scrollbar {
    width: 3px;
    background-color: #F5F5F5;
  }
  .page-header-container .mobile-padder #header-nav::-webkit-scrollbar-thumb {
    background-color: #bbb;
  }
}

/* ============================================ *
 * Language switcher + welcome message
 * ============================================ */
.header-top {
  text-transform: uppercase;
  background: #fff;
}

.header-top .header-language-container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.header-top:after {
  content: '';
  display: table;
  clear: both;
}

.header-top .form-language,
.header-top .header-btn,
.header-top .currency-switcher {
  display: inline-block;
  vertical-align: top;
}

.header-top .welcome-msg {
  float: right;
}

.header-mobile-float {
  display: inline-block;
}

@media only screen and (max-width: 1023px) {
  .header-mobile-float {
    position: absolute;
    left: -81.6%;
    width: 81%;
    top: 64px;
    font-size: 0;
  }
}

.header-btn {
  width: 98px;
  height: 88px;
  color: #273470;
}

@media only screen and (max-width: 1023px) {
  .header-btn {
    width: 33.33%;
    height: 77px;
  }
}

.header-btn .icon:before {
  color: #000076;
}

.header-btn .icon.icon-store-icon {
  color: #000076;
}

.header-btn .icon.icon-cart-mobile:before {
  color: #fff;
}

@media only screen and (max-width: 1023px) {
  .header-btn .icon.icon-cart-mobile:before {
    color: #000076;
  }
}

.header-btn.stores-btn {
  background: #f9f9f9;
}

.header-btn.stores-btn.disabled {
  cursor: not-allowed;
}

.header-btn.stores-btn.disabled * {
  cursor: not-allowed;
}

.header-btn.account-cart-wrapper {
  background: #efefef;
}

.header-btn.account-cart-wrapper > a {
  display: block;
}

@media only screen and (max-width: 1023px) {
  .header-btn.account-cart-wrapper {
    position: relative;
  }
}

.header-btn.wishlist-btn {
  background: #DFE0E4;
}

.header-btn.header-minicart {
  background: #001489;
}

.header-btn.header-minicart .label {
  color: #fff;
  font-weight: 500;
}

.header-btn.header-minicart .count {
  position: absolute;
  top: 33px;
  width: 100%;
  text-align: center;
  margin: 0;
  color: #fff;
  font-size: 13px;
  font-size: 0.8125rem;
}

.header-btn.header-minicart a {
  display: block;
  overflow: auto;
  height: 100%;
  position: relative;
}

@media only screen and (min-width: 1024px) {
  .no-touch .header-btn.header-minicart a:hover {
    background: #000;
  }
}

@media only screen and (max-width: 1023px) {
  .header-btn.header-minicart {
    float: right;
    width: 68px;
    height: 64px;
    background: #fff;
  }
  .header-btn.header-minicart .icon {
    background-position: 33.33333% 33.33333%;
  }
  .header-btn.header-minicart .label {
    display: none;
  }
  .header-btn.header-minicart .count {
    color: #000076;
    top: 23px;
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: bold;
  }
}

.header-btn a:hover {
  text-decoration: none;
}

.header-btn a span {
  color: #273470;
  font-weight: 500;
}

.header-btn .icon {
  display: block;
  width: 30px;
  height: 30px;
  margin: 24px auto 10px auto;
  text-align: center;
}

@media only screen and (max-width: 1023px) {
  .header-btn .icon {
    margin: 14px auto 5px auto;
    font-size: 26px;
    font-size: 1.625rem;
    text-align: center;
  }
  .header-btn .icon.icon-cart-mobile {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.header-btn .label {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 10px;
  text-transform: none;
  display: block;
  text-align: center;
}

@media only screen and (max-width: 1023px) {
  .header-btn .label {
    margin-bottom: 13px;
  }
}

@media only screen and (min-width: 1024px) {
  .no-touch .header-btn:hover.stores-btn {
    background: #001489;
  }
  .no-touch .header-btn:hover.stores-btn .icon:before {
    color: #fff;
  }
  .no-touch .header-btn:hover.account-cart-wrapper, .no-touch .header-btn:hover.wishlist-btn {
    background: #001489;
  }
  .no-touch .header-btn:hover.account-cart-wrapper .icon:before, .no-touch .header-btn:hover.wishlist-btn .icon:before {
    color: #fff;
  }
  .no-touch .header-btn:hover a span {
    color: #fff;
  }
}

.header-btn.active.account-cart-wrapper {
  background: #001489;
}

.header-btn.active.account-cart-wrapper .icon:before {
  color: #fff;
}

.header-btn.active a span {
  color: #fff;
}

.header-btn .account-dropdown {
  box-shadow: 0px 0px 30px 0px rgba(50, 50, 50, 0.5);
  width: 380px;
  float: right;
  z-index: 100;
  display: none;
  background: #fff;
  position: relative;
  top: 14px;
}

@media only screen and (max-width: 1024px) {
  .header-btn .account-dropdown {
    width: 300%;
    float: left;
    margin-left: -100%;
    height: 100vh;
    padding-bottom: 142px;
  }
}

.header-btn .account-dropdown .block-account {
  margin: 0;
}

.header-btn .account-dropdown .block-account .block-title {
  display: none;
}

.header-btn .account-dropdown .block-account .logout {
  margin: 0;
  background: #DFE0E4;
  border: 0 none;
  text-align: left;
  height: auto;
  padding: 9px 16px;
  font-size: 12px;
  font-size: 0.75rem;
}

.header-btn .account-dropdown .block-account .logout:hover {
  background: #000076;
}

@media only screen and (max-width: 1023px) {
  .header-btn .account-dropdown .block-account .logout {
    padding: 13px 26px 14px 26px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.header-btn .account-dropdown .block-account .block-content {
  margin: 0;
  border: 0 none;
}

.header-btn .account-dropdown .block-account .block-content li a {
  border: 0 none;
  padding: 9px 16px;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 18px;
}

@media only screen and (max-width: 1023px) {
  .header-btn .account-dropdown .block-account .block-content li a {
    padding: 13px 26px 14px 26px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.page-header-container .store-language-container {
  float: right;
  max-width: 35%;
  padding: 13px 15px 10px 10px;
}

.page-header-container .store-language-container label {
  display: none;
}

.page-header-container .store-language-container select {
  max-width: 100%;
}

@media only screen and (max-width: 479px) {
  .page-header-container .store-language-container {
    padding-top: 8px;
  }
  .page-header-container .store-language-container select {
    font-size: 12px;
  }
}

.header-top,
.header-top a {
  color: #000;
}

.header-cont {
  z-index: 1000;
  position: relative;
}

.header-cont .header-cont-fixed {
  position: fixed;
  width: 100%;
}

.msie.open-minicart .header-cont .header-cont-fixed {
  position: relative;
}

.header-cont .form-language label {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 15px;
  color: #2d2a2e;
  text-transform: none;
  margin-right: 7px;
}

.header-cont .form-language select {
  font-size: 11px;
  font-size: 0.6875rem;
  background: none;
  line-height: 13px;
  color: #000076;
  text-transform: uppercase;
  border: none;
  font-weight: bold;
}

@media only screen and (min-width: 1024px) {
  .header-cont .form-language {
    margin: 36px 40px 0 0;
  }
}

@media only screen and (max-width: 1023px) {
  .header-cont .form-language {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-top: 1px solid #979797;
  }
  .header-cont .form-language label {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .header-cont .form-language {
    position: relative;
    -webkit-transform: none;
    transform: none;
    top: auto;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    border-top: none;
    border-bottom: 1px solid #979797;
  }
  .header-cont .form-language select {
    width: 100%;
    line-height: 30px;
    height: 30px;
  }
}

@media only screen and (min-width: 1024px) {
  .header-cont {
    height: 124px;
    position: relative;
  }
  .header-cont .header-cont-fixed {
    height: 124px;
  }
}

@media only screen and (max-width: 320px) {
  .logo {
    max-width: 100px;
  }
  .form-language {
    left: 50px;
  }
}

@media only screen and (max-width: 1023px) {
  .header-cont {
    height: 64px;
  }
  .header-cont .header-contents,
  .header-cont .right-header,
  .header-cont .header-cont-fixed {
    height: 64px;
  }
}

@media only screen and (max-width: 1023px) {
  header#header {
    width: 81%;
    left: -81.6%;
    position: absolute;
    top: 0;
    overflow-x: hidden;
    padding-bottom: 141px;
  }
  header#header .page-header {
    top: 141px;
    position: relative;
    z-index: 99;
  }
}

/* ============================================ *
 * Logo
 * ============================================ */
.logo {
  display: block;
  float: left;
  width: 180px;
  text-align: center;
}

.logo svg,
.logo img {
  width: 100%;
}

.logo svg .a,
.logo img .a {
  fill: red !important;
}

.logo svg svg .a,
.logo img svg .a {
  fill: red !important;
}

@media only screen and (max-width: 1023px) {
  .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    float: none;
    width: 122px;
  }
}

@media only screen and (min-width: 1024px) {
  .logo {
    width: 180px;
    margin: 25px 31px 0 30px;
  }
  .logo img svg {
    fill: #ccc;
  }
  .logo svg {
    fill: #ccc;
  }
}

/* ============================================ *
 * Skip Content
 * ============================================ */
/* ============================================ *
 * Global Header Navigation
 * ============================================ */
@media only screen and (max-width: 1023px) {
  .account-cart-wrapper {
    position: static;
  }
}

/* ============================================ *
 * Nav - Skip Link
 * ============================================ */
.skip-nav {
  width: 40%;
}

.skip-nav:not(.skip-active):hover {
  text-decoration: none;
}

.skip-nav:not(.skip-active):hover .icon {
  background-position: -46px 4px;
}

.skip-nav .label {
  display: inline;
}

.skip-nav .icon {
  background-position: 4px 4px;
}

@media only screen and (min-width: 500px) {
  .skip-nav {
    width: 25%;
  }
}

@media only screen and (min-width: 1024px) {
  .skip-nav {
    display: none;
  }
}

/* ============================================ *
 * Nav - Skip Content
 * ============================================ */
@media only screen and (max-width: 1023px) {
  #header-nav {
    padding: 5px 0;
  }
}

@media only screen and (min-width: 1024px) {
  #header-nav {
    display: block;
    /* Force visibility */
  }
}

/* ============================================ *
 * Nav Primary
 * ============================================ */
@media only screen and (min-width: 1024px) {
  .nav-primary {
    display: block;
  }
}

/* ============================================ *
 * General Navigation Styles
 * ============================================ */
@media only screen and (min-width: 1024px) {
  .nav-primary a {
    text-decoration: none;
    position: relative;
    display: block;
    line-height: 16px;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-weight: bold;
    color: #fff;
  }
  .nav-primary li.level1 > a {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 16px;
    margin-bottom: 10px;
    text-transform: uppercase;
  }
  .nav-primary li.level2 a {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 15px;
    padding: 10px 0 10px 12px;
    font-weight: 600;
    text-transform: lowercase;
  }
  .nav-primary li.level2 a:first-letter {
    text-transform: uppercase;
  }
}

.nav-primary .menu-active > ul.level0 {
  width: 100%;
  display: block;
}

@media only screen and (max-width: 1023px) {
  .nav-primary .menu-active > ul.level0 {
    position: absolute;
    left: 100%;
    top: -141px;
    background: #fff;
    max-height: 100vh;
    overflow-y: scroll;
  }
  .mob-menu-level1 .nav-primary .menu-active > ul.level0 {
    overflow: visible;
  }
  .nav-primary .menu-active > ul.level0::-webkit-scrollbar-track {
    background-color: #F5F5F5;
  }
  .nav-primary .menu-active > ul.level0::-webkit-scrollbar {
    width: 3px;
    background-color: #F5F5F5;
  }
  .nav-primary .menu-active > ul.level0::-webkit-scrollbar-thumb {
    background-color: #bbb;
  }
}

@media only screen and (max-width: 1023px) {
  .nav-primary .menu-active > ul.level0 li.absolute-widget {
    display: none;
  }
}

.nav-primary .menu-active > ul.level0 li.absolute-widget .menu-widget-block {
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
  max-width: 33.333%;
  min-width: 380px;
}

.nav-primary .menu-active > ul.level0 li.absolute-widget .menu-widget-block .menu-widget-block img {
  float: right;
}

.nav-primary .menu-active > ul.level0 li.absolute-widget .menu-widget-block .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  text-align: center;
}

.nav-primary .menu-active > ul.level0 li.absolute-widget .menu-widget-block .overlay .claim {
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 29px;
  display: block;
  margin: 155px 0 16px 0;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}

.nav-primary .menu-active > ul.level0 li.absolute-widget .menu-widget-block .overlay a.btn_default,
.nav-primary .menu-active > ul.level0 li.absolute-widget .menu-widget-block .overlay a.btn_default_base {
  display: inline-block;
  width: auto;
}

.nav-primary .menu-active > ul.level0 li.absolute-widget-images {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media only screen and (max-width: 1023px) {
  .nav-primary .menu-active > ul.level0 li.absolute-widget-images {
    position: relative;
  }
}

.nav-primary .menu-active > ul.level0 li.absolute-widget-images .menu-widget-images {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 1023px) {
  .nav-primary .menu-active > ul.level0 li.absolute-widget-images .menu-widget-images {
    display: block;
  }
}

.nav-primary .menu-active > ul.level0 li.absolute-widget-images .menu-widget-images .item {
  width: 25%;
  overflow: hidden;
  position: relative;
  background-color: #001489;
}

@media only screen and (max-width: 1023px) {
  .nav-primary .menu-active > ul.level0 li.absolute-widget-images .menu-widget-images .item {
    width: 100%;
    position: relative;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    background: transparent;
  }
}

.nav-primary .menu-active > ul.level0 li.absolute-widget-images .menu-widget-images .item img {
  opacity: 0.6;
  min-width: 100%;
  transition: opacity 350ms ease-out;
}

@media only screen and (max-width: 1023px) {
  .nav-primary .menu-active > ul.level0 li.absolute-widget-images .menu-widget-images .item img {
    display: none;
  }
}

.nav-primary .menu-active > ul.level0 li.absolute-widget-images .menu-widget-images .item:hover img {
  opacity: 1;
}

.nav-primary .menu-active > ul.level0 li.absolute-widget-images .menu-widget-images .item .overlay {
  position: absolute;
  text-align: center;
  width: 100%;
  height: 100%;
  top: 0;
}

@media only screen and (max-width: 1023px) {
  .nav-primary .menu-active > ul.level0 li.absolute-widget-images .menu-widget-images .item .overlay {
    text-align: left;
    position: relative;
    height: inherit;
  }
}

.nav-primary .menu-active > ul.level0 li.absolute-widget-images .menu-widget-images .item .overlay a {
  font-size: 24px;
  font-size: 1.5rem;
  margin-top: 168px;
  line-height: 29px;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  padding: 7px;
}

.nav-primary .menu-active > ul.level0 li.absolute-widget-images .menu-widget-images .item .overlay a:hover {
  border-bottom: 3px solid #fff;
}

@media only screen and (max-width: 1023px) {
  .nav-primary .menu-active > ul.level0 li.absolute-widget-images .menu-widget-images .item .overlay a:hover {
    border: 0 none;
  }
}

@media only screen and (max-width: 1023px) {
  .nav-primary .menu-active > ul.level0 li.absolute-widget-images .menu-widget-images .item .overlay a {
    margin: 0;
    color: #000;
    font-size: 14px;
    font-size: 0.875rem;
    padding: 0;
    width: 100%;
    line-height: 45px;
    height: 45px;
  }
}

@media only screen and (max-width: 1023px) {
  .nav-primary ul.level0 .menu-active > ul {
    width: 100%;
    display: block;
    position: absolute;
    left: 100%;
    top: 0;
    background: #fff;
    max-height: 100vh;
    overflow-y: scroll;
  }
  .nav-primary ul.level0 .menu-active > ul::-webkit-scrollbar-track {
    background-color: #F5F5F5;
  }
  .nav-primary ul.level0 .menu-active > ul::-webkit-scrollbar {
    width: 3px;
    background-color: #F5F5F5;
  }
  .nav-primary ul.level0 .menu-active > ul::-webkit-scrollbar-thumb {
    background-color: #bbb;
  }
}

@-webkit-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

@keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

@media only screen and (max-width: 1023px) {
  .nav-primary li {
    padding: 0 26px;
  }
  .nav-primary li.last {
    margin-bottom: 60px;
  }
  .nav-primary li a {
    position: relative;
    line-height: 45px;
    height: 45px;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
  }
  .nav-primary li a:hover {
    text-decoration: none;
  }
  .nav-primary li > a.has-children:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #001489;
    border-right: none;
    right: 0;
    top: 50%;
    margin-top: -5px;
  }
  .nav-primary li.back-row a {
    height: 64px;
    line-height: 64px;
    border-bottom: 1px solid #979797;
    padding-left: 33px;
  }
  .nav-primary li.back-row a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid #001489;
    border-left: none;
    left: 10px;
    top: 50%;
    margin-top: -5px;
    right: inherit;
  }
}

@media only screen and (min-width: 1024px) {
  .nav-primary li.level0 > a {
    font-size: 13px;
    font-size: 0.8125rem;
    text-transform: uppercase;
    cursor: pointer;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    margin: 0;
    vertical-align: top;
    position: relative;
  }
  .nav-primary li.level0 > a:after {
    transition: bottom 350ms ease-in-out;
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    bottom: -8px;
    margin-left: -8px;
    width: 16px;
    height: 8px;
    border: solid transparent;
    border-width: 0 8px 8px 8px;
    border-bottom-color: rgba(0, 20, 137, 0.94);
  }
  .nav-primary li.level0.menu-active > a:after {
    bottom: 0;
  }
  .nav-primary li.level0.active {
    background: #001489;
  }
}

/* ============================================ *
 * Small Viewports - Accordion Style Menu
 * ============================================ */
@media only screen and (max-width: 1023px) {
  .nav-primary li.level0 ul {
    display: none;
  }
  .nav-primary li.menu-active > a,
  .nav-primary li.sub-menu-active > a {
    text-decoration: none;
  }
}

/* ============================================ *
 * Large Viewports - Dropdown Menu
 * ============================================ */
@keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

@media only screen and (min-width: 1024px) {
  .nav-primary .menu-active > ul.level0 {
    display: block;
    -webkit-animation: fadeInFromNone 350ms ease-in-out;
    animation: fadeInFromNone 350ms ease-in-out;
    -webkit-column-fill: balance;
    column-fill: balance;
  }
  .nav-primary {
    height: 36px;
    line-height: 36px;
    /* Default styles for 1+ drop-down menus */
    /* Level 2+ */
    /* Class for js to add briefly to evaluate element positioning. */
    /* Correct menus that will hang off the page (class added by js) */
  }
  .nav-primary a.level0 {
    padding: 0 22px;
  }
  .nav-primary li.level0,
  .nav-primary a.level0 {
    display: inline-block;
  }
  .nav-primary li:last-child > a {
    border-bottom: none;
  }
  .nav-primary .menu-active {
    z-index: 200;
  }
  .nav-primary li.level0 > ul {
    background-color: rgba(0, 20, 137, 0.94);
    position: absolute;
    left: 0;
    z-index: 10;
    padding: 39px 40% 40px 50px;
    -webkit-column-count: 3;
    column-count: 3;
    width: 100%;
    height: 406px;
    display: none;
  }
  .nav-primary li.level1 {
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
    -webkit-column-fill: balance;
    column-fill: balance;
    padding-bottom: 30px;
    display: table;
  }
  .nav-primary li.level0 ul.level0.position-test {
    display: block;
  }
  .nav-primary li.level0 ul.level0.spill {
    right: 0;
    left: auto;
  }
  .nav-primary li.level0 ul.level0.spill li.level1 ul {
    left: auto;
    right: 50px;
    top: 20px;
  }
}

/* ============================================ *
 * Search - Skip Link
 * ============================================ */
.skip-search:not(.skip-active):hover .icon {
  background-position: -46px -146px;
}

.skip-search .icon {
  background-position: 4px -146px;
}

@media only screen and (min-width: 769px) {
  .skip-search {
    display: none;
  }
}

/* ============================================ *
 * Search - Skip Content
 * ============================================ */
#header-search #search_mini_form {
  position: relative;
  border-left: 1px solid #979797;
}

#header-search #search_mini_form .input-box {
  position: relative;
  padding-top: 0;
  margin-top: 28px;
  margin-left: 26px;
}

#header-search #search_mini_form label {
  display: none;
}

#header-search #search {
  font-size: 12px;
  font-size: 0.75rem;
  width: 180px;
  height: 32px;
  padding-left: 60px;
  padding-right: 0;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  border: 0;
  line-height: 14px;
  font-weight: 600;
  color: #2d2a2e;
}

#header-search #search::-webkit-input-placeholder {
  color: #2d2a2e;
}

#header-search #search:-ms-input-placeholder {
  color: #2d2a2e;
}

#header-search #search::placeholder {
  color: #2d2a2e;
}

@media only screen and (max-width: 1023px) {
  #header-search #search {
    font-size: 13px;
    font-size: 0.8125rem;
    width: 100%;
    padding: 0 50px 0 25px;
    background: transparent;
  }
}

#header-search #search_mini_form .search-button {
  position: absolute;
  top: 0;
  left: 4px;
  width: 32px;
  height: 32px;
  border: 0;
  padding: 0;
  background: none;
}

@media only screen and (max-width: 1023px) {
  #header-search #search_mini_form .search-button {
    left: inherit;
    right: 25px;
    top: 4px;
    width: 25px;
    height: 25px;
  }
}

#header-search #search_mini_form .search-button span.icon-search:before {
  color: #000076;
}

@media only screen and (max-width: 1023px) {
  #header-search #search_mini_form .search-button span.icon-search {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

#header-search #search_mini_form .search-button span.icon-search span {
  text-indent: -9999px;
  display: inline-block;
}

#header-search #search_mini_form .search-button:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: -15px;
}

@media only screen and (max-width: 1023px) {
  #header-search {
    position: absolute;
    left: -81.6%;
    top: 0;
    width: 81.6%;
  }
  #header-search #search_mini_form {
    border: 0 none;
  }
  #header-search #search_mini_form .input-box {
    margin: 16px 0 11px 0;
  }
}

@media only screen and (min-width: 1024px) {
  #header-search {
    display: block;
    padding: 0;
    float: left;
  }
}

/* ============================================ *
 * Header - Account
 * ============================================ */
/* -------------------------------------------- *
 * Skip Link - Account
 */
@media only screen and (min-width: 769px) {
  .skip-account {
    float: none;
    width: auto;
    vertical-align: top;
    display: inline-block;
    padding: 0 10px;
    text-transform: uppercase;
  }
  #header-account.skip-active {
    background-color: rgba(0, 20, 137, 0.94);
    display: block;
    position: absolute;
    z-index: 200;
    top: 40px;
    right: 115px;
    width: 200px;
  }
  #header-account a {
    display: block;
    padding: 5px 10px;
    color: #000;
    line-height: 2;
  }
  #header-account a:hover {
    color: #3399CC;
  }
}

/* -------------------------------------------- *
 * Account Links
 */
#header-account {
  padding: 5px 0;
}

#header-account a {
  position: relative;
  display: block;
  padding: 5px 10px;
  line-height: 23px;
  text-align: center;
}

#header-account a:hover {
  color: #3399CC;
}

/* ============================================ *
 * Header - Cart
 * ============================================ */
/* -------------------------------------------- *
 * Skip Link - Cart
 */
/* -------------------------------------------- *
 * Skip Cart Notifier
 */
@media only screen and (max-width: 499px) {
  .skip-cart .count {
    margin-left: -12px;
  }
}

@media only screen and (min-width: 769px) {
  .skip-cart {
    color: #3399CC;
    text-transform: uppercase;
  }
  .skip-cart:hover {
    text-decoration: none;
  }
}

.skip-cart .count.empty {
  display: none;
}

/* -------------------------------------------- *
 * Mini Cart - Empty
 */
.cart-menu .empty {
  padding: 20px;
  text-align: center;
}

/* -------------------------------------------- *
 * Mini Cart - Full
 */
/* Actions */
.cart-menu .actions {
  overflow: hidden;
  padding: 15px;
}

.cart-menu .actions .button {
  float: left;
  width: 48%;
}

.cart-menu .actions .button + .button {
  margin-left: 4%;
}

/* Subtotal */
.cart-menu .subtotal {
  padding: 0 15px 15px;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 24px;
  line-height: 1.2;
}

/* List */
.mini-cart-list {
  margin-bottom: 5px;
}

.mini-cart-list li {
  position: relative;
  min-height: 90px;
  padding: 15px 15px 15px 90px;
  border-top: 1px solid #CCCCCC;
  font-size: 13px;
  line-height: 1.35;
}

.mini-cart-list .product-name {
  display: inline-block;
}

.mini-cart-list .product-image {
  position: absolute;
  left: 15px;
  top: 15px;
}

.mini-cart-list .product-image img {
  width: 60px;
  height: 60px;
}

.mini-cart-list .has-options {
  margin-bottom: 0;
  color: #A0A0A0;
  font-size: 12px;
}

/* Too full - additional items will be shown in cart */
.cart-menu .last-added {
  padding: 10px 15px 15px;
  border-top: 1px solid #CCCCCC;
  font-size: 13px;
}

/* ============================================ *
 * Footer
 * ============================================ */
/* -------------------------------------------- *
 * Footer
 */
.footer,
.footer button {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}

.footer .footer-bottom-cont,
.footer .slider-brand-cont {
  background: #000;
  min-height: 100px;
  width: 100%;
  color: #fff;
}

.footer .footer-center-cont {
  overflow: hidden;
  padding: 50px 60px;
}

@media only screen and (max-width: 768px) {
  .footer .footer-center-cont {
    padding: 0;
  }
}

.footer .footer-center-cont p {
  font-weight: normal;
}

.footer .footer-center-cont label {
  text-transform: none;
}

@media only screen and (max-width: 1023px) {
  .footer .footer-center-cont .links-row > div {
    margin-bottom: 24px;
  }
}

@media only screen and (max-width: 768px) {
  .footer .footer-center-cont .links-row > div {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 769px) {
  .footer .footer-center-cont .links-row ul {
    display: block !important;
    height: auto !important;
  }
}

.footer .icon-store-icon {
  width: 30px;
  height: 30px;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 1px 40px 0 0;
}

.footer .icon-store-icon:before {
  color: #001489;
}

.footer .footer-bottom-cont .footer-container {
  padding: 30px;
  text-align: center;
}

.footer .footer-bottom-cont .footer-container .icon-logo_sparco {
  display: inline-block;
  width: 141px;
  height: 39px;
  line-height: 39px;
  vertical-align: top;
  margin-bottom: 30px;
  font-size: 39px;
  font-size: 2.4375rem;
}

.footer .footer-bottom-cont .footer-container .icon-logo_sparco:before {
  font-size: 141px;
  font-size: 8.8125rem;
  line-height: 39px;
  color: #fff;
}

.footer .block-nl,
.footer .block-sf {
  padding-bottom: 30px;
  overflow: auto;
}

.footer h2 {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 16px;
  color: #000076;
  font-weight: bold;
}

.footer #newsletter-validate-detail {
  font-size: 0px;
  font-size: 0rem;
  vertical-align: top;
}

.footer #newsletter-validate-detail .input-box {
  display: block;
  width: 100%;
  max-width: 350px;
  margin: 0;
  padding: 0;
  float: left;
}

@media only screen and (max-width: 768px) {
  .footer #newsletter-validate-detail .input-box {
    width: calc(100% - 50px);
    max-width: 100%;
  }
}

.footer #newsletter-validate-detail .input-box input {
  height: 45px;
  width: 100%;
  line-height: 21px;
  padding: 11px 0 11px 32px;
  font-size: 13px;
  font-size: 0.8125rem;
  border: 1px solid #d8d8d8;
  border-right: 0 none;
  border-radius: 5px;
  -moz-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
  -moz-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.footer #newsletter-validate-detail .actions {
  display: block;
  margin: 0;
  padding: 0;
  float: left;
}

.footer #newsletter-validate-detail .actions button {
  background: transparent;
  padding: 0;
  margin: 0;
  width: inherit;
  float: none;
}

.footer #newsletter-validate-detail .actions button .btn_default {
  height: 45px;
  padding: 10px 45px 11px 0;
  -moz-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
  -moz-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.footer #newsletter-validate-detail .actions button .btn_default::after {
  display: none;
}

.footer #newsletter-validate-detail .actions button .btn_default .icon-button_arrow_blue {
  top: 2px;
}

.footer #newsletter-validate-detail label {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 18px;
  margin: 25px 0 0 0;
  max-width: 420px;
  width: 90%;
  display: block;
  float: left;
  clear: left;
}

@media only screen and (max-width: 768px) {
  .footer .tool-row {
    padding: 30px;
  }
}

.footer .tool-row p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 38px;
  min-height: 55px;
}

.footer .links-row h2 {
  text-transform: none;
}

.footer ul li {
  line-height: 15px;
  padding: 10px 0;
}

.footer ul li a {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 15px;
  font-weight: 600;
}

.footer ul li a:hover {
  text-decoration: none;
}

.footer ul li a span {
  display: inline-block;
  width: 20px;
  height: 15px;
  line-height: 15px;
  margin-right: 18px;
  vertical-align: top;
}

.footer ul li a span::before {
  vertical-align: top;
  font-size: 20px;
  font-size: 1.25rem;
  color: #9b9b9b;
}

@media only screen and (max-width: 768px) {
  .footer .accordion-footer {
    border-top: 2px solid #d8d8d8;
  }
}

@media only screen and (max-width: 768px) {
  .footer .accordion-footer h2 {
    padding: 17px 30px 10px;
    position: relative;
  }
}

@media only screen and (max-width: 768px) {
  .footer .accordion-footer h2::before {
    background-color: #001489;
    content: '';
    position: absolute;
    right: 30px;
    top: 10px;
    width: 28px;
    height: 28px;
    border-radius: 10em;
  }
}

@media only screen and (max-width: 768px) {
  .footer .accordion-footer h2::after {
    font-size: 8px;
    font-size: 0.5rem;
    color: #fff;
    content: "";
    display: block;
    font-family: 'icomoon';
    font-weight: normal;
    position: absolute;
    right: 40px;
    top: 17px;
  }
}

@media only screen and (max-width: 768px) {
  .footer .accordion-footer ul {
    padding: 0 30px;
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .footer .accordion-footer ul.active {
    display: block;
  }
}

.footer .accordion-footer ul a {
  color: #000;
}

.footer .accordion-footer ul a:hover {
  text-decoration: underline;
}

.footer .footer-common {
  font-size: 13px;
  font-size: 0.8125rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .footer .footer-common {
    display: block;
    text-align: left;
  }
}

.footer .footer-common .manage-by {
  position: relative;
}

.footer .footer-common .manage-by__content {
  background-color: #fff;
  color: #000;
  font-size: 10px;
  font-size: 0.625rem;
  display: none;
  position: absolute;
  bottom: 25px;
  right: 0;
  width: 260px;
  padding: 10px;
  border: 1px solid;
  text-align: justify;
  line-height: 10px;
}

@media screen and (max-width: 425px) {
  .footer .footer-common .manage-by__content {
    left: 0;
  }
}

.footer .footer-common .manage-by__handler {
  color: #fff;
  position: relative;
}

.footer .footer-common .manage-by__handler:hover .manage-by__content {
  display: block;
}

.footer .footer-common .footer-links-common {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 768px) {
  .footer .footer-common .footer-links-common {
    margin: 15px 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.footer .footer-common .footer-links-common li {
  margin-right: 10px;
  padding: 0;
}

.footer .footer-common .footer-links-common li::after {
  content: '|';
}

.footer .footer-common .footer-links-common li:last-child::after {
  display: none;
}

.footer .footer-common .footer-links-common li a {
  color: #fff;
  display: inline-block;
  margin-right: 10px;
  text-transform: uppercase;
}

.footer .footer-common .footer-links-common li a:hover {
  text-decoration: underline;
}

.footer .slider-brand-cont .brand-title {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #9b9b9b;
  font-weight: 600;
  padding: 15px 15px 0 15px;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 0;
}

.footer .slider-brand-cont .brand-slider {
  padding: 0 30px;
}

.footer .slider-brand-cont .brand-slider .item {
  padding: 9px 0 39px 0;
}

.footer .slider-brand-cont .brand-slider .item a {
  height: 108px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer .slider-brand-cont .brand-slider .item a img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}

@media only screen and (max-width: 769px) {
  .footer .slider-brand-cont .brand-slider .item {
    padding: 34px 0 23px 0;
  }
}

.footer .slider-brand-cont .brand-slider .slick-arrow.slick-next {
  right: 0;
}

.footer .slider-brand-cont .brand-slider .slick-arrow.slick-prev {
  left: 0;
}

@media only screen and (max-width: 769px) {
  .footer .slider-brand-cont .brand-slider .slick-arrow {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .footer .slider-brand-cont .brand-slider .slick-arrow:after {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.footer .slider-brand-cont .slick-slider .slick-arrow {
  color: #fff;
  background: none;
}

@media only screen and (min-width: 479px) {
  #breakpoint-tester .show-for-xsmall-only {
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  #breakpoint-tester .show-for-small-only {
    display: none;
  }
}

@media only screen and (min-width: 767px) {
  #breakpoint-tester .show-for-small-only {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  #breakpoint-tester .show-for-medium-only {
    display: none;
  }
}

@media only screen and (min-width: 1279px) {
  #breakpoint-tester .show-for-medium-only {
    display: none;
  }
}

@media only screen and (max-width: 1280px) {
  #breakpoint-tester .show-for-large-only {
    display: none;
  }
}

@media only screen and (min-width: 769px) {
  #breakpoint-tester .show-for-mobile {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  #breakpoint-tester .show-for-desktop {
    display: none;
  }
}

/* ================================================= *
 * General Product List Styles (not module-specific)
 * ================================================= */
/* -------------------------------------------- *
 * Product List General
 */
.category-title h1,
body.catalogsearch-result-index .page-title h1 {
  border-bottom: none;
}

.category-image {
  margin-bottom: 1.5em;
}

.products-list .action .button,
.products-grid .actions .button {
  white-space: normal;
}

/* -------------------------------------------- *
 * Product Name
 */
h2.product-name,
h3.product-name,
h4.product-name,
h5.product-name,
p.product-name {
  margin: 0;
  margin-bottom: 0.5em;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  font-size: 13px;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.4;
}

h2.product-name a,
h3.product-name a,
h4.product-name a,
h5.product-name a,
p.product-name a {
  color: #000;
}

h2.product-name a:hover,
h3.product-name a:hover,
h4.product-name a:hover,
h5.product-name a:hover,
p.product-name a:hover {
  text-decoration: none;
}

.products-grid .product-name,
.products-list .product-name {
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 14px;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}

.products-grid .product-name a,
.products-list .product-name a {
  font-weight: 500;
}

/* ============================================ *
 * Product Grid
 * ============================================ */
.products-grid {
  position: relative;
}

.products-grid:after {
  content: '';
  display: table;
  clear: both;
}

.products-grid > li {
  position: relative;
  margin-bottom: 20px;
  text-align: center;
}

.products-grid > li:after {
  content: '';
  display: table;
  clear: both;
}

.products-grid .product-image {
  width: 100%;
  margin-bottom: 15px;
}

.products-grid .product-image img {
  width: 100%;
  height: auto;
}

.products-grid .product-image img:hidden {
  display: none;
}

.widget-new-products .products-grid .product-image {
  width: 75%;
  margin-bottom: 15px;
  margin-left: 10%;
}

.products-grid .product-info {
  position: relative;
  padding-bottom: 95px;
}

.products-grid .actions {
  padding-top: 10px;
  position: absolute;
  bottom: 0px;
  min-height: 85px;
  width: 100%;
}

.products-grid .ratings .rating-box {
  margin: 0 auto;
}

.products-grid .ratings .amount {
  display: none;
}

.products-grid .price-box {
  color: #A0A0A0;
  font-size: 13px;
  margin: 0 0 5px;
}

.products-grid .add-to-links {
  margin-bottom: 0;
}

/* Config: Two columns + flexible gutter */
.products-grid > li {
  float: left;
  width: 47.72727%;
  margin-right: 4.54545%;
}

.products-grid > li:nth-child(odd) {
  clear: left;
}

.products-grid > li:nth-child(even) {
  margin-right: 0;
}

.products-grid .product-image {
  margin-bottom: 5px;
}

.products-grid .product-image:before, .products-grid .product-image:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
}

.products-grid .product-image:before {
  background-color: white;
  opacity: 0.8;
  z-index: 2;
}

.products-grid .product-image:after {
  background-image: url("../images/opc-ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}

.products-grid .product-image.loading {
  position: relative;
}

.products-grid .product-image.loading:before, .products-grid .product-image.loading:after {
  display: block;
}

@media only screen and (min-width: 480px) {
  /* Config: Three columns + flexible gutter */
  .products-grid {
    /* Undo two-column config */
    /* Set three-column config */
  }
  .products-grid > li:nth-child(odd) {
    clear: none;
  }
  .products-grid > li:nth-child(even) {
    margin-right: 3.84615%;
  }
  .products-grid > li {
    width: 30.76923%;
    margin-right: 3.84615%;
  }
  .products-grid > li:nth-child(3n+1) {
    clear: left;
  }
  .products-grid > li:nth-child(3n) {
    margin-right: 0;
  }
}

@media only screen and (min-width: 960px) {
  /* Config: Columns + flexible gutter */
  /* Undo three-column config */
  .products-grid--max-4-col > li:nth-child(odd) {
    clear: none;
  }
  .products-grid--max-4-col > li:nth-child(3n+1) {
    clear: none;
  }
  .products-grid--max-4-col > li:nth-child(even),
  .products-grid--max-4-col > li:nth-child(3n) {
    margin-right: 2.27273%;
  }
  /* Set column config */
  .products-grid--max-4-col > li {
    margin-right: 2.27273%;
  }
  .products-grid--max-4-col > li {
    width: 23.29545%;
    margin-right: 2.27273%;
  }
  .products-grid--max-4-col > li:nth-child(4n+1) {
    clear: left;
  }
  .products-grid--max-4-col > li:nth-child(4n) {
    margin-right: 0;
  }
  /* Config: Columns + flexible gutter */
  /* Undo three-column config */
  .products-grid--max-5-col > li:nth-child(odd) {
    clear: none;
  }
  .products-grid--max-5-col > li:nth-child(3n+1) {
    clear: none;
  }
  .products-grid--max-5-col > li:nth-child(even),
  .products-grid--max-5-col > li:nth-child(3n) {
    margin-right: 2.27273%;
  }
  /* Set column config */
  .products-grid--max-5-col > li {
    margin-right: 2.27273%;
  }
  .products-grid--max-5-col > li {
    width: 18.18182%;
    margin-right: 2.27273%;
  }
  .products-grid--max-5-col > li:nth-child(5n+1) {
    clear: left;
  }
  .products-grid--max-5-col > li:nth-child(5n) {
    margin-right: 0;
  }
  /* Config: Columns + flexible gutter */
  /* Undo three-column config */
  .products-grid--max-6-col > li:nth-child(odd) {
    clear: none;
  }
  .products-grid--max-6-col > li:nth-child(3n+1) {
    clear: none;
  }
  .products-grid--max-6-col > li:nth-child(even),
  .products-grid--max-6-col > li:nth-child(3n) {
    margin-right: 2.27273%;
  }
  /* Set column config */
  .products-grid--max-6-col > li {
    margin-right: 2.27273%;
  }
  .products-grid--max-6-col > li {
    width: 14.77273%;
    margin-right: 2.27273%;
  }
  .products-grid--max-6-col > li:nth-child(6n+1) {
    clear: left;
  }
  .products-grid--max-6-col > li:nth-child(6n) {
    margin-right: 0;
  }
}

/* ============================================ *
 * Product List
 * ============================================ */
.products-list {
  margin-top: 20px;
  margin-bottom: 20px;
}

.products-list > li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #EDEDED;
}

.products-list > li:after {
  content: '';
  display: table;
  clear: both;
}

.products-list > li .product-image {
  float: left;
  width: 33.33333%;
}

.products-list > li .product-image img {
  width: 100%;
  max-width: 100%;
}

.products-list > li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.products-list .product-shop {
  float: right;
  width: 66.66667%;
  padding-left: 20px;
}

.products-list .product-shop .product-name {
  margin-bottom: 0;
}

.products-list .product-shop .ratings {
  margin: 0;
}

.products-list .product-shop .ratings .rating-box,
.products-list .product-shop .ratings .rating-links {
  float: left;
  margin-right: 7px;
}

.products-list .product-shop .ratings .rating-links {
  margin-top: 4px;
}

.products-list .product-shop .price-box {
  margin-top: 0;
}

.products-list .product-shop .price-box .price {
  font-size: 18px;
}

.products-list .product-shop .action {
  margin: 7px 0;
}

.products-list .product-shop .desc {
  margin-top: 7px;
}

.products-list .product-shop .product-primary,
.products-list .product-shop .desc {
  float: left;
  width: 65%;
  overflow: hidden;
}

.products-list .product-shop .product-secondary {
  float: right;
  width: 35%;
  text-align: right;
  clear: right;
}

@media only screen and (min-width: 480px) {
  .products-list .product-name a {
    font-size: 18px;
  }
}

@media only screen and (max-width: 1279px) {
  .products-list .product-shop .product-primary,
  .products-list .product-shop .desc {
    float: left;
    width: 60%;
    padding-right: 20px;
  }
  .products-list .product-shop .product-secondary {
    float: right;
    width: 40%;
  }
}

@media only screen and (max-width: 600px) {
  .products-list .product-shop .price-box .special-price {
    padding-left: 0;
  }
  .products-list .product-shop .product-primary,
  .products-list .product-shop .product-secondary,
  .products-list .product-shop .desc {
    float: none;
    width: 100%;
    padding-right: 0;
    text-align: left;
  }
}

/* ============================================ *
 * Mini Product List
 * ============================================ */
.mini-products-images-list:after {
  content: '';
  display: table;
  clear: both;
}

.mini-products-images-list li.item {
  float: left;
  width: 50%;
  margin: 0;
  padding: 0 5px 10px 0;
}

.mini-products-images-list li.item:nth-child(even) {
  padding-right: 0;
  padding-left: 5px;
}

.mini-products-images-list li.item .product-image {
  display: block;
}

.mini-products-images-list li.item .product-image img {
  width: 100%;
  max-width: 100%;
}

/* ============================================ *
 * Catalog - List
 * ============================================ */
.category-image {
  border: 1px solid #CCCCCC;
  padding: 10px;
}

.category-image img {
  width: 100%;
  max-width: 100%;
}

.category-image img:hidden {
  display: none;
}

/* ============================================ *
 * Layered Navigation
 * ============================================ */
.block-layered-nav .block-subtitle--filter {
  display: none;
  margin: 0;
  margin-bottom: 10px;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-weight: normal;
  margin-bottom: 0;
  padding: 7px 10px 7px 24px;
  position: relative;
  background-color: #F4F4F4;
  cursor: pointer;
}

.block-layered-nav .block-subtitle--filter:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 4px solid #3399CC;
  border-bottom: none;
  left: 10px;
  top: 50%;
  margin-top: -3px;
}

.block-layered-nav .block-subtitle--filter:hover {
  background-color: shade(#F4F4F4, 3%);
}

.block-layered-nav .block-content .toggle-tabs {
  display: none;
}

.block-layered-nav .block-content > dl > dt {
  margin: 0;
  margin-bottom: 10px;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-weight: normal;
  margin-bottom: 0;
  padding: 7px 10px 7px 24px;
  position: relative;
  background-color: #F4F4F4;
  display: block;
}

.block-layered-nav .block-content > dl > dt:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 4px solid #3399CC;
  border-bottom: none;
  left: 10px;
  top: 50%;
  margin-top: -3px;
}

.block-layered-nav .block-content > dl > dt:hover {
  background-color: shade(#F4F4F4, 3%);
}

.block-layered-nav .block-content > dl > dd {
  padding: 10px;
  margin: 0;
}

.block-layered-nav dl dd {
  margin-bottom: 10px;
  margin-top: 10px;
}

.block-layered-nav dl dd ol > li > span, .block-layered-nav dl dd ol > li > a {
  padding: 5px 15px;
  display: block;
}

.block-layered-nav dl dd ol > li > a .count {
  color: #A0A0A0;
}

@media only screen and (min-width: 769px) {
  .block-layered-nav .block-content > dl > dt {
    padding-left: 10px;
  }
  .block-layered-nav .block-content > dl > dt:after {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .sidebar .block.block-layered-nav {
    border-bottom: none;
  }
  .block-layered-nav--no-filters .block-title {
    display: none;
  }
  .block-layered-nav .block-content {
    padding-top: 0;
    margin-top: 15px;
  }
  .block-layered-nav .block-content > dl > dt {
    cursor: pointer;
  }
  .block-layered-nav .block-content > dl > dt:hover {
    color: #3399CC;
  }
  .block-layered-nav .block-content > dl > dt:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #3399CC;
    border-right: none;
  }
  .block-layered-nav .block-content > dl > dd {
    display: none;
  }
  .block-layered-nav .block-content.accordion-open > dl > dt.current:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #3399CC;
    border-bottom: none;
    left: 6px;
    top: 50%;
    margin-top: -3px;
  }
  .block-layered-nav .block-content.accordion-open > dl > dd.current {
    display: block;
  }
  .block-layered-nav .block-subtitle--filter {
    background-color: #3399CC;
    border: 0;
    margin-bottom: 0;
    display: block;
    color: #FFFFFF;
  }
  .block-layered-nav .block-subtitle--filter:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #FFFFFF;
    border-right: none;
    right: 10px;
    top: 50%;
    margin-top: -5px;
  }
  .block-layered-nav .block-subtitle--filter:hover {
    background-color: #1b2fa2;
    color: #FFFFFF;
  }
  .block-layered-nav .block-subtitle--filter.active:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #FFFFFF;
    border-bottom: none;
    right: 10px;
    top: 50%;
    margin-top: -3px;
  }
  #narrow-by-list,
  #narrow-by-list2 {
    padding: 10px;
    border: 1px solid #CCCCCC;
    border-top: 0;
  }
  .block-layered-nav dl ol > li > a,
  .block-layered-nav dl ol > li > span {
    padding: 7px;
    margin: 5px;
  }
  .block-layered-nav dl ol > li > a {
    color: #000;
    background-color: #F4F4F4;
    padding: 5px 10px;
  }
  .block-layered-nav dl ol > li > a:hover {
    text-decoration: none;
    background: shade(#F4F4F4, 3%);
  }
}

.block-layered-nav .currently .block-subtitle {
  display: block;
  margin: 0;
  margin-bottom: 10px;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}

.block-layered-nav .currently ol {
  padding-left: 10px;
  margin-bottom: 10px;
}

.block-layered-nav .currently ol li {
  margin-bottom: 5px;
}

.block-layered-nav .currently ol li .label {
  font-weight: bold;
}

.block-layered-nav .currently ol li:after {
  content: '';
  display: table;
  clear: both;
}

.block-layered-nav .actions {
  text-align: right;
  margin-bottom: 7px;
}

/* ============================================ *
 * Catalog - Product
 * ============================================ */
.product-view {
  padding: 0 25px;
  position: relative;
}

.product-view #zoom_cont {
  position: absolute;
  top: 0;
  left: 58.333%;
  width: 33.333%;
  margin-left: 0.36rem;
}

@media only screen and (max-width: 1023px) {
  .product-view #zoom_cont {
    left: 100%;
  }
}

.product-view .product-shop {
  position: relative;
}

.product-view .product-shop .product-name h1,
.product-view .product-shop .product-name .h1 {
  color: #000;
  font-size: 24px;
  font-size: 1.5rem;
  display: block;
  margin-bottom: 6px;
  padding: 0;
  border: 0;
  text-transform: capitalize;
}

.product-view .product-shop .extra-info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 13px;
  font-size: 0.8125rem;
  margin-bottom: 10px;
}

.product-view .product-shop .extra-info_bottom {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (min-width: 1023px) {
  .product-view .product-shop .extra-info_bottom {
    display: block;
    margin: 0;
  }
}

.product-view .product-shop .extra-info .product-sku {
  opacity: .5;
}

.product-view .product-shop .extra-info .availability {
  font-size: 13px;
  font-size: 0.8125rem;
  margin: 0 0 0 10px;
  padding-left: 25px;
  text-transform: capitalize;
}

.product-view .product-shop .extra-info .availability.in-stock, .product-view .product-shop .extra-info .availability.out-of-stock {
  color: #000;
  position: relative;
}

.product-view .product-shop .extra-info .availability.in-stock:before, .product-view .product-shop .extra-info .availability.out-of-stock:before {
  position: absolute;
  left: 0;
  top: 1px;
  border: 1px solid #979797;
}

.product-view .product-shop .extra-info .availability.in-stock:before {
  border-radius: 10em;
  background-color: #ACEB29;
  content: '';
  position: absolute;
  display: block;
  width: 17px;
  height: 17px;
}

.product-view .product-shop .extra-info .availability.out-of-stock:before {
  border-radius: 10em;
  background-color: #DF280A;
  content: '';
  position: absolute;
  display: block;
  width: 17px;
  height: 17px;
}

.product-view .product-shop .extra-info #inventory {
  opacity: 0.5;
  display: none;
}

.product-view .product-shop .extra-info #inventory #in-stock-qty {
  display: inline;
}

.product-view .product-shop .extra-info .ratings .rating-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-view .product-shop .extra-info .ratings .amount {
  font-size: 14px;
  font-size: 0.875rem;
  padding-top: 2px;
}

.product-view .product-shop .extra-info .ratings .amount a {
  color: #000076;
}

.product-view .product-shop .extra-info .ratings .stars {
  margin-left: 6px;
}

.product-view .product-shop .short-description {
  margin-bottom: 10px;
  font-weight: bold;
}

.product-view .product-shop .availability {
  font-size: 16px;
}

.product-view .product-shop .price-clone {
  margin: 16px 0 35px;
}

.product-view .product-shop .price-clone__title {
  font-size: 13px;
  font-size: 0.8125rem;
  text-transform: uppercase;
}

.product-view .product-shop .price-clone__value .special-price .price {
  font-size: 24px;
  font-size: 1.5rem;
  color: #000;
}

.product-view .product-shop .price-clone .price-with-vat__vat {
  color: #000;
}

.product-view .price-box.map-info a {
  display: inherit;
}

.product-view .sharing {
  text-align: right;
  padding: 0 10px;
}

@media screen and (max-width: 768px) {
  .product-view .sharing {
    display: none;
  }
}

.product-view .sharing .sharing-links a {
  display: block;
  margin-bottom: 30px;
  text-decoration: none;
  opacity: .5;
}

.product-view .sharing .sharing-links a.link-facebook:before {
  font-size: 20px;
  font-size: 1.25rem;
  color: #000;
  content: "";
  display: block;
  font-family: 'icomoon';
  font-weight: normal;
}

.product-view .sharing .sharing-links a.link-twitter:before {
  font-size: 20px;
  font-size: 1.25rem;
  color: #000;
  content: "";
  display: block;
  font-family: 'icomoon';
  font-weight: normal;
}

.product-view .sharing .sharing-links a.link-pinterest:before {
  font-size: 20px;
  font-size: 1.25rem;
  color: #000;
  content: "";
  display: block;
  font-family: 'icomoon';
  font-weight: normal;
}

.product-view .sharing .sharing-links a:hover {
  opacity: 1;
}

.product-view .sharing--mobile {
  display: none;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .product-view .sharing--mobile {
    display: block;
  }
  .product-view .sharing--mobile .sharing-links {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .product-view .sharing--mobile .sharing-links a {
    display: block;
    margin-right: 25px;
    margin-bottom: 0;
  }
  .product-view .sharing--mobile .sharing-links li:last-child a {
    margin-right: 0;
  }
}

.tab-content .box-reviews {
  margin: 0;
}

.tab-content .box-reviews dt a {
  color: #fff;
}

.tab-content .box-reviews dd .ratings-table__value .stars span:before {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #fff;
  content: "";
  display: block;
  font-family: 'icomoon';
  font-weight: normal;
}

.tab-content .box-reviews .slick-arrow:after {
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  content: "";
  display: block;
  font-family: 'icomoon';
  font-weight: normal;
}

@media only screen and (max-width: 850px) {
  .product-view .product-shop .price-box .price-excluding-tax .label,
  .product-view .product-shop .price-box .price-including-tax .label {
    font-size: 15px;
  }
  .product-view .product-shop .price-box .price-excluding-tax .price,
  .product-view .product-shop .price-box .price-including-tax .price {
    font-size: 18px;
  }
}

@media only screen and (max-width: 768px) {
  .product-view .add-to-cart-wrapper {
    float: none;
    width: 100%;
    clear: both;
  }
  .product-view .product-shop .price-box .price-excluding-tax .label,
  .product-view .product-shop .price-box .price-including-tax .label {
    font-size: 16px;
  }
  .product-view .product-shop .price-box .price-excluding-tax .price,
  .product-view .product-shop .price-box .price-including-tax .price {
    font-size: 20px;
  }
}

@media only screen and (max-width: 420px) {
  .product-view .product-shop .price-box .price-excluding-tax,
  .product-view .product-shop .price-box .price-including-tax {
    margin-bottom: 5px;
  }
  .product-view .product-shop .price-box .price-excluding-tax span,
  .product-view .product-shop .price-box .price-including-tax span {
    display: block;
  }
}

.product-img-box .product-name {
  display: none;
}

.product-img-box .product-images {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .product-img-box .product-images {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .product-img-box .more-views {
    -ms-flex-order: 2;
    order: 2;
    -webkit-order: 2;
    margin-left: 0;
    overflow-x: auto;
  }
}

.product-img-box .product-image {
  padding-left: 60px;
  border: 0;
  width: 90%;
}

@media screen and (max-width: 768px) {
  .product-img-box .product-image {
    -ms-flex-order: 1;
    order: 1;
    -webkit-order: 1;
    padding-left: 0;
    width: 100%;
    padding-bottom: 4px;
  }
}

.product-img-box .product-image img {
  max-width: 100%;
  max-height: 750px;
  margin: 0 auto;
}

@media only screen and (max-width: 479px) {
  .product-img-box .product-image img {
    max-height: 450px;
  }
}

.product-img-box .product-image:hover {
  border: 0;
}

.product-img-box .product-image-gallery {
  position: relative;
}

.product-img-box .product-image-gallery .gallery-image {
  display: none;
}

.product-img-box .product-image-gallery .gallery-image.visible {
  display: block;
}

.product-img-box .product-image-gallery .gallery-image.visible.hidden {
  visibility: hidden;
}

.product-img-box .product-image-gallery:before, .product-img-box .product-image-gallery:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
}

.product-img-box .product-image-gallery:before {
  background-color: white;
  opacity: 0.8;
  z-index: 2;
}

.product-img-box .product-image-gallery:after {
  background-image: url("../images/opc-ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}

.product-img-box .product-image-gallery.loading {
  position: relative;
}

.product-img-box .product-image-gallery.loading:before, .product-img-box .product-image-gallery.loading:after {
  display: block;
}

@media screen and (max-width: 768px) {
  .product-img-box .product-image-thumbs {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.product-img-box .product-image-thumbs li {
  display: block;
}

.product-img-box .product-image-thumbs li.hide_thumb {
  display: none;
}

.product-img-box .product-image-thumbs a {
  display: inline-block;
  border: 2px solid transparent;
  transition: all ease-out 300ms;
}

.product-img-box .product-image-thumbs a.active, .product-img-box .product-image-thumbs a:hover {
  border-color: #001489;
}

.product-img-box .video-thumb {
  border: 2px solid transparent;
  display: inline-block;
}

.product-img-box .video-thumb a {
  display: block;
  width: 60px;
  height: 60px;
  background-size: auto 135%;
  background-position: center center;
  margin: 0;
  padding: 0;
}

.product-img-box .video-thumb a .icon-video-play-icon:before {
  color: #fff;
  width: 100%;
  text-align: center;
  display: inline-block;
  font-size: 40px;
  padding: 10px 0;
  opacity: 0.5;
  transition: opacity 350ms ease-in-out;
}

.product-img-box .video-thumb a .icon-video-play-icon:hover:before {
  opacity: 1;
}

.product-view .product-shop,
.product-img-box,
.product-collateral,
.product-view .block-related,
.box-collateral {
  margin-bottom: 10px;
}

.product-view .product-shop {
  max-width: 400px;
}

.product-view .add-to-box:after,
.product-view .add-to-cart:after {
  content: '';
  display: table;
  clear: both;
}

.product-view .add-to-cart {
  padding-bottom: 16px;
  border-bottom: 1px solid #979797;
}

@media screen and (max-width: 768px) {
  .product-view .add-to-cart {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.product-view .qty-wrapper {
  display: inline-block;
  margin-right: 5px;
}

.product-view .add-to-cart .qty-wrapper label {
  line-height: 40px;
}

.product-view .add-to-cart .qty-wrapper .qty {
  border-radius: 4px;
  height: 40px;
}

.product-view .add-to-cart-buttons {
  display: inline-block;
  max-width: 100%;
  float: right;
}

.product-view .add-to-cart-buttons .paypal-logo {
  text-align: center;
}

.product-view .add-to-cart-buttons .paypal-logo .paypal-button {
  margin: 0 auto;
  display: block;
  width: 170px;
}

.product-view .add-to-cart-buttons .paypal-logo .bml_button {
  display: block;
  width: 174px;
  margin: 0 auto;
}

.product-view .add-to-cart-buttons .paypal-logo .bml_button a {
  text-align: center;
}

.product-view .add-to-cart-buttons .paypal-logo .paypal-or {
  display: block;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  line-height: 1;
  text-align: center;
}

.product-view .add-to-links {
  font-size: 13px;
  font-size: 0.8125rem;
}

.product-view .add-to-links a {
  padding: 0;
  margin: 0;
}

.product-view .add-to-links__wish-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-view .add-to-links__wish-list::before {
  font-size: 30px;
  font-size: 1.875rem;
  color: #000076;
  content: "";
  display: block;
  font-family: 'icomoon';
  font-weight: normal;
  margin-right: 19px;
}

.product-view .add-to-links__compare {
  display: none;
}

.product-view .product-customize {
  padding: 15px 0;
  border-bottom: 1px solid #979797;
}

.product-view .product-customize__button {
  background-color: #fff;
  color: #000076;
  border-radius: 5px;
  font-size: 13px;
  font-size: 0.8125rem;
  position: relative;
  display: block;
  width: 100%;
  padding: 13px 0;
  border: 1px solid #001489;
  font-weight: bold;
  text-align: center;
}

.product-view .product-customize__button::after {
  font-size: 14px;
  font-size: 0.875rem;
  color: #000076;
  content: "";
  display: block;
  font-family: 'icomoon';
  font-weight: normal;
  position: absolute;
  right: 16px;
  top: 13px;
}

.product-view .product-customize__button::before {
  background-color: #001489;
  position: absolute;
  right: 45px;
  top: 0;
  height: 100%;
  width: 1px;
  content: '';
}

.product-view .product-customize__button:hover {
  text-decoration: none;
  opacity: .5;
}

.product-customize__button {
  padding-left: 60px;
}

.product-customize__button .customize-icon {
  background-size: 30px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 15px;
  display: block;
  width: 30px;
  height: 30px;
  background: url("../images/icons/customize_icon.png") no-repeat center;
}

@media only screen and (max-width: 479px) {
  .product-view .add-to-cart-buttons .paypal-or {
    line-height: 20px;
  }
  .product-view .add-to-cart-buttons .paypal-logo,
  .product-view .add-to-cart-buttons .paypal-or,
  .product-view .add-to-cart-buttons .paypal-button,
  .product-view .add-to-cart-buttons .button {
    text-align: center;
    width: 100%;
    display: block;
    margin-right: 0;
    margin-left: 0;
    float: none;
  }
}

/* This is the "or" that separates the "Add to Cart" and "Add to X" links */
.add-to-box .or {
  display: none;
}

.product-collateral {
  background-color: #000;
  color: #fff;
  padding: 30px 130px 37px;
  clear: both;
}

.product-collateral .toggle-tabs {
  margin-bottom: 35px;
  display: block;
  width: 100%;
  position: relative;
  font-weight: bold;
}

.product-collateral .toggle-tabs li {
  float: left;
  margin-bottom: 15px;
  margin-right: 50px;
}

.product-collateral .toggle-tabs li > span {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  display: inline-block;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 12px;
  position: relative;
}

.product-collateral .toggle-tabs li:last-child {
  margin-right: 0;
}

.product-collateral .toggle-tabs li.current {
  position: relative;
}

.product-collateral .toggle-tabs li.current:after {
  background-color: #fff;
  content: '';
  position: absolute;
  bottom: -15px;
  left: 0;
  height: 2px;
  width: 100%;
}

.product-collateral .toggle-tabs:after {
  content: '';
  display: table;
  clear: both;
}

.product-collateral > dl {
  width: 100%;
}

.product-collateral > dl > dt {
  display: none;
}

.product-collateral > dl > dd {
  width: 100%;
  display: none;
}

.product-collateral > dl > dd.current {
  display: block;
}

@media screen and (max-width: 768px) {
  .product-collateral {
    padding: 25px 35px;
  }
}

.collateral-tabs dd {
  font-size: 13px;
  font-size: 0.8125rem;
}

.collateral-tabs dd h2 {
  display: none;
}

.collateral-tabs section h4 {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .collateral-tabs section:first-child {
    padding-top: 30px;
  }
}

.box-collateral {
  clear: both;
}

#product-attribute-specs-table {
  max-width: 50em;
  border: 1px solid #C0C0C0;
}

#product-attribute-specs-table th {
  border-right: 1px solid #C0C0C0;
  border-bottom: 1px solid #C0C0C0;
}

/* -------------------------------------------- *
 * Catalog - Grouped Product List
 */
.grouped-items-table-wrapper {
  border: solid 1px #C0C0C0;
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
}

.grouped-items-table-wrapper tbody tr:last-child td {
  border-bottom: none;
}

@media only screen and (max-width: 479px) {
  .grouped-items-table-wrapper {
    margin-bottom: 15px;
  }
}

.grouped-items-table .name-wrapper {
  color: #3399CC;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}

.grouped-items-table .qty-wrapper {
  padding-top: 7px;
}

.grouped-items-table .qty-label {
  margin-left: 7px;
}

.grouped-items-table td {
  padding: 4px;
}

.grouped-items-table td:last-child {
  width: 30%;
  text-align: left;
}

.grouped-items-table .price-box {
  text-align: right;
}

.product-options dd.swatch-attr {
  margin-bottom: 22px;
}

.product-options dd.swatch-attr:last-child {
  margin-bottom: 0;
}

.product-options dd .input-box {
  position: relative;
}

.product-options dd .validation-advice {
  position: absolute;
  top: -18px;
  text-transform: none;
}

.product-options .swatch-attr,
.product-options .custom-swatch-attr {
  font-size: 13px;
  font-size: 0.8125rem;
  margin-bottom: 9px;
  text-transform: uppercase;
}

.product-options .swatch-attr .select-label,
.product-options .custom-swatch-attr .select-label {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #000076;
  text-transform: capitalize;
}

.product-options .swatch-attr label.required::after,
.product-options .custom-swatch-attr label.required::after {
  display: none;
}

.product-options .swatch-label {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.product-options .swatch-label img {
  margin-right: 10px;
}

.size-guide-container .size-guide {
  font-size: 11px;
  font-size: 0.6875rem;
  color: #9b9b9b;
  float: right;
  margin: 0;
  border: 0;
  background: none;
  text-decoration: underline;
}

@media only screen and (min-width: 1023px) {
  .size-guide-container .size-guide {
    margin: 10px 0 5px;
  }
}

.size-guide-container .size-guide:hover {
  text-decoration: none;
}

.product-options-bottom .price-text {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  text-transform: uppercase;
  display: block;
  width: 100%;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 18px;
  font-weight: bold;
  margin-top: 16px;
}

/* Block: Related */
.block-related {
  overflow: hidden;
}

.block-related .related-checkbox {
  display: none;
}

.block-related .block-title {
  margin: 50px 0;
  padding: 0;
}

.block-related .block-title h2 {
  font-size: 24px;
  font-size: 1.5rem;
  padding: 0 25px;
  text-align: center;
  text-transform: none;
}

@media screen and (max-width: 425px) {
  .block-related .block-title h2 {
    text-align: left;
  }
}

.block-related .product-item {
  margin: 15px;
}

.block-related .item {
  padding: 0 25px;
}

.block-related .item:hover {
  box-shadow: none;
}

@media screen and (max-width: 425px) {
  .block-related .slick-arrow, .block-related .slick-arrow:hover {
    opacity: 0;
  }
}

/* -------------------------------------------- *
 * Upsell Products
 */
.box-up-sell {
  margin-top: 20px;
}

.customizer-dialog {
  transition: opacity 400ms ease-in;
  z-index: 99999;
  background-color: #fff;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
}

.customizer-dialog__content {
  background-color: #fff;
  position: relative;
  width: 100%;
  height: 100%;
}

.customizer-dialog__content iframe {
  display: block;
  height: 100%;
  width: 100%;
  border: none;
}

/* ============================================ *
 * Catalog - MSRP MAP Popup
 * ============================================ */
.cart-msrp-totals {
  color: red;
  font-size: 12px !important;
  font-weight: bold;
  margin: 10px 10px 0;
  padding: 10px;
  text-align: right;
  text-transform: uppercase;
}

.map-cart-sidebar-total {
  color: red;
  display: block;
  font-size: 10px;
  font-weight: bold;
  text-align: left;
  padding: 2px 5px;
}

.map-popup {
  background: #FFFFFF;
  border: 5px solid #CCCCCC;
  margin: 12px 0 0;
  position: absolute;
  text-align: left;
  width: 450px;
  z-index: 100;
}

@media only screen and (min-width: 769px) {
  .map-popup.map-popup-right {
    left: 10px !important;
  }
  .map-popup.map-popup-left {
    left: auto !important;
    right: 10px !important;
  }
}

@media only screen and (max-width: 768px) {
  .map-popup {
    width: 100%;
    left: 0px !important;
  }
}

.map-popup .map-popup-heading {
  padding: 8px 10px;
  margin-right: 40px;
  width: auto;
}

.map-popup .map-popup-heading h3 {
  font-size: 14px;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: break-word;
  text-align: left;
  text-overflow: ellipsis;
}

@media only screen and (max-width: 479px) {
  .map-popup .map-popup-heading h3 {
    text-align: center;
  }
}

.map-popup .map-popup-close {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 36px;
  width: 36px;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
}

.map-popup .map-popup-content {
  border-top: 1px solid #EDEDED;
  padding: 10px;
  margin: 0 10px;
  overflow: hidden;
  text-align: left;
}

@media only screen and (max-width: 479px) {
  .map-popup .map-popup-content {
    text-align: center;
  }
}

.map-popup .map-popup-checkout {
  padding: 10px 0;
}

.map-popup .map-popup-checkout form:after {
  content: '';
  display: table;
  clear: both;
}

.map-popup .map-popup-checkout span {
  display: block;
}

.map-popup .map-popup-checkout .button {
  float: left;
  margin: 0 2px;
  clear: left;
}

.map-popup .map-popup-checkout .additional-addtocart-box {
  float: left;
  min-width: 210px;
}

.map-popup .map-popup-checkout .additional-addtocart-box li {
  list-style-type: none;
}

.map-popup .map-popup-checkout .paypal-logo {
  width: auto;
}

.map-popup .map-popup-checkout .paypal-logo a {
  display: inline-block;
  float: left;
  clear: left;
}

.map-popup .map-popup-checkout .paypal-logo .paypal-or {
  float: left;
  text-align: center;
  padding: 5px 15px;
  clear: left;
}

.map-popup .map-popup-checkout .paypal-logo:after {
  content: '';
  display: table;
  clear: both;
}

.map-popup .map-popup-checkout .paypal-logo .bml_button a {
  clear: left;
}

@media only screen and (max-width: 479px) {
  .map-popup .map-popup-checkout {
    text-align: center;
  }
  .map-popup .map-popup-checkout .button,
  .map-popup .map-popup-checkout .additional-addtocart-box,
  .map-popup .map-popup-checkout .paypal-logo a,
  .map-popup .map-popup-checkout .paypal-logo .paypal-or {
    float: none;
  }
  .map-popup .map-popup-checkout .additional-addtocart-box {
    min-width: 0px;
  }
  .map-popup .map-popup-checkout .paypal-logo .paypal-or {
    margin: 0px;
    margin-bottom: 10px;
  }
}

.map-popup .map-popup-checkout:after {
  content: '';
  display: table;
  clear: both;
}

.map-popup .map-popup-price {
  padding: 10px 0;
}

@media only screen and (max-width: 479px) {
  .map-popup .map-popup-price {
    text-align: center;
    padding-top: 0px;
  }
}

.map-popup .map-popup-price .price-box,
.map-popup .map-popup-price .price-box .special-price {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.map-popup .map-popup-price .price-box .minimal-price-link {
  display: inline-block;
}

.map-popup .map-popup-text {
  padding: 10px 0;
  margin: 0 10px;
  word-wrap: break-word;
}

.map-popup .map-popup-text,
.map-popup .map-popup-only-text {
  border-top: 1px solid #EDEDED;
}

/* ============================================ *
 * Catalog - MSRP Product Listing
 * ============================================ */
.price-box .map-link {
  display: block;
  text-align: center;
}

/* ============================================ *
 * Catalog - Compare
 * ============================================ */
.block-compare .product-name:after {
  content: '';
  display: table;
  clear: both;
}

.compare-table .product-image {
  display: inline-block;
}

.compare-table .product-shop-row.top td {
  padding-bottom: 0;
  border-bottom: 0;
}

.compare-table .product-shop-row.bottom td {
  padding-top: 0;
}

.catalog-category-view.special-banner-category .main-container {
  padding: 10px 0 15px 0;
}

@media screen and (max-width: 425px) {
  .catalog-category-view .category-filter {
    display: none;
  }
}

.catalog-category-view .category-filter__mobile {
  display: none;
}

@media screen and (max-width: 425px) {
  .catalog-category-view .category-filter__mobile {
    display: block;
  }
}

.catalog-category-view .category-info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 425px) {
  .catalog-category-view .category-info {
    display: block;
  }
}

.catalog-category-view .category-info__item {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.catalog-category-view .category-info__text-content {
  background-color: #000;
  color: #fff;
  -ms-flex-order: 1;
  order: 1;
  -webkit-order: 1;
  position: relative;
  padding: 40px;
}

@media screen and (max-width: 425px) {
  .catalog-category-view .category-info__text-content {
    padding: 10px 20px;
  }
}

.catalog-category-view .category-info__text-content .page-title h1 {
  color: #fff;
  font-size: 48px;
  font-size: 3rem;
  margin: 0;
  text-transform: none;
}

@media screen and (max-width: 425px) {
  .catalog-category-view .category-info__text-content .page-title h1 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.catalog-category-view .category-info__text-content .product-count {
  margin: 12px 0 22px;
  font-weight: normal;
}

@media screen and (max-width: 425px) {
  .catalog-category-view .category-info__text-content .product-count {
    margin: 5px 0 10px;
  }
}

.catalog-category-view .category-info__text-content .product-grid-switch {
  display: none;
}

@media screen and (max-width: 425px) {
  .catalog-category-view .category-info__text-content .product-grid-switch {
    display: block;
    position: absolute;
    right: 26px;
    bottom: 20px;
  }
}

.catalog-category-view .category-info__text-content .category-description {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 18px;
}

@media screen and (max-width: 425px) {
  .catalog-category-view .category-info__text-content .category-description {
    display: none;
  }
}

.catalog-category-view .category-info__image {
  background-color: #000;
  -ms-flex-order: 2;
  order: 2;
  -webkit-order: 2;
}

.catalog-category-view .category-info__image img {
  width: 100%;
}

@media only screen and (min-width: 769px) {
  .catalog-category-view .subcategory {
    padding: 38px 30px 0;
  }
}

@media only screen and (max-width: 769px) {
  .catalog-category-view .subcategory {
    padding: 20px 30px 0;
    text-align: center;
  }
}

.catalog-category-view .subcategory__title {
  margin: 0;
  font-weight: bold;
}

.anim-anchor-category {
  position: absolute;
  margin-top: -114px;
  left: 50%;
  margin-left: -90px;
  width: 180px;
}

@media only screen and (max-width: 768px) {
  .anim-anchor-category {
    display: none;
  }
}

.anim-anchor-category > a {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 15px;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.75);
}

.anim-anchor-category > a:hover {
  text-decoration: none;
}

.anim-anchor-category > a:hover span.label {
  text-decoration: none;
}

.anim-anchor-category > a span {
  display: block;
  margin: 5px auto;
}

.anim-anchor-category > a span.ico-top {
  width: 40px;
  height: 34px;
}

.anim-anchor-category > a span.ico-top:before {
  color: #fff;
}

.anim-anchor-category > a span.label {
  text-align: center;
  margin: 15px auto 15px auto;
}

.anim-anchor-category > a span.ico-bottom {
  font-size: 13px;
  font-size: 0.8125rem;
}

.anim-anchor-category > a span.ico-bottom:before {
  color: #fff;
}

.catalog-product-list {
  margin-bottom: 100px;
}

.catalog-product-list .products-grid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.catalog-product-list .products-grid .item__wrapper {
  padding: 0;
}

.catalog-product-list.list .item {
  margin: 0;
}

.note-msg {
  padding: 30px;
}

.product-item {
  position: relative;
}

@media only screen and (min-width: 769px) {
  .product-item {
    margin: 38px 30px;
  }
}

@media only screen and (max-width: 769px) {
  .product-item {
    margin: 20px 30px 0;
  }
}

.product-item:hover {
  box-shadow: 0 0 13px 1px rgba(0, 0, 0, 0.25);
}

.product-item .label-category {
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-transform: rotate(-90deg) translateY(-26px);
  transform: rotate(-90deg) translateY(-26px);
  color: #fff;
  line-height: 16px;
  padding: 5px 6px;
  display: block;
  right: 0;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
  text-transform: uppercase;
  position: absolute;
}

.product-item .label-category.bgcolor_1 {
  background: #BD1111;
}

.product-item .label-category.bgcolor_2 {
  background: #ED6000;
}

.product-item .label-category.bgcolor_3 {
  background: #8AD50B;
}

.product-item .product-image {
  display: block;
}

.product-item .product-image img {
  width: 100%;
  height: auto;
}

.product-item .product-image:hover {
  border: 0;
}

.product-item .product-info {
  padding: 15px 20px 19px;
  text-align: left;
}

@media screen and (max-width: 425px) {
  .product-item .product-info {
    padding: 15px 10px 13px;
  }
}

.product-item .product-info__equalHeight {
  min-height: 62px;
}

.product-item .product-info .product-name a {
  text-transform: capitalize;
  font-weight: bold;
}

.product-item .product-info .product-name a:hover {
  color: #000076;
}

.product-item .product-info .product-description {
  font-size: 13px;
  font-size: 0.8125rem;
  margin-bottom: 15px;
}

.product-item .product-info .product-description__inner {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.product-item .product-info .product-description .link-learn {
  opacity: .5;
}

.product-item .product-info .price-box {
  margin: 0;
}

.product-item .product-info .price-box .price {
  color: #000076;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: bold;
}

.product-item .product-info .price-box .old-price .price {
  color: #9b9b9b;
  font-weight: normal;
}

.product-item .product-info .price-box .discount-percent span {
  font-size: 11px;
  font-size: 0.6875rem;
  margin-left: 5px;
}

.product-item .product-info .price-box .special-price .price {
  margin-left: 5px;
}

.product-item .product-info .price-with-vat {
  margin-bottom: 15px;
}

.product-item .product-info .configurable-swatch-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-item .product-info .configurable-swatch-list li {
  margin-bottom: 6px;
}

.product-item .product-info .configurable-swatch-list li .swatch-link {
  padding: 0;
  min-height: 0;
  margin-right: 15px;
}

.product-item .product-info .configurable-swatch-list li .swatch-link span img {
  width: 30px !important;
}

.product-item .product-info .configurable-swatch-list li .swatch-link:hover {
  background: none;
}

.product-item .product-info .configurable-swatch-list li.selected .swatch-link {
  border: 1px solid #000076;
  margin: -1px 14px -1px -1px;
}

.catalog-product-list-toolbar {
  padding-top: 88px;
}

.catalog-product-list-toolbar .toolbar-bottom {
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  line-height: 19px;
  font-weight: normal;
}

.catalog-product-list-toolbar .toolbar-bottom__view-info {
  margin-bottom: 25px;
}

.catalog-layer-view .filters {
  background-color: #001489;
}

.special-banner-category .catalog-layer-view .filters {
  background-color: #000;
}

@media screen and (max-width: 1024px) {
  .catalog-layer-view .filters {
    display: none;
  }
}

.catalog-layer-view .filters--mobile {
  display: none;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .catalog-layer-view .filters--mobile {
    display: block;
  }
}

.catalog-layer-view .filters__items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .catalog-layer-view .filters__items {
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
  }
}

@media screen and (max-width: 1024px) {
  .catalog-layer-view .filters__items--payload {
    z-index: 1000;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100vw;
    display: none;
    background-color: #001489;
  }
}

.catalog-layer-view .filters__section {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1024px) {
  .catalog-layer-view .filters__section {
    display: block;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}

.catalog-layer-view .filters__section.section-right ol a:after {
  position: relative;
  display: inline-block;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  right: inherit;
  margin-left: 4px;
  margin-bottom: 2px;
}

.catalog-layer-view .filters__section.section-right ol a.asc:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: 5px solid #fff;
  border-top: none;
  position: relative;
  display: inline-block;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  right: inherit;
}

.catalog-layer-view .filters__section.section-left ol a:after {
  display: none;
}

.catalog-layer-view .filters__item {
  position: relative;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 1024px) {
  .catalog-layer-view .filters__item {
    position: static;
  }
}

.catalog-layer-view .filters__item a {
  color: #fff;
  font-size: 13px;
  font-size: 0.8125rem;
  position: relative;
  display: block;
  padding: 18px 55px 18px 30px;
  text-transform: uppercase;
  white-space: nowrap;
}

.catalog-layer-view .filters__item a:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 5px solid #fff;
  border-bottom: none;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  right: 25px;
  top: 50%;
}

.catalog-layer-view .filters__item a:hover {
  text-decoration: none;
}

.catalog-layer-view .filters__item a.handleFiltersMenu {
  cursor: default;
}

.catalog-layer-view .filters__item ol {
  background-color: #001489;
  z-index: 999;
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  padding: 15px 0;
  min-width: 100%;
}

.special-banner-category .catalog-layer-view .filters__item ol {
  background-color: #000;
}

@media screen and (max-width: 1024px) {
  .catalog-layer-view .filters__item ol {
    position: static;
  }
}

.catalog-layer-view .filters__item ol a {
  position: relative;
  padding: 10px 30px 10px 48px;
}

@media screen and (max-width: 1024px) {
  .catalog-layer-view .filters__item ol a {
    text-indent: 15px;
  }
}

.catalog-layer-view .filters__item ol a:before {
  position: absolute;
  left: 15px;
  top: 11px;
  content: '';
  width: 18px;
  height: 18px;
  border: 1px solid #fff;
}

@media screen and (max-width: 1024px) {
  .catalog-layer-view .filters__item ol a:before {
    left: 30px;
  }
}

.catalog-layer-view .filters__item ol a:hover {
  text-decoration: underline;
}

.catalog-layer-view .filters__item ol a.active:before {
  background: #fff;
}

.catalog-layer-view .filters__item ol label input {
  position: absolute;
  left: -9999px;
}

.catalog-layer-view .filters__item ol label input[type="checkbox"]:checked ~ a:before {
  display: block;
}

.catalog-layer-view .filters__item--title a:after {
  display: none;
}

@media screen and (max-width: 1024px) {
  .catalog-layer-view .filters__item--title a:after {
    display: block;
  }
}

.catalog-layer-view .filters__item--order {
  border-right: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 1024px) {
  .catalog-layer-view .filters__item--order {
    border-left: 0;
  }
}

.catalog-layer-view .filters__item--order ol {
  right: 0;
}

.catalog-layer-view .filters__item:hover ol {
  display: block;
}

.catalog-layer-view .filters__item.selected a:after {
  content: none;
}

.catalog-layer-modes {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.catalog-layer-modes__mode {
  margin-left: 15px;
  opacity: .5;
}

.catalog-layer-modes__mode:first-child:before {
  font-size: 25px;
  font-size: 1.5625rem;
  color: #fff;
  content: "";
  display: block;
  font-family: 'icomoon';
  font-weight: normal;
}

.catalog-layer-modes__mode:nth-child(2):before {
  font-size: 25px;
  font-size: 1.5625rem;
  color: #fff;
  content: "";
  display: block;
  font-family: 'icomoon';
  font-weight: normal;
}

.catalog-layer-modes__mode.active {
  opacity: 1;
}

.cart {
  margin: 0 15px;
}

.cart h1 {
  padding: 15px 0;
  border: 0;
  text-align: center;
}

.cart .checkout-types {
  margin-bottom: 30px;
  text-align: right;
}

@media screen and (max-width: 425px) {
  .cart .checkout-types button {
    width: 100%;
  }
}

.cart .checkout-types button span {
  letter-spacing: 1px;
}

.cart .cart-table {
  font-size: 11px;
  font-size: 0.6875rem;
  background-color: #fff;
  border: 1px solid #979797;
}

@media only screen and (min-width: 768px) {
  .cart .cart-table.data-table {
    border-top: 0 none;
  }
}

.cart .cart-table.head-table {
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #000;
  background: #000;
  overflow: hidden;
  color: #fff;
}

@media screen and (max-width: 425px) {
  .cart .cart-table.head-table {
    display: none;
  }
}

.cart .cart-table .card-item {
  padding: 10px;
  border-bottom: 1px solid #d8d8d8;
}

.cart .cart-table .card-item:last-child {
  border-bottom: 0;
}

@media screen and (max-width: 425px) {
  .cart .cart-table .card-item > div:nth-child(n + 4) {
    margin-top: 15px;
  }
}

.cart .cart-table div {
  text-align: center;
}

.cart .cart-table div.product-cart-image img {
  width: 100%;
}

.cart .cart-table div.product-cart-info .product-cart-sku, .cart .cart-table div.product-cart-info .item-options,
.cart .cart-table div.product-cart-info .item-options dt,
.cart .cart-table div.product-cart-info .item-options dd, .cart .cart-table div div.product-cart-price, .cart .cart-table div div.product-cart-total {
  font-weight: normal;
  font-style: normal;
}

.cart .cart-table div.product-cart-info {
  text-align: left;
}

.cart .cart-table div.product-cart-info .product-name {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}

.cart .cart-table div.product-cart-info .product-cart-sku {
  font-size: 11px;
  font-size: 0.6875rem;
  text-transform: uppercase;
  text-align: left;
}

.cart .cart-table div.product-cart-info .item-options {
  font-size: 11px;
  font-size: 0.6875rem;
}

.cart .cart-table div.product-cart-info .item-options,
.cart .cart-table div.product-cart-info .item-options dt,
.cart .cart-table div.product-cart-info .item-options dd {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

.cart .cart-table div.product-cart-info .item-options dt {
  margin-right: 2px;
}

.cart .cart-table div.product-cart-info .cart-links {
  font-size: 11px;
  font-size: 0.6875rem;
  display: block;
  margin-top: 15px;
  font-weight: normal;
}

.cart .cart-table div.product-cart-info .cart-links a {
  color: #000;
  text-decoration: underline;
}

.cart .cart-table div.product-cart-info .cart-links a:hover {
  text-decoration: none;
}

.cart .cart-table div.product-cart-price, .cart .cart-table div.product-cart-total {
  font-size: 12px;
  font-size: 0.75rem;
}

.cart .cart-table div.product-cart-actions .qty {
  font-size: 11px;
  font-size: 0.6875rem;
  border-radius: 0;
  display: inline-block;
  width: 50px;
  height: 40px;
}

.cart .cart-table div.product-cart-actions .btn-update {
  color: #000;
  font-size: 11px;
  font-size: 0.6875rem;
  width: 100%;
  text-align: center;
  display: block;
  background: none;
  text-transform: capitalize;
  text-decoration: underline;
}

.cart .cart-table div.product-cart-actions .btn-update:hover, .cart .cart-table div.product-cart-actions .btn-update:active, .cart .cart-table div.product-cart-actions .btn-update:focus {
  text-decoration: none;
  background: none;
}

.cart .cart-table div.product-cart-remove {
  text-align: right;
}

@media screen and (max-width: 425px) {
  .cart .cart-table div.product-cart-remove {
    display: none;
  }
}

.cart .cart-table div.product-cart-remove .btn-remove {
  position: relative;
  width: 15px;
  height: 15px;
  background: none;
  border: 0;
  opacity: 0.5;
}

.cart .cart-table div.product-cart-remove .btn-remove:after, .cart .cart-table div.product-cart-remove .btn-remove:before {
  background-color: #000;
  position: absolute;
  display: block;
  top: 0;
  left: 7.5px;
  content: ' ';
  height: 15px;
  width: 2px;
}

.cart .cart-table div.product-cart-remove .btn-remove:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cart .cart-table div.product-cart-remove .btn-remove:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.cart .cart-table div.product-cart-remove .btn-remove:hover {
  opacity: 1;
}

.cart .cart-table div.product-cart-remove-mobile {
  text-align: right;
  display: none;
}

@media screen and (max-width: 425px) {
  .cart .cart-table div.product-cart-remove-mobile {
    display: block;
  }
}

.cart .cart-table div.product-cart-remove-mobile .btn-remove {
  position: relative;
  width: 15px;
  height: 15px;
  background: none;
  border: 0;
  opacity: 0.5;
}

.cart .cart-table div.product-cart-remove-mobile .btn-remove:after, .cart .cart-table div.product-cart-remove-mobile .btn-remove:before {
  background-color: #000;
  position: absolute;
  display: block;
  top: 0;
  left: 7.5px;
  content: ' ';
  height: 15px;
  width: 2px;
}

.cart .cart-table div.product-cart-remove-mobile .btn-remove:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cart .cart-table div.product-cart-remove-mobile .btn-remove:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.cart .cart-table div.product-cart-remove-mobile .btn-remove:hover {
  opacity: 1;
}

.cart .cart-table div.cart-footer-actions {
  text-align: left;
}

.cart .cart-table div.cart-footer-actions .btn-continue span {
  font-size: 11px;
  font-size: 0.6875rem;
  color: #000;
  text-decoration: none;
  opacity: .75;
  font-weight: normal;
}

.cart .cart-table div.cart-footer-actions .btn-continue span:hover, .cart .cart-table div.cart-footer-actions .btn-continue span:active, .cart .cart-table div.cart-footer-actions .btn-continue span:focus {
  text-decoration: underline;
}

.cart .cart-forms {
  font-size: 14px;
  font-size: 0.875rem;
}

@media screen and (max-width: 425px) {
  .cart .cart-forms {
    text-align: center;
    margin-bottom: 15px;
    padding: 15px 0 30px;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
  }
  .cart .cart-forms input {
    width: 150px;
  }
}

.cart .cart-forms #coupon_code {
  margin-bottom: 10px;
}

.cart .cart-forms .btn_default_base {
  margin-right: 10px;
}

.cart .cart-forms .discount h2 {
  display: none;
}

.cart .cart-forms .discount .discount-form label {
  display: block;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.cart .cart-forms .discount .button2 {
  margin-top: 15px;
}

.cart .card-footer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 60px 0;
}

@media screen and (max-width: 425px) {
  .cart .card-footer {
    margin: 15px 0;
  }
}

@media screen and (max-width: 425px) {
  .cart .card-footer {
    display: block;
  }
}

.cart .card-footer .cart-totals {
  text-align: right;
  text-transform: uppercase;
}

.cart .card-footer .cart-totals .row {
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 425px) {
  .cart .card-footer .cart-totals .row {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.cart .card-footer .cart-totals .row::before, .cart .card-footer .cart-totals .row::after {
  display: none;
}

.cart .card-footer .cart-totals .row .label,
.cart .card-footer .cart-totals .row .amount {
  width: 175px;
}

@media screen and (max-width: 425px) {
  .cart .card-footer .cart-totals .row .label,
  .cart .card-footer .cart-totals .row .amount {
    width: auto;
  }
}

@media screen and (max-width: 425px) {
  .cart .card-footer .cart-totals .row .label {
    text-align: left;
  }
}

@media screen and (max-width: 425px) {
  .cart .card-footer .cart-totals .row .amount {
    text-align: right;
  }
}

.cart .card-footer .cart-totals .row.grandtotal-row, .cart .card-footer .cart-totals .row.grandtotal-inctax-row {
  color: #e10814;
  font-size: 16px;
  font-size: 1rem;
  margin-top: 15px;
  font-weight: bold;
}

.cart .card-footer .cart-totals .checkout-types {
  margin-top: 30px;
}

.checkout-cart-index .page-title h1 {
  margin: 30px;
  border: 0;
}

.checkout-cart-index .cart-empty {
  margin: 30px;
}

/* ============================================ *
 * Checkout - One Page
 * ============================================ */
.onestepcheckout {
  padding: 20px 30px;
}

.checkout-onepage-index .col-right,
.checkout-onepage-index .col-left {
  display: none;
}

.checkout-onepage-index .col-main {
  width: auto;
  float: none;
}

@media only screen and (min-width: 1024px) {
  .checkout-onepage-index .col-main {
    float: left;
    width: 68.75%;
    padding-right: 20px;
  }
  .checkout-onepage-index .col-right,
  .checkout-onepage-index .col-left {
    width: 31.25%;
    display: block;
  }
  .checkout-onepage-index .col-right {
    padding-left: 0;
  }
}

.opc select {
  width: 365px;
}

/* -------------------------------------------- *
 * Section Styling - Default
 */
.opc .section .step-title {
  width: 100%;
  border-top: 1px solid #ECECEC;
  position: relative;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.opc .section .step-title:after {
  content: '';
  display: table;
  clear: both;
}

.opc .section.allow:not(.active) .step-title {
  cursor: pointer;
}

/* Using .no-touch since touch devices emulate hover, thereby making steps look active that are not */
.no-touch .opc .section.allow:not(.active) .step-title:hover {
  background-color: #F4F4F4;
}

.opc .section.active .step-title {
  border-bottom: 1px solid #ECECEC;
}

.opc .section .step-title a {
  display: none;
}

.opc .section.allow:not(.active) .step-title a {
  display: block;
  float: right;
  line-height: 40px;
  height: 40px;
  padding: 0px 10px;
}

.no-touch .opc .section .step-title a:hover {
  text-decoration: none;
}

.opc .section .step-title .number,
.opc .section.allow.active .step-title .number,
.no-touch .opc .section.allow:hover .step-title .number {
  width: 26px;
  height: 26px;
  text-align: center;
  color: #FFFFFF;
  line-height: 26px;
  background-color: #3399CC;
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -13px;
}

.opc .section.allow .step-title .number {
  background-color: tint(#3399CC, 50%);
}

.opc .section.allow .step-title h2 {
  color: #A0A0A0;
}

.opc .section.allow .step-title:hover h2,
.opc .section.active .step-title h2 {
  color: #3399CC;
}

.opc .section .step-title h2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  height: 40px;
  float: left;
  margin: 0px 4px 0px 45px;
}

.opc .section .step {
  padding: 20px;
}

.opc .section .step:after {
  content: '';
  display: table;
  clear: both;
}

@media only screen and (max-width: 1023px) {
  .opc .section .step {
    padding: 10px;
  }
}

.opc select {
  max-width: 365px;
  width: 100%;
}

.opc h3 {
  font-weight: 500;
}

.opc .buttons-set {
  text-align: left;
}

.opc .buttons-set button.button {
  float: left;
  margin-left: 0;
  margin-right: 10px;
  margin-bottom: 0;
}

.opc .buttons-set p.required {
  float: right;
  margin-left: 5px;
  margin-bottom: 0;
}

.opc .buttons-set .back-link {
  float: right;
  margin: 0;
}

.opc .buttons-set a {
  line-height: 20px;
  display: inline-block;
  padding: 5px 5px 5px 0;
}

@media only screen and (max-width: 479px) {
  .opc .buttons-set .button + .buttons-set .button,
  .paypal-express-review .buttons-set .button + .buttons-set .button {
    margin-left: 0;
  }
}

.opc #opc-login .step {
  padding: 0px;
}

.opc #opc-login .buttons-set {
  border-top: 0;
  padding-top: 5px;
}

@media only screen and (max-width: 768px) {
  .opc #opc-login .description,
  .opc #opc-login p.required {
    display: none;
  }
}

#opc-payment .note {
  padding: 10px;
}

/* -------------------------------------------- *
 * This section hides everything but the "Checkout Method" step of the checkout process and fades in the content
 * once the customer progresses to the next step. The purpose of this is to simplify what the customer has to focus on.
 * It is limited to larger viewports since smaller devices are inherently going to be focused solely on the
 * "Checkout Method" step.
 */
.opc.opc-firststep-login .section:not(#opc-login) .step-title,
.opc-block-progress-step-login {
  transition: opacity, 300ms linear 0;
}

.opc.opc-firststep-login .section#opc-login .step-title .number {
  transition: width, 80ms linear 0;
}

.opc.opc-firststep-login .section#opc-login .step-title h2 {
  transition: margin-left, 80ms linear 0;
}

/* When a user progresses from the "Checkout Method" to "Billing Information" for the first time, the              */
/* "opc-has-progressed-from-login" class gets added to the body. Also, the .opc element will only have the         */
/* "opc-firststep-login" class if the first step of the checkout is the "Checkout Method" (eg, not when logged in) */
body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section:not(#opc-login) .step-title,
body:not(.opc-has-progressed-from-login) .opc-block-progress-step-login {
  opacity: 0;
}

body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section#opc-login .step-title .number {
  width: 0px;
  overflow: hidden;
}

body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section#opc-login .step-title h2 {
  margin-left: 0px;
}

/* -------------------------------------------- *
 * Shipping and Payment methods
 */
.sp-methods {
  margin: 0 0 8px;
}

.sp-methods dt {
  margin: 13px 0 5px;
  font-weight: bold;
}

.sp-methods dt:first-child {
  margin: 0 0 5px;
}

.sp-methods dd li {
  margin: 5px 0;
}

.sp-methods label img {
  float: left;
}

.sp-methods label a {
  margin-top: 6px;
  float: right;
  margin-left: 10px;
}

.sp-methods .price {
  font-weight: bold;
}

.sp-methods .form-list {
  padding-left: 20px;
}

.sp-methods .form-list li {
  margin: 0 0 8px;
}

.sp-methods select.month {
  width: 120px;
  margin-right: 10px;
}

.sp-methods select.year {
  width: 96px;
}

.sp-methods input.cvv {
  width: 4em !important;
}

.sp-methods #advice-validate-cc-exp-ccsave_expiration {
  max-width: 130px;
}

.sp-methods .checkmo-list li {
  margin: 0 0 5px;
  content: '';
  display: table;
  clear: both;
}

.sp-methods .checkmo-list label {
  width: 165px;
  padding-right: 15px;
  text-align: right;
  float: left;
}

.sp-methods .checkmo-list address {
  float: left;
}

@media only screen and (max-width: 479px) {
  .sp-methods .checkmo-list {
    padding-left: 0;
  }
  .sp-methods .checkmo-list label {
    width: 135px;
  }
}

.sp-methods .release-amounts {
  margin: 0.5em 0;
}

.sp-methods .release-amounts button {
  float: left;
  margin: 5px 10px 0 0;
}

/* One Page Checkout */
.block-progress {
  border: 0;
  margin: 0;
  border-left: 1px solid #CCCCCC;
  padding-left: 20px;
}

.block-progress .block-content {
  font-size: 13px;
}

.block-progress dt {
  padding-top: 6px;
  margin: 0;
  margin-bottom: 10px;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  margin-bottom: 6px;
  text-transform: uppercase;
  font-weight: normal;
  color: #A0A0A0;
}

.block-progress dt.complete {
  color: #000;
}

.block-progress dd {
  padding-left: 15px;
  margin-bottom: 10px;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-style: italic;
}

.block-progress dd address {
  font-style: italic;
}

.block-progress #payment-progress-opcheckout .subtitle {
  margin-bottom: 3px;
}

.block-progress .payment-info dt {
  padding: 0;
  margin: 0 0 3px 0;
  color: #000;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  text-transform: none;
  font-style: italic;
  float: left;
  clear: both;
  font-size: 13px;
}

.block-progress .payment-info dt:after {
  content: ': ';
}

.block-progress .payment-info dd {
  float: left;
  margin-bottom: 3px;
  font-size: 13px;
}

.block-progress .payment-info:after {
  content: '';
  display: table;
  clear: both;
}

/* review step */
#checkout-review-table .btn-remove img {
  display: none;
}

#checkout-review-table-wrapper {
  clear: both;
}

#review-buttons-container {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}

#review-buttons-container .btn-checkout {
  min-width: 220px;
}

#review-buttons-container .please-wait {
  float: left;
  margin-right: 10px;
}

#review-buttons-container .f-left {
  float: right;
}

@media only screen and (max-width: 599px) {
  .linearize-table-large.checkout-review-table thead tr:nth-child(1n+2) {
    display: none;
  }
}

@media only screen and (max-width: 479px) {
  .linearize-table.checkout-review-table thead tr:nth-child(1n+2) {
    display: none;
  }
}

/* show/hide "change" link for progress step depend on complete status
 * should be placed in .css file */
.opc-block-progress dt.complete a,
.opc-block-progress dt.complete .separator {
  display: inline;
}

.opc-block-progress dt a,
.opc-block-progress dt .separator {
  display: none;
}

/* On small screens, the progress review content will be moved to the review step via JS. Styled via this CSS: */
#checkout-step-review .opc-block-progress {
  border-left: none;
  padding-left: 0;
}

#checkout-step-review .opc-block-progress .block-title {
  display: none;
}

#checkout-step-review .opc-block-progress .block-content {
  display: block !important;
  padding: 0;
}

#checkout-step-review .opc-block-progress .block-content > dl > div {
  float: left;
  width: 50%;
}

@media only screen and (max-width: 479px) {
  #checkout-step-review .opc-block-progress .block-content > dl > div {
    float: none;
    width: auto;
  }
}

#checkout-step-review .opc-block-progress .block-content .changelink {
  display: none;
}

@media only screen and (max-width: 479px) {
  #checkout-review-table thead > tr > th {
    display: none;
  }
  #checkout-review-table thead > tr > th:first-child {
    display: block;
  }
  #checkout-review-table thead > tr > th:first-child {
    display: block;
  }
}

#checkout-step-review .centinel > p {
  margin-bottom: 10px;
}

#checkout-step-review .centinel iframe {
  width: 100%;
  min-height: 400px;
}

/* Gift options */
.gift-messages-form .item {
  content: '';
  display: table;
  clear: both;
  margin-top: 40px;
}

.gift-messages-form .item h5 {
  font-weight: bold;
}

.gift-messages-form .item .product-img-box {
  width: auto;
  float: left;
  padding-right: 15px;
}

.gift-messages-form .item .details {
  float: left;
}

.gift-message-form .inner-box > div {
  content: '';
  display: table;
  clear: both;
  width: 100%;
  margin-top: 15px;
  display: block;
}

.gift-message-form .inner-box > div.extra-options-container p {
  margin-bottom: 15px;
}

.gift-message-form .gift-wrapping-form label {
  margin-right: 10px;
}

.gift-message-form .gift-wrapping-form img {
  float: left;
}

.gift-message-form .gift-wrapping-form .gift-wrapping-design {
  height: 75px;
}

.gift-message-form .gift-wrapping-form .gift-wrapping-design:after {
  content: '';
  display: table;
  clear: both;
}

.gift-message-form .gift-wrapping-form .gift-wrapping-design .image-box {
  margin-right: 5px;
}

.gift-message-form .gift-item {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #ECECEC;
}

.gift-message-form .gift-item:after {
  content: '';
  display: table;
  clear: both;
}

.gift-message-form .gift-item .product-img-box {
  width: 200px;
}

.gift-message-form .gift-item .product-img-box .product-image {
  width: 75px;
  margin-left: auto;
  margin-right: auto;
}

.gift-message-form .gift-item .product-img-box .product-name {
  display: block;
}

.gift-message-form .gift-item .fieldset {
  margin-left: 200px;
}

@media only screen and (max-width: 768px) {
  .gift-message-form .giftmessage-area {
    max-width: 100%;
  }
  .gift-message-form .gift-item .product-img-box {
    width: 100%;
    float: none;
  }
  .gift-message-form .gift-item .fieldset {
    margin-left: 0px;
  }
  .gift-message-form .gift-item .fieldset textarea {
    width: 100%;
  }
}

.onestepcheckout-title {
  font-size: 24px;
  font-size: 1.5rem;
  color: #000;
  font-weight: 600;
}

.onestepcheckout-description {
  font-size: 12px;
  font-size: 0.75rem;
  opacity: .5;
}

.osc-login-links {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0 0 20px;
}

.header-top .osc-login-links {
  float: left;
  margin: 25px 31px 0 30px;
  padding: 0;
}

.osc-login-links a, .osc-login-links__link {
  color: #fff;
}

.osc-login-links__link {
  font-size: 12px;
  font-size: 0.75rem;
  background-color: #000;
  height: 35px;
  line-height: 1;
  margin-right: 10px;
  border-color: #000;
}

.osc-login-links__link--facebook {
  background-color: #213a91;
}

.osc-login-links__link--facebook, .osc-login-links__link--facebook:hover {
  border-color: #213a91;
}

.osc-login-links__link--facebook:hover {
  color: #213a91;
}

@media only screen and (min-width: 599px) {
  .osc-login-links__link--facebook {
    padding-left: 48px;
  }
}

.osc-login-links__link:hover {
  text-decoration: none;
  border-color: #001489;
}

.osc-login-links__link i {
  font-size: 24px;
  font-size: 1.5rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 1;
  left: 12px;
}

.osc-login-links__link i:before {
  color: inherit;
}

@media only screen and (max-width: 479px) {
  .osc-login-links {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .osc-login-links__link {
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    width: 100%;
    margin: 15px 0 0 0;
  }
}

.onestepcheckout-place-order {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 15px;
  margin-top: 30px;
  display: block;
  width: 100%;
  font-weight: bold;
}

.onestepcheckout-place-order, .onestepcheckout-place-order[disabled] {
  background-color: #001489;
  color: #fff;
}

.onestepcheckout-place-order .icon-button_arrow_blue {
  line-height: 49px;
}

.onestepcheckout-threecolumns .input-text,
.onestepcheckout-threecolumns select {
  margin-bottom: 5px;
  padding: 0 10px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: none;
}

.onestepcheckout-threecolumns .input-text:hover:not(:disabled), .onestepcheckout-threecolumns .input-text:focus:not(:disabled),
.onestepcheckout-threecolumns select:hover:not(:disabled),
.onestepcheckout-threecolumns select:focus:not(:disabled) {
  border: 1px solid #000;
}

.onestepcheckout-threecolumns select {
  padding: 0 5px;
}

.onestepcheckout-threecolumns textarea {
  margin-bottom: 5px;
  padding: 0 10px;
  max-width: 100%;
}

.onestepcheckout-threecolumns textarea:hover, .onestepcheckout-threecolumns textarea:focus {
  border: 1px solid #000;
}

.onestepcheckout-threecolumns .onestepcheckout-column-left {
  padding-right: 15px;
}

@media screen and (max-width: 768px) {
  .onestepcheckout-threecolumns .onestepcheckout-column-left {
    padding: 0;
  }
}

.onestepcheckout-threecolumns .onestepcheckout-column-middle {
  padding: 0 15px;
  border-right: 1px solid #d8d8d8;
  border-left: 1px solid #d8d8d8;
}

@media screen and (max-width: 768px) {
  .onestepcheckout-threecolumns .onestepcheckout-column-middle {
    border: 0;
    padding: 0;
  }
}

.onestepcheckout-threecolumns .onestepcheckout-column-right {
  padding-left: 15px;
}

@media screen and (max-width: 768px) {
  .onestepcheckout-threecolumns .onestepcheckout-column-right {
    padding: 0;
  }
}

.onestepcheckout-threecolumns .onestepcheckout-numbers {
  font-size: 18px;
  font-size: 1.125rem;
  color: #000076;
  padding: 15px 0;
  display: block;
  text-transform: uppercase;
  clear: left;
}

.onestepcheckout-threecolumns .onestepcheckout-numbers.onestepcheckout-numbers-1:before {
  content: "1. ";
}

.onestepcheckout-threecolumns .onestepcheckout-numbers.onestepcheckout-numbers-2:before {
  content: "2. ";
}

.onestepcheckout-threecolumns .onestepcheckout-numbers.onestepcheckout-numbers-3:before {
  content: "3. ";
}

.onestepcheckout-threecolumns .onestepcheckout-numbers.onestepcheckout-numbers-4:before {
  content: "4. ";
}

.onestepcheckout-threecolumns .onestepcheckout-numbers.onestepcheckout-numbers-5:before {
  content: "5. ";
}

.onestepcheckout-threecolumns .osc-checkout-agreements li {
  margin-bottom: 10px;
}

.onestepcheckout-threecolumns .osc-checkout-agreements .agree {
  vertical-align: middle;
}

.onestepcheckout-threecolumns .osc-checkout-agreements .agree input[type=checkbox] {
  vertical-align: middle;
}

.onestepcheckout-threecolumns .osc-checkout-agreements .agree a {
  font-size: 12px;
  font-size: 0.75rem;
  color: #9b9b9b;
  padding-left: 5px;
}

.onestepcheckout-threecolumns dd {
  font-size: 13px;
  font-size: 0.8125rem;
  margin: 10px 0 5px;
  font-weight: bold;
  text-transform: uppercase;
}

.onestepcheckout-threecolumns .shipping-address-title {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 10px 0 5px;
  font-weight: 600;
  text-transform: uppercase;
}

.onestepcheckout-threecolumns .input-box label,
.onestepcheckout-threecolumns .field label,
.onestepcheckout-threecolumns .onestepcheckout-giftcards label,
.onestepcheckout-threecolumns .onestepcheckout-comments label {
  font-weight: bold;
  text-transform: uppercase;
  height: 16px;
  line-height: 16px;
}

.onestepcheckout-threecolumns .input-box label .required:after,
.onestepcheckout-threecolumns .field label .required:after,
.onestepcheckout-threecolumns .onestepcheckout-giftcards label .required:after,
.onestepcheckout-threecolumns .onestepcheckout-comments label .required:after {
  display: none;
}

.onestepcheckout-threecolumns .input-box.customer-dob,
.onestepcheckout-threecolumns .field.customer-dob,
.onestepcheckout-threecolumns .onestepcheckout-giftcards.customer-dob,
.onestepcheckout-threecolumns .onestepcheckout-comments.customer-dob {
  padding: 0;
}

.onestepcheckout-threecolumns .input-box.customer-dob .dob-month,
.onestepcheckout-threecolumns .input-box.customer-dob .dob-day,
.onestepcheckout-threecolumns .field.customer-dob .dob-month,
.onestepcheckout-threecolumns .field.customer-dob .dob-day,
.onestepcheckout-threecolumns .onestepcheckout-giftcards.customer-dob .dob-month,
.onestepcheckout-threecolumns .onestepcheckout-giftcards.customer-dob .dob-day,
.onestepcheckout-threecolumns .onestepcheckout-comments.customer-dob .dob-month,
.onestepcheckout-threecolumns .onestepcheckout-comments.customer-dob .dob-day {
  margin-right: 10px;
}

.onestepcheckout-threecolumns .input-box.customer-dob label,
.onestepcheckout-threecolumns .field.customer-dob label,
.onestepcheckout-threecolumns .onestepcheckout-giftcards.customer-dob label,
.onestepcheckout-threecolumns .onestepcheckout-comments.customer-dob label {
  margin-top: 0;
}

.onestepcheckout-threecolumns .input-box .validation-advice,
.onestepcheckout-threecolumns .field .validation-advice,
.onestepcheckout-threecolumns .onestepcheckout-giftcards .validation-advice,
.onestepcheckout-threecolumns .onestepcheckout-comments .validation-advice {
  color: #e10814;
}

.onestepcheckout-threecolumns .onestepcheckout-error {
  color: #e10814;
  font-size: 13px;
  font-size: 0.8125rem;
}

.onestepcheckout-threecolumns .onestepcheckout-error a {
  color: #e10814;
  text-decoration: underline;
}

.onestepcheckout-threecolumns .input-box.input-error .input-text {
  border-color: #e10814;
}

.onestepcheckout-threecolumns .onestepcheckout-summary {
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
}

.onestepcheckout-threecolumns .onestepcheckout-summary .onestepcheckout-summary {
  margin-bottom: 15px;
  width: 100%;
}

.onestepcheckout-threecolumns .onestepcheckout-summary .onestepcheckout-summary th {
  padding: 15px 0;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  opacity: .5;
  font-weight: 600;
}

.onestepcheckout-threecolumns .onestepcheckout-summary .onestepcheckout-summary th.total {
  text-align: right;
}

.onestepcheckout-threecolumns .onestepcheckout-summary .onestepcheckout-summary td {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 15px 0;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}

.onestepcheckout-threecolumns .onestepcheckout-summary .onestepcheckout-summary td.qty {
  text-align: center;
}

.onestepcheckout-threecolumns .onestepcheckout-summary .onestepcheckout-summary td.total {
  text-align: right;
}

.onestepcheckout-threecolumns .onestepcheckout-summary .onestepcheckout-summary td.editcart {
  opacity: 0;
}

.onestepcheckout-threecolumns .onestepcheckout-summary .onestepcheckout-summary td.name {
  font-weight: bold;
}

.onestepcheckout-threecolumns .onestepcheckout-summary .row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
  margin: 15px 0;
}

.onestepcheckout-threecolumns .onestepcheckout-summary .row:before, .onestepcheckout-threecolumns .onestepcheckout-summary .row:after {
  display: none;
}

.onestepcheckout-place-order-loading {
  display: block;
  margin-top: 5px;
  text-align: center;
}

.onestepcheckout-index-index .page {
  margin-bottom: 30px;
}

.onestepcheckout-index-index .control {
  margin: 5px 0;
}

.onestepcheckout-index-index .input-box .input-text,
.onestepcheckout-index-index .input-box select {
  height: 30px;
  line-height: 30px;
}

.onestepcheckout-index-index .input-different-shipping--link label {
  text-decoration: underline;
  cursor: pointer;
}

@media only screen and (max-width: 1023px) {
  .onestepcheckout-index-index .main-container {
    margin-top: 60px;
  }
  .onestepcheckout-index-index .page-header .logo {
    top: 35px;
  }
}

@media only screen and (max-width: 1023px) {
  .onestepcheckout-index-index header#header {
    padding: 0;
    width: 100%;
    left: 0;
    display: none;
    overflow: visible;
  }
}

.onestepcheckout-index-index .clearfix {
  position: relative;
}

.onestepcheckout-index-index .disable-select {
  display: block;
  position: absolute;
  width: 100%;
  z-index: 10;
  height: 40px;
  bottom: 5px;
}

.onestepcheckout-index-index .input-box.disable select {
  color: #9b9b9b;
  border-color: #9b9b9b;
}

.onestepcheckout-index-index .input-box.disable label {
  color: #9b9b9b;
}

.onestepcheckout-address-wrapper > li {
  padding: 0;
}

.customer-type-field {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.customer-type-field__item {
  padding-right: 15px;
}

.onestep-checkout-header {
  background: transparent;
  text-align: center;
}

.onestep-checkout-header .logo {
  float: none;
  margin: 26px auto;
}

@media only screen and (max-width: 1023px) {
  .onestep-checkout-header .logo {
    position: static;
    margin: 20px auto;
  }
}

#onestepcheckout-login-popup-contents-login h1,
#onestepcheckout-login-popup-contents-forgot h1 {
  color: #000076;
}

#onestepcheckout-login-popup-contents-login button,
#onestepcheckout-login-popup-contents-forgot button {
  margin: 15px 0;
}

.onestepcheckout-enable-newsletter {
  margin-bottom: 15px;
}

.onestepcheckout-agreement {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.onestepcheckout-agreement label,
.onestepcheckout-agreement a {
  color: #000;
  font-size: 13px;
  font-size: 0.8125rem;
  margin: 0;
  padding-left: 15px;
  text-transform: none;
  font-weight: 600;
}

.onestepcheckout-coupons {
  margin-bottom: 30px;
}

.payment-methods .payment-method {
  margin: 0;
  padding: 0;
}

.payment-methods .payment-method__img {
  background-color: #fff;
  display: inline-block;
  width: 100%;
  max-width: 50px;
  border: 1px solid #fff;
  border-radius: 2px;
  margin-right: 5px;
}

.payment-methods .payment-method__img img {
  max-width: 100%;
}

.setefi-masterpass-redirect .header-cont,
.setefi-paypal-redirect .header-cont,
.setefi-alipay-redirect .header-cont,
.setefi-mybank-tryagain .header-cont,
.setefi-mybank-redirect .header-cont,
.setefi-hosted-redirect .header-cont,
.onestepcheckout-index-index .header-cont {
  height: auto;
}

.setefi-masterpass-redirect .header-cont .header-cont-fixed,
.setefi-paypal-redirect .header-cont .header-cont-fixed,
.setefi-alipay-redirect .header-cont .header-cont-fixed,
.setefi-mybank-tryagain .header-cont .header-cont-fixed,
.setefi-mybank-redirect .header-cont .header-cont-fixed,
.setefi-hosted-redirect .header-cont .header-cont-fixed,
.onestepcheckout-index-index .header-cont .header-cont-fixed {
  position: relative;
  height: auto;
}

.setefi-masterpass-redirect .header-cont .header-cont-fixed .page-header,
.setefi-paypal-redirect .header-cont .header-cont-fixed .page-header,
.setefi-alipay-redirect .header-cont .header-cont-fixed .page-header,
.setefi-mybank-tryagain .header-cont .header-cont-fixed .page-header,
.setefi-mybank-redirect .header-cont .header-cont-fixed .page-header,
.setefi-hosted-redirect .header-cont .header-cont-fixed .page-header,
.onestepcheckout-index-index .header-cont .header-cont-fixed .page-header {
  height: auto;
}

.setefi-masterpass-redirect .header-cont .header-cont-fixed .page-header .hamburger-menu-mobile,
.setefi-paypal-redirect .header-cont .header-cont-fixed .page-header .hamburger-menu-mobile,
.setefi-alipay-redirect .header-cont .header-cont-fixed .page-header .hamburger-menu-mobile,
.setefi-mybank-tryagain .header-cont .header-cont-fixed .page-header .hamburger-menu-mobile,
.setefi-mybank-redirect .header-cont .header-cont-fixed .page-header .hamburger-menu-mobile,
.setefi-hosted-redirect .header-cont .header-cont-fixed .page-header .hamburger-menu-mobile,
.onestepcheckout-index-index .header-cont .header-cont-fixed .page-header .hamburger-menu-mobile {
  display: none;
}

.setefi-masterpass-redirect .page-header .right-header,
.setefi-paypal-redirect .page-header .right-header,
.setefi-alipay-redirect .page-header .right-header,
.setefi-mybank-tryagain .page-header .right-header,
.setefi-mybank-redirect .page-header .right-header,
.setefi-hosted-redirect .page-header .right-header,
.onestepcheckout-index-index .page-header .right-header {
  display: none;
}

.osc-coupon {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.osc-coupon .input-coupon {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-right: 5px;
}

.osc-coupon__block .button {
  height: 30px;
  padding-top: 0;
  padding-bottom: 0;
}

.osc-coupon .button-box {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.osc-coupon .button,
.osc-coupon .input-text {
  margin: 0;
}

@media only screen and (max-width: 479px) {
  .osc-coupon {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .osc-coupon__block {
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    width: 100%;
  }
  .osc-coupon .input-coupon {
    padding-right: 0;
  }
  .osc-coupon .button-box {
    margin: 15px 0 0 0;
  }
  .osc-coupon .button {
    width: 100%;
  }
}

.customer-address-form .field {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.customer-address-form .osc-customer-data {
  display: none;
}

.customer-dob__hidden {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0;
  border: 0;
  visibility: hidden;
}

.tax-data-note {
  display: none;
}

.tax-data-note p {
  color: #001489;
  padding: 5px 0;
}

/* ============================================ *
 * Checkout - Success
 * ============================================ */
.checkout-onepage-success .col-main {
  padding: 0;
  text-align: center;
}

.checkout-onepage-success .page-title h1 {
  margin: 30px;
  border: 0;
}

.checkout-onepage-success .sub-title {
  margin: 15px;
}

.checkout-onepage-success .buttons-set {
  margin: 30px;
  text-align: center;
}

.checkout-onepage-success .buttons-set button {
  float: none;
}

.custom-option-field,
.configurable-swatch-list {
  position: relative;
  display: block;
}

.custom-option-field .product-custom-option,
.configurable-swatch-list .product-custom-option {
  display: none;
}

.custom-option-field li .product-custom-option,
.custom-option-field li .swatch-link,
.custom-option-field .general-custom-item .product-custom-option,
.custom-option-field .general-custom-item .swatch-link,
.custom-option-field .general-swatch-item .product-custom-option,
.custom-option-field .general-swatch-item .swatch-link,
.configurable-swatch-list li .product-custom-option,
.configurable-swatch-list li .swatch-link,
.configurable-swatch-list .general-custom-item .product-custom-option,
.configurable-swatch-list .general-custom-item .swatch-link,
.configurable-swatch-list .general-swatch-item .product-custom-option,
.configurable-swatch-list .general-swatch-item .swatch-link {
  position: relative;
  display: block;
  padding: 14px 26px 14px 23px;
  min-height: 49px;
}

@media screen and (max-width: 768px) {
  .custom-option-field li .product-custom-option,
  .custom-option-field li .swatch-link,
  .custom-option-field .general-custom-item .product-custom-option,
  .custom-option-field .general-custom-item .swatch-link,
  .custom-option-field .general-swatch-item .product-custom-option,
  .custom-option-field .general-swatch-item .swatch-link,
  .configurable-swatch-list li .product-custom-option,
  .configurable-swatch-list li .swatch-link,
  .configurable-swatch-list .general-custom-item .product-custom-option,
  .configurable-swatch-list .general-custom-item .swatch-link,
  .configurable-swatch-list .general-swatch-item .product-custom-option,
  .configurable-swatch-list .general-swatch-item .swatch-link {
    padding: 12px 26px 12px 23px;
  }
}

.custom-option-field li .product-custom-option:hover,
.custom-option-field li .swatch-link:hover,
.custom-option-field .general-custom-item .product-custom-option:hover,
.custom-option-field .general-custom-item .swatch-link:hover,
.custom-option-field .general-swatch-item .product-custom-option:hover,
.custom-option-field .general-swatch-item .swatch-link:hover,
.configurable-swatch-list li .product-custom-option:hover,
.configurable-swatch-list li .swatch-link:hover,
.configurable-swatch-list .general-custom-item .product-custom-option:hover,
.configurable-swatch-list .general-custom-item .swatch-link:hover,
.configurable-swatch-list .general-swatch-item .product-custom-option:hover,
.configurable-swatch-list .general-swatch-item .swatch-link:hover {
  text-decoration: none;
}

.custom-option-field li .product-custom-option .swatch-label > div:nth-child(2),
.custom-option-field li .swatch-link .swatch-label > div:nth-child(2),
.custom-option-field .general-custom-item .product-custom-option .swatch-label > div:nth-child(2),
.custom-option-field .general-custom-item .swatch-link .swatch-label > div:nth-child(2),
.custom-option-field .general-swatch-item .product-custom-option .swatch-label > div:nth-child(2),
.custom-option-field .general-swatch-item .swatch-link .swatch-label > div:nth-child(2),
.configurable-swatch-list li .product-custom-option .swatch-label > div:nth-child(2),
.configurable-swatch-list li .swatch-link .swatch-label > div:nth-child(2),
.configurable-swatch-list .general-custom-item .product-custom-option .swatch-label > div:nth-child(2),
.configurable-swatch-list .general-custom-item .swatch-link .swatch-label > div:nth-child(2),
.configurable-swatch-list .general-swatch-item .product-custom-option .swatch-label > div:nth-child(2),
.configurable-swatch-list .general-swatch-item .swatch-link .swatch-label > div:nth-child(2) {
  width: 100%;
  position: absolute;
  padding: 0 40px 0 30px;
}

.custom-option-field .general-swatch-item > .swatch-link::after,
.configurable-swatch-list .general-swatch-item > .swatch-link::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 5px solid #000000;
  border-bottom: none;
  right: 25px;
  top: 21px;
}

.custom-option-field .general-swatch-item.open-select > .swatch-link::after,
.configurable-swatch-list .general-swatch-item.open-select > .swatch-link::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: 5px solid #000000;
  border-top: none;
  right: 25px;
  top: 21px;
}

.custom-option-field .general-swatch-item.open-select,
.custom-option-field .general-swatch-item.open-select .swatch-items,
.configurable-swatch-list .general-swatch-item.open-select,
.configurable-swatch-list .general-swatch-item.open-select .swatch-items {
  box-shadow: 0 0 13px 1px rgba(0, 0, 0, 0.25);
}

.custom-option-field .general-custom-item,
.configurable-swatch-list .general-custom-item {
  padding: 0;
}

.custom-option-field .general-custom-item .product-custom-option,
.configurable-swatch-list .general-custom-item .product-custom-option {
  margin: 0;
}

.custom-option-field .general-custom-item .product-custom-option, .custom-option-field .general-custom-item .product-custom-option:hover, .custom-option-field .general-custom-item .product-custom-option:focus, .custom-option-field .general-custom-item .product-custom-option:active,
.configurable-swatch-list .general-custom-item .product-custom-option,
.configurable-swatch-list .general-custom-item .product-custom-option:hover,
.configurable-swatch-list .general-custom-item .product-custom-option:focus,
.configurable-swatch-list .general-custom-item .product-custom-option:active {
  border: 0;
}

.custom-option-field li.option:hover,
.configurable-swatch-list li.option:hover {
  background-color: #efefef;
}

.custom-option-field li .swatch-link,
.configurable-swatch-list li .swatch-link {
  border-top: 0;
}

.custom-option-field li.not-available .swatch-link,
.configurable-swatch-list li.not-available .swatch-link {
  background-color: #f9f9f9;
  opacity: .25;
}

.custom-option-field li.not-available .swatch-link:hover,
.configurable-swatch-list li.not-available .swatch-link:hover {
  background-color: #f9f9f9;
  color: #000;
  border: 1px solid #979797;
  border-top: 0;
}

.custom-option-field .swatch-items,
.configurable-swatch-list .swatch-items {
  background-color: #fff;
  z-index: 999;
  position: absolute;
  left: 0;
  top: 51px;
  display: none;
  width: 100%;
}

.custom-option-field .general-custom-item,
.custom-option-field .general-swatch-item,
.configurable-swatch-list .general-custom-item,
.configurable-swatch-list .general-swatch-item {
  border: 1px solid #979797;
}

.custom-option-field .general-custom-item > .swatch-link,
.custom-option-field .general-swatch-item > .swatch-link,
.configurable-swatch-list .general-custom-item > .swatch-link,
.configurable-swatch-list .general-swatch-item > .swatch-link {
  border: 1px solid transparent;
}

.custom-option-field .general-custom-item.open-select,
.custom-option-field .general-swatch-item.open-select,
.configurable-swatch-list .general-custom-item.open-select,
.configurable-swatch-list .general-swatch-item.open-select {
  border: 1px solid #001489;
}

.custom-option-field .general-custom-item.open-select > .swatch-link,
.custom-option-field .general-swatch-item.open-select > .swatch-link,
.configurable-swatch-list .general-custom-item.open-select > .swatch-link,
.configurable-swatch-list .general-swatch-item.open-select > .swatch-link {
  border: 1px solid #001489;
}

.custom-option-field .general-custom-item.open-select .swatch-items,
.custom-option-field .general-swatch-item.open-select .swatch-items,
.configurable-swatch-list .general-custom-item.open-select .swatch-items,
.configurable-swatch-list .general-swatch-item.open-select .swatch-items {
  display: block;
  max-height: calc(100vh/2);
  overflow: scroll;
}

.custom-option-field .general-custom-item.open-select .swatch-items::-webkit-scrollbar,
.custom-option-field .general-swatch-item.open-select .swatch-items::-webkit-scrollbar,
.configurable-swatch-list .general-custom-item.open-select .swatch-items::-webkit-scrollbar,
.configurable-swatch-list .general-swatch-item.open-select .swatch-items::-webkit-scrollbar {
  width: 3px;
  height: 0;
}

.custom-option-field .general-custom-item.open-select .swatch-items::-webkit-scrollbar-thumb,
.custom-option-field .general-swatch-item.open-select .swatch-items::-webkit-scrollbar-thumb,
.configurable-swatch-list .general-custom-item.open-select .swatch-items::-webkit-scrollbar-thumb,
.configurable-swatch-list .general-swatch-item.open-select .swatch-items::-webkit-scrollbar-thumb {
  background: #001489;
}

.custom-option-field .custom-option .swatch-label,
.configurable-swatch-list .custom-option .swatch-label {
  text-transform: uppercase;
}

.custom-option-field .custom-swatch-label,
.configurable-swatch-list .custom-swatch-label {
  font-size: 13px;
  font-size: 0.8125rem;
  text-transform: uppercase;
}

/* ============================================ *
 * Customer
 * ============================================ */
.customer-account-login .col-main .messages {
  margin: 30px;
}

.customer-account-login .col-main .main-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px;
}

@media screen and (max-width: 767px) {
  .customer-account-login .col-main .main-wrapper {
    display: block;
  }
}

.customer-account-login .col-main .main-wrapper .account-create,
.customer-account-login .col-main .main-wrapper .account-login {
  margin: 0;
  padding: 0;
  width: auto;
}

.customer-account-login .col-main .main-wrapper .account-create,
.customer-account-login .col-main .main-wrapper .site-login {
  margin: 0;
  padding: 0;
  width: 50%;
}

@media screen and (max-width: 767px) {
  .customer-account-login .col-main .main-wrapper .account-create,
  .customer-account-login .col-main .main-wrapper .site-login {
    width: 100%;
  }
}

.customer-account-login .col-main .main-wrapper .account-create {
  margin-right: 30px;
  border-right: 1px solid #d8d8d8;
  padding-right: 30px;
}

@media screen and (max-width: 767px) {
  .customer-account-login .col-main .main-wrapper .account-create {
    margin-right: 0;
    border-right: 0;
    padding-right: 0;
  }
}

.customer-account-login .col2-set .buttons-set {
  text-align: left;
  border-top: 0;
}

.customer-account-login .col2-set .buttons-set button,
.customer-account-login .col2-set .buttons-set .button {
  float: none;
  min-width: 50%;
  margin: 0;
}

.customer-account-login .col2-set .col-1 ul {
  list-style: disc;
  padding-left: 20px;
  margin: 10px 0 20px 0;
}

@media only screen and (min-width: 480px) {
  .customer-account-login .col2-set .col-1,
  .customer-account-login .col2-set .col-2 {
    padding-top: 0;
    margin-top: 20px;
  }
  .customer-account-login .col2-set .col-1 {
    padding-right: 20px;
  }
  .customer-account-login .col2-set .col-2 {
    padding-left: 20px;
    border-left: 1px solid #EDEDED;
  }
}

@media only screen and (min-width: 768px) {
  .customer-account-login .col2-set .col-1 {
    padding-right: 0;
  }
  .customer-account-login .col2-set .col-2 {
    padding-left: 80px;
    border-left: 1px solid #EDEDED;
  }
}

@media only screen and (max-width: 479px) {
  .customer-account-login .col2-set .col-1 {
    padding-bottom: 40px;
  }
  .customer-account-login .col2-set .col-2 {
    padding-top: 40px;
    border-top: 1px solid #EDEDED;
  }
}

@media only screen and (max-width: 768px) {
  .customer-account-login .col2-set p.required {
    display: none;
  }
}

.opc #opc-login p:not(.required) {
  font-style: italic;
  font-size: 13px;
  color: #A0A0A0;
}

.remember-me-box a.hide {
  display: none;
}

.remember-me-box .link-tip {
  font-size: 13px;
  padding-left: 10px;
}

.remember-me-popup {
  display: none;
  border: 1px solid #CCCCCC;
  padding: 10px;
  position: relative;
}

.remember-me-popup.show {
  display: block;
}

.remember-me-popup .remember-me-popup-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  font-size: 12px;
}

.remember-me-popup .remember-me-popup-close-button {
  display: none;
}

.customer-account-create .fieldset .hidden {
  display: none;
}

.customer-account-create #remember-me-popup {
  max-width: 455px;
}

.customer-account-forgotpassword .page-title h1 {
  border: 0;
  margin: 30px;
  text-align: center;
}

.customer-account-forgotpassword form {
  max-width: 600px;
  margin: 30px auto;
  padding: 0 30px;
}

.customer-account-forgotpassword form input {
  max-width: 300px;
}

.customer-account-logoutsuccess .page-title h1 {
  border: 0;
  margin: 30px;
  padding: 0;
}

.customer-account-logoutsuccess .main p {
  margin: 30px;
}

/* ============================================ *
 * My Account Global Styles
 * ============================================ */
body.customer-account .my-account .page-title h1 {
  border: 0;
  text-align: left;
}

body.customer-account .my-account .title-buttons {
  position: relative;
  text-align: right;
}

body.customer-account .my-account .title-buttons h1 {
  text-align: left;
}

body.customer-account .my-account .title-buttons .button {
  position: absolute;
  right: 0;
  top: 0;
}

body.customer-account .my-account .title-buttons a,
body.customer-account .my-account .title-buttons span.separator {
  position: relative;
  top: -42px;
}

body.customer-account .my-account .fieldset h2,
body.customer-account .my-account .addresses-list h2,
body.customer-account .my-account .order-details h2 {
  width: 100%;
  display: inline-block;
}

body.customer-account .my-account .addresses-list h3 {
  font-size: 14px;
  font-weight: 600;
}

body.customer-account .my-account .fieldset {
  margin-top: 40px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
  body.customer-account .my-account .row .col-sm-6 {
    margin-bottom: 20px;
  }
}

body.customer-account .data-table {
  margin-top: 5px;
}

body.customer-account .data-table td a {
  text-transform: uppercase;
  font-style: normal;
  font-size: 13px;
}

body.customer-account .data-table span.nobr {
  white-space: normal;
}

body.customer-account .data-table span.nobr a {
  white-space: nowrap;
}

body.customer-account .data-table td.view a {
  display: block;
}

body.customer-account .data-table .separator {
  display: none;
}

body.customer-account .sidebar .block ol#compare-items li {
  margin: 10px 0;
}

body.customer-account .sidebar .block .block-content p.block-subtitle {
  margin-bottom: 15px;
}

body.customer-account .sidebar .block .block-content .actions {
  margin-top: 40px;
}

body.customer-account .sidebar ol#cart-sidebar-reorder li {
  margin-top: 10px;
  margin-bottom: 0;
}

body.customer-account .sidebar ol#cart-sidebar-reorder p.product-name {
  display: inline-block;
  margin-bottom: 0;
}

body.customer-account .sidebar .block-cart .summary {
  margin-bottom: 15px;
}

body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder li {
  margin-top: 10px;
  margin-bottom: 0;
}

body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder li input {
  margin-right: 10px;
}

body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder p.product-name {
  display: inline;
  margin-bottom: 0;
}

body.customer-account .sidebar .block-reorder .actions .button {
  float: none;
}

body.customer-account .customer-info-form label {
  max-width: initial;
  margin: 10px 0 5px;
  height: 16px;
  line-height: 16px;
  vertical-align: baseline;
}

body.customer-account .customer-info-form label.checkbox-label {
  margin-left: 5px;
}

body.customer-account .customer-info-form .control {
  margin: 5px 0;
}

body.customer-account .customer-info-form .field {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

body.customer-account .customer-info-form .group-title {
  margin-top: 40px;
}

/* ============================================ *
 * Address Book
 * ============================================ */
.my-account .addresses-list {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}

.my-account .addresses-list .col-1,
.my-account .addresses-list .col-2 {
  padding-bottom: 0;
}

.my-account .addresses-list .item {
  margin: 0 0 40px 0;
}

.my-account .addresses-list .item p {
  margin-top: 10px;
}

@media only screen and (max-width: 768px) {
  .my-account .addresses-list .col-1,
  .my-account .addresses-list .col-2 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .my-account .addresses-list .col-1 li.empty,
  .my-account .addresses-list .col-2 li.empty {
    width: 100%;
  }
}

@media only screen and (max-width: 599px) {
  .my-account .addresses-list .addresses-additional p a {
    white-space: nowrap;
  }
}

/* ============================================ *
 * Order View
 * ============================================ */
.order-info {
  padding-bottom: 10px;
  border-bottom: 1px solid #EDEDED;
  width: 100%;
  margin-bottom: 40px;
}

.order-info dt,
.order-info dd,
.order-info ul,
.order-info li {
  display: inline;
}

.order-info dt {
  margin-right: 20px;
}

.order-info li {
  margin: 0 0 0 20px;
}

.order-info li.current {
  font-weight: 600;
}

.order-info li:first-child {
  margin-left: 0;
}

.order-date {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  text-transform: uppercase;
}

.order-info-box {
  margin-bottom: 40px;
  margin-top: 20px;
}

.order-info-box + .order-info-box {
  padding-bottom: 40px;
  border-bottom: 1px solid #EDEDED;
}

.order-info-box .col-1 {
  padding-right: 0;
  width: 48%;
}

.order-info-box .col-2 {
  width: 52%;
}

.order-info-box .col-1,
.order-info-box .col-2 {
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
}

.order-info-box .box-title {
  width: 150px;
  padding-right: 10px;
  float: left;
}

.order-info-box .box-title h2 {
  font-size: 14px;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: bold;
  line-height: 1.5;
}

.order-info-box .box-title h2:after {
  content: ':';
}

.order-info-box .box-content {
  float: left;
}

.order-info-box .box-content td,
.order-info-box .box-content th {
  line-height: 1.3;
}

.order-info-box .box-content th {
  padding-top: 10px;
}

.order-info-box .box-content td {
  padding-left: 15px;
}

.order-info-box .box-content strong {
  font-weight: normal;
  text-transform: uppercase;
}

#my-orders-table .option-label {
  margin-left: 10px;
  font-weight: 600;
  font-style: italic;
}

#my-orders-table .option-value {
  margin-left: 20px;
}

#my-orders-table tr.bundle:not(:last-child) td {
  border-bottom: none;
  border-top: none;
}

ol#cart-sidebar-reorder li {
  margin-top: 10px;
  margin-bottom: 0;
}

ol#cart-sidebar-reorder li input {
  margin-right: 10px;
}

ol#cart-sidebar-reorder p.product-name {
  display: inline;
}

@media only screen and (max-width: 599px) {
  #my-orders-table .option-label {
    margin-left: 20px;
  }
  #my-orders-table .option-value {
    margin-left: 35px;
  }
  #my-orders-table td[data-rwd-label=Qty] .nobr br {
    display: none;
  }
  #my-orders-table td[data-rwd-label=Qty] .nobr strong {
    margin-right: 10px;
  }
  #my-orders-table tr.bundle {
    border-color: #EDEDED;
  }
  #my-orders-table tr.bundle.child td[data-rwd-label] {
    padding-left: 60px;
  }
  #my-orders-table tbody:last-child tr:last-child td {
    padding-bottom: 10px;
    border-bottom: 0;
  }
  #my-orders-table tbody:last-child tr:last-child td:last-child {
    padding-bottom: 15px;
  }
  #my-orders-table tfoot tr.shipping {
    margin-top: 0;
  }
}

.order-additional {
  margin: 40px 0;
}

.order-gift-message dd {
  margin-top: 10px;
}

@media only screen and (max-width: 1199px) {
  body.customer-account .data-table td.view a {
    white-space: normal;
  }
}

@media only screen and (max-width: 1023px) {
  body.customer-account .my-account .title-buttons {
    text-align: left;
  }
  body.customer-account .my-account .title-buttons span.separator,
  body.customer-account .my-account .title-buttons a {
    top: -12px;
  }
}

@media only screen and (max-width: 768px) {
  body.customer-account .data-table.orders th.ship,
  body.customer-account .data-table.orders td.ship,
  body.customer-account .data-table.orders td.status,
  body.customer-account .data-table.orders th.status {
    display: none;
  }
  .order-info-box .box-content {
    clear: left;
  }
  .addresses-list .item {
    float: left;
    width: 50%;
    padding-right: 40px;
  }
  .order-info dt {
    display: none;
  }
}

@media only screen and (max-width: 599px) {
  body.customer-account .my-account .form-list .control {
    padding-left: 0;
  }
}

@media only screen and (max-width: 479px) {
  body.customer-account .my-account .page-title h1 {
    text-align: center;
  }
  body.customer-account .my-account .title-buttons {
    text-align: center;
  }
  body.customer-account .my-account .title-buttons .button {
    width: 100%;
    position: static;
    margin-bottom: 15px;
  }
  body.customer-account .my-account .title-buttons .button + .button {
    margin-left: 0px;
  }
  body.customer-account .my-account .fieldset h2 {
    margin-bottom: 15px;
  }
  body.customer-account .my-account .order-details h2 {
    margin-bottom: 15px;
  }
  body.customer-account .my-account .buttons-set {
    border-top: 0;
  }
  body.customer-account .my-account .addresses-list .item {
    margin-bottom: 15px;
    padding-right: 0;
    float: none;
    width: auto;
  }
  body.customer-account .my-account .addresses-list h2 {
    margin-bottom: 15px;
  }
  .order-info {
    margin-top: 15px;
  }
  .data-table.orders .link-reorder,
  .data-table.orders .date {
    display: none;
  }
  .data-table.orders td.view {
    text-align: right;
  }
  .order-info-box {
    margin: 0;
  }
  .order-info-box .col-1,
  .order-info-box .col-2 {
    width: 100%;
    border-bottom: 1px solid #EDEDED;
    padding: 15px 0;
  }
  .order-info-box + .order-info-box {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 40px;
  }
  #my-reviews-table .nobr {
    white-space: normal;
  }
}

/* ============================================ *
 * Newsletter Subscriptions
 * ============================================ */
body.newsletter-manage-index .my-account .fieldset {
  margin-bottom: 20px;
}

body.newsletter-manage-index .my-account .fieldset h2 {
  display: none;
}

.fb-seprate {
  display: none;
}

.account-login,
.account-create,
.my-account {
  padding: 15px;
  width: 600px;
}

@media screen and (max-width: 425px) {
  .account-login,
  .account-create,
  .my-account {
    width: 100%;
  }
}

.my-account {
  width: 100%;
}

.account-login,
.account-create {
  margin: 0 auto;
}

.account-login .page-title,
.account-create .page-title {
  font-size: 24px;
  font-size: 1.5rem;
  color: #000;
  font-weight: 600;
}

.account-login .page-title h1,
.account-create .page-title h1 {
  border: 0;
}

@media screen and (max-width: 425px) {
  .customer-account-login .col-main .main-wrapper .account-login .page-title h1 {
    margin-top: 30px;
  }
}

.customer-account-login .col-main .main-wrapper .account-login .content h2 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
}

.customer-account-login .col-main .main-wrapper .account-login .col2-set {
  padding-top: 20px;
}

.customer-account-login .col-main .main-wrapper .account-login.fb-login {
  margin-top: 40px;
}

.customer-account-login .col-main .main-wrapper .account-login .pslogin-buttons {
  margin-top: 30px;
}

.customer-account-login .col-main .main-wrapper .account-login .benefits {
  margin-left: 15px;
  margin-top: 15px;
  list-style: disc;
}

.customer-account-login .col-main .main-wrapper .account-login .fb-login {
  margin-top: 30px;
}

.customer-account-login .col-main .main-wrapper .account-login .fb-login .new-users {
  margin-top: 15px;
}

.customer-account-login .col-main .main-wrapper .account-login .fb-login #form-loginfb {
  font-size: 13px;
  font-size: 0.8125rem;
  opacity: .5;
}

.customer-account-login .pslogin-block {
  margin: 0;
  padding: 0;
}

.customer-account-login .pslogin-buttons .facebook {
  border: 0 none;
  padding: 0;
  margin: 0;
  background: none;
}

.customer-account-login .pslogin-buttons .pslogin-button-auto {
  border-radius: 5px;
  padding: 3px;
}

.customer-account-login .pslogin-buttons .pslogin-button-auto .pslogin-button-text {
  border-radius: 2px;
}

.account-create .account-features {
  font-size: 13px;
  font-size: 0.8125rem;
  opacity: .5;
}

.account-create .account-features ul {
  margin-left: 16px;
  list-style: disc;
}

.account-create .customer-name,
.account-create .customer-email-dob,
.account-create .customer-taxvat-gender,
.account-create .customer-password {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 425px) {
  .account-create .customer-name,
  .account-create .customer-email-dob,
  .account-create .customer-taxvat-gender,
  .account-create .customer-password {
    display: block;
  }
}

.account-create .customer-name > div,
.account-create .customer-email-dob > div,
.account-create .customer-taxvat-gender > div,
.account-create .customer-password > div {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  width: 100%;
  margin-right: 15px;
}

@media screen and (max-width: 425px) {
  .account-create .customer-name > div,
  .account-create .customer-email-dob > div,
  .account-create .customer-taxvat-gender > div,
  .account-create .customer-password > div {
    margin-right: 0;
  }
}

.account-create .customer-name > div:last-child,
.account-create .customer-email-dob > div:last-child,
.account-create .customer-taxvat-gender > div:last-child,
.account-create .customer-password > div:last-child {
  margin-right: 0;
}

.account-create .control label {
  display: inline;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 600;
}

.account-create .control label .privacy-label {
  text-transform: uppercase;
}

.my-account .dashboard .welcome-msg {
  font-size: 12px;
  font-size: 0.75rem;
}

.my-account .dashboard .box {
  padding: 15px;
  border: 1px solid #C0C0C0;
}

.my-account .dashboard .box-head {
  margin-top: 15px;
}

.my-account .dashboard .box-head h2 {
  font-size: 16px;
  font-size: 1rem;
}

.my-account .dashboard .box-title h3 {
  font-size: 10px;
  font-size: 0.625rem;
}

.my-account .dashboard .box-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 12px;
  font-size: 0.75rem;
  min-height: 75px;
  text-transform: uppercase;
}

.my-account .dashboard .box-content a {
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: capitalize;
  text-decoration: underline;
  opacity: .75;
}

.my-account .dashboard .box-content a:hover {
  text-decoration: none;
}

.my-account .dashboard .box-actions {
  margin-top: 15px;
}

.my-account .dashboard .box-actions .button {
  display: block;
}

.checkout-onepage-success .main-container .col-main {
  margin: 100px 0;
}

/* ============================================ *
 * Contacts
 * ============================================ */
.contacts-index-index .buttons-set {
  margin-left: 40px;
  max-width: 435px;
}

@media screen and (max-width: 1080px) {
  .contacts-index-index .buttons-set {
    margin-left: 0;
  }
}

.contacts-index-index .buttons-set p.required {
  float: left;
}

@media only screen and (max-width: 599px) {
  .contacts-index-index .buttons-set {
    max-width: 330px;
    margin-left: 0;
  }
  .contacts-index-index .buttons-set button {
    float: left;
    margin-left: 0;
  }
  .contacts-index-index .buttons-set p.required {
    float: right;
  }
}

.contacts-index-index .form-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 39px;
}

@media screen and (max-width: 480px) {
  .contacts-index-index .form-list {
    margin-top: 20px;
    display: block;
  }
}

.contacts-index-index .form-list select::-ms-expand {
  display: none;
}

.contacts-index-index .form-list select,
.contacts-index-index .form-list input {
  font-size: 13px;
  font-size: 0.8125rem;
  border-radius: 0;
  border-color: #979797;
  height: 45px;
  line-height: 45px;
  padding: 0 18px;
}

.contacts-index-index .form-list select:-ms-input-placeholder,
.contacts-index-index .form-list input:-ms-input-placeholder {
  color: #9b9b9b;
}

.contacts-index-index .form-list .field {
  margin-bottom: 27px;
}

.contacts-index-index .form-list .select-parent {
  position: relative;
}

.contacts-index-index .form-list .select-parent::after {
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  height: 45px;
  width: 31px;
  content: '';
  border: 1px solid #979797;
  z-index: 1;
  background-image: url(../images/icon_sprite.png);
  background-repeat: no-repeat;
  background-color: #F1F1F1;
  background-position: 0 19%;
  cursor: pointer;
}

.contacts-index-index .form-list .select-parent:hover::after {
  cursor: pointer;
}

.contacts-index-index .form-list select {
  color: #9b9b9b;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  position: relative;
  z-index: 2;
  padding-right: 40px;
}

.contacts-index-index .form-list select:hover {
  cursor: pointer;
  border: 1px solid #000;
}

.contacts-index-index .form-list select option {
  color: #000;
}

.contacts-index-index .input-box {
  padding: 0;
}

.contacts-index-index .fieldset textarea {
  font-size: 13px;
  font-size: 0.8125rem;
  border-radius: 0;
  border-color: #979797;
  min-height: 234px;
  padding: 18px;
  line-height: 1.7;
}

.contacts-index-index .fieldset textarea:-ms-input-placeholder {
  color: #9b9b9b;
}

.contacts-index-index h1 {
  color: #001489;
  text-transform: none;
  margin-top: 6px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .contacts-index-index .main-container {
    padding: 15px 40px;
  }
}

@media screen and (max-width: 480px) {
  .contacts-index-index .main-container {
    padding: 15px 0;
  }
}

.contacts-index-index .breadcrumbs {
  margin-bottom: 12px;
}

.contacts-index-index .contacts-main {
  max-width: 1440px;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .contacts-index-index .contacts-main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 769px) {
  .contacts-index-index .contacts-main-image,
  .contacts-index-index .contacts-form {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .contacts-index-index .contacts-main-image {
    margin: 0 -40px 25px -40px;
    height: 400px;
  }
}

@media screen and (max-width: 480px) {
  .contacts-index-index .contacts-main-image {
    margin: 0 0 25px;
  }
}

.contacts-index-index .contacts-main-image img {
  display: block;
  width: 100%;
  height: 100%;
}

.contacts-index-index .contacts-form {
  padding: 0 30px 50px 30px;
}

@media screen and (max-width: 1000px) {
  .contacts-index-index .contacts-form {
    padding: 0 0 0 30px;
  }
}

@media screen and (max-width: 768px) {
  .contacts-index-index .contacts-form {
    padding: 0;
  }
}

@media screen and (max-width: 480px) {
  .contacts-index-index .contacts-form {
    padding: 0 38px;
  }
}

.contacts-index-index .form-list__left,
.contacts-index-index .form-list__right {
  -webkit-flex: 1 50%;
  -moz-flex: 1 50%;
  -ms-flex: 1 50%;
  flex: 1 50%;
}

.contacts-index-index .form-list__left {
  margin-right: 60px;
}

@media screen and (max-width: 1000px) {
  .contacts-index-index .form-list__left {
    margin-right: 20px;
  }
}

@media screen and (max-width: 480px) {
  .contacts-index-index .form-list__left {
    margin-right: 0;
  }
}

.contact-legend {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: bold;
  line-height: 1.4;
}

.fieldset-footer {
  margin-top: 25px;
}

@media screen and (max-width: 1280px) {
  .fieldset-footer {
    margin: 15px 0;
  }
}

@media screen and (max-width: 480px) {
  .fieldset-footer {
    margin: 30px 0 75px;
  }
}

.fieldset-footer .privacy-box,
.fieldset-footer .buttons-set {
  display: inline-block;
  vertical-align: top;
  margin-top: 0;
}

.fieldset-footer .privacy-box__checkbox {
  float: left;
  position: relative;
  margin-top: 18px;
}

.fieldset-footer .privacy-box__checkbox + label {
  padding-left: 20px;
}

@media screen and (max-width: 480px) {
  .fieldset-footer .privacy-box__checkbox + label {
    padding-left: 35px;
  }
}

.fieldset-footer .privacy-box__checkbox .validation-advice {
  position: absolute;
  bottom: -60%;
  white-space: nowrap;
}

@media screen and (max-width: 1080px) {
  .fieldset-footer .privacy-box__checkbox .validation-advice {
    bottom: -40%;
  }
}

@media screen and (max-width: 800px) {
  .fieldset-footer .privacy-box__checkbox .validation-advice {
    bottom: -30%;
  }
}

@media screen and (max-width: 768px) {
  .fieldset-footer .privacy-box__checkbox .validation-advice {
    bottom: -50%;
  }
}

@media screen and (max-width: 480px) {
  .fieldset-footer .privacy-box__checkbox .validation-advice {
    bottom: -60%;
  }
}

.fieldset-footer .privacy-box__checkbox .validation-advice#advice-required-entry-privacy {
  top: 85px;
}

.fieldset-footer .privacy-box__checkbox label {
  display: block;
  width: 20px;
  height: 20px;
  margin: 0;
  border: 1px solid #979797;
  position: absolute;
  top: 0;
  left: 0;
  background: #d8d8d8;
}

.fieldset-footer .privacy-box__checkbox label:after {
  font-size: 11px;
  font-size: 0.6875rem;
  content: "";
  display: block;
  font-family: 'icomoon';
  font-weight: normal;
  opacity: 0;
  font-size: 13px;
  font-size: 0.8125rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 480px) {
  .fieldset-footer .privacy-box__checkbox label:after {
    font-size: 23px;
    font-size: 1.4375rem;
  }
}

@media screen and (max-width: 480px) {
  .fieldset-footer .privacy-box__checkbox label {
    width: 35px;
    height: 35px;
  }
}

.fieldset-footer .privacy-box__checkbox input[type=checkbox] {
  visibility: hidden;
  height: 0;
  width: 0;
}

.fieldset-footer .privacy-box__checkbox input[type=checkbox]:checked + label:after {
  opacity: 1;
}

@media screen and (max-width: 1080px) {
  .fieldset-footer .privacy-box {
    max-width: 50%;
  }
}

@media screen and (max-width: 480px) {
  .fieldset-footer .privacy-box {
    max-width: none;
    display: block;
  }
}

.fieldset-footer .buttons-set {
  padding-top: 5px;
  float: right;
}

@media screen and (max-width: 480px) {
  .fieldset-footer .buttons-set {
    float: none;
    display: block;
    max-width: none;
    margin-top: 42px;
  }
}

.fieldset-footer .buttons-set span {
  display: inline-block;
  padding: 11px 0;
  letter-spacing: 1.5px;
}

.fieldset-footer .buttons-set span:first-child {
  float: left;
}

.fieldset-footer .buttons-set .icon-button_arrow_blue {
  padding: 11px 15px;
}

.fieldset-footer button {
  border-radius: 4px;
  text-align: left;
}

.fieldset-footer button:hover {
  background-color: #000;
}

.fieldset-footer button:hover .icon-button_arrow_blue {
  border-left: 1px solid #979797;
}

@media screen and (max-width: 480px) {
  .fieldset-footer button:hover .icon-button_arrow_blue {
    border-left: 2px solid #979797;
  }
}

.fieldset-footer button.button {
  padding: 0 0 0 18px;
  min-width: 160px;
  text-align: right;
}

@media screen and (max-width: 480px) {
  .fieldset-footer button.button {
    width: 100%;
  }
}

.fieldset-footer .icon-button_arrow_blue {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 19px;
  border-left: 1px solid #273470;
}

.fieldset-footer .icon-button_arrow_blue:before {
  color: #fff;
}

.fieldset-footer input.checkbox,
.fieldset-footer input [type="checkbox"] {
  width: 19px;
  height: 19px;
}

@media screen and (max-width: 480px) {
  .fieldset-footer input.checkbox,
  .fieldset-footer input [type="checkbox"] {
    width: 34px;
    height: 34px;
  }
}

.fieldset-footer input.checkbox:before,
.fieldset-footer input [type="checkbox"]:before {
  background-color: #d8d8d8;
}

.fieldset-footer input.checkbox::before, .fieldset-footer input.checkbox::before,
.fieldset-footer input [type="checkbox"]::before,
.fieldset-footer input [type="checkbox"]::before {
  width: 19px;
  height: 19px;
}

@media screen and (max-width: 480px) {
  .fieldset-footer input.checkbox::before, .fieldset-footer input.checkbox::before,
  .fieldset-footer input [type="checkbox"]::before,
  .fieldset-footer input [type="checkbox"]::before {
    width: 34px;
    height: 34px;
  }
}

.fieldset-footer input.checkbox:checked:before,
.fieldset-footer input [type="checkbox"]:checked:before {
  border: 1px solid #979797;
}

.fieldset-footer input.checkbox:checked:after,
.fieldset-footer input [type="checkbox"]:checked:after {
  font-size: 13px;
  font-size: 0.8125rem;
  top: 0;
  left: 3px;
}

@media screen and (max-width: 480px) {
  .fieldset-footer input.checkbox:checked:after,
  .fieldset-footer input [type="checkbox"]:checked:after {
    font-size: 26px;
    font-size: 1.625rem;
    top: -2px;
    left: 4px;
  }
}

.fieldset-footer a {
  color: #9b9b9b;
  line-height: 1.4;
}

@media screen and (max-width: 480px) {
  .fieldset-footer a {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.fieldset-footer label {
  margin-left: 21px;
  max-width: 220px;
}

@media screen and (max-width: 480px) {
  .fieldset-footer label {
    margin-left: 27px;
    max-width: none;
  }
}

.contacts-places {
  position: relative;
  display: block;
  max-width: 1440px;
  margin: 0 auto;
  letter-spacing: -.36em;
}

@media screen and (max-width: 800px) {
  .contacts-places .contacts-place:last-child {
    background-color: #fff;
  }
}

.contacts-place {
  height: 503px;
  display: inline-block;
  width: 50%;
  vertical-align: top;
  letter-spacing: normal;
  position: relative;
}

@media screen and (max-width: 1080px) {
  .contacts-place {
    height: auto;
    min-height: 420px;
  }
}

@media screen and (max-width: 800px) {
  .contacts-place {
    display: block;
    width: 100%;
    min-height: 290px;
  }
  .contacts-place:nth-last-child(2) {
    background-color: #F1F1F1;
  }
}

.contacts-place__container {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: 22%;
  margin-left: -3%;
}

@media screen and (max-width: 800px) {
  .contacts-place__container {
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

@media screen and (max-width: 480px) {
  .contacts-place__container {
    left: 32px;
    -webkit-transform: none;
    transform: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.contacts-place.black {
  background-color: #000;
}

.contacts-place.blue {
  background-color: #001489;
}

.contacts-place.black, .contacts-place.blue {
  color: #fff;
}

.contacts-place.black p, .contacts-place.blue p {
  font-weight: 500;
}

.contacts-place.black .icon-store-icon:before, .contacts-place.blue .icon-store-icon:before {
  color: #fff;
}

.contacts-place.black .title, .contacts-place.blue .title {
  color: #fff;
  font-weight: 600;
}

.contacts-place .title {
  color: #001489;
  font-weight: bold;
  margin-bottom: 1.1em;
  text-transform: capitalize;
}

.contacts-place .title + p {
  margin-bottom: 15px;
}

.contacts-place p {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.contacts-place p span {
  margin: 0 0 0 3px;
}

.contacts-place .icon-store-icon:before {
  color: #001489;
}

.contacts-place.gray {
  background-color: #F1F1F1;
}

.contacts-place .icon,
.contacts-place div {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
}

.contacts-place .icon {
  font-size: 52px;
  font-size: 3.25rem;
}

.contacts-place__info {
  padding-left: 5px;
}

.contacts-form input[type="file"] {
  display: none;
}

.contacts-form .file-attachment {
  border: 1px solid #ccc;
  display: inline-block;
  padding: 6px 12px;
  cursor: pointer;
}

.contacts-form .file-attachment i {
  margin-right: 5px;
}

/* ============================================ *
 * PayPal
 * ============================================ */
@media only screen and (max-width: 868px) and (min-width: 769px) {
  .paypal-review-order .col2-set .col-1,
  .paypal-review-order .col2-set .col-2 {
    padding: 0px;
  }
}

.paypal-review-order .info-set {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #EDEDED;
}

.paypal-review-order .buttons-set {
  margin-top: 0px;
  padding-top: 0px;
  border: 0;
}

.paypal-review-order .buttons-set button {
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  .paypal-review-order .col-1 {
    padding-bottom: 0;
  }
  .paypal-review-order .field.inactive {
    display: none;
  }
}

.top-container .bml-ad {
  margin-top: 7px;
  margin-bottom: 7px;
  text-align: center;
}

.top-container .bml-ad span {
  display: inline-block;
}

.top-container .bml-ad span a {
  display: block;
}

.bml-ad {
  display: none;
  text-align: center;
  margin-bottom: 5px;
}

.bml-ad span {
  display: block;
  line-height: 0;
}

.bml-ad a {
  display: inline-block;
  max-width: 100%;
}

.bml-ad a:hover {
  opacity: 0.7;
}

.bml-ad img {
  height: auto !important;
  max-width: 100%;
}

.cart-totals-wrapper .bml-ad.large img {
  display: block;
  margin: 0;
}

@media only screen and (max-width: 768px) {
  .bml-ad.small {
    display: block;
  }
}

@media only screen and (min-width: 769px) {
  .bml-ad.large {
    display: block;
  }
}

div.paypal-logo {
  text-align: center;
  margin: 15px 0;
  max-width: 100%;
}

div.paypal-logo span {
  display: block;
  width: 100%;
}

div.paypal-logo span a {
  display: inline-block;
  max-width: 100%;
}

div.paypal-logo span a img {
  max-width: 100%;
}

div.paypal-logo span > img {
  display: none;
}

.checkout-types div.paypal-logo {
  text-align: right;
}

.bml-checkout-type {
  list-style-type: none;
}

.sidebar .paypal-logo {
  text-align: center;
  line-height: 0;
}

.sidebar .paypal-logo > a {
  display: inline-block;
  max-width: 100%;
}

.sidebar .paypal-logo > a:hover {
  opacity: 0.8;
}

.sidebar .paypal-logo > a img {
  display: block;
}

.sidebar .paypal-logo .label {
  margin-top: 4px;
}

.sidebar .paypal-logo .label a {
  font-size: 12px;
  line-height: 1.5;
}

.box-reviews {
  margin: 30px;
}

.box-reviews dl dt {
  margin-bottom: 15px;
}

.box-reviews dl dt a {
  font-weight: bold;
}

.box-reviews dl dd .ratings-table {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
}

@media screen and (max-width: 425px) {
  .box-reviews dl dd .ratings-table {
    display: block;
  }
}

.box-reviews dl dd .ratings-table__field {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 15px;
}

@media screen and (max-width: 425px) {
  .box-reviews dl dd .ratings-table__field {
    display: block;
    margin-top: 15px;
  }
}

.box-reviews dl dd .ratings-table__value .stars span:before {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #000;
  content: "";
  display: block;
  font-family: 'icomoon';
  font-weight: normal;
}

.box-reviews .review-meta {
  display: block;
  margin-top: 15px;
}

.box-reviews .no-rating {
  margin-bottom: 15px;
}

.box-reviews p a {
  text-decoration: underline;
}

.box-reviews p a:hover {
  text-decoration: none;
}

.box-reviews .form-add {
  margin-top: 30px;
  max-width: 600px;
}

.box-reviews .form-add table {
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 10px;
}

.box-reviews .form-add h4 {
  font-size: 13px;
  font-size: 0.8125rem;
}

.box-reviews .form-add .rating-box .rating-number {
  display: none;
}

.box-reviews .form-add td,
.box-reviews .form-add th {
  font-size: 13px;
  font-size: 0.8125rem;
  border: 0;
  background: none;
  text-align: center;
}

.box-reviews .form-add label {
  margin: 0;
  padding: 0;
}

.box-reviews .slick-arrow {
  background: none;
}

.box-reviews .slick-arrow:after {
  font-size: 18px;
  font-size: 1.125rem;
  color: #000;
  content: "";
  display: block;
  font-family: 'icomoon';
  font-weight: normal;
}

/* ============================================ *
 * Slideshow
 * ============================================ */
.slideshow-container {
  position: relative;
  display: block;
  width: 100%;
  margin: 10px 0;
  border: 1px solid #EDEDED;
}

.slideshow-container .slideshow {
  width: 100%;
  padding: 0;
  position: relative;
  margin: 0;
  border: 10px solid #FFFFFF;
}

.slideshow-container .slideshow > li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  display: block;
  margin: 0;
}

.slideshow-container .slideshow > li:first-child {
  position: static;
  z-index: 100;
}

.slideshow-container .slideshow > li img {
  max-width: 100%;
  width: 100%;
}

.slideshow-pager {
  text-align: center;
  width: 100%;
  z-index: 115;
  position: absolute;
  bottom: 0px;
  top: auto;
  overflow: hidden;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.slideshow-pager span {
  font-family: arial;
  width: 44px;
  height: 44px;
  display: inline-block;
  color: #DDDDDD;
  cursor: pointer;
}

.slideshow-pager span:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-left: -8px;
  margin-top: -8px;
  border-radius: 1px;
  background-color: #FFFFFF;
  position: relative;
}

.slideshow-pager span:hover:before {
  background-color: #1b2fa2;
}

.slideshow-pager span.cycle-pager-active:before {
  background-color: #1b2fa2;
}

.slideshow-pager > * {
  cursor: pointer;
}

.slideshow-prev,
.slideshow-next {
  position: absolute;
  top: 0;
  width: 15%;
  max-width: 80px;
  height: 100%;
  opacity: 0.6;
  z-index: 110;
  cursor: pointer;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.slideshow-prev:before,
.slideshow-next:before {
  content: '';
  width: 0;
  height: 0;
  font-size: 0;
  position: absolute;
  border-style: solid;
  display: block;
  top: 50%;
  margin-top: -15px;
}

.slideshow-prev:hover,
.slideshow-next:hover {
  opacity: 1;
}

.slideshow-prev.disabled,
.slideshow-next.disabled {
  opacity: 0.5 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)" !important;
  filter: alpha(opacity=50) !important;
  cursor: default;
}

.slideshow-prev {
  left: 8px;
}

.slideshow-prev:before {
  border-width: 15px 15px 15px 0;
  border-color: transparent #FFFFFF transparent transparent;
  top: 50%;
  left: 10px;
}

.slideshow-prev:hover:before {
  border-color: transparent #1b2fa2 transparent transparent;
}

.slideshow-next {
  right: 8px;
}

.slideshow-next:before {
  border-width: 15px 0 15px 15px;
  border-color: transparent transparent transparent #FFFFFF;
  top: 50%;
  right: 10px;
}

.slideshow-next:hover:before {
  border-color: transparent transparent transparent #1b2fa2;
}

.cycle-caption {
  position: absolute;
  color: white;
  bottom: 15px;
  right: 15px;
  z-index: 110;
}

.cycle-overlay {
  font-family: tahoma, arial;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 120;
  background: black;
  color: white;
  padding: 15px;
  opacity: .5;
}

.onestepcheckout-index-index h1,
.storepickup-index-index h1 {
  color: #000076;
  font-size: 24px;
  font-size: 1.5rem;
  text-transform: none;
  font-weight: bold;
}

.onestepcheckout-index-index #range-slider-input,
.storepickup-index-index #range-slider-input {
  display: none;
}

.onestepcheckout-index-index .store-search-list,
.storepickup-index-index .store-search-list {
  padding: 0 25px;
}

.onestepcheckout-index-index .store-search-list #mb-search-distance-inp,
.storepickup-index-index .store-search-list #mb-search-distance-inp {
  border: 1px solid #979797;
  padding: 10px 20px;
  line-height: 20px;
  color: #000;
  font-size: 13px;
  font-size: 0.8125rem;
  margin: 0;
}

.onestepcheckout-index-index .store-search-list .distance-expand,
.storepickup-index-index .store-search-list .distance-expand {
  margin-top: 0;
  position: relative;
}

.onestepcheckout-index-index .store-search-list .distance-expand .search-button,
.storepickup-index-index .store-search-list .distance-expand .search-button {
  width: 31px;
  height: 31px;
  background: transparent;
  border: 0 none;
  position: absolute;
  right: 5px;
  top: 5px;
}

.onestepcheckout-index-index .store-search-list .distance-expand .search-button:before,
.storepickup-index-index .store-search-list .distance-expand .search-button:before {
  font-size: 26px;
  line-height: 32px;
  vertical-align: top;
}

.onestepcheckout-index-index .store-search-list .distance-expand .search-button span,
.storepickup-index-index .store-search-list .distance-expand .search-button span {
  text-indent: -3000px;
  display: block;
  width: 31px;
  height: auto;
  position: absolute;
  top: 0;
}

.onestepcheckout-index-index .store-search-list .store-list-box,
.storepickup-index-index .store-search-list .store-list-box {
  float: left;
  width: 110%;
  height: 583px;
  overflow-y: scroll;
  margin-top: 10px;
}

.onestepcheckout-index-index .store-search-list .store-list-box::-webkit-scrollbar,
.storepickup-index-index .store-search-list .store-list-box::-webkit-scrollbar {
  width: 5px;
}

.onestepcheckout-index-index .store-search-list .store-list-box::-webkit-scrollbar-track,
.storepickup-index-index .store-search-list .store-list-box::-webkit-scrollbar-track {
  background-color: #d8d8d8;
}

.onestepcheckout-index-index .store-search-list .store-list-box::-webkit-scrollbar-thumb,
.storepickup-index-index .store-search-list .store-list-box::-webkit-scrollbar-thumb {
  background-color: #001489;
}

@media only screen and (max-width: 1439px) {
  .onestepcheckout-index-index .store-search-list .store-list-box,
  .storepickup-index-index .store-search-list .store-list-box {
    height: 500px;
  }
}

@media only screen and (max-width: 1023px) {
  .onestepcheckout-index-index .store-search-list .store-list-box,
  .storepickup-index-index .store-search-list .store-list-box {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .onestepcheckout-index-index .store-search-list .store-list-box,
  .storepickup-index-index .store-search-list .store-list-box {
    height: auto;
    overflow: visible;
  }
}

.onestepcheckout-index-index .store-search-list .store-elem,
.storepickup-index-index .store-search-list .store-elem {
  width: 96%;
  float: left;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #979797;
  padding: 15px 0;
}

@media only screen and (max-width: 768px) {
  .onestepcheckout-index-index .store-search-list .store-elem,
  .storepickup-index-index .store-search-list .store-elem {
    width: 100%;
  }
}

.onestepcheckout-index-index .store-search-list .store-elem .marker-icon,
.storepickup-index-index .store-search-list .store-elem .marker-icon {
  min-width: 34px;
}

.onestepcheckout-index-index .store-search-list .store-elem .cont,
.storepickup-index-index .store-search-list .store-elem .cont {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 18px;
  font-weight: 600;
}

.onestepcheckout-index-index .store-search-list .store-elem .cont h2,
.storepickup-index-index .store-search-list .store-elem .cont h2 {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 18px;
  color: #000076;
  font-weight: 600;
  margin: 0;
}

.onestepcheckout-index-index .store-search-list .store-elem .cont p,
.storepickup-index-index .store-search-list .store-elem .cont p {
  line-height: 18px;
}

.onestepcheckout-index-index .store-search-list .store-elem .cont a,
.storepickup-index-index .store-search-list .store-elem .cont a {
  color: #000;
}

.onestepcheckout-index-index .store-search-list .store-elem .cont a.street-directions,
.storepickup-index-index .store-search-list .store-elem .cont a.street-directions {
  margin-top: 8px;
  text-transform: uppercase;
  color: #000076;
  font-weight: 600;
  display: inline-block;
  cursor: pointer;
}

.onestepcheckout-index-index.chrome .store-elem,
.storepickup-index-index.chrome .store-elem {
  width: 92%;
}

@media only screen and (max-width: 768px) {
  .onestepcheckout-index-index.chrome .store-elem,
  .storepickup-index-index.chrome .store-elem {
    width: 100%;
  }
}

.onestepcheckout-index-index.chrome .store-elem .storePick,
.storepickup-index-index.chrome .store-elem .storePick {
  cursor: pointer;
}

.onestepcheckout-index-index #search-tooltip,
.storepickup-index-index #search-tooltip {
  display: none;
}

@media only screen and (max-width: 1023px) {
  .onestepcheckout-index-index .store-pickup-search-box,
  .storepickup-index-index .store-pickup-search-box {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}

.onestepcheckout-index-index .store-pickup-search-box #search_box .custom-breadcrumbs,
.storepickup-index-index .store-pickup-search-box #search_box .custom-breadcrumbs {
  margin: 12px 0 15px 0;
}

@media only screen and (max-width: 768px) {
  .onestepcheckout-index-index .store-pickup-search-box #search_box .custom-breadcrumbs,
  .storepickup-index-index .store-pickup-search-box #search_box .custom-breadcrumbs {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .onestepcheckout-index-index .store-pickup-search-box #search_box,
  .storepickup-index-index .store-pickup-search-box #search_box {
    margin-top: 28px;
  }
}

.onestepcheckout-index-index .store-pickup-map-box,
.storepickup-index-index .store-pickup-map-box {
  height: 733px;
}

.onestepcheckout-index-index .store-pickup-map-box .store-map,
.storepickup-index-index .store-pickup-map-box .store-map {
  height: 100%;
}

@media only screen and (max-width: 1439px) {
  .onestepcheckout-index-index .store-pickup-map-box,
  .storepickup-index-index .store-pickup-map-box {
    height: 650px;
  }
}

@media only screen and (max-width: 1023px) {
  .onestepcheckout-index-index .store-pickup-map-box,
  .storepickup-index-index .store-pickup-map-box {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media only screen and (max-width: 768px) {
  .onestepcheckout-index-index .store-pickup-map-box,
  .storepickup-index-index .store-pickup-map-box {
    height: 95vw;
  }
}

.onestepcheckout-index-index .store-pickup-map-box .loader,
.storepickup-index-index .store-pickup-map-box .loader {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: rgba(0, 0, 0, 0.15);
}

.onestepcheckout-index-index .store-pickup-map-box .loader .hide,
.storepickup-index-index .store-pickup-map-box .loader .hide {
  display: none;
}

.onestepcheckout-index-index .store-pickup-map-box .loader span,
.storepickup-index-index .store-pickup-map-box .loader span {
  width: 80px;
  height: 80px;
  display: block;
  background: url(../images/loader.svg) no-repeat 0 0;
  margin: -40px 0 0 -40px;
  left: 50%;
  top: 50%;
  position: absolute;
}

.onestepcheckout-index-index .store-pickup-map-box .gm-style .custom-gm-style-elem,
.storepickup-index-index .store-pickup-map-box .gm-style .custom-gm-style-elem {
  background: #fff;
  box-shadow: 0 0 19px 0 rgba(0, 0, 0, 0.23);
}

.onestepcheckout-index-index .store-pickup-map-box .gm-style .custom-gm-style-elem .icon-close_icon,
.storepickup-index-index .store-pickup-map-box .gm-style .custom-gm-style-elem .icon-close_icon {
  width: 16px !important;
  height: 16px !important;
  top: 12px !important;
  opacity: 1 !important;
  color: #001489;
}

.onestepcheckout-index-index .store-pickup-map-box .gm-style .custom-gm-style-elem .icon-close_icon:before,
.storepickup-index-index .store-pickup-map-box .gm-style .custom-gm-style-elem .icon-close_icon:before {
  font-size: 16px;
  font-size: 1rem;
  position: absolute;
}

.onestepcheckout-index-index .store-pickup-map-box .gm-style .custom-gm-style-elem .icon-close_icon img,
.storepickup-index-index .store-pickup-map-box .gm-style .custom-gm-style-elem .icon-close_icon img {
  display: none;
}

.onestepcheckout-index-index .store-pickup-map-box .gm-style .gm-style-iw,
.storepickup-index-index .store-pickup-map-box .gm-style .gm-style-iw {
  width: auto !important;
  left: 25px !important;
}

.onestepcheckout-index-index .store-pickup-map-box .store-elem,
.storepickup-index-index .store-pickup-map-box .store-elem {
  float: left;
  width: 100%;
  min-width: 256px;
  padding: 10px 0;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}

.onestepcheckout-index-index .store-pickup-map-box .store-elem .marker-icon,
.storepickup-index-index .store-pickup-map-box .store-elem .marker-icon {
  min-width: 34px;
}

.onestepcheckout-index-index .store-pickup-map-box .store-elem .cont,
.storepickup-index-index .store-pickup-map-box .store-elem .cont {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 18px;
  font-weight: 600;
}

.onestepcheckout-index-index .store-pickup-map-box .store-elem .cont h2,
.storepickup-index-index .store-pickup-map-box .store-elem .cont h2 {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 18px;
  color: #001489;
  font-weight: 600;
  margin: 0;
}

.onestepcheckout-index-index .store-pickup-map-box .store-elem .cont p,
.storepickup-index-index .store-pickup-map-box .store-elem .cont p {
  line-height: 18px;
  font-weight: 600;
}

.onestepcheckout-index-index .store-pickup-map-box .store-elem .cont a,
.storepickup-index-index .store-pickup-map-box .store-elem .cont a {
  color: #000;
  font-weight: 600;
}

.onestepcheckout-index-index .store-pickup-map-box .store-elem .cont a.street-directions,
.storepickup-index-index .store-pickup-map-box .store-elem .cont a.street-directions {
  margin-top: 8px;
  text-transform: uppercase;
  color: #001489;
  font-weight: 600;
  display: inline-block;
  cursor: pointer;
}

.onestepcheckout-index-index .store-pickup-map-box .store-elem .cont .select_store,
.storepickup-index-index .store-pickup-map-box .store-elem .cont .select_store {
  text-transform: uppercase;
  margin-top: 6px;
  cursor: pointer;
}

.modal-map {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 20, 137, 0.5);
  z-index: 20000;
  overflow-y: scroll;
}

.modal-map .modal-map-cont {
  position: absolute;
  width: 90%;
  left: 5%;
  top: 86px;
  background: #fff;
  border: 5px solid #001489;
}

.modal-map .close-modal-map {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background: #001489;
  color: #fff;
  z-index: 20001;
  text-align: center;
  cursor: pointer;
}

.modal-map .close-modal-map:hover {
  text-decoration: none;
}

.modal-map .close-modal-map:before {
  font-size: 20px;
  font-size: 1.25rem;
}

.onestepcheckout-index-index .open_map_storepickup {
  text-transform: uppercase;
}

.onestepcheckout-index-index .open_map_storepickup #open_map_storepickup {
  cursor: pointer;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: bold;
}

.onestepcheckout-index-index .open_map_storepickup #open_map_storepickup span {
  margin-left: 10px;
  display: inline-block;
  font-size: 23px;
  font-size: 1.4375rem;
}

.onestepcheckout-index-index .open_map_storepickup #open_map_storepickup span:before {
  color: #000076;
}

.onestepcheckout-index-index .open_map_storepickup #store_details .store-elem {
  margin-top: 12px;
  border: 3px solid #001489;
  max-width: 360px;
  padding: 10px 12px 10px;
  width: auto;
  float: left;
}

.onestepcheckout-index-index .open_map_storepickup #store_details .store-elem h2 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 4px;
}

.onestepcheckout-index-index .open_map_storepickup #store_details .store-elem p {
  font-size: 12px;
  font-size: 0.75rem;
}

/* ============================================ *
 * Wishlist
 * ============================================ */
#wishlist-table th {
  text-align: center;
}

#wishlist-table.clean-table {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  width: 100%;
}

#wishlist-table.clean-table th {
  border-bottom: 1px solid #C0C0C0;
}

#wishlist-table.clean-table td {
  padding: 15px;
  vertical-align: top;
}

#wishlist-table.clean-table thead th {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}

#wishlist-table .product-name {
  font-size: 16px;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  margin-bottom: 0;
  text-transform: uppercase;
}

#wishlist-table .wishlist-sku {
  font-size: 11px;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  margin: 5px 0;
}

#wishlist-table .price-box {
  font-size: 16px;
  font-size: 1rem;
}

#wishlist-table .price-box .price {
  font-size: 16px;
  font-size: 1rem;
}

#wishlist-table textarea {
  border: 1px solid #C0C0C0;
  width: 100%;
  height: 45px;
  font-size: 11px;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}

#wishlist-table textarea::-webkit-input-placeholder {
  text-transform: uppercase;
}

#wishlist-table textarea:-moz-placeholder {
  text-transform: uppercase;
}

#wishlist-table textarea::-moz-placeholder {
  text-transform: uppercase;
}

#wishlist-table textarea:-ms-input-placeholder {
  text-transform: uppercase;
}

#wishlist-table textarea:focus {
  border: 1px solid #3399CC;
}

#wishlist-table .item-manage {
  text-align: right;
  padding-top: 5px;
}

#wishlist-table .item-manage .button {
  font-size: 11px;
  padding: 3px 5px;
}

#wishlist-table .cart-cell {
  text-align: center;
}

#wishlist-table td.customer-wishlist-item-image {
  width: 113px;
}

#wishlist-table td.customer-wishlist-item-quantity {
  width: 3em;
}

#wishlist-table td.customer-wishlist-item-price {
  width: 120px;
  text-align: center;
}

#wishlist-table td.customer-wishlist-item-cart {
  width: 150px;
}

#wishlist-table td.customer-wishlist-item-cart .button {
  font-size: 12px;
  margin-bottom: 10px;
  padding: 3px 5px;
  width: 100%;
}

#wishlist-table td.customer-wishlist-item-cart .truncated {
  margin-bottom: 10px;
}

#wishlist-table td.customer-wishlist-item-cart > p {
  margin-bottom: 0;
}

#wishlist-table td.customer-wishlist-item-cart .remove-whishlist-item {
  text-align: center;
}

#wishlist-table td.customer-wishlist-item-cart .btn-remove {
  vertical-align: top;
}

#wishlist-table td.customer-wishlist-item-remove {
  width: 20px;
}

#wishlist-table td .button,
#wishlist-table td button {
  white-space: normal;
}

#wishlist-table .price-box {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
}

#wishlist-table .price-box .price {
  color: #000;
}

#wishlist-table .giftregisty-add {
  margin-top: 5px;
}

#wishlist-table .giftregisty-add .change {
  display: none;
}

#wishlist-table .giftregisty-add li {
  cursor: pointer;
  color: #3399CC;
  margin-bottom: 3px;
}

#wishlist-table .truncated .details {
  background: none;
  color: #3399CC;
}

#wishlist-table td[data-rwd-label]:before {
  font-weight: 600;
}

@media only screen and (max-width: 1199px) {
  #wishlist-table.clean-table td {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media only screen and (max-width: 1023px) {
  #wishlist-table.clean-table td {
    padding-left: 5px;
    padding-right: 5px;
  }
  #wishlist-table.clean-table td textarea {
    height: 100px;
  }
  #wishlist-table.clean-table td.customer-wishlist-item-cart {
    width: 110px;
  }
  #wishlist-table .product-name {
    font-size: 13px;
  }
}

@media only screen and (max-width: 768px) {
  #wishlist-table:after {
    content: '';
    display: table;
    clear: both;
  }
  #wishlist-table .product-name {
    font-size: 16px;
  }
  #wishlist-table textarea {
    height: 68px;
    max-width: 100%;
  }
  #wishlist-table .item-manage {
    max-width: 100%;
  }
  #wishlist-table tr {
    position: relative;
  }
  #wishlist-table tr:after {
    content: '';
    display: table;
    clear: both;
  }
  #wishlist-table td.customer-wishlist-item-image {
    width: 70px;
  }
  #wishlist-table td.customer-wishlist-item-image img {
    width: 70px;
    height: 70px;
  }
  #wishlist-table td.customer-wishlist-item-cart p {
    margin-bottom: 0;
  }
  #wishlist-table td.customer-wishlist-item-cart .remove-whishlist-item {
    margin-right: 0;
    padding-top: 4px;
  }
  #wishlist-table td.customer-wishlist-item-cart {
    padding-right: 15px;
  }
}

@media only screen and (max-width: 599px) {
  #wishlist-table td.customer-wishlist-item-quantity {
    padding-left: 0;
  }
  #wishlist-table td.customer-wishlist-item-image,
  #wishlist-table th.customer-wishlist-item-image {
    display: none;
  }
}

@media only screen and (max-width: 479px) {
  #wishlist-table tr {
    position: relative;
  }
  #wishlist-table th.customer-wishlist-item-image {
    display: block;
  }
  #wishlist-table td.customer-wishlist-item-image, #wishlist-table td.customer-wishlist-item-info, #wishlist-table td.customer-wishlist-item-quantity, #wishlist-table td.customer-wishlist-item-price, #wishlist-table td.customer-wishlist-item-cart {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    empty-cells: hide;
  }
  #wishlist-table td.customer-wishlist-item-image {
    display: block;
    overflow: hidden;
  }
  #wishlist-table td.customer-wishlist-item-image a {
    float: left;
  }
  #wishlist-table td.customer-wishlist-item-image a img {
    width: 113px;
    height: 113px;
  }
  #wishlist-table td.customer-wishlist-item-quantity, #wishlist-table td.customer-wishlist-item-price {
    text-align: left;
  }
  #wishlist-table td.customer-wishlist-item-quantity:before, #wishlist-table td.customer-wishlist-item-price:before {
    float: left;
    margin-right: 15px;
  }
  #wishlist-table td.customer-wishlist-item-quantity .cart-cell, #wishlist-table td.customer-wishlist-item-price .cart-cell {
    text-align: left;
  }
  #wishlist-table td.customer-wishlist-item-quantity .price-box, #wishlist-table td.customer-wishlist-item-price .price-box {
    margin-top: 0;
  }
  #wishlist-table td.customer-wishlist-item-cart .cart-cell {
    float: left;
    width: 48%;
  }
  #wishlist-table td.customer-wishlist-item-cart > p {
    float: right;
    width: 48%;
  }
  #wishlist-table td.customer-wishlist-item-remove {
    position: absolute;
    top: 15px;
    right: 0px;
    display: block;
    padding: 0px;
    height: 20px;
  }
  #wishlist-table.clean-table td.customer-wishlist-item-cart {
    width: 100%;
  }
}

/* ============================================ *
 * Wishlist Sidebar
 * ============================================ */
.block-wishlist .mini-products-list > li:not(:last-child) {
  padding-bottom: 5px;
}

.block-wishlist .product-details .product-name {
  padding-top: 0;
  margin-bottom: 5px;
}

.block-wishlist .price-box {
  float: left;
  margin: 0;
}

.block-wishlist .price-box,
.block-wishlist .price-box .price,
.block-wishlist .link-cart {
  font-size: 12px;
}

.block-wishlist .link-cart {
  float: left;
  text-transform: uppercase;
  margin-right: 7px;
  padding-right: 7px;
  border-right: 1px solid #EDEDED;
}

/* ============================================ *
 * Checkout - Mini cart
 * ============================================ */
#header-cart.block-cart {
  position: absolute;
  width: 270px;
  left: 100%;
  top: 0;
  height: 100%;
  display: none;
  border-left: 1px solid #d8d8d8;
}

@media only screen and (max-width: 768px) {
  #header-cart.block-cart {
    width: 100%;
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .open-minicart #header-cart.block-cart {
    display: block;
  }
}

#header-cart.block-cart .empty {
  padding: 24px 18px 0;
  font-weight: bold;
}

#header-cart.block-cart .minicart-wrapper {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 100vh;
}

#header-cart.block-cart .minicart-wrapper .minicart-wrap {
  padding: 24px 18px 0;
}

#header-cart.block-cart .minicart-wrapper .minicart-wrap .mini-products-list {
  min-height: 332px;
}

#header-cart.block-cart .minicart-wrapper .minicart-wrap .mini-products-list .product-image {
  float: left;
  min-width: 50px;
}

#header-cart.block-cart .minicart-wrapper .minicart-wrap .mini-products-list .product-details {
  padding-left: 105px;
}

#header-cart.block-cart .minicart-wrapper .minicart-wrap .mini-products-list .product-details .info-wrapper {
  line-height: 16px;
}

#header-cart.block-cart .minicart-wrapper .minicart-wrap .mini-products-list .product-details .info-wrapper .price {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 16px;
  font-weight: bold;
}

#header-cart.block-cart .minicart-wrapper .minicart-wrap .mini-products-list .product-details .item-options {
  margin-bottom: 8px;
  float: left;
  width: 100%;
}

#header-cart.block-cart .minicart-wrapper .minicart-wrap .mini-products-list .product-details .item-options dt,
#header-cart.block-cart .minicart-wrapper .minicart-wrap .mini-products-list .product-details .item-options dd {
  margin-bottom: 2px;
  font-weight: 600;
  font-style: normal;
}

#header-cart.block-cart .minicart-wrapper .minicart-wrap .mini-products-list .product-details .item-options dd {
  padding: 0;
}

#header-cart.block-cart .minicart-wrapper .minicart-wrap .mini-products-list .product-details .product-name {
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 16px;
  text-transform: none;
  padding-right: 20px;
}

#header-cart.block-cart .minicart-wrapper .minicart-wrap .mini-products-list li {
  padding-bottom: 28px;
  position: relative;
  clear: both;
}

#header-cart.block-cart .minicart-wrapper .minicart-wrap .mini-products-list li:after {
  content: '';
  display: table;
  clear: both;
}

#header-cart.block-cart .minicart-wrapper .minicart-wrap .mini-products-list li .remove-item-btn {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 10px;
  font-size: 0.625rem;
}

#header-cart.block-cart .minicart-wrapper .minicart-wrap .mini-products-list li .remove-item-btn:hover {
  text-decoration: none;
}

#header-cart.block-cart .minicart-wrapper .minicart-wrap .mini-products-list li .remove-item-btn em {
  display: block;
  text-indent: -3000px;
  width: 0;
  height: 0;
}

#header-cart.block-cart .minicart-wrapper .minicart-wrap .minicart-bottom {
  border-top: 1px solid #979797;
  padding: 23px 0;
}

.touch #header-cart.block-cart .minicart-wrapper .minicart-wrap .minicart-bottom {
  margin-bottom: 60px;
}

#header-cart.block-cart .minicart-wrapper .minicart-wrap .minicart-bottom .block-content p span {
  display: block;
  float: left;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 16px;
  font-weight: bold;
  margin: 0 0 16px 0;
}

#header-cart.block-cart .minicart-wrapper .minicart-wrap .minicart-bottom .block-content p .label {
  width: 60%;
}

#header-cart.block-cart .minicart-wrapper .minicart-wrap .minicart-bottom .block-content p .price {
  width: 40%;
  text-align: right;
  color: #000076;
}

#header-cart.block-cart .minicart-wrapper .minicart-wrap .minicart-bottom .shopping-cart-totals-table {
  float: left;
  width: 100%;
  clear: both;
  margin-bottom: 23px;
}

#header-cart.block-cart .minicart-wrapper .minicart-wrap .minicart-bottom .shopping-cart-totals-table .row {
  padding: 8px 0;
  line-height: 16px;
  margin: 0;
}

#header-cart.block-cart .minicart-wrapper .minicart-wrap .minicart-bottom .shopping-cart-totals-table .row .col {
  width: 50%;
  font-weight: bold;
}

#header-cart.block-cart .minicart-wrapper .minicart-wrap .minicart-bottom .shopping-cart-totals-table .row .col.amount {
  text-align: right;
  color: #000076;
  margin: 0;
}

#header-cart .minicart-header {
  height: 88px;
  position: relative;
  padding: 36px 18px;
  width: 100%;
  color: #000076;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 16px;
}

@media only screen and (max-width: 768px) {
  #header-cart .minicart-header {
    height: 64px;
    padding: 24px 18px;
  }
}

#header-cart .skip-link-close {
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  right: 31px;
  top: 31px;
  line-height: 18px;
  opacity: 1;
}

#header-cart .skip-link-close:before {
  font-size: 24px;
  font-size: 1.5rem;
  color: #000;
}

#header-cart .skip-link-close:hover {
  text-decoration: none;
  opacity: 1;
}

@media only screen and (max-width: 768px) {
  #header-cart .skip-link-close {
    top: 19px;
  }
}

#header-cart .message-container {
  height: 22px;
  padding: 7px 10px;
  width: 100%;
  background: #001489;
  margin-left: -1px;
  box-sizing: content-box;
}

#header-cart .message-container .minicart-message {
  display: inline;
  color: #fff;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.header-minicart {
  display: inline-block;
}

@media only screen and (max-width: 768px) {
  .header-minicart {
    display: block;
  }
}

.header-minicart .minicart-message {
  display: block;
  padding: 10px;
}

.header-minicart .empty {
  padding: 10px;
  text-align: center;
}

.header-minicart .minicart-wrapper {
  clear: both;
  position: relative;
}

.header-minicart .minicart-wrapper:before, .header-minicart .minicart-wrapper:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
}

.header-minicart .minicart-wrapper:before {
  background-color: white;
  opacity: 0.8;
  z-index: 2;
}

.header-minicart .minicart-wrapper:after {
  background-image: url("../images/opc-ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}

.header-minicart .minicart-wrapper.loading {
  position: relative;
}

.header-minicart .minicart-wrapper.loading:before, .header-minicart .minicart-wrapper.loading:after {
  display: block;
}

.header-minicart .block-subtitle {
  color: #50A4CF;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  line-height: 1.4;
  padding: 5px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.header-minicart .block-subtitle .close {
  width: 40px;
  float: right;
  display: block;
  color: #000;
  text-decoration: none;
  font-weight: normal;
  font-size: 30px;
  position: absolute;
  top: -8px;
  right: 0;
}

.header-minicart .mini-products-list {
  padding: 10px;
  padding-top: 0px;
}

.header-minicart .mini-products-list li {
  padding: 8px 5px 8px 11px;
  border-bottom: 1px solid #DDDDDD;
  position: relative;
}

.header-minicart .mini-products-list li.last {
  border: none;
}

.header-minicart .mini-products-list li .product-details {
  position: relative;
}

.header-minicart .product-details .product-name {
  padding-top: 0px;
  font-weight: bold;
}

.header-minicart .product-details .product-name a {
  color: #3399CC;
}

.header-minicart .info-wrapper {
  margin-bottom: 0.5em;
}

.header-minicart .info-wrapper th {
  text-transform: uppercase;
  padding-right: 10px;
}

.header-minicart .info-wrapper td {
  color: #3399CC;
  clear: right;
}

.header-minicart .info-wrapper .qty-wrapper td {
  height: 33px;
  line-height: 33px;
}

.header-minicart .info-wrapper .qty {
  padding-left: 4px;
  padding-right: 4px;
  margin-right: 2px;
  width: 3.2em;
  text-align: center;
  height: 30px;
}

.header-minicart .info-wrapper .quantity-button {
  opacity: 0;
  transition-property: opacity;
  transition-duration: 100ms;
}

.header-minicart .info-wrapper .quantity-button[disabled] {
  cursor: default;
}

.header-minicart .info-wrapper .quantity-button.visible {
  opacity: 1;
}

.header-minicart .subtotal {
  background-color: #DDDDDD;
  text-align: center;
  line-height: 2em;
}

.header-minicart .subtotal .label {
  color: white;
  text-transform: uppercase;
}

.header-minicart .subtotal .price {
  color: #3399CC;
}

.header-minicart .minicart-actions {
  padding: 10px;
  margin-top: 0px;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.header-minicart .minicart-actions .checkout-button {
  min-width: 145px;
}

.header-minicart .minicart-actions .cart-link {
  height: 33px;
  line-height: 39px;
  text-transform: uppercase;
  font-size: 13px;
}

.header-minicart .minicart-actions .paypal-logo .paypal-or {
  line-height: 1.6;
}

.header-minicart #minicart-error-message {
  text-align: center;
  color: red;
  display: none;
}

.header-minicart #minicart-success-message {
  text-align: center;
  color: green;
  display: none;
}

.header-minicart .jcarousel-control-prev,
.header-minicart .jcarousel-control-next {
  display: none;
}

.header-minicart.skip-active .block-cart,
.block-cart.skip-active {
  display: block;
}

@media only screen and (min-width: 769px) {
  .checkout-types.minicart {
    float: none;
    text-align: center;
  }
}

@media only screen and (max-width: 479px) {
  .header-minicart a.skip-cart {
    z-index: 1;
  }
}

@media only screen and (max-width: 768px) {
  .header-minicart .subtotal .label {
    color: #000;
  }
  .header-minicart .minicart-wrapper:before {
    background-color: #EDEDED;
  }
  .header-minicart .quantity-button {
    float: none;
  }
  .header-minicart .header-minicart .block-cart {
    padding: 15px;
  }
  .header-minicart .header-minicart .block-subtitle {
    padding-top: 59px;
  }
  .header-minicart .minicart-actions {
    padding-bottom: 33px;
  }
  .header-minicart .minicart-actions .cart-link {
    bottom: 0;
    right: 10px;
    position: absolute;
  }
  .header-minicart .minicart-actions .checkout-types.minicart li {
    display: inline-block;
  }
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo > a {
    display: inline;
  }
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .bml_button {
    display: inline-block;
    vertical-align: top;
  }
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or {
    width: auto;
    float: none;
    display: inline;
    margin: 0 10px 5px 10px;
    line-height: 40px;
  }
}

@media only screen and (max-width: 740px) {
  .header-minicart .minicart-actions .cart-link {
    right: auto;
    left: 0;
    text-align: center;
    width: 100%;
  }
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or,
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-button {
    width: 100%;
    display: block;
    margin-left: 0;
  }
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or {
    line-height: 1.6;
  }
}

@media only screen and (max-width: 599px) {
  .header-minicart .minicart-actions .checkout-button {
    width: 100%;
  }
}

/* ============================================ *
 * Search - Auto Suggest
 * ============================================ */
.search-autocomplete {
  left: 0 !important;
  overflow: visible !important;
  position: relative !important;
  top: 15px !important;
  width: 100% !important;
  z-index: 200;
}

.search-autocomplete ul {
  border-radius: 2px;
  background-color: #FFFFFF;
  border: 1px solid #3399CC;
  left: 0;
  padding-left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.search-autocomplete ul li {
  border-bottom: 1px solid #F4F4F4;
  color: #3399CC;
  cursor: pointer;
  font-size: 12px;
  padding: 4px 6px;
  text-align: left;
}

.search-autocomplete ul li:hover {
  color: #2e8ab8;
}

.search-autocomplete ul li.selected {
  background-color: #3399CC;
  color: white;
}

.search-autocomplete ul li .amount {
  float: right;
  font-weight: bold;
}

.search-autocomplete ul li:last-child {
  border-bottom: none;
}

.search-autocomplete:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #3399CC;
  border-top: none;
  left: 50%;
  top: -7px;
}

/* ============================================ *
 * Search - Advanced
 * ============================================ */
.advanced-search {
  background: #F4F4F4;
  border: 1px solid #EDEDED;
  padding: 40px;
}

.advanced-search select.multiselect option {
  border-bottom: 1px solid #EDEDED;
  padding: 2px 5px;
}

@media only screen and (max-width: 479px) {
  .advanced-search {
    padding: 15px;
  }
}

.catalogsearch-result-index .page-title {
  padding: 0 25px;
}

/* ============================================ *
 * Account - Reviews
 * ============================================ */
.product-review .product-img-box p.label {
  border-bottom: 1px solid #CCCCCC;
  font-size: 16px;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  margin-top: 20px;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.product-review .product-img-box .rating-box {
  margin: 15px 0;
}

.product-review .product-details h2 {
  border-bottom: 1px solid #CCCCCC;
  color: #3399CC;
  font-size: 16px;
  font-weight: 600;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  padding-bottom: 10px;
}

.product-review .ratings-table {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}

.product-review .ratings-table th {
  padding-right: 10px;
}

.product-review .ratings-table tr {
  float: left;
  font-size: 12px;
  margin-right: 10px;
  text-transform: uppercase;
}

.product-review .ratings-description dt {
  border-bottom: 1px solid #CCCCCC;
  font-size: 16px;
  font-weight: 400;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  margin-top: 20px;
  padding: 10px 0;
  text-transform: uppercase;
}

.product-review .ratings-description dd {
  color: #737373;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 13px;
}

@media only screen and (min-width: 769px) {
  .product-review .ratings-table tr {
    float: none;
  }
}

@media only screen and (min-width: 1126px) {
  .product-review .ratings-table tr {
    float: left;
    margin-right: 15px;
  }
}

@media only screen and (max-width: 320px) {
  .product-review .ratings-table tr {
    float: none;
  }
}

.paypal-express-review .main-container .col-main {
  margin: 40px;
}

@media only screen and (max-width: 768px) {
  .paypal-express-review .main-container .col-main {
    margin: 30px 20px;
  }
}

.paypal-express-review .main-container .col-main .row {
  margin: 0;
}

.paypal-express-review .main-container .col-main input.checkbox, .paypal-express-review .main-container .col-main input[type="checkbox"] {
  margin: 10px 10px 5px 5px;
  vertical-align: top;
}

.paypal-express-review .main-container .col-main h2.legend {
  font-size: 20px;
  font-size: 1.25rem;
}

.paypal-express-review .main-container .col-main h3 {
  font-size: 16px;
  font-size: 1rem;
}

.paypal-express-review .main-container .col-main #details-table,
.paypal-express-review .main-container .col-main .checkout-agreements {
  margin-top: 30px;
}

.paypal-express-review .main-container .col-main address {
  font-size: 13px;
  font-size: 0.8125rem;
}

.paypal-express-review .main-container .col-main .subtotal-row .col.label {
  width: 30%;
  min-width: 200px;
}

.paypal-express-review .main-container .col-main .subtotal-row .col.amount {
  width: 20%;
  min-width: 80px;
}

/* ============================================ *
 * CMS Pages
 * ============================================ */
.cms-page-view .page-title h1,
.cms-page-view .page-title h3,
.cms-page-view .page-head h1,
.cms-page-view .page-head h3,
.cms-no-route .page-title h1,
.cms-no-route .page-title h3,
.cms-no-route .page-head h1,
.cms-no-route .page-head h3 {
  border: none;
}

.cms-page-view .static-page,
.cms-no-route .static-page {
  font-size: 14px;
  font-size: 0.875rem;
}

.cms-page-view .static-page article,
.cms-no-route .static-page article {
  margin-bottom: 50px;
}

.cms-page-view .static-page article p:first-child,
.cms-no-route .static-page article p:first-child {
  font-weight: bold;
}

.cms-page-view .static-page a,
.cms-no-route .static-page a {
  text-decoration: underline;
}

.cms-page-view .static-page a:hover,
.cms-no-route .static-page a:hover {
  text-decoration: none;
}

.cms-page-view .static-page table,
.cms-no-route .static-page table {
  margin-bottom: 15px;
  border: 2px solid #000;
  width: 100%;
}

.cms-page-view .static-page table th,
.cms-page-view .static-page table td,
.cms-no-route .static-page table th,
.cms-no-route .static-page table td {
  border: 1px solid #000;
  padding: 5px;
}

.cms-page-view .static-page table th,
.cms-no-route .static-page table th {
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .cms-page-view .static-page .table-wrap,
  .cms-no-route .static-page .table-wrap {
    overflow-x: auto;
  }
}

.cms-page-view .main-container.col2-left-layout .col-main,
.cms-no-route .main-container.col2-left-layout .col-main {
  padding: 0 60px 0 0;
}

@media only screen and (max-width: 1023px) {
  .cms-page-view .main-container.col2-left-layout .col-main,
  .cms-no-route .main-container.col2-left-layout .col-main {
    padding: 0 40px;
  }
}

@media only screen and (max-width: 768px) {
  .cms-page-view .main-container.col2-left-layout .col-main,
  .cms-no-route .main-container.col2-left-layout .col-main {
    padding: 0 20px;
  }
}

.cms-no-route .std,
.cms-no-route .main,
.cms-service-unavailable .std,
.cms-service-unavailable .main,
.cms-index-defaultnoroute .std,
.cms-index-defaultnoroute .main {
  text-align: center;
}

.cms-no-route .std .not-found,
.cms-no-route .main .not-found,
.cms-service-unavailable .std .not-found,
.cms-service-unavailable .main .not-found,
.cms-index-defaultnoroute .std .not-found,
.cms-index-defaultnoroute .main .not-found {
  display: inline-block;
  max-width: 600px;
}

.cms-no-route .std h1,
.cms-no-route .main h1,
.cms-service-unavailable .std h1,
.cms-service-unavailable .main h1,
.cms-index-defaultnoroute .std h1,
.cms-index-defaultnoroute .main h1 {
  font-size: 24px;
  font-size: 1.5rem;
  color: #000;
  font-weight: bold;
  margin: 30px 0;
}

.cms-no-route .std img,
.cms-no-route .main img,
.cms-service-unavailable .std img,
.cms-service-unavailable .main img,
.cms-index-defaultnoroute .std img,
.cms-index-defaultnoroute .main img {
  width: 100%;
}

.cms-no-route .std form,
.cms-no-route .main form,
.cms-service-unavailable .std form,
.cms-service-unavailable .main form,
.cms-index-defaultnoroute .std form,
.cms-index-defaultnoroute .main form {
  margin: 30px 0;
}

.cms-page-view .std .messages,
.cms-home .std .messages,
.cms-no-route .std .messages {
  margin-bottom: 10px;
}

.cms-page-view .std .messages ul,
.cms-home .std .messages ul,
.cms-no-route .std .messages ul {
  margin-bottom: 0;
}

.cms-page-view .std .messages li,
.cms-home .std .messages li,
.cms-no-route .std .messages li {
  list-style: none;
  margin-left: 0;
  font-style: normal;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}

#accordion .toggle-tabs {
  display: none;
}

#accordion > dl > dt {
  margin: 0;
  margin-bottom: 10px;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-weight: normal;
  margin-bottom: 0;
  padding: 7px 10px 7px 24px;
  position: relative;
  background-color: #F4F4F4;
  display: block;
}

#accordion > dl > dt:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 4px solid #3399CC;
  border-bottom: none;
  left: 10px;
  top: 50%;
  margin-top: -3px;
}

#accordion > dl > dt:hover {
  background-color: shade(#F4F4F4, 3%);
}

#accordion > dl > dd {
  padding: 10px;
  margin: 0;
}

#accordion li {
  position: relative;
  overflow: hidden;
}

#accordion li .plusimage h2 {
  margin-right: 10px;
}

.page-sitemap .links {
  display: block;
  text-align: right;
  margin: 0 20px 0 0;
}

.page-sitemap .links a {
  position: relative;
}

.page-sitemap .sitemap {
  padding: 0 20px;
  margin: 15px 0;
  font-size: 12px;
}

.page-sitemap .sitemap li {
  margin: 3px 0;
}

.contacts-index-index h1 {
  border: none;
}

.contacts-index-index .legend {
  display: none;
}

.block-cms-menu {
  font-size: 12px;
  font-size: 0.75rem;
  padding: 0 25px;
}

@media screen and (max-width: 768px) {
  .block-cms-menu {
    text-align: center;
  }
}

.block-cms-menu .block-title {
  margin: 25px 0 15px;
}

.block-cms-menu .block-title strong {
  font-size: 12px;
  font-size: 0.75rem;
  color: #000;
  font-weight: bold;
}

.block-cms-menu .block-content li {
  text-transform: none;
}

.block-cms-menu .block-content li a:hover {
  color: #000076;
}

.cms-customize .col-main {
  margin: 0;
}

/* ============================================ *
 * Pricing Conditions
 * ============================================ */
.price-box .minimal-price-link .label {
  color: #CF5050;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}

.map-info {
  white-space: nowrap;
}

.catalog-product-view .map-info {
  white-space: normal;
}

.catalog-product-view .map-info > span {
  float: right;
  margin-bottom: 5px;
}

.catalog-product-view .map-info .price-box.map-info > a {
  float: right;
  width: 100%;
}

/* ============================================ *
 * Cookies
 * ============================================ */
.notice-cookie .notice-inner {
  padding-bottom: 0;
}

.notice-cookie .notice-inner:after {
  content: '';
  display: table;
  clear: both;
}

.notice-cookie .notice-text {
  float: left;
  max-width: 90%;
  padding-top: 4px;
  text-align: left;
}

.notice-cookie .notice-text p {
  padding-bottom: 14.5px;
  line-height: 1.3;
}

.notice-cookie .actions {
  float: left;
  text-align: right;
  padding-bottom: 14.5px;
}

@media only screen and (max-width: 1023px) {
  .notice-cookie .notice-text {
    max-width: 86%;
  }
}

@media only screen and (max-width: 768px) {
  .notice-cookie {
    padding: 0 20px;
  }
  .notice-cookie .notice-text {
    max-width: 82%;
    padding-top: 0;
  }
}

@media only screen and (max-width: 620px) {
  .notice-cookie {
    padding: 0 20px;
  }
  .notice-cookie .notice-inner {
    background-position: left 10px;
  }
  .notice-cookie .notice-inner:after {
    content: '';
    display: table;
    clear: both;
  }
  .notice-cookie .notice-text {
    float: none;
    max-width: 100%;
    padding-top: 0;
  }
  .notice-cookie .actions {
    text-align: left;
  }
}

.cookienotice-bar,
.cookienotice-container {
  padding: 0;
}

.cookienotice-bar .cookienotice-content,
.cookienotice-container .cookienotice-content {
  width: auto;
  max-width: 960px;
}

.cookienotice-bar .cookienotice-content .cookienotice-message,
.cookienotice-container .cookienotice-content .cookienotice-message {
  width: 85%;
  padding: 10px;
}

.cookienotice-bar .cookienotice-content .cookienotice-button-container,
.cookienotice-container .cookienotice-content .cookienotice-button-container {
  padding-top: 10px;
  padding-right: 15px;
}

/* ============================================ *
 * Tags
 * ============================================ */
#addTagForm button {
  margin-top: 5px;
  margin-bottom: 10px;
}

#addTagForm .form-add {
  margin-top: 10px;
}

.product-tags {
  background-color: #F4F4F4;
  border: 1px solid #CCCCCC;
  float: left;
  margin-bottom: 10px;
  padding: 5px 1% 10px;
  width: 98%;
}

.product-tags li {
  float: left;
  margin-right: 15px;
}

.product-tags li.last {
  margin-right: 0px;
}

.tags-list {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.tags-list > li {
  float: left;
  margin-right: 10px;
}

.block-tags .actions > a {
  font-size: 12px;
}

.my-tag-edit .button.btn-remove {
  padding: 0;
}

.my-tag-edit .button.btn-remove:after {
  color: white;
}

@media only screen and (max-width: 768px) {
  .tags-list > li,
  .tags-list {
    float: none;
  }
}

/* ============================================ *
 * Captcha
 * ============================================ */
.captcha-note {
  clear: left;
  padding-top: 5px;
}

.captcha-image {
  float: left;
  display: inline;
  max-width: 100%;
  position: relative;
  width: 258px;
  margin-bottom: 10px;
}

.captcha-image .captcha-img {
  border: 1px solid #b6b6b6;
  vertical-align: bottom;
  width: 100%;
}

.registered-users .captcha-image {
  margin: 0;
}

.captcha-reload {
  cursor: pointer;
  position: absolute;
  top: 2px;
  right: 2px;
}

.registered-users .form-instructions {
  color: #e10814;
}

.captcha-reload.refreshing {
  animation: rotate 1.5s infinite linear;
  -webkit-animation: rotate 1.5s infinite linear;
  -moz-animation: rotate 1.5s infinite linear;
}

.customer-account-create .scaffold-form .captcha-input-container label:first-child {
  width: 100%;
}

.captcha-reload {
  position: absolute;
  right: 4px;
  top: 4px;
}

.captcha-img {
  border: 20px solid #bbb;
}

.captcha-input-container {
  margin-bottom: 10px;
}

.control.newsletter-box, .captcha-input-container, .captcha-img-container {
  float: none;
  clear: both;
}

.control.newsletter-box:after, .captcha-input-container:after, .captcha-img-container:after {
  content: '';
  content: '';
  display: table;
  clear: both;
}

/* ============================================ *
 * Checkout Billing Fix to place the Captcha properly
 * ============================================ */
#co-billing-form ul.form-list > .control {
  float: left;
  margin: 0 0 5px;
  width: 100%;
}

/* ============================================ *
 * Account - Orders, Invoices, Credit Memos.
 * ============================================ */
@media only screen and (max-width: 479px) {
  .sales-order-invoice .sub-title,
  .sales-order-creditmemo .sub-title,
  .sales-order-shipment .sub-title {
    float: left;
    font-size: 15px;
    text-align: center;
    width: 100%;
  }
  .sales-order-invoice .order-links,
  .sales-order-creditmemo .order-links,
  .sales-order-shipment .order-links {
    text-align: center;
    width: 100%;
  }
}

/* ============================================ *
 * Recurring Profiles
 * ============================================ */
#recurring_profile_list_view th {
  white-space: normal;
}

#recurring_profile_list_view th span {
  white-space: inherit;
}

@media only screen and (max-width: 479px) {
  #recurring_profile_list_view {
    font-size: 12px;
  }
  #recurring_profile_list_view a {
    font-size: inherit;
  }
  #recurring_profile_list_view th,
  #recurring_profile_list_view td {
    padding: 2px;
  }
}

.recurring-profiles-title {
  float: left;
}

.recurring-profiles-title h1 {
  margin-bottom: 7px;
}

body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons {
  float: right;
  text-align: right;
  margin-bottom: 40px;
}

@media only screen and (max-width: 479px) {
  body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons {
    text-align: center;
    float: none;
  }
}

body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons .button {
  position: static;
}

.recurring-profiles-messages:after {
  content: '';
  display: table;
  clear: both;
}

#recurring_start_date_trig {
  display: inline;
}

/* ============================================ *
 * Billing Agreements
 * ============================================ */
.billing-agreements .info-box {
  margin-bottom: 40px;
}

.billing-agreements .info-box:after {
  content: '';
  display: table;
  clear: both;
}

.billing-agreements .info-box .form-list {
  max-width: 400px;
  width: 100%;
}

.billing-agreements .info-box .box-title {
  margin-top: 20px;
  margin-bottom: 7px;
}

.billing-agreements .info-box .button {
  float: right;
  margin-top: 7px;
}

@media only screen and (max-width: 479px) {
  .billing-agreements .info-box .button {
    width: 100%;
    float: none;
  }
}

.billing-agreements #payment_method {
  width: 100%;
  margin-top: 7px;
  margin-bottom: 7px;
}

.billing-agreement-view-header-wrapper .heading {
  max-width: 80%;
}

@media only screen and (max-width: 479px) {
  .billing-agreement-view-header-wrapper .heading {
    max-width: 100%;
  }
}

.billing-agreement-details td, .billing-agreement-details th {
  padding: 3.5px;
}

@media only screen and (max-width: 1023px) {
  .billing-agreements .data-table .created-at,
  .billing-agreements .data-table .updated-at {
    display: none;
  }
}

/* ============================================ *
 * Popular Search Terms Cloud
 * ============================================ */
.catalogsearch-term-popular .tags-list {
  float: left;
  width: 100%;
}

.catalogsearch-term-popular .tags-list > li {
  float: left;
  height: 40px;
  margin-right: 25px;
}

/* ============================================ *
 * Widgets
 * ============================================ */
/* -------------------------------------------- *
 * Add to cart by SKU
 */
.sidebar .widget-addbysku .sku-table .input-text:not(.qty) {
  width: 100%;
}

@media only screen and (min-width: 769px) {
  .sidebar .widget-addbysku .sku-table .input-text:not(.qty) {
    max-width: 100px;
  }
}

.widget {
  clear: both;
}

.widget .pager {
  float: none;
  width: 100%;
}

@media only screen and (min-width: 1199px) {
  .col2-left-layout .col-main .widget,
  .col2-right-layout .col-main .widget,
  .col3-layout .col-main .widget {
    /* Config: Columns + flexible gutter */
    /* Undo three-column config */
    /* Set column config */
    /* Config: Columns + flexible gutter */
    /* Undo three-column config */
    /* Set column config */
  }
  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(odd),
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(odd),
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(odd) {
    clear: none;
  }
  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n+1),
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n+1),
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n+1) {
    clear: none;
  }
  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(even),
  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n),
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(even),
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n),
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(even),
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n) {
    margin-right: 2.27273%;
  }
  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li,
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li,
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li {
    margin-right: 2.27273%;
  }
  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li,
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li,
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li {
    width: 23.29545%;
    margin-right: 2.27273%;
  }
  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n+1),
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n+1),
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n+1) {
    clear: left;
  }
  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n),
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n),
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n) {
    margin-right: 0;
  }
  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(odd),
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(odd),
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(odd) {
    clear: none;
  }
  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n+1),
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n+1),
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n+1) {
    clear: none;
  }
  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(even),
  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n),
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(even),
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n),
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(even),
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n) {
    margin-right: 2.27273%;
  }
  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li,
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li,
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li {
    margin-right: 2.27273%;
  }
  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li,
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li,
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li {
    width: 18.18182%;
    margin-right: 2.27273%;
  }
  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n+1),
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n+1),
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n+1) {
    clear: left;
  }
  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n),
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n),
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n) {
    margin-right: 0;
  }
}

@media only screen and (min-width: 768px) {
  .col1-layout .col-main .widget {
    /* Config: Columns + flexible gutter */
    /* Undo three-column config */
    /* Set column config */
    /* Config: Columns + flexible gutter */
    /* Undo three-column config */
    /* Set column config */
  }
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(odd) {
    clear: none;
  }
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n+1) {
    clear: none;
  }
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(even),
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n) {
    margin-right: 2.27273%;
  }
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li {
    margin-right: 2.27273%;
  }
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li {
    width: 23.29545%;
    margin-right: 2.27273%;
  }
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n+1) {
    clear: left;
  }
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n) {
    margin-right: 0;
  }
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(odd) {
    clear: none;
  }
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n+1) {
    clear: none;
  }
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(even),
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n) {
    margin-right: 2.27273%;
  }
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li {
    margin-right: 2.27273%;
  }
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li {
    width: 18.18182%;
    margin-right: 2.27273%;
  }
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n+1) {
    clear: left;
  }
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n) {
    margin-right: 0;
  }
}

.vertical-slider-cont {
  position: relative;
}

.vertical-slider-cont .vertical-slider {
  width: 100%;
  padding: 0;
}

.vertical-slider-cont .vertical-slider .item-slider {
  border: 0 none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.vertical-slider-cont .vertical-slider .item-slider .cont {
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
}

.vertical-slider-cont .vertical-slider .item-slider .cont > .bg-img {
  width: 100%;
}

.vertical-slider-cont .vertical-slider .item-slider .cont .text-info {
  position: absolute;
  top: 15%;
  left: 8%;
}

.vertical-slider-cont .vertical-slider .item-slider .cont .text-info a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 768px) {
  .vertical-slider-cont .vertical-slider .item-slider .cont .text-info {
    position: relative;
    width: 100%;
    background: #001489;
    top: 0;
    left: 0;
    padding: 20px;
    min-height: 156px;
  }
}

.vertical-slider-cont .vertical-slider .item-slider .cont .text-info img.left {
  width: 186px;
  height: auto;
  padding-bottom: 29px;
}

@media only screen and (max-width: 768px) {
  .vertical-slider-cont .vertical-slider .item-slider .cont .text-info img.left {
    display: none;
  }
}

.vertical-slider-cont .vertical-slider .item-slider .cont .text-info .title {
  font-size: 48px;
  font-size: 3rem;
  line-height: 56px;
  color: #fff;
  padding-bottom: 12px;
}

@media only screen and (max-width: 768px) {
  .vertical-slider-cont .vertical-slider .item-slider .cont .text-info .title {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 29px;
  }
}

.vertical-slider-cont .vertical-slider .item-slider .cont .text-info .desc {
  font-size: 16px;
  font-size: 1rem;
  line-height: 19px;
  color: #fff;
  font-weight: normal;
}

.vertical-slider-cont .pagination {
  position: absolute;
  top: 50%;
  right: 40px;
  display: none;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.vertical-slider-cont .pagination.show {
  display: block;
}

@media only screen and (max-width: 768px) {
  .vertical-slider-cont .pagination {
    top: 97vw;
    margin-top: -34px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    right: 10px;
  }
}

.vertical-slider-cont .pagination .slick-dots li {
  cursor: pointer;
  position: relative;
  text-align: center;
  padding: 13px 0;
}

.vertical-slider-cont .pagination .slick-dots li:before {
  content: '';
  display: block;
  width: 0;
  height: 3px;
  background: #fff;
  position: absolute;
  transition: width 250ms ease-in-out;
  left: 100%;
  top: 22px;
}

.vertical-slider-cont .pagination .slick-dots li.slick-active:before {
  width: 21px;
}

.vertical-slider-cont .pagination .slick-dots li button {
  background: transparent;
  border: 0 none;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 16px;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .vertical-slider-cont .pagination .gs-dots {
    display: none;
  }
}

.vertical-slider-cont .pagination .gs-arrow-prev,
.vertical-slider-cont .pagination .gs-arrow-next {
  display: block;
  width: 38px;
  height: 38px;
  background: #001489;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
}

.vertical-slider-cont .pagination .gs-arrow-prev:before,
.vertical-slider-cont .pagination .gs-arrow-next:before {
  color: #fff;
  font-size: 11px;
  font-size: 0.6875rem;
  position: absolute;
  width: 100%;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .vertical-slider-cont .pagination .gs-arrow-prev,
  .vertical-slider-cont .pagination .gs-arrow-next {
    display: inline-block !important;
  }
}

.vertical-slider-cont .pagination .gs-arrow-prev {
  margin-bottom: 12px;
}

.vertical-slider-cont .pagination .gs-arrow-prev:before {
  top: 13px;
}

@media only screen and (max-width: 768px) {
  .vertical-slider-cont .pagination .gs-arrow-prev {
    margin: 0 4px;
  }
  .vertical-slider-cont .pagination .gs-arrow-prev:before {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}

.vertical-slider-cont .pagination .gs-arrow-next {
  margin-top: 12px;
}

.vertical-slider-cont .pagination .gs-arrow-next:before {
  top: 14px;
}

@media only screen and (max-width: 768px) {
  .vertical-slider-cont .pagination .gs-arrow-next {
    margin: 0 4px;
  }
  .vertical-slider-cont .pagination .gs-arrow-next:before {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin-top: -1px;
  }
}

body .single_cta_banner,
.vertical-slider-cont .vertical-slider .item-slider .single_cta_banner {
  position: relative;
}

body .single_cta_banner .hero-video::-webkit-media-controls,
.vertical-slider-cont .vertical-slider .item-slider .single_cta_banner .hero-video::-webkit-media-controls {
  display: none;
}

body .single_cta_banner .bg-img,
.vertical-slider-cont .vertical-slider .item-slider .single_cta_banner .bg-img {
  display: block;
  width: 100%;
}

@media only screen and (min-width: 769px) {
  body .single_cta_banner .bg-img.mobile_only,
  .vertical-slider-cont .vertical-slider .item-slider .single_cta_banner .bg-img.mobile_only {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  body .single_cta_banner .bg-img.desktop_only,
  .vertical-slider-cont .vertical-slider .item-slider .single_cta_banner .bg-img.desktop_only {
    display: none;
  }
}

body .single_cta_banner .text-info,
.vertical-slider-cont .vertical-slider .item-slider .single_cta_banner .text-info {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 100px;
  max-width: 450px;
  position: absolute;
  top: 50%;
  color: #fff;
}

body .single_cta_banner .text-info .title-num,
.vertical-slider-cont .vertical-slider .item-slider .single_cta_banner .text-info .title-num {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 21px;
  padding-bottom: 4px;
}

body .single_cta_banner .text-info .title,
.vertical-slider-cont .vertical-slider .item-slider .single_cta_banner .text-info .title {
  font-size: 48px;
  font-size: 3rem;
  line-height: 56px;
  padding-bottom: 12px;
}

body .single_cta_banner .text-info .desc,
.vertical-slider-cont .vertical-slider .item-slider .single_cta_banner .text-info .desc {
  font-size: 16px;
  font-size: 1rem;
  line-height: 19px;
  font-weight: normal;
  padding-bottom: 20px;
}

body .single_cta_banner .text-info .title-num,
body .single_cta_banner .text-info .title,
body .single_cta_banner .text-info .desc,
.vertical-slider-cont .vertical-slider .item-slider .single_cta_banner .text-info .title-num,
.vertical-slider-cont .vertical-slider .item-slider .single_cta_banner .text-info .title,
.vertical-slider-cont .vertical-slider .item-slider .single_cta_banner .text-info .desc {
  color: inherit;
}

@media only screen and (max-width: 768px) {
  body .single_cta_banner .text-info,
  .vertical-slider-cont .vertical-slider .item-slider .single_cta_banner .text-info {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    position: relative;
    top: inherit;
    left: inherit;
    right: inherit;
    text-align: left;
    max-width: 100%;
    padding: 24px 28px 30px 28px;
    color: #000;
  }
  body .single_cta_banner .text-info .title,
  body .single_cta_banner .text-info .desc,
  .vertical-slider-cont .vertical-slider .item-slider .single_cta_banner .text-info .title,
  .vertical-slider-cont .vertical-slider .item-slider .single_cta_banner .text-info .desc {
    color: #000;
  }
  body .single_cta_banner .text-info .title,
  .vertical-slider-cont .vertical-slider .item-slider .single_cta_banner .text-info .title {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 29px;
  }
  body .single_cta_banner .text-info .desc,
  .vertical-slider-cont .vertical-slider .item-slider .single_cta_banner .text-info .desc {
    font-size: 16px;
    font-size: 1rem;
    line-height: 19px;
  }
  body .single_cta_banner .text-info .title-num,
  .vertical-slider-cont .vertical-slider .item-slider .single_cta_banner .text-info .title-num {
    display: none;
  }
}

body .single_cta_banner.right-align .text-info,
.vertical-slider-cont .vertical-slider .item-slider .single_cta_banner.right-align .text-info {
  left: inherit;
  right: 180px;
  text-align: right;
}

@media only screen and (max-width: 768px) {
  body .single_cta_banner.right-align .text-info,
  .vertical-slider-cont .vertical-slider .item-slider .single_cta_banner.right-align .text-info {
    right: inherit;
    text-align: left;
  }
}

body .single_cta_banner.center-align .text-info,
.vertical-slider-cont .vertical-slider .item-slider .single_cta_banner.center-align .text-info {
  text-align: center;
  left: 50%;
  margin-left: -225px;
}

@media only screen and (max-width: 768px) {
  body .single_cta_banner.center-align .text-info,
  .vertical-slider-cont .vertical-slider .item-slider .single_cta_banner.center-align .text-info {
    left: inherit;
    text-align: left;
    margin-left: 0;
  }
}

body .single_cta_banner.black-txt .text-info .title-num,
body .single_cta_banner.black-txt .text-info .title,
body .single_cta_banner.black-txt .text-info .desc,
.vertical-slider-cont .vertical-slider .item-slider .single_cta_banner.black-txt .text-info .title-num,
.vertical-slider-cont .vertical-slider .item-slider .single_cta_banner.black-txt .text-info .title,
.vertical-slider-cont .vertical-slider .item-slider .single_cta_banner.black-txt .text-info .desc {
  color: #000;
}

@media only screen and (max-width: 768px) {
  body .single_cta_banner.oem .text-info,
  .vertical-slider-cont .vertical-slider .item-slider .single_cta_banner.oem .text-info {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    width: 100%;
    padding: 24px 28px 30px 28px;
    text-align: center;
  }
  body .single_cta_banner.oem .text-info .title,
  body .single_cta_banner.oem .text-info .desc,
  .vertical-slider-cont .vertical-slider .item-slider .single_cta_banner.oem .text-info .title,
  .vertical-slider-cont .vertical-slider .item-slider .single_cta_banner.oem .text-info .desc {
    color: #fff;
  }
  body .single_cta_banner.oem .text-info .title,
  .vertical-slider-cont .vertical-slider .item-slider .single_cta_banner.oem .text-info .title {
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 29px;
  }
  body .single_cta_banner.oem .text-info .desc,
  .vertical-slider-cont .vertical-slider .item-slider .single_cta_banner.oem .text-info .desc {
    font-size: 16px;
    font-size: 1rem;
    line-height: 19px;
  }
  body .single_cta_banner.oem .text-info .title-num,
  .vertical-slider-cont .vertical-slider .item-slider .single_cta_banner.oem .text-info .title-num {
    display: none;
  }
}

.home_widget_2 {
  overflow: auto;
}

.home_widget_2 .title_box {
  text-align: center;
  padding: 58px 0;
}

.home_widget_2 .title_box h2 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 29px;
  text-transform: none;
  margin: 0;
}

.home_widget_2 .title_box h3 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 29px;
  font-weight: bold;
  color: #000076;
  text-transform: none;
  margin: 0;
}

.home_widget_2 .home_widget_2_item {
  width: 33.33%;
  float: left;
  position: relative;
}

.home_widget_2 .home_widget_2_item a {
  display: block;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 768px) {
  .home_widget_2 .home_widget_2_item {
    width: 100%;
    margin-bottom: 5px;
  }
}

.home_widget_2 .home_widget_2_item .image_box {
  position: relative;
  width: 100%;
}

.home_widget_2 .home_widget_2_item .image_box img {
  width: 100%;
  height: auto;
}

.home_widget_2 .home_widget_2_item .label_box {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.home_widget_2 .home_widget_2_item .label_box h3 {
  padding: 19px;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 29px;
  color: #fff;
  background-color: rgba(0, 20, 137, 0.6);
  transition: all 350ms ease-in-out;
  margin: 0;
  font-weight: bold;
  text-transform: none;
  letter-spacing: 1px;
}

.home_widget_2 .home_widget_2_item .label_box h3:after {
  display: block;
  content: "\e904";
  font-family: 'icomoon';
  color: #fff;
  position: absolute;
  font-size: 7px;
  line-height: 30px;
  right: 20px;
  top: 50%;
  margin-top: -15px;
}

.home_widget_2 .home_widget_2_item:hover .label_box h3 {
  background-color: #001489;
}

.single-category-showcase {
  overflow: auto;
  position: relative;
  padding-bottom: 40px;
}

.single-category-showcase .info-block {
  padding: 39px 20px;
}

.single-category-showcase .info-block .title {
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 29px;
  font-weight: bold;
  text-transform: none;
  margin-bottom: 0;
}

.single-category-showcase .slider-wrapper-3-1 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 5.2%;
}

.single-category-showcase .slider-wrapper-3-1 .item-product {
  float: left;
  padding: 0;
}

.single-category-showcase .slider-wrapper-3-1 .item-product .item-product-wrap {
  padding: 0 12%;
}

@media only screen and (max-width: 599px) {
  .single-category-showcase .slider-wrapper-3-1 .item-product .item-product-wrap {
    padding: 0 10px;
  }
}

.single-category-showcase .slider-wrapper-3-1 .item-product .item-product-wrap a.prod-img {
  width: 100%;
  display: block;
  max-width: 300px;
  margin: 0 auto;
}

.single-category-showcase .slider-wrapper-3-1 .item-product .item-product-wrap a.prod-img img {
  height: auto;
  width: 100%;
}

.single-category-showcase .slider-wrapper-3-1 .item-product .item-product-wrap li {
  display: list-item;
}

.single-category-showcase .slider-wrapper-3-1 .item-product .item-product-wrap li .swatch-link {
  padding: 0;
  min-height: 0;
  float: left;
}

.single-category-showcase .slider-wrapper-3-1 .item-product .item-product-wrap li .swatch-link:hover {
  background: none;
}

.single-category-showcase .slider-wrapper-3-1 .item-product .product-info {
  max-width: 300px;
  margin: 14px auto;
  padding: 0 20px;
}

.single-category-showcase .slider-wrapper-3-1 .item-product .product-info h2 {
  font-weight: bold;
  text-transform: none;
  margin-bottom: 2px;
  font-size: 14px;
  font-size: 0.875rem;
}

.single-category-showcase .slider-wrapper-3-1 .item-product .product-info .product-description__inner {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 18px;
  font-weight: 600;
}

.single-category-showcase .slider-wrapper-3-1 .item-product .product-info .price-box .price {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #000076;
  font-weight: bold;
}

.single-category-showcase .slider-wrapper-3-1 .item-product .product-info .price-box .old-price .price {
  opacity: .5;
  text-decoration: line-through;
}

.single-category-showcase .sw31-arrow-prev,
.single-category-showcase .sw31-arrow-next {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #001489;
  overflow: hidden;
  position: absolute;
  top: 50%;
  margin-top: -26px;
  border: 0 none;
  cursor: pointer;
  z-index: 10;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

@media only screen and (max-width: 768px) {
  .single-category-showcase .sw31-arrow-prev,
  .single-category-showcase .sw31-arrow-next {
    display: none;
  }
}

.single-category-showcase .sw31-arrow-prev::before,
.single-category-showcase .sw31-arrow-next::before {
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 14px;
  width: 14px;
  height: 14px;
  margin: 19px;
  display: block;
}

.single-category-showcase .slick-dots {
  width: 100%;
  text-align: center;
  padding: 12px;
}

.single-category-showcase .slick-dots li {
  display: inline-block;
  margin: 0 4px;
}

.single-category-showcase .slick-dots li button {
  display: block;
  width: 14px;
  height: 14px;
  border: 1px solid #001489;
  background: #001489;
  border-radius: 50%;
  overflow: hidden;
  text-indent: -3000px;
}

.single-category-showcase .slick-dots li.slick-active button {
  background: #fff;
}

.single-category-showcase .sw31-arrow-prev {
  left: 1.75%;
}

.single-category-showcase .sw31-arrow-next {
  right: 1.75%;
}

.home_widget_5 {
  padding: 90px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
  .home_widget_5 {
    padding: 30px 0;
  }
}

.home_widget_5 .widget_5_1,
.home_widget_5 .widget_5_2 {
  float: left;
}

.home_widget_5 .widget_5_1 img,
.home_widget_5 .widget_5_2 img {
  max-width: 100%;
  margin: 0 auto;
}

.home_widget_5 .widget_5_1 .text-box,
.home_widget_5 .widget_5_2 .text-box {
  margin-top: 23px;
}

.home_widget_5 .widget_5_1 .text-box h2,
.home_widget_5 .widget_5_2 .text-box h2 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 29px;
  font-weight: bold;
  text-transform: none;
  margin-bottom: 20px;
}

.home_widget_5 .widget_5_1 .text-box h3,
.home_widget_5 .widget_5_2 .text-box h3 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 29px;
  font-weight: bold;
  color: #000076;
  text-transform: none;
}

@media only screen and (max-width: 768px) {
  .home_widget_5 .widget_5_1 .text-box,
  .home_widget_5 .widget_5_2 .text-box {
    margin: 23px 25px 0 25px;
  }
}

.home_widget_5 .widget_5_1 {
  padding: 0 30px 0 90px;
}

@media only screen and (max-width: 1023px) {
  .home_widget_5 .widget_5_1 {
    padding: 0 15px 0 60px;
  }
}

.home_widget_5 .widget_5_1 .text-box p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 19px;
  margin-bottom: 23px;
  font-weight: normal;
}

@media only screen and (max-width: 768px) {
  .home_widget_5 .widget_5_1 {
    max-width: 640px;
    padding: 15px 0;
    margin: 15px auto;
  }
}

.home_widget_5 .widget_5_2 {
  padding: 0 90px 0 30px;
}

@media only screen and (max-width: 1023px) {
  .home_widget_5 .widget_5_2 {
    padding: 0 60px 0 15px;
  }
}

.home_widget_5 .widget_5_2 img {
  width: 50%;
  float: left;
}

@media only screen and (max-width: 768px) {
  .home_widget_5 .widget_5_2 img {
    float: none;
    margin: 0 auto;
    width: 100%;
  }
}

.home_widget_5 .widget_5_2 .text-box {
  float: left;
  width: 50%;
  padding-left: 60px;
}

.home_widget_5 .widget_5_2 .text-box p {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 18px;
  margin-bottom: 60px;
  font-weight: 600;
}

@media only screen and (max-width: 1023px) {
  .home_widget_5 .widget_5_2 .text-box {
    padding-left: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .home_widget_5 .widget_5_2 .text-box {
    width: 100%;
    margin: 23px auto 0 auto;
    padding: 0 25px;
  }
}

@media only screen and (max-width: 768px) {
  .home_widget_5 .widget_5_2 {
    max-width: 640px;
    padding: 15px 25px;
    margin: 0 auto;
  }
}

.infobox-slider,
.customize-slider {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.infobox-slider__slide {
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
}

@media only screen and (min-width: 1023px) {
  .infobox-slider__slide {
    -webkit-flex-basis: 33%;
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
  }
}

.customize-slider {
  padding-top: 10px;
}

@media only screen and (min-width: 1023px) {
  .customize-slider {
    padding-top: 35px;
  }
}

.customize-slider-cont {
  padding: 60px 0 40px;
}

@media only screen and (min-width: 1023px) {
  .customize-slider-cont {
    padding: 70px 0 30px;
  }
}

.customize-slider__slide {
  padding: 20px 0;
}

@media only screen and (min-width: 1023px) {
  .customize-slider__slide {
    padding: 40px 0;
  }
}

.infobox, .infobox__image-wrapper,
.customize-item,
.customize-item__image-wrapper {
  position: relative;
}

.infobox__image,
.customize-item__image {
  width: 100%;
}

@media only screen and (max-width: 479px) {
  .infobox__image.desktop,
  .customize-item__image.desktop {
    display: none;
  }
}

@media only screen and (min-width: 599px) {
  .infobox__image.mobile,
  .customize-item__image.mobile {
    display: none;
  }
}

.infobox__image.static360,
.customize-item__image.static360 {
  position: relative;
  z-index: 5;
  transition: opacity 200ms ease-in-out;
}

.infobox__image.static360:hover, .infobox__image.static360:focus, .infobox__image.static360:active,
.customize-item__image.static360:hover,
.customize-item__image.static360:focus,
.customize-item__image.static360:active {
  opacity: 0;
}

.infobox__image.active360,
.customize-item__image.active360 {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

.infobox__caption {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 1;
  padding: 0 20px;
}

@media only screen and (min-width: 1023px) {
  .infobox__caption {
    width: 90%;
  }
}

.infobox__title, .infobox__desc {
  color: #fff;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 1.57px;
}

.infobox__title {
  font-size: 22px;
  font-size: 1.375rem;
}

@media only screen and (max-width: 1023px) {
  .infobox__title {
    letter-spacing: 1.44px;
  }
}

@media only screen and (min-width: 1023px) {
  .infobox__title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.infobox__desc {
  font-size: 14px;
  font-size: 0.875rem;
}

.customize-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.customize-item__info {
  padding: 10px 0;
}

@media only screen and (min-width: 1023px) {
  .customize-item__info {
    padding: 30px 0;
  }
}

.customize-item__title, .customize-item__desc {
  color: #000;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: 700;
}

.customize-item__title {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 1.05px;
  text-transform: uppercase;
}

.customize-item__desc {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 1.57px;
}

.customize-item__cta {
  color: #001489;
  border: 0;
}

.customize-caption {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.customize-caption__title {
  color: #001489;
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: .51px;
  text-align: center;
  margin-bottom: 40px;
}

@media only screen and (min-width: 1023px) {
  .customize-caption__title {
    font-size: 48px;
    font-size: 3rem;
    letter-spacing: 1.02px;
  }
}

.customize-showcase.single-category-showcase,
.customize-showcase.single-category-showcase .slider-wrapper-3-1 {
  padding: 0;
}

.customize-showcase.single-category-showcase .slider-wrapper-3-1 .slick-track {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.customize-showcase.single-category-showcase .slider-wrapper-3-1 .item-product {
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  height: auto;
}

.customize-showcase.single-category-showcase .slider-wrapper-3-1 .item-product .item-product-wrap {
  height: 100%;
}

.customize-showcase.single-category-showcase .slider-wrapper-3-1 .item-product a.prod-img {
  margin: 30px auto;
}

.customize-showcase.single-category-showcase .item-product {
  background-color: #efefef;
}

.customize-showcase.single-category-showcase .item-product,
.customize-showcase.single-category-showcase .item-product .item-product-wrap,
.customize-showcase.single-category-showcase .item-product .product-customize__button {
  transition: opacity 350ms ease-in-out;
}

.customize-showcase.single-category-showcase .item-product .item-product-wrap {
  padding: 30px 15%;
}

.customize-showcase.single-category-showcase .item-product .item-product-wrap, .customize-showcase.single-category-showcase .item-product .item-product-wrap__bottom {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.customize-showcase.single-category-showcase .item-product .prod-title {
  color: #001489;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: .51px;
  margin: 0;
  text-align: center;
}

.customize-showcase.single-category-showcase .item-product:not(.slick-center) {
  background-color: #000;
}

.customize-showcase.single-category-showcase .item-product:not(.slick-center),
.customize-showcase.single-category-showcase .item-product:not(.slick-center) .item-product-wrap {
  opacity: .34;
}

.customize-showcase.single-category-showcase .item-product:not(.slick-center) .prod-title,
.customize-showcase.single-category-showcase .item-product:not(.slick-center) .product-customize__button {
  opacity: 0;
}

.customize-showcase .slick-dots {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 30px 12px;
}

/* ============================================ *
 * Checkout - Multiple Addresses
 * ============================================ */
body[class*="checkout-multishipping-"] .checkout-progress {
  width: 100%;
  float: left;
  margin-bottom: 25px;
}

body[class*="checkout-multishipping-"] .checkout-progress > li {
  float: left;
  width: 20%;
  text-align: center;
  padding: 8px 1% 6px;
  background: #F4F4F4;
  text-transform: uppercase;
  border-bottom: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  margin-bottom: 10px;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}

body[class*="checkout-multishipping-"] .checkout-progress > li.active {
  background-color: #001489;
}

body[class*="checkout-multishipping-"] .checkout-progress > li.last {
  border-right: 0px;
}

body[class*="checkout-multishipping-"] .page-title {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}

body[class*="checkout-multishipping-"] .page-title h1 {
  border: 0 none;
  float: left;
  margin-top: 2px;
  margin-right: 2%;
}

body[class*="checkout-multishipping-"] .page-title .button {
  float: right;
}

body[class*="checkout-multishipping-"] .multiple-checkout > h2 {
  text-transform: none;
  font-size: 17px;
  margin-bottom: 15px;
}

body[class*="checkout-multishipping-"] .messages {
  float: left;
  width: 100%;
}

body[class*="checkout-multishipping-"] .col-2.col-wide {
  width: 66%;
}

body[class*="checkout-multishipping-"] .col-1.col-narrow {
  width: 30%;
}

body[class*="checkout-multishipping-"] .actions {
  margin-bottom: 10px;
}

body[class*="checkout-multishipping-"] .grand-total {
  text-align: right;
  font-size: 16px;
  font-weight: bold;
}

body[class*="checkout-multishipping-"] #checkout-review-submit {
  float: right;
}

body[class*="checkout-multishipping-"] #review-buttons-container {
  float: right;
  text-align: right;
}

.checkout-multishipping-addresses .btn-remove2 {
  text-indent: -5555px;
  display: block;
  width: 22px;
  height: 22px;
}

.checkout-multishipping-shipping .gift-messages {
  margin-top: 20px;
}

.checkout-multishipping-shipping .gift-messages-form {
  margin-top: 15px;
}

.checkout-multishipping-shipping .gift-messages-form h4 {
  margin-top: 15px;
  margin-bottom: 5px;
}

.checkout-multishipping-shipping .gift-messages-form .form-list {
  margin-top: 10px;
  margin-bottom: 25px;
}

.checkout-multishipping-shipping .gift-messages-form .item {
  margin-top: 15px;
}

.checkout-multishipping-shipping .col-1 .box-title h2, .checkout-multishipping-shipping .col-1 .box-title h3, .checkout-multishipping-shipping .col-1 .box-title h4, .checkout-multishipping-shipping .col-2 .box-title h2, .checkout-multishipping-shipping .col-2 .box-title h3, .checkout-multishipping-shipping .col-2 .box-title h4,
.checkout-multishipping-billing .col-1 .box-title h2,
.checkout-multishipping-billing .col-1 .box-title h3,
.checkout-multishipping-billing .col-1 .box-title h4,
.checkout-multishipping-billing .col-2 .box-title h2,
.checkout-multishipping-billing .col-2 .box-title h3,
.checkout-multishipping-billing .col-2 .box-title h4,
.checkout-multishipping-overview .col-1 .box-title h2,
.checkout-multishipping-overview .col-1 .box-title h3,
.checkout-multishipping-overview .col-1 .box-title h4,
.checkout-multishipping-overview .col-2 .box-title h2,
.checkout-multishipping-overview .col-2 .box-title h3,
.checkout-multishipping-overview .col-2 .box-title h4 {
  font-weight: normal;
  width: 100%;
  background: #F4F4F4;
  border-bottom: 1px solid #CCCCCC;
  padding: 10px;
  font-size: 14px;
}

.checkout-multishipping-shipping .col-1 > h4, .checkout-multishipping-shipping .col-2 > h4,
.checkout-multishipping-billing .col-1 > h4,
.checkout-multishipping-billing .col-2 > h4,
.checkout-multishipping-overview .col-1 > h4,
.checkout-multishipping-overview .col-2 > h4 {
  font-weight: normal;
  width: 100%;
  background: #F4F4F4;
  border-bottom: 1px solid #CCCCCC;
  padding: 10px;
  font-size: 14px;
}

.checkout-multishipping-shipping .col-1 .box-content, .checkout-multishipping-shipping .col-2 .box-content,
.checkout-multishipping-billing .col-1 .box-content,
.checkout-multishipping-billing .col-2 .box-content,
.checkout-multishipping-overview .col-1 .box-content,
.checkout-multishipping-overview .col-2 .box-content {
  margin-bottom: 25px;
  padding-left: 10px;
  margin-top: 10px;
}

.checkout-multishipping-billing .sp-methods dt {
  float: left;
  width: 100%;
}

#multiship-addresses-table > tbody > tr > td.a-center.last > a {
  background-image: none;
}

#review-order-form > div:nth-child(3) > div.divider {
  width: 100%;
  clear: both;
}

@media only screen and (max-width: 1023px) {
  body[class*="checkout-multishipping-"] .checkout-progress span {
    word-spacing: 300px;
  }
  #review-order-form .col-1,
  #review-order-form .col-2 {
    float: none;
    width: auto;
    border: 0;
    padding-right: 0;
    padding-left: 0;
  }
}

@media only screen and (max-width: 768px) {
  body[class*="checkout-multishipping-"] .checkout-progress span {
    width: 12px;
  }
  body[class*="checkout-multishipping-"] .checkout-progress li {
    width: 100%;
    margin: 0;
    text-align: left;
    padding-left: 3%;
    border-right: 0px;
  }
  body[class*="checkout-multishipping-"] .checkout-progress span {
    word-spacing: 1px;
    width: 12px;
  }
  body[class*="checkout-multishipping-"] .box-title {
    float: left;
    width: 100%;
  }
  body[class*="checkout-multishipping-"] .page-title .button {
    float: left;
    margin-bottom: 10px;
  }
  body[class*="checkout-multishipping-"] .linearize-table tfoot td {
    text-align: right;
  }
  body[class*="checkout-multishipping-"] .linearize-table select {
    width: 100%;
    min-width: 200px;
  }
  body[class*="checkout-multishipping-"] .col-1.col-narrow, body[class*="checkout-multishipping-"] .col-2.col-wide {
    width: 100%;
    padding: 0;
  }
}

@media only screen and (max-width: 599px) {
  .checkout-multishipping-addresses .linearize-table tbody td[data-rwd-label] {
    text-align: left;
    padding-left: 10px;
    margin-top: 12px;
  }
}

@media only screen and (max-width: 479px) {
  body[class*="checkout-multishipping-"] .buttons-set .back-link {
    display: block;
  }
}

/* ============================================ *
 * Calendar styles (restore styles from /js/calendar)
 * ============================================ */
div.calendar table {
  border-collapse: separate;
}

div.calendar table td.button {
  display: table-cell;
  background: inherit;
  color: inherit;
  text-transform: none;
}

/*# sourceMappingURL=styles.css.map */
