/**
 * Copyright © 2016 SOZO Design. All rights reserved.
 */
@charset "UTF-8";
/* Slider */
.slick-loading .slick-list {
  background: #ffffff url('../gif/ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
.slick-prev[dir="rtl"] {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
.slick-prev:before[dir="rtl"] {
  content: "→";
}
.slick-next {
  right: -25px;
}
.slick-next[dir="rtl"] {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
.slick-next:before[dir="rtl"] {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #000000;
  opacity: 0.75;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url('../png/fancybox_sprite.png');
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('../gif/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('../gif/blank.gif');
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('../png/fancybox_overlay.png');
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url('../png/fancybox_sprite%402x.png');
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url('../gif/fancybox_loading%402x.gif');
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
/* Reset */
.dcsns ul,
.dcsns li {
  padding: 0;
  margin: 0;
  list-style: none !important;
  background: none;
}
/* Main styles */
/* Feeds */
.dcsns {
  background: #E5E5E5;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  color: #444;
  list-style: none outside none;
  margin: 0;
  padding: 10px 10px 0;
}
.dcsns-content {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0 0 5px 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.dcsns-loading {
  background: url(../gif/loading_light.gif) no-repeat 0 0;
  height: 24px;
  padding: 6px 0 0 30px;
  position: absolute;
  top: 10px;
  left: 10px;
}
.stream p {
  margin: 0;
  padding: 0;
}
.stream li a {
  color: #2DB6E8;
}
.stream li {
  padding: 0;
  position: relative;
  font-size: 11px;
  color: #444;
  background: #fff;
  border: 1px solid #D3D3D3;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin-bottom: 4px;
  font-family: Arial, sans-serif;
  line-height: 1.35em;
}
.stream li .inner {
  padding: 10px 10px 0 10px;
  margin: 0;
  position: relative;
  line-height: 1.5em;
}
.stream li .icon {
  position: absolute;
  left: 8px;
  bottom: 5px;
  z-index: 2;
  height: 20px;
}
.stream li .clear {
  clear: both;
}
/* Content blocks */
.stream li .section-intro {
  clear: both;
  display: block;
  font-style: italic;
  padding: 8px 0 5px 35px;
  margin: 0;
  height: 19px;
  color: #fff;
  border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
}
.stream li .section-intro a {
  text-decoration: underline;
  margin-right: 3px;
  color: #fff;
}
.stream li .section-title {
  display: block;
  font-weight: bold;
  margin-bottom: 3px;
  font-size: 12px;
  color: #f0f0f0;
}
.stream li .section-title a {
  color: #555;
}
.stream li .section-title a:hover {
  color: #2DB6E8;
}
.stream li .section-thumb {
  float: left;
  margin: 0 7px 0 0;
  max-width: 99%;
}
.stream li .section-thumb img {
  border: 1px solid #ccc;
  padding: 1px;
  background: #fff;
  max-width: 99%;
}
.stream li .section-text {
  display: block;
  margin-bottom: 3px;
}
.stream li .section-text br {
  display: block;
}
.stream li .section-user {
  clear: both;
  font-style: italic;
  margin: 0 8px 5px 0;
  display: block;
  float: left;
  padding: 5px 0 5px 15px;
  line-height: 12px;
  background: url(../png/profile.png) no-repeat 0 5px;
}
.stream li .meta {
  display: block;
  font-size: 90%;
  color: #999;
}
.stream li .meta span {
  margin: 0 8px 5px 0;
  display: block;
  float: left;
  padding: 0 0 0 15px;
  line-height: 12px;
}
.meta span.shares {
  background: url(../png/shares.png) no-repeat 0 0;
  padding-left: 20px;
}
.meta span.views {
  background: url(../png/views.png) no-repeat 0 0;
  padding-left: 18px;
}
.meta span.likes {
  background: url(../png/likes.png) no-repeat 0 0;
  padding-left: 16px;
}
.meta span.comments {
  background: url(../png/comments.png) no-repeat 0 0;
}
.meta span.users {
  background: url(../png/users.png) no-repeat 0 0;
}
.meta span.videos {
  background: url(../png/videos.png) no-repeat 0 0;
  padding-left: 16px;
}
.stream li .section-meta {
  display: block;
  margin: 0;
  padding: 0;
  clear: both;
}
.stream li .meta.item-comments {
  padding: 0 0 0 35px;
  margin: 0 0 5px 0;
  min-height: 30px;
  position: relative;
  clear: both;
  line-height: 1.3em;
}
.stream li .meta.item-comments img {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
}
.stream li .meta.item-likes {
  padding: 0;
  width: 100%;
  overflow: hidden;
  clear: both;
  line-height: 1.3em;
}
.stream li .meta.item-likes img {
  float: left;
  margin: 0 5px 5px 0;
  width: 30px;
  border: 1px solid #ddd;
  padding: 1px;
  background: #fff;
}
.stream li.dcsns-error {
  color: #990000;
}
.stream li .section-share {
  display: block;
  margin: 0 0 5px 0;
  padding: 4px 0 0;
  float: right;
}
.stream li .section-share a {
  display: block;
  width: 16px;
  height: 16px;
  float: left;
  margin: 0 2px 0 0;
  background: url(../png/share.png) no-repeat 0 0;
}
.stream li .section-share a.share-twitter {
  background-position: 0 -16px;
}
.stream li .section-share a.share-reply {
  background-position: 0 -32px;
}
.stream li .section-share a.share-retweet {
  background-position: 0 -48px;
}
.stream li .section-share a.share-favorite {
  background-position: 0 -64px;
}
.stream li .section-share a.share-google {
  background-position: 0 -80px;
}
.stream li .section-share a.share-linkedin {
  background-position: 0 -96px;
}
.stream li .section-share a.share-facebook:hover {
  background-position: -16px 0;
}
.stream li .section-share a.share-twitter:hover {
  background-position: -16px -16px;
}
.stream li .section-share a.share-reply:hover {
  background-position: -16px -32px;
}
.stream li .section-share a.share-retweet:hover {
  background-position: -16px -48px;
}
.stream li .section-share a.share-favorite:hover {
  background-position: -16px -64px;
}
.stream li .section-share a.share-google:hover {
  background-position: -16px -80px;
}
.stream li .section-share a.share-linkedin:hover {
  background-position: -16px -96px;
}
.stream li.dcsns-twitter .section-share .share-facebook,
.stream li.dcsns-twitter .section-share .share-google,
.stream li.dcsns-twitter .section-share .share-linkedin,
.stream li.dcsns-twitter .section-share .share-twitter {
  display: none;
}
/* Toolbar */
.dcsns-toolbar {
  padding: 5px 80px 5px 0;
  position: relative;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
/* Filter */
.dcsns .filter {
  padding: 0;
  margin: 0;
}
.dcsns .filter li {
  display: inline-block;
  background: none;
  padding: 0;
  margin: 0 2px 0 0;
  height: 24px;
}
.dcsns .filter li a {
  padding: 0;
  margin: 0;
  display: block;
  float: left;
  height: 24px;
}
.dcsns .filter li img {
  margin: 0;
  height: 22px;
}
/* Controls */
.dcsns .controls {
  position: absolute;
  right: 0;
  top: 7px;
  height: 22px;
  padding: 0;
  z-index: 12;
}
.dcsns .controls li {
  display: inline;
  background: none;
}
.dcsns .controls a {
  display: block;
  width: 22px;
  height: 22px;
  float: left;
  margin: 0 0 0 2px;
  background: url(../png/controls.png) no-repeat 0 0;
}
.dcsns .controls .prev {
  background-position: -44px 0;
}
.dcsns .controls .next {
  background-position: -66px 0;
}
.dcsns .controls .play {
  background-position: 0 0;
}
.dcsns .controls .pause {
  background-position: -22px 0;
}
.dcsns .controls .prev:hover {
  background-position: -44px -22px;
}
.dcsns .controls .next:hover {
  background-position: -66px -22px;
}
.dcsns .controls .play:hover {
  background-position: 0 -22px;
}
.dcsns .controls .pause:hover {
  background-position: -22px -22px;
}
/* feeds network specific styles */
.stream li.dcsns-rss .section-intro,
.filter .f-rss a:hover {
  background-color: #FF9800;
}
.stream li.dcsns-flickr .section-intro,
.filter .f-flickr a:hover {
  background-color: #f90784;
}
.stream li.dcsns-delicious .section-intro,
.filter .f-delicious a:hover {
  background-color: #3271CB;
}
.stream li.dcsns-twitter .section-intro,
.filter .f-twitter a:hover {
  background-color: #4ec2dc;
}
.stream li.dcsns-facebook .section-intro,
.filter .f-facebook a:hover {
  background-color: #3b5998;
}
.stream li.dcsns-google .section-intro,
.filter .f-google a:hover {
  background-color: #2d2d2d;
}
.stream li.dcsns-youtube .section-intro,
.filter .f-youtube a:hover {
  background-color: #DF1F1C;
}
.stream li.dcsns-pinterest .section-intro,
.filter .f-pinterest a:hover {
  background-color: #CB2528;
}
.stream li.dcsns-lastfm .section-intro,
.filter .f-lastfm a:hover {
  background-color: #C90E12;
}
.stream li.dcsns-dribbble .section-intro,
.filter .f-dribbble a:hover {
  background-color: #F175A8;
}
.stream li.dcsns-vimeo .section-intro,
.filter .f-vimeo a:hover {
  background-color: #4EBAFF;
}
.stream li.dcsns-stumbleupon .section-intro,
.filter .f-stumbleupon a:hover {
  background-color: #EB4924;
}
.stream li.dcsns-deviantart .section-intro,
.filter .f-deviantart a:hover {
  background-color: #EB4924;
}
.stream li.dcsns-tumblr .section-intro,
.filter .f-tumblr a:hover {
  background-color: #365472;
}
.stream li.dcsns-instagram .section-intro,
.filter .f-instagram a:hover {
  background-color: #413A33;
}
/* Facebook */
.stream li.dcsns-facebook .section-text img {
  margin: 0 7px 5px 0;
  float: left;
  border: 1px solid #ddd;
  padding: 1px;
  background: #fff;
  max-width: 98%;
}
.stream li.dcsns-facebook .section-text-fb a {
  display: none;
}
.stream li.dcsns-facebook .meta {
  display: block;
  clear: both;
}
.stream li.dcsns-facebook .meta.item-comments {
  padding: 0;
  min-height: auto;
}
.stream li.dcsns-facebook .meta.item-comments a {
  display: block;
  margin: 0 0 2px 0;
}
.stream li.dcsns-facebook .share-facebook {
  display: none;
}
/* twitter */
.stream li.dcsns-twitter .section-thumb {
  margin-top: 3px;
}
.stream li.dcsns-twitter .section-user {
  padding: 0;
  background: none;
}
.stream li.dcsns-twitter .section-text img {
  margin: 5px 0 0;
  border: 1px solid #ddd;
  padding: 1px;
  background: #fff;
  max-width: 99%;
}
.stream li.dcsns-twitter a {
  color: #38AEAE;
}
.stream li.dcsns-twitter .section-intro a,
.stream li.dcsns-twitter .section-intro a:hover {
  color: #fff;
}
.stream li.dcsns-twitter .section-intro span a {
  text-decoration: none;
  margin-left: 0;
}
.stream li.dcsns-twitter .section-intro span a:hover {
  text-decoration: underline;
}
.stream li.dcsns-twitter a:hover {
  color: #38AEAE;
  text-decoration: underline;
}
.stream li.dcsns-twitter .twitter-user {
  margin-bottom: 2px;
  display: block;
}
.stream li.dcsns-twitter .twitter-user a {
  color: #999;
  line-height: 1.35em;
}
.stream li.dcsns-twitter .twitter-user a:hover {
  color: #999;
  text-decoration: none;
}
.stream li.dcsns-twitter .twitter-user a strong {
  color: #444;
}
.stream li.dcsns-twitter .twitter-user a:hover strong {
  color: #38AEAE;
  text-decoration: underline;
}
/* google */
.stream li.dcsns-google .section-title {
  margin-bottom: 5px;
}
.stream li.dcsns-google .meta span.plusones {
  padding-left: 0;
}
/* vimeo */
.dcsns .stream li.dcsns-vimeo .section-title {
  display: block;
  clear: both;
}
.stream li.dcsns-vimeo .section-text {
  margin-bottom: 5px;
}
.stream li.dcsns-vimeo .section-text .meta {
  padding-top: 5px;
}
.stream li.dcsns-vimeo .logo {
  margin-bottom: 3px;
}
/** Flickr **/
.stream li.dcsns-flickr .section-thumb {
  margin: 0;
}
/* Pinterest */
.stream li.dcsns-pinterest .section-thumb {
  display: block;
}
.stream li.dcsns-pinterest .section-text {
  clear: both;
}
/* dribbble */
.stream li.dcsns-dribbble .inner img {
  margin-bottom: 5px;
}
/* lastfm */
.stream li.dcsns-lastfm .section-title {
  background: url(../png/tracks.png) no-repeat 0 0;
  padding-left: 17px;
  margin-bottom: 0;
}
/* deviantart */
.stream li.dcsns-deviantart .section-thumb {
  display: block;
  float: none;
}
.stream li.dcsns-deviantart .section-thumb img {
  max-width: 250px;
}
/* tumblr */
.stream li.dcsns-tumblr .section-text img {
  margin: 0 7px 5px 0;
  float: left;
  border: 1px solid #ddd;
  padding: 1px;
  background: #fff;
  max-width: 99%;
}
.stream li.dcsns-tumblr .track {
  display: block;
  background: url(../png/tracks.png) no-repeat 0 5px;
  padding: 5px 0 0 17px;
  margin-bottom: 0;
}
/* instagram */
.stream li.dcsns-instagram .section-title {
  font-weight: normal;
  clear: both;
}
.stream li.dcsns-instagram .section-thumb img {
  margin-bottom: 10px;
}
.stream li.dcsns-instagram .section-meta {
  clear: both;
  margin-bottom: 5px;
}
.stream li.dcsns-instagram .section-meta .meta .comments,
.stream li.dcsns-instagram .section-meta .meta .likes {
  margin: 0 0 5px 0;
  padding-top: 5px;
  background-position: 0px 5px;
  float: none;
  font-size: 100%;
  font-weight: bold;
}
/* Reset */
.dcsns ul,
.dcsns li {
  padding: 0;
  margin: 0;
  list-style: none !important;
  background: none;
}
/* Main styles */
/* Feeds */
.dcsns {
  color: #444;
  list-style: none outside none;
  margin: 0;
  clear: both;
}
.dcsns h1 {
  width: auto;
  position: relative;
}
.dcsns h1,
.dcsns h2,
.dcsns h3 {
  line-height: 1.35em;
}
.dcsns-content {
  position: relative;
  padding: 0;
}
.dcsns-loading {
  background: url(../gif/loading_light.gif) no-repeat 0 0;
  height: 24px;
  padding: 6px 0 0 30px;
  position: absolute;
  top: 10px;
  left: 10px;
}
.dcsns-toolbar .dcsns-loading {
  right: 10px;
  left: auto;
}
.stream {
  margin: 0 auto!important;
}
.stream p {
  margin: 0;
  padding: 0;
}
.stream li a {
  color: #2DB6E8;
}
.stream li {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  font-size: 11px;
  padding: 15px 0 35px 0;
  width: 224px;
  position: relative;
  margin: 0 12px 12px 0;
  font-family: Arial, sans-serif;
  line-height: 1.35em;
}
.stream li .inner {
  overflow: hidden;
  padding: 0 15px;
}
.stream li .icon {
  position: absolute;
  left: 3px;
  bottom: 0;
  z-index: 3;
}
.stream li .section-intro {
  padding: 7px 0;
  width: 100%;
  left: 0;
  bottom: 0;
  position: absolute;
  color: #fff;
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
  z-index: 2;
}
.stream li .clear {
  clear: both;
}
/* Content blocks */
.stream li .section-intro a {
  text-decoration: underline;
  color: #fff;
  margin-left: 32px;
}
.stream li .section-title {
  display: block;
  font-weight: bold;
  margin-bottom: 3px;
}
.stream li .section-title a {
  color: #555;
}
.stream li .section-title a:hover {
  color: #2DB6E8;
}
.stream li .section-thumb {
  float: left;
  margin: 0 7px 0 0;
}
.stream li .section-thumb img,
.stream li .section-text img {
  display: none;
}
.stream li .section-thumb img {
  border: 1px solid #ccc;
  padding: 1px;
  background: #fff;
}
.stream li .section-text {
  display: block;
  margin-bottom: 3px;
}
.stream li .section-text br {
  display: block;
}
.stream li .section-user {
  clear: both;
  font-style: italic;
  margin: 0 8px 5px 0;
  display: block;
  float: left;
  padding: 7px 0 0 15px;
  line-height: 12px;
  background: url(../png/profile.png) no-repeat 0 7px;
}
.stream li .meta {
  display: block;
  font-size: 90%;
  color: #999;
}
.stream li .meta span {
  margin: 0 8px 5px 0;
  display: block;
  float: left;
  padding: 0 0 0 15px;
  line-height: 12px;
}
.meta span.shares {
  background: url(../png/shares.png) no-repeat 0 0;
  padding-left: 20px;
}
.meta span.views {
  background: url(../png/views.png) no-repeat 0 0;
  padding-left: 18px;
}
.meta span.likes {
  background: url(../png/likes.png) no-repeat 0 0;
  padding-left: 16px;
}
.meta span.comments {
  background: url(../png/comments.png) no-repeat 0 0;
}
.meta span.users {
  background: url(../png/users.png) no-repeat 0 0;
}
.meta span.videos {
  background: url(../png/videos.png) no-repeat 0 0;
  padding-left: 16px;
}
.stream li .section-meta {
  display: block;
  margin: 0;
  padding: 0;
  clear: both;
}
.stream li .meta.item-comments {
  padding: 0 0 0 35px;
  margin: 0 0 5px 0;
  min-height: 30px;
  position: relative;
  clear: both;
  line-height: 1.3em;
}
.stream li .meta.item-comments img {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
}
.stream li .meta.item-likes {
  padding: 0;
  width: 100%;
  overflow: hidden;
  clear: both;
  line-height: 1.3em;
}
.stream li .meta.item-likes img {
  float: left;
  margin: 0 5px 5px 0;
  width: 30px;
  border: 1px solid #ddd;
  padding: 1px;
  background: #fff;
}
.stream li.dcsns-error {
  color: #990000;
}
.stream li .section-share {
  display: block;
  margin: 0 0 5px 0;
  padding: 4px 0 0;
  float: right;
}
.stream li .section-share a {
  display: block;
  width: 16px;
  height: 16px;
  float: left;
  margin: 0 2px 0 0;
  background: url(../png/share.png) no-repeat 0 0;
}
.stream li .section-share a.share-twitter {
  background-position: 0 -16px;
}
.stream li .section-share a.share-reply {
  background-position: 0 -32px;
}
.stream li .section-share a.share-retweet {
  background-position: 0 -48px;
}
.stream li .section-share a.share-favorite {
  background-position: 0 -64px;
}
.stream li .section-share a.share-google {
  background-position: 0 -80px;
}
.stream li .section-share a.share-linkedin {
  background-position: 0 -96px;
}
.stream li .section-share a.share-facebook:hover {
  background-position: -16px 0;
}
.stream li .section-share a.share-twitter:hover {
  background-position: -16px -16px;
}
.stream li .section-share a.share-reply:hover {
  background-position: -16px -32px;
}
.stream li .section-share a.share-retweet:hover {
  background-position: -16px -48px;
}
.stream li .section-share a.share-favorite:hover {
  background-position: -16px -64px;
}
.stream li .section-share a.share-google:hover {
  background-position: -16px -80px;
}
.stream li .section-share a.share-linkedin:hover {
  background-position: -16px -96px;
}
.stream li.dcsns-twitter .section-share .share-facebook,
.stream li.dcsns-twitter .section-share .share-google,
.stream li.dcsns-twitter .section-share .share-linkedin,
.stream li.dcsns-twitter .section-share .share-twitter {
  display: none;
}
/* Toolbar */
.dcsns-toolbar {
  padding: 0;
  width: 100%;
  overflow: hidden;
  position: relative;
}
/* Filter */
#wall {
  padding-top: 15px;
}
#wall .dcsns-toolbar {
  margin-bottom: 25px;
}
#dcsns-filter.dc-center {
  float: left;
  padding-left: 50%;
  display: none;
  margin: 0;
}
.dcsns-toolbar .filter {
  padding: 0;
  margin: 0 0 15px 0;
}
.dcsns-toolbar .filter li {
  display: inline;
  background: none;
  padding: 0;
  margin: 0;
}
.dcsns-toolbar .filter .link-all {
  color: #fff;
  height: 21px;
  padding: 7px 7px 4px 7px;
  text-shadow: 0 0 1px #555;
  font-weight: bold;
}
.dcsns-toolbar .filter li a {
  padding: 4px 3px 0 3px;
  margin: 0 1px 1px 0;
  display: block;
  float: left;
  background: #777;
  height: 28px;
}
.dcsns-toolbar .filter li img {
  margin: 0;
  height: 24px;
  width: 25px;
}
/* Controls */
.dcsns .controls {
  position: absolute;
  right: 0;
  top: 7px;
  height: 22px;
  padding: 0;
  z-index: 12;
}
.dcsns .controls li {
  display: inline;
  background: none;
}
.dcsns .controls a {
  display: block;
  width: 22px;
  height: 22px;
  float: left;
  margin: 0 0 0 2px;
  background: url(../png/controls.png) no-repeat 0 0;
}
.dcsns .controls .prev {
  background-position: -44px 0;
}
.dcsns .controls .next {
  background-position: -66px 0;
}
.dcsns .controls .play {
  background-position: 0 0;
}
.dcsns .controls .pause {
  background-position: -22px 0;
}
.dcsns .controls .prev:hover {
  background-position: -44px -22px;
}
.dcsns .controls .next:hover {
  background-position: -66px -22px;
}
.dcsns .controls .play:hover {
  background-position: 0 -22px;
}
.dcsns .controls .pause:hover {
  background-position: -22px -22px;
}
/* feeds network specific styles */
.stream li.dcsns-rss .section-intro,
.filter .f-rss a:hover,
.filter .f-rss a.iso-active {
  background-color: #FF9800;
}
.stream li.dcsns-flickr .section-intro,
.filter .f-flickr a:hover,
.filter .f-flickr a.iso-active {
  background-color: #f90784;
}
.stream li.dcsns-delicious .section-intro,
.filter .f-delicious a:hover,
.filter .f-delicious a.iso-active {
  background-color: #3271CB;
}
.stream li.dcsns-twitter .section-intro,
.filter .f-twitter a:hover,
.filter .f-twitter a.iso-active {
  background-color: #4ec2dc;
}
.stream li.dcsns-facebook .section-intro,
.filter .f-facebook a:hover,
.filter .f-facebook a.iso-active {
  background-color: #3b5998;
}
.stream li.dcsns-google .section-intro,
.filter .f-google a:hover,
.filter .f-google a.iso-active {
  background-color: #2d2d2d;
}
.stream li.dcsns-youtube .section-intro,
.filter .f-youtube a:hover,
.filter .f-youtube a.iso-active {
  background-color: #DF1F1C;
}
.stream li.dcsns-pinterest .section-intro,
.filter .f-pinterest a:hover,
.filter .f-pinterest a.iso-active {
  background-color: #CB2528;
}
.stream li.dcsns-lastfm .section-intro,
.filter .f-lastfm a:hover,
.filter .f-lastfm a.iso-active {
  background-color: #C90E12;
}
.stream li.dcsns-dribbble .section-intro,
.filter .f-dribbble a:hover,
.filter .f-dribbble a.iso-active {
  background-color: #F175A8;
}
.stream li.dcsns-vimeo .section-intro,
.filter .f-vimeo a:hover,
.filter .f-vimeo a.iso-active {
  background-color: #4EBAFF;
}
.stream li.dcsns-stumbleupon .section-intro,
.filter .f-stumbleupon a:hover,
.filter .f-stumbleupon a.iso-active {
  background-color: #EB4924;
}
.stream li.dcsns-deviantart .section-intro,
.filter .f-deviantart a:hover,
.filter .f-deviantart a.iso-active {
  background-color: #EB4924;
}
.stream li.dcsns-tumblr .section-intro,
.filter .f-tumblr a:hover,
.filter .f-tumblr a.iso-active {
  background-color: #365472;
}
.stream li.dcsns-instagram .section-intro,
.filter .f-instagram a:hover,
.filter .f-instagram a.iso-active {
  background-color: #413A33;
}
.stream li.dcsns-vine .section-intro,
.filter .f-vine a:hover,
.filter .f-vine a.iso-active {
  background-color: #00BF8F;
}
/* Facebook */
.stream li.dcsns-facebook .section-thumb img {
  max-width: 192px;
  margin-bottom: 5px;
}
.stream li.dcsns-facebook .section-thumb img,
.stream li.dcsns-facebook .section-text img {
  display: block;
}
.stream li.dcsns-facebook .section-text img {
  margin: 5px 7px 5px 0;
  float: left;
  border: 1px solid #ddd;
  padding: 1px;
  background: #fff;
  max-width: 192px;
}
.stream li.dcsns-facebook .section-text a {
  margin-right: 4px;
  color: #444;
}
.stream li.dcsns-facebook .section-text-fb a {
  display: none;
}
.stream li.dcsns-facebook .section-intro a {
  margin-left: 25px;
}
.stream li.dcsns-facebook .meta {
  display: block;
  clear: both;
}
.stream li.dcsns-facebook .meta.item-comments {
  padding: 0;
  min-height: auto;
}
.stream li.dcsns-facebook .meta.item-comments a {
  display: block;
  margin: 0 0 2px 0;
}
.stream li.dcsns-facebook .share-facebook {
  display: none;
}
/* twitter */
.stream li.dcsns-twitter .section-thumb {
  margin-top: 3px;
}
.stream li.dcsns-twitter .section-thumb img {
  width: 48px;
  height: 48px;
  display: block;
}
.stream li.dcsns-twitter .section-user {
  padding: 0;
  background: none;
}
.stream li.dcsns-twitter .section-text img {
  margin: 5px 0 0;
  border: 1px solid #ddd;
  padding: 1px;
  background: #fff;
  max-width: 192px;
}
.stream li.dcsns-twitter a {
  color: #38AEAE;
}
.stream li.dcsns-twitter .section-intro a,
.stream li.dcsns-twitter .section-intro a:hover {
  color: #fff;
}
.stream li.dcsns-twitter .section-intro span a {
  text-decoration: none;
  margin-left: 0;
}
.stream li.dcsns-twitter .section-intro span a:hover {
  text-decoration: underline;
}
.stream li.dcsns-twitter a:hover {
  color: #38AEAE;
  text-decoration: underline;
}
.stream li.dcsns-twitter .twitter-user {
  margin-bottom: 2px;
  display: block;
}
.stream li.dcsns-twitter .twitter-user a {
  color: #999;
  line-height: 1.35em;
}
.stream li.dcsns-twitter .twitter-user a:hover {
  color: #999;
  text-decoration: none;
}
.stream li.dcsns-twitter .twitter-user a strong {
  color: #444;
}
.stream li.dcsns-twitter .twitter-user a:hover strong {
  color: #38AEAE;
  text-decoration: underline;
}
/* google */
.stream li.dcsns-google .section-title {
  margin-bottom: 5px;
}
.dcsns .stream li.dcsns-google .section-thumb img {
  max-width: 192px;
}
.stream li.dcsns-google .meta span.plusones {
  padding-left: 0;
}
/* rss */
.stream li.dcsns-rss .section-thumb img {
  max-width: 192px;
}
.stream li.dcsns-rss .section-text img {
  border: 1px solid #ddd;
  padding: 1px;
  background: #fff;
  max-width: 192px;
}
/* stumbleupon */
.dcsns .stream li.dcsns-stumbleupon .section-title {
  display: block;
  clear: both;
}
.dcsns .stream li.dcsns-stumbleupon .section-thumb img {
  max-width: 192px;
}
/* youtube */
.stream li.dcsns-youtube .section-thumb img {
  max-width: 192px;
}
/* vimeo */
.stream li.dcsns-vimeo .section-thumb img {
  max-width: 192px;
}
.dcsns .stream li.dcsns-vimeo .section-title {
  display: block;
  clear: both;
}
.stream li.dcsns-vimeo .section-text {
  margin-bottom: 5px;
}
.stream li.dcsns-vimeo .section-text .meta {
  padding-top: 5px;
}
.stream li.dcsns-vimeo .logo {
  margin-bottom: 3px;
}
/* Flickr */
.stream li.dcsns-flickr .section-thumb {
  margin: 0;
}
.stream li.dcsns-flickr .section-thumb img {
  max-width: 192px;
}
/* Pinterest */
.stream li.dcsns-pinterest .section-thumb {
  display: block;
}
.stream li.dcsns-pinterest .section-text {
  clear: both;
}
.stream li.dcsns-pinterest .section-thumb img {
  width: 190px;
}
/* dribbble */
.stream li.dcsns-dribbble .inner img {
  margin-bottom: 5px;
  max-width: 192px;
}
/* lastfm */
.stream li.dcsns-lastfm .section-title {
  background: url(../png/tracks.png) no-repeat 0 0;
  padding-left: 17px;
  margin-bottom: 0;
}
/* deviantart */
.stream li.dcsns-deviantart .section-thumb {
  display: block;
  float: none;
}
.stream li.dcsns-deviantart .section-thumb img {
  max-width: 192px;
}
/* tumblr */
.stream li.dcsns-tumblr .section-text img {
  margin: 0 7px 5px 0;
  float: left;
  border: 1px solid #ddd;
  padding: 1px;
  background: #fff;
  max-width: 192px;
}
.stream li.dcsns-tumblr .track {
  display: block;
  background: url(../png/tracks.png) no-repeat 0 5px;
  padding: 5px 0 0 17px;
  margin-bottom: 0;
}
/* instagram */
.stream li.dcsns-instagram {
  padding-bottom: 40px;
}
.stream li.dcsns-instagram .section-title {
  font-weight: normal;
  clear: both;
}
.stream li.dcsns-instagram .section-thumb img {
  margin: 0 7px 5px 0;
  float: left;
  border: 1px solid #ddd;
  padding: 1px;
  background: #fff;
  max-width: 192px;
}
.stream li.dcsns-instagram .meta {
  clear: both;
}
.stream li.dcsns-instagram .section-meta .meta .comments,
.stream li.dcsns-instagram .section-meta .meta .likes {
  margin: 0 0 5px 0;
  padding-top: 5px;
  background-position: 0px 5px;
  float: none;
  font-size: 100%;
  font-weight: bold;
}
/* vine */
.stream li.dcsns-vine {
  padding-bottom: 40px;
}
.stream li.dcsns-vine .section-title {
  font-weight: normal;
  clear: both;
}
.stream li.dcsns-vine .section-thumb img {
  margin: 0 7px 5px 0;
  float: left;
  border: 1px solid #ddd;
  padding: 1px;
  background: #fff;
  max-width: 192px;
}
.stream li.dcsns-vine .meta {
  clear: both;
}
.stream li.dcsns-vine .section-meta .meta .comments,
.stream li.dcsns-vine .section-meta .meta .likes {
  margin: 0 0 5px 0;
  padding-top: 5px;
  background-position: 0px 5px;
  float: none;
  font-size: 100%;
  font-weight: bold;
}
/* Foursquare */
.stream li.dcsns-foursquare .section-thumb img {
  max-width: 192px;
  margin-bottom: 5px;
  display: block;
}
/*isotope */
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: top, left, opacity;
  transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
lite-youtube {
  background-color: #000;
  position: relative;
  display: block;
  contain: content;
  background-position: center center;
  background-size: cover;
  cursor: pointer;
  max-width: 720px;
}
/* gradient */
lite-youtube::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  background-image: url('../png/yt-bg.png');
  background-position: top;
  background-repeat: repeat-x;
  height: 60px;
  padding-bottom: 50px;
  width: 100%;
  transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
  box-sizing: unset;
}
/* responsive iframe with a 16:9 aspect ratio
    thanks https://css-tricks.com/responsive-iframes/
*/
lite-youtube::after {
  content: "";
  display: block;
  padding-bottom: calc(56.25%);
}
lite-youtube > iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
}
/* play button */
lite-youtube > .lty-playbtn {
  display: block;
  width: 68px;
  height: 48px;
  position: absolute;
  cursor: pointer;
  transform: translate3d(-50%, -50%, 0);
  top: 50%;
  left: 50%;
  z-index: 1;
  background-color: transparent;
  /* YT's actual play button svg */
  background-image: url('../svg/youtube.svg');
  filter: grayscale(100%);
  transition: filter 0.1s cubic-bezier(0, 0, 0.2, 1);
  border: none;
}
lite-youtube:hover > .lty-playbtn,
lite-youtube .lty-playbtn:focus {
  filter: none;
}
/* Post-click styles */
lite-youtube.lyt-activated {
  cursor: unset;
}
lite-youtube.lyt-activated::before,
lite-youtube.lyt-activated > .lty-playbtn {
  opacity: 0;
  pointer-events: none;
}
.lyt-visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
@media only screen and (min-width: 860px) {
  body .page-header .desktop-menu .nav-1 {
    display: inline-block;
  }
  body .page-header .desktop-menu .nav-1 [class^="icon-"],
  body .page-header .desktop-menu .nav-1 [class*=" icon-"] {
    height: 1.225em;
    width: 1.225em;
  }
  .wc_header .hero_title .hero_promo {
    font-size: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 900px) {
  body .desktop-menu li a {
    font-size: 13px;
    padding: 0px 6px;
  }
  body .page-wrapper .minicart-wrapper {
    top: 16px;
  }
}
@media only screen and (min-width: 950px) {
  .page-header .header-selling-points ul li {
    padding: 0 10px;
  }
  .page-header .header-selling-points ul li.finance {
    font-weight: bold;
    padding: 0 8px;
  }
  .page-header .header-selling-points ul li.middle {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
  }
}
@media only screen and (min-width: 560px) {
  .offer_sticker {
    width: 137px;
    height: 137px;
    font-size: 60px;
  }
  .offer_sticker span.meta {
    font-size: 15px;
  }
  body.page-layout-home .sale p {
    font-size: 29px;
  }
  body.page-layout-home .sale .button {
    font-size: 14px;
    padding: 6px 27px 7px 9px;
  }
  .featured .featured__col figure {
    display: block;
    text-align: right;
  }
  .featured .featured__col figure img.featurd_pic {
    position: absolute;
  }
  .featured .featured__col .content {
    padding: 2em 40% 2em 1em;
  }
}
@media only screen and (max-width: 880px) {
  .featured.columns {
    display: flex;
  }
}
@media only screen and (min-width: 880px) {
  .featured > a:first-child {
    padding-right: 1em;
  }
  .featured .featured__col img.featurd_pic {
    max-width: 12em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 850px) {
  .catalog-product-view .sz_product_details {
    margin-bottom: 3em;
    margin-top: 2em;
  }
}
@media only screen and (min-width: 850px) {
  .catalog-product-view .sz_product_details {
    background-repeat: repeat-y;
    background-position: center top;
    background-image: url(data:image/gif;base64,R0lGODlhuAsBAIAAAACz3ABMbCwAAAAAuAsBAAACVYSPqcvtD6OctNqLs968+w+G4kiW5omm6sq27gvH8kzX9o3n+hT0/g8MCofEovGITCqXzKbzCY1Kp9Sq9YrNarfcrvcLDovH5LL5jE6r1+y2+w2PKwsAOw==);
    margin-top: 4em;
  }
  .catalog-product-view .sz_product_details .wrapper {
    max-width: 88.125em;
    display: table;
    margin: 0 auto;
    min-height: 320px;
    width: 100%;
  }
  .catalog-product-view .sz_product_details .product.info.detailed .additional-attributes {
    font-size: 2rem;
  }
  .catalog-product-view .sz_product_details div.col {
    display: table-cell;
    width: 50%;
  }
  .catalog-product-view .sz_product_details div.col.col--img {
    display: table-cell;
    width: 50%;
    background-size: cover;
    background-position: top center;
    position: relative;
  }
  .catalog-product-view .sz_product_details div.col.col--img .video_placeholder {
    display: flex;
    overflow: auto;
    height: 100%;
  }
  .catalog-product-view .sz_product_details div.col.col--img .video_placeholder i {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: scale(4.5) translate(-50%, -50%);
    transform-origin: 0 0;
    color: #0088ce;
  }
}
@media only screen and (max-width: 1260px) {
  .block.related .products .item .product.details.product-item-details,
  .deals.block-products-list .products-grid .product-item .product.details.product-item-details,
  .block.upsell .products .item .product.details.product-item-details {
    float: none;
    width: 100%;
    text-align: center;
  }
  .block.related .products .item .product-image-container,
  .deals.block-products-list .products-grid .product-item .product-image-container,
  .block.upsell .products .item .product-image-container {
    float: none;
    margin: 0 auto;
    display: block;
  }
}
.authentication-wrapper {
  display: none;
}
.checkout-index-index .page-wrapper .minicart-wrapper {
  right: 0;
  top: 0;
}
.checkout-index-index .page-wrapper .opc-progress-bar-item._active:before,
.checkout-index-index .page-wrapper .opc-progress-bar-item._active > span:before {
  background: #014b6c;
}
.minicart-items-wrapper {
  margin-top: 15px;
}
.block-minicart .block-content > .actions .action.viewcart {
  background-image: none;
  background: #004b6c;
  border: 1px solid #0088ce;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "sofia-pro", sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding: 10px 18px 12px 18px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  background-color: #004b6c;
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
  display: block;
  margin-bottom: 15px;
  width: 100%;
  text-decoration: none;
}
.block-minicart .block-content > .actions .action.viewcart:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #fff;
}
.countDown_cont {
  font-family: Lato, Arial, Gadget, sans-serif;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #333;
}
.countDown_interval_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: auto;
}
.countDown_interval_cont:nth-child(n+1):not(:last-child) {
  margin-right: 1em;
}
.countDown_interval_basic_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.countDown_interval_basic_cont_description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: .3em;
  margin-top: 0.3em;
  font-size: 1.2em;
  font-weight: bold;
  color: white;
  text-shadow: 0.1em 0.1em 0.1em #000000;
}
.countDown_digit_cont {
  -webkit-perspective: 3.2em;
  perspective: 3.2em;
  box-shadow: 0.1em 0.1em 0.1em rgba(0, 0, 0, 0.2);
  width: 1em;
  height: 1.6em;
  position: relative;
  line-height: 1.6em;
  font-size: 5em !important;
  font-weight: bold;
  border-radius: 0.08em;
  /*border: solid 1px cyan !important;*/
}
.countDown_digit_cont:nth-child(n+1):not(:last-child) {
  margin-right: 0.05em;
}
.countDown_digit_last_placeholder,
.countDown_digit_new_placeholder {
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  text-align: center !important;
  overflow: hidden;
}
.countDown_digit_last_placeholder {
  bottom: 0;
  background: white;
  border-radius: 0 0 0.08em 0.08em;
}
.countDown_digit_last_placeholder_inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: 50%;
  position: absolute;
}
.countDown_digit_new_placeholder {
  top: 0;
  background: #f7f7f7;
  border-radius: 0.08em 0.08em 0 0;
}
.countDown_digit_last_rotate,
.countDown_digit_new_rotate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 50%;
  font-weight: bold;
  position: absolute;
  top: 0;
  overflow: hidden;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  border-radius: 0.08em 0.08em 0 0;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.countDown_digit_last_rotate:after,
.countDown_digit_new_rotate:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-bottom: 0.01em solid rgba(0, 0, 0, 0.1);
}
.countDown_digit_last_rotate {
  -webkit-animation-name: countDown_flip_1;
  animation-name: countDown_flip_1;
  background: #f7f7f7;
}
.countDown_digit_new_rotate {
  -webkit-animation-name: countDown_flip_2;
  animation-name: countDown_flip_2;
  background: white;
}
.countDown_digit_new_rotated {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
  width: 100%;
  height: 100%;
}
.countDown_digit_new_rotated_inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: 50%;
  position: absolute;
}
@-webkit-keyframes countDown_flip_1 {
  0% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    z-index: 1;
  }
  100% {
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
    z-index: 0;
  }
}
@keyframes countDown_flip_1 {
  0% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    z-index: 1;
  }
  100% {
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
    z-index: 0;
  }
}
@-webkit-keyframes countDown_flip_2 {
  0% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    z-index: 0;
  }
  100% {
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
    z-index: 1;
  }
}
@keyframes countDown_flip_2 {
  0% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    z-index: 0;
  }
  100% {
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
    z-index: 1;
  }
}
/* New css - cms */
.deal-of-the-week-title {
  position: relative;
  float: left;
  width: 100%;
  background-color: #b20b25;
  font-size: 4em;
  text-align: center;
  padding: 0.5% 0 1% 0;
  color: white;
  font-variant-caps: all-petite-caps;
  font-family: "bebas-neue", sans-serif;
}
.deal-of-the-week {
  background-image: url('../jpg/sam-murray-kt-min.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center bottom;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
  max-height: 727px;
}
.deal-of-the-week .deal-wrapper {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.deal-of-the-week .deal-wrapper video {
  width: 100%;
  object-fit: cover;
  min-height: 470px;
  position: relative;
  top: 0;
}
.deal-of-the-week .deal-wrapper .featured {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.deal-of-the-week .deal-wrapper .column {
  background: rgba(255, 255, 255, 0.75);
  text-align: center;
  padding: 15px 20px;
  box-sizing: border-box;
}
.deal-of-the-week .deal-wrapper .column a {
  text-decoration: none;
  color: #333333;
}
.deal-of-the-week .deal-wrapper .column a:hover {
  color: #333333;
}
.deal-of-the-week .deal-wrapper .column .deal-product-name {
  color: #004b6c;
  font-weight: 800;
  font-size: 2em;
}
.deal-of-the-week .deal-wrapper .column .deal-button {
  margin: 10px 0;
}
.deal-of-the-week .deal-wrapper .column .deal-button a {
  text-align: center;
  background-image: none;
  background: #b20b25;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "sofia-pro", sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 2px;
  padding: 20px;
  font-size: 2.5rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  border-radius: 2px;
  text-decoration: none;
}
.deal-of-the-week .deal-wrapper .column .priceBox .currentPrice,
.deal-of-the-week .deal-wrapper .column .priceBox .rrpPrice {
  display: block;
}
.deal-of-the-week .deal-wrapper .column .priceBox .currentPrice .price {
  font-size: 2.5em;
  font-weight: bold;
  color: #b20c25;
}
.deal-of-the-week .deal-wrapper .column .priceBox .rrpPrice {
  font-size: 1.25em;
}
.deal-of-the-week .deal-wrapper .column .priceBox .rrpPrice .price {
  text-decoration: line-through;
  font-weight: bold;
  color: #004b6c;
}
.deal-of-the-week .deal-wrapper .column .priceBox .price,
.deal-of-the-week .deal-wrapper .column .priceBox .label {
  vertical-align: middle;
  padding: 0 1px;
}
.column {
  position: relative;
  float: left;
  width: 50%;
}
.deal-of-the-week-image img {
  max-height: 680px !important;
  float: right;
}
.deal-product-name {
  font-size: 3em;
  color: #ffffff;
}
.deal-product {
  color: #ffffff;
}
.deal-product-red {
  color: #b20b25;
}
.deal-button {
  position: relative;
  width: 100%;
  text-align: center;
  margin: 20px 0px 20px 0px;
}
.deal-button a {
  color: #ffffff !important;
}
.deal-red-now-text-price {
  font-size: 5em;
  color: #ffffff;
  line-height: 0.8em;
  padding-bottom: 15px;
}
.deal-red-now-text-price-wbd {
  font-size: 5em;
  color: #ffffff;
  line-height: 0.8em;
  padding-bottom: 15px;
  position: relative;
  left: -13px;
}
.deal-red-now-text-now {
  /*font-size: 1em; line-height: 0.9em;*/
  text-transform: uppercase;
}
.deal-red-now-text-was {
  font-size: 1.5em;
  text-decoration: line-through;
}
.deal-red-now-text-vat {
  font-size: 1em;
  line-height: 1.5em;
}
.deal-red-now-text-pound {
  position: relative;
  font-size: 0.4em !important;
  line-height: 1em;
  top: -30px;
}
.deal-blue-chill-logo {
  margin-left: 20px;
}
.kt-deal-logos {
  width: 40%;
  margin-top: 20px;
  margin-bottom: 20px;
}
.kt-deals-image-div {
  margin-top: 60px;
}
.kt-deals-image {
  margin-top: 50px;
  border: solid 1px #ffffff;
}
.kt-red-circle {
  margin-top: 70px !important;
  margin-left: 70px !important;
}
.kt-columns.featured {
  margin-bottom: 0em !important;
}
.deals-kt.deal-of-the-week {
  margin-bottom: 0px !important;
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .countDown_digit_cont {
    font-size: 3em !important;
  }
  .countDown_digit_last_placeholder,
  .countDown_digit_new_placeholder {
    position: absolute;
    left: 0;
    width: 100%;
    height: 50%;
    text-align: center !important;
    overflow: hidden;
    line-height: 1.6em !important;
    font-size: 40px !important;
  }
  .countDown_digit_new_rotated_inner,
  .countDown_digit_new_rotated_inner,
  .countDown_digit_last_placeholder_inner {
    font-size: 40px !important;
  }
  .countDown_interval_cont {
    margin-right: 5px !important;
  }
  .countDown_interval_basic_cont_description {
    font-size: 17px !important;
    line-height: 1.2em !important;
  }
}
@media screen and (min-device-width: 1025px) and (max-device-width: 1240px) {
  .countDown_digit_cont {
    font-size: 3em !important;
  }
  /*.countDown__interval_basic_cont { font-size: 10em !important; }*/
  .countDown_digit_last_placeholder,
  .countDown_digit_new_placeholder {
    position: absolute;
    left: 0;
    width: 100%;
    height: 50%;
    text-align: center !important;
    overflow: hidden;
    line-height: 1.6em !important;
    font-size: 40px !important;
  }
  .countDown_digit_new_rotated_inner,
  .countDown_digit_new_rotated_inner,
  .countDown_digit_last_placeholder_inner {
    font-size: 40px !important;
  }
  .countDown_interval_cont {
    margin-right: 5px !important;
  }
  .countDown_interval_basic_cont_description {
    font-size: 17px !important;
    line-height: 1.2em !important;
  }
  .column {
    position: relative;
    float: left;
    width: 50%;
  }
}
@media screen and (min-width: 320px) {
  .countDown_digit_cont {
    font-size: 2em !important;
  }
  .countDown_interval_basic_cont_description {
    font-size: 12px !important;
    line-height: 1.2em !important;
  }
  .container-product .countDown_interval_basic_cont_description {
    color: black !important;
    text-shadow: 0.0em 0.0em 0.0em #000000 !important;
  }
  .column {
    position: relative;
    float: left;
    width: 100%;
  }
  .column.blue-chill,
  .column.deal-image,
  .column.deal-image-wbd {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
  }
  .deal-blue-chill-logo {
    margin-left: 0px;
    max-width: 60%;
  }
  .deal-of-the-week-image img {
    max-height: 680px !important;
    float: none;
  }
  .deal-red-circle {
    background-color: #e01021;
    border-radius: 50%;
    color: #ffffff;
    padding: 30px;
    text-align: center;
    font-family: "sofia-pro", sans-serif;
    font-size: 1.6em;
    line-height: 0.8em;
    font-weight: 500;
    margin-bottom: 20px !important;
    margin-left: 20px;
    max-width: 145px !important;
    margin: 0 auto;
    margin-top: 30px;
  }
  .deal-product-red {
    font-size: 2em;
  }
  .deal-product {
    font-size: 2em;
  }
  .kt-red-circle {
    margin-top: 10px !important;
    margin-left: auto !important;
  }
  .deal-red-now-text-price-kt {
    font-size: 4em !important;
    color: #ffffff;
    line-height: 0.8em;
    padding-bottom: 15px;
    left: -10px;
    position: relative;
    top: 10px !important;
  }
  .kt-deals-image {
    margin-top: -50px !important;
  }
  .deal-red-now-text-price {
    font-size: 4em;
  }
}
@media screen and (min-width: 600px) {
  .countDown_digit_cont {
    font-size: 3em !important;
  }
  .container-product .countDown_digit_cont {
    font-size: 3em !important;
  }
  .container-product .countDown_interval_basic_cont_description {
    color: black !important;
    text-shadow: 0.0em 0.0em 0.0em #000000 !important;
  }
  .column {
    position: relative;
    float: left;
    width: 100%;
  }
  .column.blue-chill,
  .column.deal-image {
    position: relative;
    float: left;
    width: 100%;
  }
  .deal-blue-chill-logo {
    margin-bottom: 20px;
    margin-left: 0px;
    max-width: 80% !important;
  }
  .deal-of-the-week-image img {
    max-height: 450px !important;
    float: none;
  }
  .deal-of-the-week-image .deal-blue-chill-logo {
    position: absolute;
    right: 0;
    max-width: 90px !important;
  }
  /*	.deal-red-now-text-price-wbd { font-size: 3em; color: #ffffff; line-height: 0.8em; padding-bottom: 0px; position: relative; left: -10px; margin-top: 10px; }*/
  .deal-red-now-text-now {
    font-size: 0.8em;
    line-height: 0.5em;
    text-transform: uppercase;
  }
  .deal-red-now-text-was {
    font-size: 1em;
    text-decoration: line-through;
  }
  .deal-of-the-week-image-wbd img {
    margin-top: -50px !important;
  }
  .deal-red-now-text-price-wbd {
    top: 0px !important;
  }
  .deal-red-now-text-price-kt {
    font-size: 2.5em !important;
    color: #ffffff;
    line-height: 0.8em;
    padding-bottom: 15px;
    left: -10px;
    position: relative;
    top: 10px !important;
  }
}
@media screen and (min-device-width: 600px) and (max-device-width: 767px) {
  .deal-red-now-text-price-kt {
    font-size: 4em !important;
    color: #ffffff;
    line-height: 0.8em;
    padding-bottom: 15px;
    left: -10px;
    position: relative;
    top: 7px !important;
  }
}
@media screen and (min-width: 980px) {
  .countDown_digit_cont {
    font-size: 5em !important;
  }
  .container-product .countDown_digit_cont {
    font-size: 3em !important;
  }
  .container-product .countDown_interval_basic_cont_description {
    color: black !important;
    text-shadow: 0.0em 0.0em 0.0em #000000 !important;
  }
  .column {
    position: relative;
    float: left;
    width: 50%;
  }
  .column.deal-image-wbd {
    position: absolute !important;
    float: left;
    width: 100%;
    z-index: 1;
  }
  .deal-red-now-text-price {
    font-size: 4em;
    color: #ffffff;
    line-height: 0.8em;
    padding-bottom: 15px;
  }
  .deal-red-now-text-price-wbd {
    font-size: 4em;
    color: #ffffff;
    line-height: 0.8em;
    padding-bottom: 15px;
    left: -20px;
    position: relative;
    top: 10px !important;
  }
  .deal-red-now-text-price-kt {
    font-size: 2.5em !important;
    color: #ffffff;
    line-height: 0.8em;
    padding-bottom: 15px;
    left: -10px;
    position: relative;
    top: 10px !important;
  }
  .deal-red-now-text-now {
    font-size: 0.8em;
    line-height: 0.5em;
    text-transform: uppercase;
  }
  .deal-red-now-text-was {
    font-size: 1em;
    text-decoration: line-through;
  }
  .deal-red-circle {
    max-width: 145px !important;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 20px;
    margin-left: 40px;
    z-index: 10;
    position: relative;
  }
  .deal-product-red {
    font-size: 2em;
  }
  .deal-product {
    font-size: 2em;
  }
  .deal-of-the-week-image img {
    margin-top: 0;
  }
  .deal-of-the-week-image-wbd img {
    margin-top: 0px !important;
  }
  .kt-red-circle {
    margin-top: 70px !important;
    margin-left: 70px !important;
    width: 155px !important;
  }
}
@media screen and (min-device-width: 981px) and (max-device-width: 1136px) {
  .countDown_digit_cont {
    font-size: 3em !important;
  }
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .countDown_digit_cont {
    font-size: 3em !important;
  }
  .container-product .countDown_digit_cont {
    font-size: 2.5em !important;
  }
  /*.countDown__interval_basic_cont { font-size: 10em !important; }*/
  .countDown_digit_last_placeholder,
  .countDown_digit_new_placeholder {
    position: absolute;
    left: 0;
    width: 100%;
    height: 50%;
    text-align: center !important;
    overflow: hidden;
    line-height: 1.6em !important;
    font-size: 40px !important;
  }
  .container-product .countDown_digit_last_placeholder,
  .container-product .countDown_digit_new_placeholder {
    line-height: 1.3em !important;
  }
  .countDown_digit_new_rotated_inner,
  .countDown_digit_new_rotated_inner,
  .countDown_digit_last_placeholder_inner {
    font-size: 40px !important;
  }
  .countDown_interval_cont {
    margin-right: 5px !important;
  }
  .countDown_interval_basic_cont_description {
    font-size: 17px !important;
    line-height: 1.2em !important;
  }
  .deals .featured {
    padding-left: 15px !important;
    padding-right: 0px !important;
    max-width: 100% !important;
  }
  .column {
    position: relative !important;
    float: left !important;
    width: 49%;
  }
  .deal-red-now-text-price {
    font-size: 3em;
    color: #ffffff;
    line-height: 1em;
    padding-bottom: 0px;
  }
  .deal-red-now-text-price-wbd {
    font-size: 3em;
    color: #ffffff;
    line-height: 0.8em;
    padding-bottom: 0px;
    position: relative;
    left: -10px;
    top: 0px !important;
  }
  .deal-red-now-text-now {
    font-size: 0.8em;
    line-height: 0.5em;
    text-transform: uppercase;
  }
  .deal-red-now-text-was {
    font-size: 1em;
    text-decoration: line-through;
  }
  .deal-red-circle {
    max-width: 125px !important;
    position: relative;
    z-index: 10;
    margin-top: 100px;
  }
  .deal-product-name {
    font-size: 3.5em;
  }
  .column.deal-image-wbd {
    position: absolute !important;
    float: left;
    width: 100%;
    z-index: 1;
  }
  .deal-of-the-week-image-wbd img {
    max-height: 680px !important;
    max-width: 420px;
    left: -20px;
    float: none;
    margin-top: 50px !important;
  }
  .kt-red-circle {
    margin-top: 70px !important;
    margin-left: 10px !important;
    width: 155px !important;
    float: left;
    position: relative;
  }
  .kt-deals-image-div {
    margin-top: 40px !important;
  }
  .kt-deals-image {
    max-width: 340px !important;
    margin-left: 30px !important;
  }
}
@media screen and (min-device-width: 1025px) {
  .deal-red-now-text-price-kt {
    font-size: 4em !important;
    color: #ffffff;
    line-height: 0.8em;
    padding-bottom: 15px;
    left: -20px;
    position: relative;
    top: 10px !important;
  }
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .column {
    position: relative;
    float: left;
    width: 50%;
  }
  .deal-of-the-week-image img {
    max-height: 620px !important;
    float: right;
    margin-top: 10px;
  }
  .deal-product-name {
    font-size: 3.5em;
  }
  .deal-product-red {
    font-size: 2em !important;
  }
  .deal-product {
    font-size: 2em !important;
  }
  .deal-of-the-week-image-wbd img {
    margin-top: -15px !important;
  }
  .kt-deals-image-div {
    margin-top: 40px !important;
  }
  .kt-deals-image {
    max-width: 400px !important;
  }
  .deal-of-the-week .deal-wrapper video {
    top: 0;
  }
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .deal-of-the-week .deal-wrapper .column {
    padding: 10px 30px!important;
  }
  .deal-of-the-week .deal-wrapper .column p {
    font-size: 16px;
  }
}
#exit-intent {
  position: relative;
  background: #FFF;
  width: auto;
  max-width: 750px;
  margin: 20px auto;
}
#exit-intent img {
  float: left;
  width: 100%;
}
#exit-intent .exit-intent-competition {
  width: 100%;
  display: table;
  text-align: center;
}
#exit-intent .exit-intent-competition img {
  width: auto;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
#exit-intent .exit-intent-competition .competition-left {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
#exit-intent .exit-intent-competition .competition-right {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
  padding: 30px 20px;
}
#exit-intent .exit-intent-competition .competition-right .competition-heading {
  text-align: center;
  width: 100%;
  display: block;
  font-weight: bold;
  font-size: 2.25em;
}
#exit-intent .exit-intent-competition .competition-right .competition-input {
  padding: 20px;
  margin-bottom: 10px;
}
#exit-intent .exit-intent-competition .competition-right .competition-input.last {
  margin: 0;
}
#exit-intent .exit-intent-competition .competition-right .competition-submit {
  border: 0;
  background: #004b6c;
  color: #fff;
  font-weight: bold;
  padding: 20px;
  width: 100%;
  margin: 10px 0;
  font-size: 1.25em;
}
#exit-intent .exit-intent-competition .competition-right .competition-cutsingleuse {
  font-size: .9em;
  font-weight: bold;
}
#exit-intent .exit-intent-competition .competition-right .competition-note {
  font-size: 11px;
}
#exit-intent .exit-intent-competition .competition-right #status {
  margin: 0;
}
#exit-intent .exit-intent-competition .competition-right ul {
  padding: 0;
  margin: 10px 0 20px;
  list-style: none;
  font-size: 1.65rem;
}
#exit-intent .exit-intent-competition .competition-right ul strong {
  font-size: 1.25em;
}
.ui-slider-handle {
  background: #004b6c;
}
.ui-datepicker .ui-datepicker-next span {
  border-color: transparent transparent transparent #004b6c;
}
.ui-datepicker .ui-datepicker-prev span {
  border-color: transparent #004b6c transparent transparent;
}
/* Magnific Popup CSS */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.deko-finance {
  float: left;
  width: 100%;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
}
.deko-finance .deko-finance-image {
  display: table-cell;
  width: 10%;
  vertical-align: middle;
}
.deko-finance .deko-finance-text {
  display: table-cell;
  width: 90%;
  vertical-align: middle;
  padding-left: 15px;
}
.deko-finance .deko-finance-text p {
  font-size: 16px;
  margin: 0;
}
.deko-finance .deko-finance-text #openFinanceTab {
  background: none;
  border: 0;
  color: #212121;
  font-size: 15px;
  padding: 0;
  margin-top: 5.5px;
  margin-left: 0;
  text-align: left;
  display: block;
  text-decoration: none;
}
.deko-finance .deko-finance-text #openFinanceTab:focus {
  outline: none;
  box-shadow: none;
}
.deko-finance .deko-finance-text #openFinanceTab:after {
  -webkit-font-smoothing: antialiased;
  font-size: 36px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
#tab_nm_finance .deko-finance-terms,
.deko-pay-application .deko-finance-terms {
  margin-top: 15px;
  font-size: 15px;
}
#tab_nm_finance .deko-finance-how,
.deko-pay-application .deko-finance-how {
  font-weight: bold;
  font-size: 16px;
}
#tab_nm_finance #tblPay4Later,
.deko-pay-application #tblPay4Later {
  margin-top: 20px;
}
#tab_nm_finance #tblPay4Later tr:nth-child(odd),
.deko-pay-application #tblPay4Later tr:nth-child(odd) {
  background: #eee;
}
#tab_nm_finance #tblPay4Later td,
.deko-pay-application #tblPay4Later td {
  border: 1px solid #ccc;
  padding: 8px 11px;
  font-weight: 400;
}
#tab_nm_finance .calcFinance,
.deko-pay-application .calcFinance {
  font-weight: 400;
  margin-top: 15px;
  font-size: 15px;
}
#tab_nm_finance .resetButton,
.deko-pay-application .resetButton {
  background: #fff;
  border: 1px solid #ccc;
  padding: 8px 20px;
  font-size: 15px;
  font-weight: 400;
  margin-left: 10px;
  margin-top: 15px;
  font-family: "sofia-pro", sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
#tab_nm_finance .p4option,
.deko-pay-application .p4option {
  float: left;
}
#tab_nm_finance .p4option.finance,
.deko-pay-application .p4option.finance {
  width: 70%;
}
#tab_nm_finance .p4option.deposit,
.deko-pay-application .p4option.deposit {
  width: 30%;
  padding-left: 5px;
  box-sizing: border-box;
}
.deko-pay-application {
  margin: 30px 0;
}
.deko-pay-application h2 {
  margin-top: 0;
}
.deko-pay-application h4 {
  margin-bottom: 0;
}
.deko-pay-application .financeClMob .p4option {
  float: left;
}
.deko-pay-application .financeClMob .p4option.deposit {
  margin-left: 8px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
@media only screen and (max-width: 768px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #333333;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
@media all and (min-width: 769px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 1rem 0.5rem 0;
  }
  .abs-product-options-list-desktop dt:after,
  .block-giftregistry-shared .item-options dt:after {
    content: ': ';
  }
  .abs-product-options-list-desktop dd,
  .block-giftregistry-shared .item-options dd {
    display: inline-block;
    float: left;
    margin: 0 0 0.5rem;
    word-break: break-all;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .column .block-addbysku .block-content .box,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    width: 48.8%;
  }
  .abs-blocks-2columns:nth-child(odd),
  .column .block-addbysku .block-content .box:nth-child(odd),
  .login-container .block:nth-child(odd),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(odd) {
    clear: left;
    float: left;
  }
  .abs-blocks-2columns:nth-child(even),
  .column .block-addbysku .block-content .box:nth-child(even),
  .login-container .block:nth-child(even),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(even),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(even) {
    float: right;
  }
  .abs-reset-left-margin-desktop,
  .bundle-options-container .legend.title,
  .column.main .cart-summary .actions-toolbar,
  .cart.table-wrapper .item-actions .actions-toolbar,
  .gift-summary .actions-toolbar,
  .cart.table-wrapper .gift-summary .actions-toolbar,
  .column.main .block-giftregistry-shared-items .actions-toolbar,
  .form-new-agreement .fieldset .legend,
  .form-new-agreement .actions-toolbar,
  .column.main .paypal-review .actions-toolbar,
  .wishlist-index-index .main .form-wishlist-items .actions-toolbar {
    margin-left: 0;
  }
  .abs-action-remove-desktop,
  .abs-add-fields-desktop .fieldset .additional .action.remove,
  .form-giftregistry-share .fieldset .additional .action.remove,
  .form-giftregistry-edit .fieldset .additional .action.remove,
  .form-add-invitations .fieldset .additional .action.remove,
  .form-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    margin-left: 75.8%;
    top: 6px;
  }
  .abs-add-fields-desktop .fieldset .field:not(.choice) .control,
  .form-giftregistry-share .fieldset .field:not(.choice) .control,
  .form-giftregistry-edit .fieldset .field:not(.choice) .control,
  .form-add-invitations .fieldset .field:not(.choice) .control,
  .form-create-return .fieldset .field:not(.choice) .control,
  .form.send.friend .fieldset .field:not(.choice) .control {
    width: 50%;
  }
  .abs-margin-for-forms-desktop,
  .fieldset .legend,
  .column:not(.sidebar-main) form .actions-toolbar,
  .column:not(.sidebar-additional) form .actions-toolbar,
  .login-container .fieldset:after {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop,
  .modes-label,
  .block-search .label,
  .dashboard-welcome-toggler,
  .block-collapsible-nav .title {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop:before,
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:before,
  .abs-pager-toolbar:after,
  .block-cart-failed .block-content:before,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:before,
  .column .block-addbysku .block-content:after,
  .cart-container:before,
  .cart-container:after,
  .login-container:before,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:before,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:before,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:before,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:before,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:before,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:before,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:before,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:before,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .header.content:before,
  .header.content:after,
  .page-header .header.panel:before,
  .page-header .header.panel:after,
  .account .toolbar:before,
  .account .toolbar:after,
  .toolbar-giftregistry-results:before,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:before,
  .toolbar-wishlist-results:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:after,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:after,
  .cart-container:after,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .header.content:after,
  .page-header .header.panel:after,
  .account .toolbar:after,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional {
    box-sizing: border-box;
  }
  .abs-add-box-sizing-desktop-m,
  .opc-wrapper {
    box-sizing: border-box;
  }
  .abs-revert-field-type-desktop .fieldset > .field,
  .abs-revert-field-type-desktop .fieldset .fields > .field,
  .product-add-form .fieldset > .field,
  .product-add-form .fieldset .fields > .field {
    margin: 0 0 2rem;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label,
  .product-add-form .fieldset > .field:not(.choice) > .label,
  .product-add-form .fieldset .fields > .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .control,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .control,
  .product-add-form .fieldset > .field:not(.choice) > .control,
  .product-add-form .fieldset .fields > .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field > .label,
  .product-add-form .fieldset > .field > .label,
  .product-add-form .fieldset .fields > .field > .label {
    margin: 0 0 0.5rem;
    display: inline-block;
  }
  .abs-revert-field-type-desktop .fieldset > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset > .field.no-label:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before,
  .product-add-form .fieldset > .field.choice:before,
  .product-add-form .fieldset .fields > .field.choice:before,
  .product-add-form .fieldset > .field.no-label:before,
  .product-add-form .fieldset .fields > .field.no-label:before {
    display: none;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(:first-child):last-of-type,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(:first-child):last-of-type,
  .product-add-form .fieldset > .field:not(:first-child):last-of-type,
  .product-add-form .fieldset .fields > .field:not(:first-child):last-of-type {
    margin-bottom: 0;
  }
  .abs-no-display-desktop,
  .opc-estimated-wrapper,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-pager-toolbar,
  .account .toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results {
    margin-bottom: 2rem;
    position: relative;
  }
  .abs-pager-toolbar .limiter,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter {
    float: right;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .toolbar-amount,
  .account .toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    float: left;
    line-height: normal;
    padding: 7px 0 0;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .pages,
  .account .toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages {
    position: absolute;
    width: 100%;
    z-index: 0;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    float: left;
    position: relative;
    width: 73%;
  }
  .abs-shopping-cart-items-desktop .actions,
  .block-cart-failed .actions,
  .cart-container .form-cart .actions,
  .cart-container .cart-gift-item .actions {
    text-align: right;
  }
  .abs-shopping-cart-items-desktop .action.clear,
  .abs-shopping-cart-items-desktop .action.update,
  .block-cart-failed .action.clear,
  .block-cart-failed .action.update,
  .cart-container .form-cart .action.clear,
  .cart-container .form-cart .action.update,
  .cart-container .cart-gift-item .action.clear,
  .cart-container .cart-gift-item .action.update {
    margin-left: 1rem;
  }
  .abs-shopping-cart-items-desktop .action.continue,
  .block-cart-failed .action.continue,
  .cart-container .form-cart .action.continue,
  .cart-container .cart-gift-item .action.continue {
    float: left;
  }
  h1 {
    font-size: 6rem;
    margin-bottom: 4rem;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 88.125em;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
  .page-main {
    width: 100%;
  }
  .columns {
    display: block;
  }
  .column.main {
    min-height: 300px;
  }
  .page-layout-1column .column.main {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-3columns .column.main {
    width: 50%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 75%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 25%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 25%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 25%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-left: 2%;
    padding-right: 0;
  }
  .sidebar-additional {
    clear: right;
    padding-left: 2%;
  }
  .page-layout-3columns .sidebar-additional {
    width: 25%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 25%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 25%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .main {
    padding-left: 2%;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
  }
  .panel.header {
    padding: 10px 20px;
  }
  .nav-toggle {
    display: none;
  }
  .nav-sections {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-bottom: 2.5rem;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content {
    display: block !important;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
  }
  .navigation {
    background: #f5f5f5;
    font-weight: 700;
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3;
  }
  .navigation:empty {
    display: none;
  }
  .navigation ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    position: relative;
  }
  .navigation li.level0 {
    border-top: none;
  }
  .navigation li.level1 {
    position: relative;
  }
  .navigation .level0 {
    margin: 0 1rem 0 0;
    display: inline-block;
    position: relative;
  }
  .navigation .level0:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .navigation .level0:hover:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 10px;
    height: calc(100% + 3px);
    z-index: 1;
  }
  .navigation .level0 > .level-top {
    color: #575757;
    line-height: 53px;
    padding: 0 12px;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
  }
  .navigation .level0 > .level-top:hover,
  .navigation .level0 > .level-top.ui-state-focus {
    color: #004b6c;
    text-decoration: none;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 3px;
    color: #004b6c;
    text-decoration: none;
    display: inline-block;
  }
  .navigation .level0.parent:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.parent > .level-top {
    padding-right: 20px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon {
    position: absolute;
    right: 0;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0 .submenu {
    background: #ffffff;
    border: 1px solid #d1d1d1;
    box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.19);
    font-weight: 700;
    min-width: 230px;
    padding: 0;
    display: none;
    left: 0;
    margin: 0 !important;
    position: absolute;
    z-index: 1;
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul {
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul:before,
  .navigation .level0 .submenu > ul:after {
    content: '';
    display: block;
    overflow: hidden;
    position: absolute;
  }
  .navigation .level0 .submenu > ul:before {
    color: #ffffff;
    left: 20px;
    top: -20px;
    border: 10px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #ffffff;
    z-index: 4;
  }
  .navigation .level0 .submenu > ul:after {
    border: 11px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #d1d1d1;
    color: #d1d1d1;
    left: 19px;
    top: -22px;
    z-index: 3;
  }
  .navigation .level0 .submenu:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    top: -4px;
    z-index: 1;
  }
  .navigation .level0 .submenu a {
    display: block;
    line-height: inherit;
    color: #575757;
    padding: 8px 2rem;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: #e8e8e8;
    color: #004b6c;
    text-decoration: none;
  }
  .navigation .level0 .submenu .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 3px;
  }
  .navigation .level0 .submenu .submenu {
    top: -1px !important;
    left: 100% !important;
  }
  .navigation .level0 .submenu .submenu-reverse {
    left: auto !important;
    right: 100%;
  }
  .navigation .level0 .submenu li {
    margin: 0;
    position: relative;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon {
    position: absolute;
    right: 3px;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e608';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.more:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: inherit;
    color: inherit;
    content: '\e607';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more:before {
    display: none;
  }
  .navigation .level0.more:after {
    cursor: pointer;
    padding: 8px 12px;
    position: relative;
    z-index: 1;
  }
  .navigation .level0.more:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.more li {
    display: block;
  }
  .panel.header .links,
  .panel.header .switcher {
    display: inline-block;
  }
  .fieldset > .field {
    margin: 0 0 2rem;
    box-sizing: border-box;
    margin: 0 0 29px;
  }
  .fieldset > .field > .label {
    margin: 0;
  }
  .fieldset > .field:before,
  .fieldset > .field:after {
    content: '';
    display: table;
  }
  .fieldset > .field:after {
    clear: both;
  }
  .fieldset > .field.choice:before,
  .fieldset > .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .fieldset > .field .description {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .product.data.items {
    position: relative;
    z-index: 1;
  }
  .product.data.items:before,
  .product.data.items:after {
    content: '';
    display: table;
  }
  .product.data.items:after {
    clear: both;
  }
  .product.data.items > .item.title {
    float: left;
    width: auto;
  }
  .product.data.items > .item.title > .switch {
    height: 2rem;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 2rem;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 0.5rem 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 600;
    line-height: 2rem;
    font-size: 1.4rem;
    color: #01b1ff;
    text-decoration: none;
    background: #f0f0f0;
    border: 1px solid #d1d1d1;
    border-bottom: none;
    height: 2rem;
    padding: 0.5rem 2rem 0.5rem 2rem;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #01b1ff;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #01b1ff;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #fcfcfc;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    padding-bottom: 1.5rem;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 4rem;
    padding: 2rem 2rem 2rem 2rem;
    border: 1px solid #d1d1d1;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .secondary {
    float: right;
  }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block;
  }
  .actions-toolbar .primary a.action,
  .actions-toolbar .secondary a.action {
    display: inline-block;
  }
  .actions-toolbar .primary .action {
    margin: 0 0.5rem 0 0;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 6px;
  }
  .actions-toolbar > .primary,
  .actions-toolbar > .secondary {
    margin-bottom: 0;
  }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    margin-bottom: 0;
    width: auto;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
  p.sz_intro {
    font-size: 3rem;
  }
  .page-title-wrapper {
    max-width: 74em;
  }
  .page-main {
    margin-top: 2em;
  }
  .branded {
    padding: 1em 20em 1em 2.5em;
  }
  .branded img {
    margin-top: 0;
    position: absolute;
    top: -2em;
    right: 3.5em;
  }
  .help-cta:after {
    content: "";
    background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNDEuNCA0MS40Ij48c3R5bGU+LnN0MHtmaWxsOiNGRkZGRkY7fTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTQxLjQgMzIuNmMuMS43LS4xIDEuMy0uNiAxLjhMMzUgNDAuMmMtLjMuMy0uNi41LTEgLjctLjQuMi0uOC4zLTEuMy40SDMxLjhjLS42IDAtMS41LS4xLTIuNy0uMy0xLjItLjItMi44LS43LTQuNi0xLjQtMS44LS43LTMuOC0xLjktNi4xLTMuNHMtNC43LTMuNS03LjMtNi4xYy0yLTItMy43LTMuOS01LjEtNS44LTEuMy0xLjgtMi40LTMuNS0zLjItNS4xLS44LTEuNi0xLjQtMy0xLjgtNC4zLS40LTEuMy0uNy0yLjQtLjgtMy4zLS4yLS44LS4yLTEuNS0uMi0ydi0uOWMuMS0uNC4yLS44LjQtMS4zLjItLjQuNS0uOC43LTFMNyAuNmMuNC0uNC45LS42IDEuNC0uNi40IDAgLjcuMSAxIC4zcy41LjUuNy44bDQuNyA4LjljLjMuNS4zIDEgLjIgMS41LS4xLjYtLjQgMS0uNyAxLjRMMTIuMiAxNWMtLjEuMS0uMS4yLS4yLjMgMCAuMS0uMS4yLS4xLjMuMS42LjQgMS4zLjggMi4xLjQuNy45IDEuNiAxLjYgMi42LjcgMSAxLjggMi4yIDMuMSAzLjUgMS4zIDEuMyAyLjUgMi40IDMuNSAzLjEgMSAuNyAxLjkgMS4zIDIuNiAxLjYuNy40IDEuMi42IDEuNi42bC41LjFjLjEgMCAuMiAwIC4zLS4xLjEgMCAuMi0uMS4zLS4ybDIuNS0yLjVjLjUtLjUgMS4xLS43IDEuOC0uNy41IDAgLjkuMSAxLjIuM2w4LjUgNWMuNy42IDEuMSAxLjEgMS4yIDEuNiIgaWQ9InBob25lIi8+PC9zdmc+);
    background-repeat: repeat-x;
    position: absolute;
    right: 1.5em;
    top: 1.5em;
    height: 50px;
    width: 50px;
  }
  .help-cta .img-wrapper {
    text-align: left;
  }
  .help-cta p {
    font-size: 3rem;
    padding-right: 2.5em;
  }
  .footer-cta p,
  .footer-cta .info {
    font-size: 4rem;
  }
  .footer-cta i svg {
    height: 40px;
    width: 40px;
    margin-top: -10px;
    margin-right: 10px;
  }
  body .page-footer .wc_footer a {
    padding: 0;
  }
  body .page-footer .wc_footer .col h4 {
    border: 0;
    padding: 0;
    font-size: 20px;
    color: #00b3db;
    font-weight: 700;
  }
  body .page-footer .wc_footer .col h4:first-child {
    margin-top: 0;
    border: 0;
  }
  body .page-footer .wc_footer .col h4:after {
    content: none;
  }
  body .page-footer .wc_footer .col .col-content {
    display: block;
  }
  body .page-footer .wc_footer .contact_data {
    margin-bottom: 1em;
  }
  body .page-footer .wc_footer .contact_data.contact_data--address span {
    display: block;
  }
  body .page-footer .wc_footer .contact_data i {
    position: absolute;
    left: 0;
    top: 4px;
  }
  body .page-footer .wc_footer .contact_data .info {
    padding-left: 40px;
    font-size: 1.4rem;
  }
  body .page-footer .wc_footer .sitemap a {
    font-size: 1.4rem;
  }
  body .page-footer .wc_footer .sitemap ul li {
    background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2Ljg0IiBoZWlnaHQ9IjEyIiB2aWV3Qm94PSIwIDAgNi44NCAxMiI+PHRpdGxlPmFycm93LXJpZ2h0PC90aXRsZT48cGF0aCBkPSJNNi41OSw1LjQxTDEuNDMsMC4yNUEwLjg0LDAuODQsMCwxLDAsLjI1LDEuNDRMNC44MSw2LDAuMjUsMTAuNTZhMC44NCwwLjg0LDAsMCwwLDEuMTksMS4xOUw2LjU5LDYuNTlBMC44NCwwLjg0LDAsMCwwLDYuODQsNiwxLjYsMS42LDAsMCwwLDYuNTksNS40MVoiIHN0eWxlPSJmaWxsOiMwMGIzZGIiLz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-position: 0 5px;
    padding-left: 15px;
    padding-right: 0;
    display: list-item;
  }
  body .page-footer h4 {
    font-size: 20px;
  }
  body .page-footer .wc_footer_copyright {
    *zoom: 1;
    max-width: 88.125em;
    margin-left: auto;
    margin-right: auto;
  }
  body .page-footer .wc_footer_copyright:before,
  body .page-footer .wc_footer_copyright:after {
    content: " ";
    display: table;
  }
  body .page-footer .wc_footer_copyright:after {
    clear: both;
  }
  body .page-footer .wc_footer_copyright ul {
    text-align: left;
  }
  body .page-footer .wc_footer_copyright ul li:nth-child(1):before {
    content: "";
    display: none;
  }
  body .page-footer .wc_footer_copyright ul li {
    position: relative;
    display: inline-block;
    padding: .25em 1em;
  }
  body .page-footer .wc_footer_copyright ul li a {
    padding: 0;
  }
  body .page-footer .wc_footer_copyright ul li:nth-child(1) {
    padding: 0.25em 1em 0.25em 0;
  }
  body .page-footer .wc_footer_copyright ul li:before {
    content: "•";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 26px;
    transform: translate(-73%, -20%);
  }
  body .page-footer .wc_footer {
    *zoom: 1;
    max-width: 88.125em;
    margin-left: auto;
    margin-right: auto;
  }
  body .page-footer .wc_footer:before,
  body .page-footer .wc_footer:after {
    content: " ";
    display: table;
  }
  body .page-footer .wc_footer:after {
    clear: both;
  }
  body .page-footer .wc_footer .partners_logos .partners_container {
    text-align: left;
  }
  body .page-footer .wc_footer .social {
    text-align: left;
  }
  body .page-footer .wc_footer .social img {
    margin-left: initial;
    margin-right: initial;
    display: inline-block;
  }
  body .page-footer .wc_footer .social img:last-of-type {
    margin-left: 0.5em;
  }
  body .page-footer .wc_footer .social .safecontractor {
    width: 100px;
  }
  body .page-footer .col {
    display: block;
    float: left;
    margin-right: 2.3576516%;
    width: 23.2317613%;
    text-align: left;
  }
  body .page-footer .col:last-child {
    margin-right: 0;
  }
  .wc_header {
    padding-bottom: 0;
  }
  .page-header {
    max-height: 118px;
    max-height: none;
    height: auto;
  }
  ul.header.links {
    top: 2px;
    position: relative;
  }
  .page-wrapper .minicart-wrapper {
    position: absolute;
    float: none;
    right: 15px;
    top: 24px;
  }
  .page-wrapper .page-header .panel.header {
    padding-top: 0;
    padding-bottom: 0;
  }
  .page-header .panel.header {
    padding-top: 0;
    padding-bottom: 0;
  }
  .page-header .panel.header a.button {
    margin-left: 1em;
    top: 0px;
  }
  .page-header .panel.header .block-search {
    display: inline-block;
    width: 260px;
    margin: 0;
  }
  .page-header .panel.header .block-search input#search {
    width: 260px;
  }
  .page-header .header-selling-points ul li {
    padding: 0 10px;
  }
  .page-header .header-links-right {
    text-align: center;
    padding: 0;
  }
  .page-header .header.content {
    padding: 0 20px 0;
  }
  .page-header .header.content .logo {
    margin: 12px 0;
  }
  .page-header .header.content .logo img {
    width: 180px;
  }
  .page-header .header.content.fixed-header {
    position: relative;
    box-shadow: none;
    border-top: 0;
  }
  .page-header .desktop-menu .nav-1 {
    display: none;
  }
  .page-header .siteWideBanner {
    width: 100%;
    background: #13b7dd;
    color: #fff;
    text-align: center;
    padding: 10px;
    margin-bottom: 5px;
    box-sizing: border-box;
  }
  .page-header .siteWideBanner svg {
    vertical-align: middle;
    height: 30px;
    width: auto;
  }
  .page-header .siteWideBanner span {
    vertical-align: middle;
    margin: 0;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 1.2em;
  }
  .wc_header .hero_title {
    display: block;
    margin-top: 0;
  }
  .wc_header .hero_title .hero_promo {
    text-align: left;
    font-size: 36px;
  }
  .wc_header .hero_slider .slider_img {
    display: block;
    float: left;
    margin-right: 2.3576516%;
    width: 57.3509785%;
    float: right;
  }
  .wc_header .hero_slider .slider_img:last-child {
    margin-right: 0;
  }
  .wc_header .quote_panel {
    display: block;
    float: left;
    margin-right: 2.3576516%;
    width: 40.2913699%;
  }
  .wc_header .quote_panel:last-child {
    margin-right: 0;
  }
  .wc_header .quote_panel .quote {
    display: block;
    position: absolute;
    bottom: 22%;
    left: 0;
    width: 45%;
  }
  .wc_header .quote_panel .quote_panel__quote {
    font-size: 17px;
    color: #0088ce;
    font-weight: 400;
    line-height: 1.2;
  }
  .wc_header .quote_panel .quote_panel__quote:before {
    content: "“";
    font-size: 2.875rem;
    display: inline-block;
    line-height: 0;
    position: relative;
    top: 0;
    padding-right: 5px;
    font-weight: 400;
  }
  .wc_header .quote_panel .quote_panel__quote:after {
    content: "”";
    font-size: 2.875rem;
    display: inline-block;
    line-height: 0;
    position: relative;
    top: 0;
    padding-left: 5px;
    font-weight: 400;
  }
  .wc_header .quote_panel img {
    transform: rotate(6deg);
    box-shadow: 5px 5px 7px 0px rgba(0, 0, 0, 0.37);
    float: right;
    width: 110px;
    margin-left: 1em;
    margin-right: 0;
  }
  .wc_header .quote_panel .quote_panel__cite {
    font-style: italic;
    font-size: 12px;
  }
  .wc_header .quote_panel .quote_panel__cite,
  .wc_header .quote_panel .quote_panel__quote {
    margin-right: 0.5em;
  }
  .panel.wrapper {
    border-bottom: 0;
    text-align: right;
  }
  .panel.wrapper .block-search .control {
    padding: 0;
  }
  .panel.wrapper .form.minisearch .nested {
    display: none;
  }
  .panel.wrapper .header-links-right {
    display: inline-block;
  }
  .panel.wrapper .block-search {
    display: inline-block;
    float: none;
  }
  .panel.wrapper .header.panel > .header.links {
    display: inline-block;
    float: none;
  }
  .panel.wrapper .header.panel > .header.links > li {
    vertical-align: initial;
  }
  .panel.wrapper .header.panel > .header.links .tax-switcher {
    display: inline-block;
    font-size: 14px;
  }
  .panel.wrapper .header.panel > .header.links .tax-switcher li {
    display: inline-block;
  }
  .dia-heading {
    fill: #EDEDED;
    font-family: "sofia-pro", sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 27px;
    font-weight: 200;
  }
  .dia-info {
    fill: #FFFFFF;
    font-family: "sofia-pro", sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 17px;
    font-weight: 200;
  }
  .featured .featured__col .content {
    padding: 2em 40% 1em 2em;
    text-align: left;
  }
  .featured .featured__col .content .viewAll {
    margin: 20px 0;
  }
  .featured .featured__col img.featurd_pic {
    position: absolute;
  }
  .featured .featured__col img.featurd_logo {
    position: absolute;
    top: 20px;
    right: 20px;
    margin: 0;
  }
  .hero_widgets {
    display: block;
  }
  .offer_sticker {
    transform: translate(-145%, 0);
  }
  .deals .deals__wrapper .deals__item {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    padding-bottom: 4rem;
    width: 32%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    margin-right: 2%;
    box-sizing: border-box;
    max-width: 500px;
    margin-bottom: 1em;
    position: relative;
    float: none;
  }
  .deals .deals__wrapper .deals__item:last-child {
    margin-right: 0;
  }
  .logos {
    display: block;
    box-sizing: border-box;
    margin-bottom: 1em;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    max-width: 88.125em;
    width: 100%;
  }
  .logos h4 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 3rem;
    font-family: "bebas-neue", sans-serif;
  }
  .logos .col {
    width: 12.5%;
    float: left;
    text-align: center;
    box-sizing: border-box;
  }
  .wavy_wrapper.wavy_wrapper--diagram {
    display: block;
  }
  .review-section .content {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    max-width: 88.125em;
    box-sizing: border-box;
    width: 100%;
  }
  .review-section .content .title {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 49px;
    color: #0088ce;
    font-family: "bebas-neue", sans-serif;
    margin-bottom: 20px;
  }
  .review-section .content .reviews {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .review-section .content .reviews .review {
    float: left;
    width: 32.66%;
    margin: 0 1% 0 0;
    text-align: center;
  }
  .review-section .content .reviews .review .person {
    border-radius: 50%;
    min-width: 100px;
    max-width: 100px;
  }
  .review-section .content .reviews .review .reviewTitle {
    display: block;
    font-weight: bold;
    margin: 15px 0;
  }
  .review-section .content .reviews .review .reviewBody {
    margin: 10px 0;
    font-size: 14px;
  }
  .review-section .content .reviews .review .reviewer {
    font-size: 18px;
    font-style: italic;
  }
  .review-section .content .reviews .review .stars {
    text-align: center;
    margin: 10px 0;
  }
  .review-section .content .reviews .review .stars .star {
    display: inline-block;
    width: 10%;
  }
  .review-section .content .reviews .review.last {
    margin: 0;
  }
  .review-section .content .trustpilot-widget {
    margin: 30px 0 20px;
    width: 100%;
  }
  .why-choose .content p {
    font-size: 19px;
  }
  .water_dia {
    display: block;
    text-align: center;
    background-color: #0088ce;
    position: relative;
    margin-bottom: -20px;
  }
  .water_dia h2 {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    color: #ffffff;
  }
  .page-title-home {
    margin-bottom: 0;
  }
  .page-title-home h1 {
    font-size: 2em;
    text-align: center;
  }
  .homepage--new-slider {
    max-height: 505px;
  }
  .homepage--new-slider ul li .text-overlay a,
  .homepage--new-slider ul li .text-overlay h2 {
    color: #fff;
  }
  .homepage--new-slider ul li .text-overlay h2 {
    font-size: 6em;
    font-weight: 800;
  }
  .homepage--new-slider ul li .text-overlay span {
    font-size: 4em;
    font-weight: 400;
  }
  .homepage--new-slider ul li .text-overlay span .clover-logo {
    vertical-align: middle;
    width: auto;
    display: inline-block;
  }
  .homepage--new-slider ul li .text-overlay p {
    margin: 15px 0 35px;
    font-size: 3em;
    font-weight: 400;
  }
  .homepage--new-slider ul li .text-overlay .find-out {
    padding: 20px 0;
    background: #13b7dd;
    display: block;
    max-width: 300px;
    margin: 20px auto 30px;
    font-weight: 400;
    font-size: 1.5em;
  }
  .homepage--new-slider ul li .text-overlay .find-out .small-leaf {
    max-width: 20px;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
  }
  .homepage--new-slider ul li.background-image .full-width .large-heading {
    font-size: 4em;
    padding: 0;
  }
  .homepage--new-slider ul li.background-image .full-width .inner-container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .homepage--new-slider ul li.background-image .full-width .inner-container .box-right {
    float: right;
    padding: 54px;
    background: rgba(255, 255, 255, 0.9);
  }
  .homepage--new-slider ul li.background-image .full-width .inner-container .box-right .title {
    font-size: 3em;
  }
  .homepage--new-slider ul li.background-image .full-width .inner-container .box-right .countdown {
    font-size: 1.25em;
  }
  .homepage--new-slider ul li.background-image .full-width .inner-container .box-center {
    margin: 0 auto;
    padding: 30px;
    box-sizing: border-box;
    text-align: center;
  }
  .homepage--new-slider ul li.background-image .full-width .inner-container .box-center .title {
    font-size: 5em;
    color: #fff;
    font-weight: 600;
    display: block;
  }
  .homepage--new-slider ul li.background-image .full-width .inner-container .box-center .sub-heading {
    color: #fff;
    display: block;
    font-size: 2.5em;
  }
  .homepage--new-slider ul li.background-image .full-width .inner-container .box-center .button {
    color: #fff;
    background: none;
    border: 1px solid #fff;
    margin-top: 25px;
    padding: 30px 100px;
    font-size: 1.5em;
  }
  .homepage--new-slider ul li.background-image .full-width .inner-container .box-center a {
    text-decoration: none;
  }
  .homepage--new-slider ul li.background-image .full-width .inner-container ol li {
    font-size: 1.5em;
  }
  .homepage--new-slider ul li.black-friday .baul {
    max-width: 180px;
  }
  .homepage--new-slider ul li.black-friday .presents {
    max-width: 380px;
  }
  .homepage--new-slider .green-friday h2 {
    font-size: 5rem;
  }
  .homepage--new-slider .green-friday .col {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .homepage--new-slider .green-friday .image-wrapper {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;
    display: block;
  }
  .homepage--new-slider .green-friday .full-width {
    min-height: 510px;
    padding: 85px 20px 100px;
  }
  .case-study-home .case-study-wrapper {
    padding: 30px 20px 30px 20px;
    margin: 0 auto;
    max-width: 88.125em;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-flow: wrap;
    align-items: center;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
  }
  .case-study-home .case-study-column {
    width: 49%;
  }
  .case-study-home .case-study-column iframe {
    border: 1px solid #ccc;
  }
  .case-study-home .case-study-column.video {
    margin: 0 1% 0% 0;
  }
  .case-study-home .case-study-column.text {
    margin: 0 0 0 1%;
  }
  .case-study-home .case-study-column.text .andy-hazell {
    float: right;
    padding: 19px 0;
    margin: 0;
    max-width: none;
  }
  .case-study-home .case-study-column.text .read-more {
    max-width: 150px;
  }
  .sections.nav-sections {
    display: none;
  }
  .desktop-menu {
    display: block;
    float: right;
    margin-right: 40px;
  }
  .desktop-menu ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    position: relative;
  }
  .desktop-menu li {
    margin: 0 10px 0 0;
    display: inline-block;
    position: relative;
    padding: 18px 0px;
    height: 84px;
    overflow: visible;
    box-sizing: border-box;
  }
  .desktop-menu li:after {
    opacity: 0;
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 9px 12px 9px;
    border-color: transparent transparent #004b6c transparent;
    left: 50%;
    transform: translateX(-50%);
    bottom: -8px;
  }
  .desktop-menu li.active:after {
    opacity: 1;
    transition: opacity 0.35s;
  }
  .desktop-menu li.level0.nav-2.active:after {
    border-bottom-color: #004b6c;
  }
  .desktop-menu li a {
    font-size: 1.4rem;
    font-weight: 400;
    color: #004b6c;
    line-height: 47px;
    padding: 0 7px;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
  }
  .desktop-menu .level0 {
    margin: 0 0 0 0;
  }
  .desktop-menu .level0 > .level-top {
    color: #004b6c;
  }
  .desktop-menu .level0 > .level-top:hover,
  .desktop-menu .level0 > .level-top:active {
    color: #0088ce;
  }
  .wc-mega-menus {
    position: absolute;
    z-index: -1;
    width: 100%;
  }
  .wc-mega-menus.active {
    z-index: 10;
  }
  .wrapper--megamenu {
    opacity: 0;
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    padding-top: 3em;
    padding-bottom: 3em;
  }
  .wrapper--megamenu.wrapper--active {
    z-index: 10;
    opacity: 1;
    transition: opacity 0.35s;
  }
  .wrapper--megamenu a:hover {
    text-decoration: none;
  }
  .wrapper--megamenu.wrapper--products {
    background-color: #004b6c;
  }
  .wrapper--megamenu.wrapper--sectors h4 a:hover,
  .wrapper--megamenu.wrapper--customer h4 a:hover,
  .wrapper--megamenu.wrapper--sectors li a:hover,
  .wrapper--megamenu.wrapper--customer li a:hover {
    color: #00b3db;
  }
  .wrapper--megamenu.wrapper--products h4 a:hover,
  .wrapper--megamenu.wrapper--products li a:hover {
    color: #00b3db;
  }
  .wrapper--megamenu.wrapper--sectors,
  .wrapper--megamenu.wrapper--customer {
    background-color: #004b6c;
  }
  .wrapper--megamenu.wrapper--sectors .megamenu .megamenu__col,
  .wrapper--megamenu.wrapper--customer .megamenu .megamenu__col {
    display: block;
    float: left;
    margin-right: 2.3576516%;
    width: 23.2317613%;
  }
  .wrapper--megamenu.wrapper--sectors .megamenu .megamenu__col:last-child,
  .wrapper--megamenu.wrapper--customer .megamenu .megamenu__col:last-child {
    margin-right: 0;
  }
  .wrapper--megamenu.wrapper--sectors .megamenu i svg,
  .wrapper--megamenu.wrapper--customer .megamenu i svg {
    color: #ffffff;
  }
  .wrapper--megamenu.wrapper--sectors .megamenu h4,
  .wrapper--megamenu.wrapper--customer .megamenu h4 {
    color: #ffffff;
  }
  .wrapper--megamenu.wrapper--sectors .megamenu p,
  .wrapper--megamenu.wrapper--customer .megamenu p {
    font-size: 1.4rem;
  }
  .wrapper--megamenu.wrapper--help,
  .wrapper--megamenu.wrapper--about,
  .wrapper--megamenu.wrapper--news {
    background-color: #004b6c;
  }
  .wrapper--megamenu.wrapper--help .megamenu,
  .wrapper--megamenu.wrapper--about .megamenu,
  .wrapper--megamenu.wrapper--news .megamenu {
    text-align: center;
  }
  .wrapper--megamenu.wrapper--help .megamenu .megamenu__item,
  .wrapper--megamenu.wrapper--about .megamenu .megamenu__item,
  .wrapper--megamenu.wrapper--news .megamenu .megamenu__item {
    margin: 0;
    padding: 0;
    display: inline-block;
  }
  .wrapper--megamenu.wrapper--help .megamenu .megamenu__item i,
  .wrapper--megamenu.wrapper--about .megamenu .megamenu__item i,
  .wrapper--megamenu.wrapper--news .megamenu .megamenu__item i {
    position: relative;
    top: initial;
    left: initial;
    display: block;
    margin-bottom: 0.5em !important;
    margin-top: 0 !important;
  }
  .wrapper--megamenu.wrapper--help .megamenu .megamenu__item i svg,
  .wrapper--megamenu.wrapper--about .megamenu .megamenu__item i svg,
  .wrapper--megamenu.wrapper--news .megamenu .megamenu__item i svg {
    color: #ffffff;
    height: 44px;
    width: 44px;
    float: none;
  }
  .wrapper--megamenu.wrapper--help .megamenu .megamenu__item i svg.icon-trustpilot,
  .wrapper--megamenu.wrapper--about .megamenu .megamenu__item i svg.icon-trustpilot,
  .wrapper--megamenu.wrapper--news .megamenu .megamenu__item i svg.icon-trustpilot {
    width: 200px;
    color: initial;
  }
  .wrapper--megamenu.wrapper--help .megamenu .megamenu__item h4,
  .wrapper--megamenu.wrapper--about .megamenu .megamenu__item h4,
  .wrapper--megamenu.wrapper--news .megamenu .megamenu__item h4 {
    color: #ffffff;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  .wrapper--megamenu.wrapper--help .megamenu .megamenu__item a,
  .wrapper--megamenu.wrapper--about .megamenu .megamenu__item a,
  .wrapper--megamenu.wrapper--news .megamenu .megamenu__item a {
    display: block;
    margin: 0 2.5em;
  }
  .wrapper--megamenu.wrapper--help .megamenu .megamenu__item a:hover h4,
  .wrapper--megamenu.wrapper--about .megamenu .megamenu__item a:hover h4,
  .wrapper--megamenu.wrapper--news .megamenu .megamenu__item a:hover h4,
  .wrapper--megamenu.wrapper--help .megamenu .megamenu__item a:hover i svg,
  .wrapper--megamenu.wrapper--about .megamenu .megamenu__item a:hover i svg,
  .wrapper--megamenu.wrapper--news .megamenu .megamenu__item a:hover i svg {
    color: #00b3db;
  }
  .wrapper--megamenu .megamenu {
    *zoom: 1;
    max-width: 88.125em;
    margin-left: auto;
    margin-right: auto;
    color: #ffffff;
  }
  .wrapper--megamenu .megamenu:before,
  .wrapper--megamenu .megamenu:after {
    content: " ";
    display: table;
  }
  .wrapper--megamenu .megamenu:after {
    clear: both;
  }
  .wrapper--megamenu .megamenu .megamenu__col {
    display: block;
    float: left;
    margin-right: 2.3576516%;
    width: 23.2317613%;
  }
  .wrapper--megamenu .megamenu .megamenu__col:last-child {
    margin-right: 0;
  }
  .wrapper--megamenu .megamenu.megamenu--footer {
    margin-top: 1em;
  }
  .wrapper--megamenu .megamenu.megamenu--footer div:first-child {
    margin-left: 25.5894129%;
  }
  .wrapper--megamenu .megamenu.megamenu--footer .megamenu__col {
    position: relative;
  }
  .wrapper--megamenu .megamenu.megamenu--footer .megamenu__col ul,
  .wrapper--megamenu .megamenu.megamenu--footer .megamenu__col h4 {
    padding-left: 50px;
    padding-top: 7px;
  }
  .wrapper--megamenu .megamenu i svg {
    color: #00b3db;
  }
  .wrapper--megamenu .megamenu h4 {
    color: #00b3db;
    text-transform: initial;
    margin-bottom: 0.5em;
    margin-top: 0;
    font-size: 2rem;
    font-weight: 400;
  }
  .wrapper--megamenu .megamenu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  .wrapper--megamenu .megamenu ul li {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2Ljg0IiBoZWlnaHQ9IjEyIiB2aWV3Qm94PSIwIDAgNi44NCAxMiI+PHBhdGggZD0iTTYuNTksNS40MUwxLjQzLDAuMjVBMC44NCwwLjg0LDAsMSwwLC4yNSwxLjQ0TDQuODEsNiwwLjI1LDEwLjU2YTAuODQsMC44NCwwLDAsMCwxLjE5LDEuMTlMNi41OSw2LjU5QTAuODQsMC44NCwwLDAsMCw2Ljg0LDYsMS42LDEuNiwwLDAsMCw2LjU5LDUuNDFaIiBzdHlsZT0iZmlsbDojZmZmZmZmIi8+PC9zdmc+);
    background-repeat: no-repeat;
    background-position: 0 5px;
    padding-left: 15px;
    margin-bottom: 4px;
  }
  .wrapper--megamenu .megamenu a {
    color: #ffffff;
  }
  .wrapper--megamenu .megamenu i {
    position: absolute;
    top: 0;
    left: 0;
  }
  .wrapper--megamenu .megamenu svg {
    height: 36px;
    width: 36px;
  }
  .wrapper--megamenu .megamenu__item {
    position: relative;
    padding: 0 0 0 50px;
  }
  .wrapper--megamenu .megamenu__item:nth-child(2) h4 {
    margin-top: 1.5em;
  }
  .wrapper--megamenu .megamenu__item.megamenu__item--banner {
    padding: 1em;
  }
  .wrapper--megamenu .megamenu__item.megamenu__item--tap svg {
    width: 36px;
    height: 36px;
  }
  .wrapper--megamenu .megamenu__item.megamenu__item--accessories svg {
    width: 32px;
    height: 32px;
  }
  .wrapper--megamenu .megamenu__item.megamenu__item--plumbed svg {
    width: 40px;
    height: 50px;
  }
  .wrapper--megamenu .megamenu__item.megamenu__item--bottled svg {
    width: 40px;
    height: 50px;
  }
  .deals .block-products-list .deals__wrapper {
    max-width: 1000px;
  }
  .product-reviews-summary .reviews-actions,
  .product-reviews-summary .rating-summary {
    display: inline-block;
  }
  .page-products .page-wrapper {
    background-color: #ececec;
  }
  .page-products .page-wrapper .page-header {
    background-color: #ffffff;
  }
  .page-products .products-grid .product-item-info {
    padding: 20px;
    box-sizing: border-box;
    background: #ffffff;
  }
  .page-products .products-grid .product-item-info .water-temps {
    display: none;
  }
  .page-products .sidebar-main {
    display: block;
  }
  .catalog-product-view .media {
    margin: 0;
  }
  .catalog-product-view .media .fotorama__nav__shaft {
    top: 0;
  }
  .catalog-product-view .sz_product_details .product.data.items > .item.content {
    color: #ffffff;
    margin-top: 56px;
    background: #004b6c;
    border-top: 1px solid #004b6c;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    padding: 20px 20px 20px 35px;
  }
  .catalog-product-view .sz_product_details .product.data.items > .item.content .review-list .block-title strong {
    color: #fff;
    font-size: 19px;
  }
  .catalog-product-view .sz_product_details .product.data.items > .item.content .review-list .review-title {
    color: #fff;
    font-size: 19px;
    float: left;
    margin: 0;
  }
  .catalog-product-view .sz_product_details .product.data.items > .item.title.active > .switch,
  .catalog-product-view .sz_product_details .product.data.items > .item.title.active > .switch:focus,
  .catalog-product-view .sz_product_details .product.data.items > .item.title.active > .switch:hover {
    background: #004b6c;
    color: #ececec;
  }
  .catalog-product-view .sz_product_details .product.data.items > .item.title > .switch {
    font-weight: 400;
    color: #ffffff;
    background: #ececec;
    padding: 18px 14px;
    font-size: 2rem;
    border-top: 1px solid #004b6c;
    border-left: 1px solid #004b6c;
    border-right: 1px solid #004b6c;
    padding-bottom: 18px;
    height: auto;
  }
  .catalog-product-view .sz_product_details .product.data.items > .item.title > .switch .counter:before {
    content: "(";
  }
  .catalog-product-view .sz_product_details .product.data.items > .item.title > .switch .counter:after {
    content: ")";
  }
  .catalog-product-view .sz_product_details .product.data.items > .item.title:not(.active) > .switch {
    color: #004b6c;
    border-top: 1px solid #ececec;
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
    padding-bottom: 18px;
  }
  .catalog-product-view .sz_product_details .product.data.items > .item.title:not(.active) > .switch:hover,
  .catalog-product-view .sz_product_details .product.data.items > .item.title:not(.active) > .switch:focus {
    background-color: #0088ce;
    border-top: 1px solid #0088ce;
    border-left: 1px solid #0088ce;
    border-right: 1px solid #0088ce;
    color: #ffffff;
  }
  .catalog-product-view .sz_product_details .product.data.items .item.title {
    border: 0;
  }
  .catalog-product-view .sz_product_details .product.data.items .item.title .switch:after {
    content: none;
  }
  .catalog-product-view .sz_product_details .product.data.items .item.title.active .switch {
    padding: 18px 14px;
  }
  .catalog-product-view .sz_product_details .product.data.items .item.title.active .switch:after {
    content: none;
  }
  .catalog-product-view .review-list {
    margin: 0;
  }
  .catalog-product-view .review-list .review-item {
    padding: 20px 0;
  }
  .catalog-product-view .review-list .review-item .review-ratings {
    float: right;
  }
  .catalog-product-view .review-list .review-item .review-content,
  .catalog-product-view .review-list .review-item .review-details {
    margin: 0;
    width: 100%;
    float: left;
  }
  .catalog-product-view .review-list .review-item .review-content {
    margin: 10px 0;
  }
  .catalog-product-view .review-list .review-item .review-details p {
    font-size: 15px;
  }
  .catalog-product-view .review-list .toolbar .pager {
    margin: 0;
  }
  .catalog-product-view .review-list .toolbar .pager .pages {
    width: 100%;
  }
  .catalog-product-view .review-list .toolbar .pager .pages .item .page {
    color: #fff;
    font-size: 1.5em;
  }
  .catalog-product-view .review-list .toolbar .pager .pages .item .action {
    border-color: #fff;
  }
  .catalog-product-view .review-list .toolbar .pager .pages .item .action:before {
    color: #fff;
  }
  .catalog-product-view .review-list .toolbar .pager .pages .item.current .page {
    text-decoration: underline;
  }
  .catalog-product-view .breadcrumbs {
    padding: 20px;
  }
  .catalog-product-view .product-info-main .page-title-wrapper .page-title {
    font-size: 3rem;
  }
  .catalog-product-view .product-info-main .product-points {
    display: none;
  }
  .catalog-product-view .product-info-main .product-experts-thought {
    display: table;
    margin: 20px 0;
  }
  .catalog-product-view .product-info-main .product-experts-thought h3 {
    font-size: 1.1em;
    color: #444;
    margin: 0 0 5px;
  }
  .catalog-product-view .product-info-main .product-experts-thought p {
    font-size: 1em;
    font-style: italic;
    width: 100%;
    box-sizing: border-box;
    display: table;
  }
  .catalog-product-view .product-info-main .product-experts-thought p:last-child {
    margin-bottom: 0;
  }
  .catalog-product-view .product-info-main .product-experts-thought ul {
    margin: 0;
  }
  .catalog-product-view .product-info-main .product-experts-thought .person-details {
    text-align: center;
    width: 15%;
    padding-left: 10px;
    box-sizing: border-box;
    display: table-cell;
    vertical-align: middle;
  }
  .catalog-product-view .product-info-main .product-experts-thought .person-details .expert-name {
    display: block;
    font-size: .8em;
    font-weight: 400;
  }
  .catalog-product-view .product-info-main .product-info-price-rental--modal .modal-content {
    width: 100%;
  }
  .catalog-product-view .product-info-main .product-info-price-rental--modal .modal-content .modal-close {
    position: absolute;
    font-size: 2em;
    right: 40px;
    top: 40px;
    line-height: 0;
  }
  .catalog-product-view .product-info-main .product-info-price-rental--modal .modal-content .leaf {
    display: block;
    max-width: 50px;
    position: absolute;
    left: 40px;
    top: 40px;
  }
  .catalog-product-view .product-info-main .product-info-price-rental--modal .modal-content p {
    font-size: 1.5em;
  }
  .catalog-product-view .product-info-main .product-info-price-rental--modal .modal-content .heading {
    font-size: 3em;
    padding: 0;
  }
  .catalog-product-view .product-info-main .product-info-price-rental--modal .modal-content .sub-heading {
    font-size: 2.5em;
    margin-bottom: 35px;
  }
  .catalog-product-view .product-info-main .product-info-price-rental--modal .modal-content ul li .title {
    font-size: 1.5em;
  }
  .catalog-product-view .product-info-main .product-info-price-rental--modal .modal-content ul li .icon {
    width: auto;
  }
  .catalog-product-view .product-info-main .product.attribute.overview {
    display: block;
  }
  .category_header .wrapper {
    min-height: 340px;
  }
  .category_header div.col {
    display: table-cell;
    width: 50%;
  }
  .category_header div.col.category_image {
    background-image: url('../webp/wcd-engineers-seated.webp');
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
    overflow: hidden;
    min-height: 320px;
    display: table-cell;
  }
  .category_header div.col.category_image:before,
  .category_header div.col.category_image:after {
    content: '';
    display: table;
  }
  .category_header div.col.category_image:after {
    clear: both;
  }
  .category_header div.col.category_image iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 105%;
    height: 105%;
  }
  .category_header p {
    font-size: 17px;
  }
  .category_header p.hide {
    display: block;
  }
  .category_header div.col .button {
    display: none;
  }
  .product_banner {
    background-repeat: repeat-y;
    background-position: center top;
    background-image: url(data:image/gif;base64,R0lGODlhuAsBAIAAAACz3ABMbCH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMTEgNzkuMTU4MzI1LCAyMDE1LzA5LzEwLTAxOjEwOjIwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RDZDMjk3NkY0NDY3MTFFNjk2REJFNzk5NjZEQUI4MDEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RDZDMjk3NzA0NDY3MTFFNjk2REJFNzk5NjZEQUI4MDEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpENkMyOTc2RDQ0NjcxMUU2OTZEQkU3OTk2NkRBQjgwMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpENkMyOTc2RTQ0NjcxMUU2OTZEQkU3OTk2NkRBQjgwMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgH//v38+/r5+Pf29fTz8vHw7+7t7Ovq6ejn5uXk4+Lh4N/e3dzb2tnY19bV1NPS0dDPzs3My8rJyMfGxcTDwsHAv769vLu6ubi3trW0s7KxsK+urayrqqmop6alpKOioaCfnp2cm5qZmJeWlZSTkpGQj46NjIuKiYiHhoWEg4KBgH9+fXx7enl4d3Z1dHNycXBvbm1sa2ppaGdmZWRjYmFgX15dXFtaWVhXVlVUU1JRUE9OTUxLSklIR0ZFRENCQUA/Pj08Ozo5ODc2NTQzMjEwLy4tLCsqKSgnJiUkIyIhIB8eHRwbGhkYFxYVFBMSERAPDg0MCwoJCAcGBQQDAgEAACH5BAAAAAAALAAAAAC4CwEAAAJVjI+py+0Po5y02ouz3rz7D4biSJbmiabqyrbuC8fyTNf2jef6BPT+DwwKh8Si8YhMKpfMpvMJjUqn1Kr1is1qt9yu9wsOi8fksvmMTqvX7Lb7DY8rCwA7);
  }
  .product_banner div.col {
    display: table-cell;
    width: 50%;
  }
  .product_banner div.col.branded_cooler {
    background-color: initial;
  }
  .product_banner figure {
    margin-top: -40px;
  }
  .product_banner figure img {
    max-height: auto;
  }
  .block.related .products .item,
  .deals .block-products-list .products .item,
  .block.related .products-grid .item,
  .deals .block-products-list .products-grid .item,
  .block.related .products .product-item,
  .deals .block-products-list .products .product-item,
  .block.related .products-grid .product-item,
  .deals .block-products-list .products-grid .product-item {
    width: 32%;
    margin-right: 2%;
  }
  .block.related .products .item:last-child,
  .deals .block-products-list .products .item:last-child,
  .block.related .products-grid .item:last-child,
  .deals .block-products-list .products-grid .item:last-child,
  .block.related .products .product-item:last-child,
  .deals .block-products-list .products .product-item:last-child,
  .block.related .products-grid .product-item:last-child,
  .deals .block-products-list .products-grid .product-item:last-child {
    margin-right: 0;
  }
  .fotorama {
    padding: 0 20px 0 0;
  }
  .checkout-cart-index .cart.table-wrapper table > tbody > tr > td {
    vertical-align: middle;
  }
  .checkout-cart-index .cart.table-wrapper .product-item-photo {
    width: auto;
    vertical-align: middle;
  }
  .checkout-cart-index .cart.table-wrapper .product-item-photo img {
    max-width: 100px;
  }
  .checkout-cart-index .cart.table-wrapper .product-item-details {
    vertical-align: middle;
    width: auto;
  }
  .checkout-cart-index .cart-summary {
    width: 27%;
  }
  .checkout-cart-index .cart-container .form-cart {
    width: 69%;
  }
  .layout-repeater .columns:nth-child(odd) .col.col--img {
    padding-left: 2%;
  }
  .masthead--company .gen-wrapper {
    min-height: 400px;
  }
  .masthead {
    overflow: hidden;
  }
  .masthead .columns {
    position: relative;
  }
  .masthead h1 {
    font-size: 5rem;
    margin-bottom: 0.25em;
  }
  .masthead p {
    font-size: 3rem;
  }
  .masthead .col-text {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    width: 58.33333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
  }
  .masthead .col-img {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    width: 41.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .wordpress-case-studys-list .case-studys .case-study {
    width: 32.66%;
    margin: 0 1% 6px 0;
  }
  .wordpress-case-studys-list .case-studys .case-study:nth-child(3n) {
    margin: 0;
  }
  .is-blog ol.post-list li,
  .cms-blog-archive ol.post-list li {
    width: 100%;
  }
  .is-blog ol.post-list li:last-child,
  .cms-blog-archive ol.post-list li:last-child {
    margin-bottom: 0;
  }
  .is-blog .post-image,
  .cms-blog-archive .post-image {
    width: auto;
    width: 35%;
  }
  .is-blog .post-entry,
  .cms-blog-archive .post-entry {
    width: 62%;
    margin: 0;
  }
  .split_header .content {
    display: table;
    min-height: 300px;
    text-align: left;
  }
  .split_header .content > div {
    display: table-cell;
    width: 50%;
  }
  .split_header .content > div.contact_image {
    display: table-cell;
  }
  .split_header .content i.round {
    float: left;
    margin-right: 1em;
    margin-bottom: 1em;
  }
  .split_header .content i.round:last-of-type {
    margin-bottom: 0;
  }
  .split_header .content .contact_info h1 {
    font-size: 4rem;
  }
  .contact_form .content h3 {
    font-size: 4rem;
  }
  .deal-of-the-week .deal-wrapper .hide {
    display: block;
  }
  .deal-of-the-week .deal-wrapper video {
    top: -210px;
    min-height: 880px;
  }
  .deal-of-the-week .deal-wrapper .column {
    padding: 50px 30px 60px;
    width: 50%;
  }
  .deal-of-the-week .deal-wrapper .column .deal-product-name {
    font-size: 3em;
  }
  .deal-of-the-week .deal-wrapper .column .deal-button {
    margin: 20px 0;
  }
  .deal-of-the-week .deal-wrapper .featured {
    display: block;
  }
  .plastic-saved .row:first-child {
    padding: 4em 0;
  }
  .plastic-saved ul li {
    width: 25%;
    margin: 0;
  }
  .category-clover-range .column.main {
    padding-bottom: 40px;
  }
  .category_header.clover-range {
    margin: 0 0 130px 0;
  }
  .category_header.clover-range .col {
    vertical-align: middle;
  }
  .category_header.clover-range .col.category_image {
    background: none;
    padding-top: 25px;
    position: absolute;
    z-index: 2;
    right: 0;
    display: block;
  }
  .category_header.clover-range .col.category_image img {
    float: right;
  }
  .clover-range--selling-points ul li {
    width: 25%;
  }
  body.page-products .products.clover-range {
    margin: 30px 0;
  }
  body.page-products .products.clover-range .product-item {
    width: 32.65%;
    margin-left: 1%;
  }
  .what-customers-think {
    padding: 60px 0;
  }
  .what-customers-think h2 {
    font-size: 3em;
  }
  .what-customers-think ul {
    display: flex;
  }
  .what-customers-think ul li {
    width: 33.33%;
    padding: 0 15px;
  }
  .why-clover h2 {
    font-size: 3em;
  }
  .why-clover ul {
    width: 80%;
    float: left;
  }
  .why-clover ul li .image {
    width: 15%;
    margin-right: 2%;
  }
  .why-clover ul li:nth-child(2n) .image {
    margin-right: 0;
    margin-left: 2%;
  }
  .why-clover .black-clover {
    float: right;
    display: block;
  }
  .catalog-product-view.page-layout-product-clover-range .product-info-main {
    width: 70%;
    float: left;
  }
  .catalog-product-view.page-layout-product-clover-range .product-info-main .page-title-wrapper .page-title {
    text-align: left;
    font-size: 4.5rem;
  }
  .catalog-product-view.page-layout-product-clover-range .product-info-main .page-title-wrapper .product-info-stock-sku {
    text-align: left;
  }
  .catalog-product-view.page-layout-product-clover-range .product-info-main .product-info-price {
    text-align: left;
  }
  .catalog-product-view.page-layout-product-clover-range .product-info-main .product.attribute.overview {
    text-align: left;
  }
  .catalog-product-view.page-layout-product-clover-range .product-info-main .clover-small-points {
    width: 70%;
  }
  .catalog-product-view.page-layout-product-clover-range .product-info-main .clover-small-points ul {
    margin: 30px 0 30px;
    flex-wrap: unset;
  }
  .catalog-product-view.page-layout-product-clover-range .product-info-main .clover-small-points ul li {
    width: 20%;
    text-align: center;
    margin-right: 5%;
    margin-bottom: 0;
  }
  .catalog-product-view.page-layout-product-clover-range .product-info-main .clover-small-points ul li span {
    margin: 0;
  }
  .catalog-product-view.page-layout-product-clover-range .product-info-main .product-add-form .box-tocart {
    width: 70%;
  }
  .catalog-product-view.page-layout-product-clover-range .product-info-main .we-plant {
    width: 70%;
  }
  .catalog-product-view.page-layout-product-clover-range .product.media {
    width: 30%;
    float: right;
    position: relative;
    margin: 0;
  }
  .catalog-product-view.page-layout-product-clover-range .product.media img {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
  }
  .catalog-product-view.page-layout-product-clover-range .clover-wide-points .wrapper {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 88.125em;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
  .catalog-product-view.page-layout-product-clover-range .clover-wide-points ul li .point {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .catalog-product-view.page-layout-product-clover-range .clover-wide-points ul li .point .image {
    width: 50%;
  }
  .catalog-product-view.page-layout-product-clover-range .clover-wide-points ul li .point .text {
    width: 50%;
  }
  .catalog-product-view.page-layout-product-clover-range .clover-wide-points ul li:nth-child(even) .image {
    order: 2;
  }
  .hydrate-at-home .header {
    min-height: 700px;
  }
  .hydrate-at-home .header .header--text h1 {
    font-size: 5em;
    margin-bottom: 2rem;
  }
  .hydrate-at-home .header .header--text p {
    font-size: 2.5em;
  }
  .hydrate-at-home .header .header--text img {
    height: 90%;
    position: absolute;
    left: 10%;
    bottom: -30px;
    display: block;
  }
  .hydrate-at-home .key-points {
    padding: 0;
  }
  .hydrate-at-home .key-points ul li {
    width: 12.5721879%;
    margin-right: 2%;
  }
  .hydrate-at-home .key-points ul li:nth-child(3n) {
    margin-right: 2%;
  }
  .hydrate-at-home .monthly-split {
    padding: 40px 0;
  }
  .hydrate-at-home .monthly-split .product-image {
    width: 50%;
  }
  .hydrate-at-home .monthly-split .monthly-split--breakdown {
    width: 50%;
  }
  .hydrate-at-home .monthly-split .monthly-split--breakdown li .cost-pm .cost-pm--price {
    font-weight: bold;
    font-size: 4em;
  }
  .hydrate-at-home .monthly-split .monthly-split--breakdown li .months .months--rental {
    font-size: 2em;
  }
  .hydrate-at-home .monthly-split .monthly-split--breakdown li .months .months--text {
    font-size: 1em;
  }
  .hydrate-at-home .monthly-split .wrapper {
    display: flex;
  }
  .hydrate-at-home .why-monthly ul {
    display: flex;
  }
  .hydrate-at-home .why-monthly ul li {
    width: 33.33%;
  }
  .hydrate-at-home .selling-points ul li {
    width: 24.25%;
  }
  .hydrate-at-home .selling-points ul li:nth-child(2n) {
    margin-right: 1%;
  }
  .hydrate-at-home .selling-points ul li:last-child {
    margin-right: 0;
  }
  .hydrate-at-home .tech-specs table {
    max-width: 50%;
    margin: 30px auto 0;
  }
  .hydrate-at-home .get-it-now {
    text-align: center;
  }
  .hydrate-at-home .get-it-now h3 {
    margin: 30px 0;
  }
  .hydrate-at-home .get-it-now ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .hydrate-at-home .get-it-now ul li {
    width: 31.33%;
    border: 1px solid #ccc;
    box-sizing: border-box;
    padding: 50px;
    margin: 0 1%;
  }
  .hydrate-at-home .get-it-now ul li .text {
    display: block;
    font-size: 2em;
  }
  .hydrate-at-home .get-it-now ul li .cta {
    display: block;
    font-weight: bold;
    font-size: 1.25em;
  }
  .hydrate-at-home .hydrate-at-home .key-points,
  .hydrate-at-home .hydrate-at-home .monthly-split,
  .hydrate-at-home .hydrate-at-home .why-monthly,
  .hydrate-at-home .hydrate-at-home .selling-points,
  .hydrate-at-home .hydrate-at-home .tech-specs {
    margin-bottom: 30px;
  }
  .climate-positive h1 {
    font-size: 5.6rem;
  }
  .climate-positive .key-stats .stat {
    padding: 0;
  }
  .climate-positive .key-stats .stat .text {
    margin-left: 15px;
    margin-top: 0;
    text-align: left;
  }
  .page-layout-rental-products .product-info-main {
    width: 40%;
  }
  .page-layout-rental-products .product.media {
    width: 60%;
  }
  .page-layout-rental-products .product.media .black-friday-tag {
    right: 30px;
    max-width: 70px;
  }
  .rental-page ul li .title {
    font-size: 1.5em;
  }
  .rental-page ul li .icon {
    width: auto;
  }
  .total-care .header h2 {
    font-size: 4.9rem;
  }
  .total-care h3 {
    font-size: 3rem;
  }
  .total-care .full-width .review {
    padding: 0;
  }
  .total-care .whats-included ul li {
    width: 25%;
    padding: 0 20px;
  }
  .total-care .whats-included ul li .title {
    font-size: 1.5em;
  }
  .total-care .whats-included ul li p {
    font-size: 19px;
  }
  .total-care .wont-beaten .steps li .right {
    padding: 0;
  }
  .flexible-service-plans h2 {
    font-size: 4.9rem;
  }
  .flexible-service-plans h3 {
    font-size: 3rem;
  }
  .flexible-service-plans .products-service .products .product {
    width: 24.25%;
    margin-right: 1%;
  }
  .flexible-service-plans .products-service .products .product:last-child {
    margin-right: 0;
  }
  .flexible-service-plans .whats-included ul li {
    width: 25%;
  }
  .page-layout-category-landing-page .category_header.masthead .columns {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .page-layout-category-landing-page .category_header.masthead .col-content {
    width: 58.33333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    align-self: center;
  }
  .page-layout-category-landing-page .category_header.masthead .col-img {
    margin-top: auto;
  }
  .page-layout-category-landing-page .category_header.cms_container .category-cms {
    display: block;
    float: left;
    margin-right: 2.3576516%;
    width: 48.8211742%;
    margin-left: 25.5894129%;
  }
  .page-layout-category-landing-page .category_header.cms_container .category-cms:last-child {
    margin-right: 0;
  }
  body.sz-black-friday .page-wrapper .page-header {
    max-height: 122px;
  }
  body.sz-black-friday .desktop-menu li.level0 a {
    color: #ffffff;
  }
  body.sz-black-friday .desktop-menu li.level0 a:hover {
    color: #a2242b;
  }
  body.sz-black-friday .desktop-menu li.level0:first-child a {
    color: #a2242b;
  }
  body.sz-black-friday .desktop-menu li.level0:first-child a:hover {
    color: #50191a;
  }
  body.sz-black-friday .wc_header .sz--banner-black-friday .hero_slider .slider_img .slider_wrapper .slick-slide a {
    display: inline;
    padding: 0;
  }
  body.sz-black-friday .wc_header .sale p {
    font-size: 3rem;
  }
  .block-cart-failed .actions {
    text-align: left;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%;
  }
  .bundle-options-container .block-bundle-summary {
    float: right;
    position: relative;
    width: 40%;
  }
  .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-left .bundle-options-container .block-bundle-summary,
  .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-right .bundle-options-container .block-bundle-summary,
  .page-layout-3columns .bundle-options-container .bundle-options-wrapper,
  .page-layout-3columns .bundle-options-container .block-bundle-summary {
    width: 48%;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    padding: 0;
    width: calc((100% - 4%) / 3);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    width: 25%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    width: 50%;
  }
  .page-products .columns {
    padding-top: 0;
    position: relative;
    z-index: 1;
  }
  .products.wrapper ~ .toolbar .pages {
    float: left;
  }
  .toolbar-amount {
    float: left;
  }
  .sorter {
    float: right;
  }
  .modes {
    display: inline-block;
    float: left;
    margin-right: 2rem;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .modes-mode {
    color: #01b1ff;
    border: 1px solid #d1d1d1;
    border-right: 0;
    float: left;
    font-weight: 400;
    line-height: 1;
    padding: 7px 10px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
  }
  .modes-mode:not(.active):hover {
    color: #01b1ff;
    background: #dedede;
  }
  .modes-mode:last-child {
    border-right: 1px solid #d1d1d1;
  }
  .modes-mode.active {
    color: #53caff;
  }
  .modes-mode > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .modes-mode:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: inherit;
    color: #01b1ff;
    content: '\e60d';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .modes-mode:hover:before {
    color: #01b1ff;
  }
  .mode-list:before {
    content: '\e60b';
  }
  .products.wrapper ~ .toolbar .limiter {
    display: block;
    float: right;
  }
  .product-info-main .box-tocart,
  .product-options-bottom .box-tocart {
    display: table;
  }
  .product-info-main .box-tocart .field.qty,
  .product-options-bottom .box-tocart .field.qty {
    display: table-cell;
  }
  .product-info-main .box-tocart .actions,
  .product-options-bottom .box-tocart .actions {
    display: table-cell;
    padding-top: 2.5rem;
    text-align: center;
    vertical-align: bottom;
  }
  .product-info-main .page-title-wrapper .page-title {
    margin-top: -13px;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: left;
    left: auto;
    margin: 0 1rem 1rem 0;
    position: relative;
    top: auto;
  }
  .sidebar .product-items .product-item-details {
    margin: 0;
  }
  .sidebar .product-items .product-item-actions {
    clear: left;
  }
  .product-info-main {
    float: right;
  }
  .product.media {
    float: left;
    margin-bottom: 2.5rem;
  }
  .page-layout-1column .product-info-main {
    width: 40%;
  }
  .page-layout-1column .product.media {
    width: 57%;
  }
  .page-layout-2columns-left .product-info-main,
  .page-layout-2columns-right .product-info-main,
  .page-layout-3columns .product-info-main {
    width: 48%;
  }
  .page-layout-2columns-left .product.media,
  .page-layout-2columns-right .product.media,
  .page-layout-3columns .product.media {
    width: 50%;
  }
  .block-category-event.block:last-child {
    margin-bottom: 3rem;
    padding: 1rem 0 3rem;
  }
  .block-category-event .block-title {
    margin: 0;
  }
  .block-category-event .block-title strong {
    font-size: 2.4rem;
  }
  .block-category-event .ticker li {
    display: none;
    margin: 0 50px;
  }
  .block-category-event .ticker .value {
    font-size: 6rem;
  }
  .block-category-event .ticker .label {
    font-size: 1.4rem;
    text-transform: none;
  }
  .block-category-event .dates .date {
    font-size: 5rem;
  }
  .block-category-event .dates .start {
    padding-right: 50px;
  }
  .block-category-event .dates .start:after {
    font-size: 5rem;
    right: 10px;
  }
  .block-search {
    float: right;
    padding-left: 15px;
    position: relative;
    width: 250px;
    z-index: 4;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0 0 25px;
  }
  .block-search .nested {
    display: block;
    padding-top: 5px;
    position: absolute;
  }
  .block-search input {
    margin: 0;
    padding-right: 35px;
    position: static;
  }
  .block-search input::-webkit-input-placeholder {
    color: #c2c2c2;
  }
  .block-search input:-moz-placeholder {
    color: #c2c2c2;
  }
  .block-search input::-moz-placeholder {
    color: #c2c2c2;
  }
  .block-search input:-ms-input-placeholder {
    color: #c2c2c2;
  }
  .block-search .action.search {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    padding: 0.5rem 0;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
  }
  .block-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .block-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: 22px;
    color: #8f8f8f;
    content: '\e615';
    font-family: 'icons-blank-theme';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-search .action.search:hover:before {
    color: inherit;
  }
  .block-search .action.search:active:before {
    color: inherit;
  }
  .block-search .action.search:focus,
  .block-search .action.search:active {
    background: none;
    border: none;
  }
  .block-search .action.search:hover {
    background: none;
    border: none;
  }
  .block-search .action.search.disabled,
  .block-search .action.search[disabled],
  fieldset[disabled] .block-search .action.search {
    pointer-events: none;
    opacity: 0.5;
  }
  .block-search .action.search:focus:before {
    color: #333333;
  }
  .search-autocomplete {
    margin-top: 0;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-container .widget.block {
    margin-bottom: 2rem;
  }
  .cart-summary {
    float: right;
    position: relative;
    width: 23%;
  }
  .column.main .cart-summary .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 2rem;
    margin: 0 0 1rem;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .cart-summary .block .fieldset .field > .label {
    margin: 0 0 0.5rem;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper .item .col.item {
    padding: 27px 8px 1rem;
  }
  .cart.table-wrapper .item-actions td {
    text-align: right;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 2rem;
    position: static;
    vertical-align: top;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    vertical-align: top;
    white-space: normal;
    width: 99%;
  }
  .cart.table-wrapper .item-actions .actions-toolbar {
    text-align: left;
  }
  .cart .action {
    margin-bottom: 1rem;
  }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0;
  }
  .cart-products-toolbar .pages {
    float: right;
    margin: 0 0 1px;
  }
  .cart-products-toolbar .pages .item:last-child {
    margin-right: 0;
  }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 7px;
    padding-top: 8px;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 2.5rem;
  }
  .minicart-wrapper {
    margin-left: 13px;
  }
  .minicart-wrapper .block-minicart {
    right: -15px;
    width: 390px;
  }
  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 3rem;
  }
  .checkout-onepage-success .print {
    display: block;
    float: right;
    margin: 22px 0 0;
  }
  .opc-progress-bar-item {
    width: 185px;
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 600px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 1rem;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 600px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 46px 0 2rem;
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .authentication-dropdown {
    background-color: #ffffff;
    border: 1px solid #aeaeae;
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0.1s;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: transform linear .1s, visibility 0s linear .1s;
    visibility: hidden;
    width: 100%;
  }
  .authentication-dropdown._show {
    z-index: 100;
    -webkit-transform: scale(1, 1);
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0s;
    transform: scale(1, 1);
    transition: transform linear .1s, visibility 0s linear 0s;
    visibility: visible;
  }
  .authentication-wrapper {
    width: 33.33333333%;
    text-align: right;
  }
  .block-authentication .block-title {
    font-size: 5rem;
    border-bottom: 0;
    margin-bottom: 2.5rem;
  }
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: right;
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .primary .action {
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .secondary {
    float: left;
    margin-right: 2rem;
    padding-top: 1rem;
  }
  .popup-authentication .modal-inner-wrap {
    min-width: 768px;
    width: 60%;
  }
  .popup-authentication .block-authentication {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #c1c1c1;
  }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 1rem 3rem 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 1rem 0 0 4rem;
  }
  .popup-authentication .block[class] + .block:before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .checkout-payment-method .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field {
    margin: 0 0 2rem;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.choice:before {
    padding: 0;
    width: 0;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type .control {
    margin-left: 25.8%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type.no-detection .control {
    margin-left: 0;
  }
  .checkout-billing-address .action-update {
    float: right;
  }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 2rem 0 0;
  }
  .checkout-payment-method .payment-option-title {
    padding-left: 22px;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 600px;
  }
  .login-container .block .login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 3rem;
  }
  .login-container .block .login .actions-toolbar > .secondary {
    float: left;
  }
  .fieldset .fullname .field .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset .fullname .field .control {
    width: 74.2%;
    float: left;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account,
  .form.search.advanced,
  .form.form-orders-search {
    min-width: 600px;
    width: 50%;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 22.3%;
  }
  .account.page-layout-2columns-left .column.main {
    width: 77.7%;
  }
  .block-addresses-list .items.addresses {
    font-size: 0;
  }
  .block-addresses-list .items.addresses > .item {
    display: inline-block;
    font-size: 1.4rem;
    margin-bottom: 2rem;
    vertical-align: top;
    width: 48.8%;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .block-addresses-list .items.addresses > .item:nth-child(even) {
    margin-left: 2.4%;
  }
  .control.captcha-image .captcha-img {
    margin: 0 1rem 1rem 0;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-downloadable .product-options-bottom .field.qty + .actions {
    padding-top: 0;
  }
  .gift-message .field {
    margin-bottom: 2rem;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    float: right;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 2rem;
  }
  .gift-options .actions-toolbar .secondary .action-cancel {
    display: block;
    float: left;
    margin-top: 6px;
  }
  .gift-options .actions-toolbar:nth-child(3):before {
    border-left: 1px solid #c1c1c1;
    bottom: 5rem;
    content: '';
    display: block;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
  }
  .gift-options-title {
    font-weight: 200;
    font-size: 1.8rem;
  }
  .cart.table-wrapper .action-gift {
    float: left;
  }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field {
    margin: 0 0 2rem;
    box-sizing: border-box;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field > .label {
    margin: 0;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    content: '';
    display: table;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    clear: both;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.choice:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field .description {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 2rem 0 0;
    vertical-align: top;
    width: 1%;
  }
  .block-giftregistry-shared-items .product-item-details {
    display: table-cell;
    vertical-align: top;
    width: 99%;
    word-break: normal;
  }
  .block-giftregistry-shared-items .col.product {
    width: 48%;
  }
  .block-giftregistry-shared-items .col:not(.product) {
    text-align: center;
  }
  .block-giftregistry-shared-items .col.price {
    padding-top: 17px;
  }
  .block-giftregistry-shared-items .input-text.qty {
    margin-top: -4px;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 2rem;
    width: 50%;
  }
  .gift-options-cart-item .gift-wrapping + .gift-message,
  .cart-gift-item .gift-wrapping + .gift-message {
    border-left: 1px solid #c1c1c1;
    box-sizing: border-box;
    float: left;
    padding-left: 4.5rem;
    width: 50%;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 29px;
  }
  .table-invitations .col {
    width: 50%;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .wishlist.window.popup .field {
    margin: 0 0 2rem;
  }
  .wishlist.window.popup .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .wishlist.window.popup .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .wishlist.window.popup .field > .label {
    margin: 0 0 0.5rem;
    display: inline-block;
  }
  .wishlist.window.popup .field.choice:before,
  .wishlist.window.popup .field.no-label:before {
    display: none;
  }
  .block-wishlist-management {
    margin-bottom: 2rem;
  }
  .block-wishlist-management .wishlist-select {
    border-bottom: 1px solid #e8e8e8;
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: table-cell;
    margin-right: 1rem;
    padding: 0.5rem 1rem 1rem;
    vertical-align: top;
    white-space: nowrap;
    width: 5%;
  }
  .block-wishlist-management .wishlist-select-items {
    display: table-cell;
    padding-right: 160px;
    vertical-align: top;
  }
  .block-wishlist-management .wishlist-select-items .item {
    display: inline-block;
    margin-right: 1rem;
    padding: 0.5rem 1rem 1rem;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #ff5501;
    font-weight: 600;
  }
  .block-wishlist-management .wishlist-select .wishlist-name-current {
    display: none;
  }
  .block-wishlist-management .wishlist-add.item {
    position: absolute;
    right: 0;
    top: 0;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 4rem;
  }
  .block-wishlist-management .wishlist-info {
    float: left;
  }
  .block-wishlist-management .wishlist-toolbar {
    float: right;
  }
  .block-wishlist-info-items .product-item-photo {
    margin-left: 0;
  }
  .products-grid.wishlist .product-item-checkbox {
    float: left;
  }
  .products-grid.wishlist .product-item-checkbox + .product-item-name {
    margin-left: 2.5rem;
  }
  .block.newsletter {
    max-width: 44%;
    width: max-content;
  }
  .block.newsletter .field {
    margin-right: 5px;
  }
  .block.newsletter .field.newsletter {
    max-width: 220px;
  }
  .block.newsletter .field .control {
    width: 100%;
  }
  .block.newsletter .action.subscribe {
    border-radius: 3px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #d1d1d1;
  }
  .paypal-review .block-content .box-order-shipping-address,
  .paypal-review .block-content .box-order-shipping-method,
  .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .reward-settings + .actions-toolbar {
    margin-top: -32px;
  }
  .form-create-return .additional .field:last-child {
    margin-top: 29px;
  }
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 2rem;
  }
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px;
  }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px;
  }
  .table-order-items .subtotal,
  .table-order-items .amount {
    text-align: right;
  }
  .table-order-items.creditmemo .col.qty,
  .table-order-items.creditmemo .col.discount,
  .table-order-items.creditmemo .col.subtotal {
    text-align: center;
  }
  .table-order-items.creditmemo .col.total {
    text-align: right;
  }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0;
  }
  .order-pager-wrapper .pages {
    float: right;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .page-title-wrapper .order-date {
    margin-top: -2rem;
  }
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 2rem;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .navigation ul {
    padding: 0 8px;
  }
  .header.panel > .header.links {
    float: right;
    font-size: 0;
    margin: 0;
    padding: 0;
    list-style: none none;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    font-size: 1.4rem;
    margin: 0 0 0 15px;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li a {
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    padding-left: 0.5rem;
  }
  .header.content {
    padding: 3rem 2rem 0;
  }
  .page-header {
    border: 0;
    margin-bottom: 0;
  }
  .page-header .panel.wrapper {
    border-bottom: 1px solid #e8e8e8;
  }
  .page-header .header.panel {
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  .page-header .switcher {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 2rem;
  }
  .logo {
    margin: 0 auto 25px 0;
  }
  .logo img {
    max-height: inherit;
  }
  .footer.content .block {
    float: right;
  }
  .footer.content .links {
    display: inline-block;
    margin-bottom: 20px;
    padding: 0 50px 0 0;
    vertical-align: top;
  }
  .footer.content .switcher.store {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions {
    margin: 1rem 0 0;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    margin-bottom: 1rem;
    padding-right: 1rem;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty .label {
    width: auto;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 2rem 0 0;
  }
  .wishlist-index-index .product-item-info {
    width: 240px;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .sidebar .block.widget .products-grid .product-item {
    margin-left: 0;
    width: 100%;
  }
  .sidebar .block.widget .products-grid .product-item .actions-secondary {
    display: block;
    padding: 10px 0;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 6%) / 4);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 50%;
  }
  .sidebar .block.widget .pager .pages-item-next {
    padding: 0;
  }
  .sidebar .block.widget .pager .pages-item-next .action {
    margin: 0;
  }
  .toolbar-products {
    margin-bottom: 40px;
  }
  .toolbar-products .toolbar-amount,
  .toolbar-products .sorter {
    display: block;
    width: auto;
  }
  .toolbar-products .toolbar-amount {
    line-height: 30px;
  }
  .toolbar-products .limiter {
    padding: 14px 0;
  }
}
@media all and (min-width: 1024px), print {
  .wc_header .quote_panel img {
    width: 130px;
  }
  .wc_header .quote_panel .quote_panel__quote {
    font-size: 20px;
  }
  .wc_header .quote_panel .quote_panel__cite {
    font-size: 13px;
  }
  .wc_header .hero_title .hero_promo {
    font-size: 5rem;
  }
  .navigation,
  .nav-sections {
    background: #ffffff;
  }
  .page-header .header.content .logo img {
    width: 260px;
  }
  .wrapper--innerheader {
    background-color: #004b6c;
    padding-top: 0;
    padding-bottom: 0;
    color: #ffffff;
  }
  .wrapper--innerheader .inner_header {
    max-width: 88.125em;
    margin: 0 auto;
    display: table;
    min-height: 22em;
  }
  .wrapper--innerheader .inner_header__col {
    width: 50%;
    display: table-cell;
    padding: 2em 2em 2em 0;
    vertical-align: middle;
  }
  .wrapper--innerheader .inner_header__col h1 {
    color: #ffffff;
    font-family: "sofia-pro", sans-serif;
    font-weight: 400;
    font-size: 4rem;
    margin-bottom: 0.5em;
  }
  .wrapper--innerheader .inner_header__col p {
    font-size: 3rem;
  }
  .wrapper--innerheader .inner_header__col:last-child {
    padding: 0;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
  }
  .offer_sticker {
    left: 85%;
    top: 22%;
  }
  .featured .featured__col .content p {
    font-size: 23px;
    font-weight: 200;
  }
  .featured .featured__col img.featurd_pic {
    max-width: 16em;
  }
  .hero_widgets .hero_widgets__col {
    max-width: 230px;
  }
  .hero_widgets .hero_widgets__col:nth-child(3) {
    display: inline-block;
  }
  .hero_widgets .hero_widgets__col p {
    font-size: 16px;
  }
  .hero_widgets .hero_widgets__col i svg {
    height: 40px;
  }
  .review-section .content .reviews .review .reviewBody {
    font-size: 18px;
  }
  .desktop-menu li a.mega-menu {
    padding: 0 15px;
  }
  .page-products .product-item-info {
    width: 100%;
  }
  body.page-products .products-grid .product-item {
    width: 33.32%;
    margin-left: calc((100% - 3 * 33.333%) / 2);
    padding: 0px 10px;
    box-sizing: border-box;
  }
  body.page-products .products-grid .product-item:nth-child(3n+1) {
    margin-left: 0;
  }
  .masthead--company .gen-wrapper {
    min-height: 460px;
  }
  .masthead {
    min-height: 460px;
  }
  .masthead p {
    font-size: 3rem;
  }
  .page-layout-category-landing-page .column.main .product-items {
    display: block;
    float: left;
    margin-right: 2.3576516%;
    width: 82.9403914%;
    margin-left: 8.5298043%;
  }
  .page-layout-category-landing-page .column.main .product-items:last-child {
    margin-right: 0;
  }
  .page-layout-category-landing-page .column.main .product-items li > div {
    margin-left: 8.5298043%;
  }
  body.sz-black-friday .wc_header .sz--banner-black-friday .quote_panel .hero_title .hero_promo {
    font-size: 6rem;
  }
  body.sz-black-friday .wc_header .sz--banner-black-friday .black-friday-deals p {
    font-size: 4rem;
  }
  body.sz-black-friday .wc_header .sz--banner-black-friday .black-friday-deals .small {
    font-size: 3rem;
  }
  body.sz-black-friday .wc_header .sz--banner-black-friday .black-friday-deals .red {
    font-size: 80px;
  }
  body.sz-black-friday .wc_header .button.bf-deals {
    font-size: 24px;
    padding: 16px 45px 18px 22px;
  }
  body.sz-black-friday .wc_header .button.bf-deals i {
    -webkit-transform: scale(0.5) translate(4px, -50%);
    -moz-transform: scale(0.5) translate(4px, -50%);
    -ms-transform: scale(0.5) translate(4px, -50%);
    transform: scale(0.5) translate(4px, -50%);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  .widget-blog-posts ol.post-list li.item {
    width: calc((100% - (2% * (4 - 1))) / 4);
  }
  .widget-blog-posts ol.post-list li.item:nth-child(2n + 1) {
    clear: none;
    margin-left: 2%;
  }
  .widget-blog-posts ol.post-list li.item:nth-child(4n + 1) {
    clear: left;
    margin-left: 0 !important;
  }
  .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .products-grid .product-item {
    width: 16.66666667%;
  }
  .page-layout-3columns .products-grid .product-item {
    width: 25%;
  }
  .page-products .products-grid .product-items {
    margin: 0;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    padding: 0;
    width: calc((100% - 6%) / 4);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-products .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    margin-left: 0;
    width: 20%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 1%;
    width: 32.667%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n) {
    margin-left: 1%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%;
  }
  .opc-wrapper .shipping-address-item {
    width: 33.33333333%;
  }
  .opc-wrapper .shipping-address-item:before {
    background: #cccccc;
    height: calc(100% - 20px);
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .opc-wrapper .shipping-address-item:nth-child(3n + 1):before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item:before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item + .shipping-address-item:before {
    display: none;
  }
  .table-checkout-shipping-method {
    min-width: 500px;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .block.widget .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 8%) / 5);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 25%;
  }
  .block.widget .products-grid .product-items {
    margin: 0;
  }
  .block.widget .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
}
@media all and (min-width: 1440px), print {
  body.sz-black-friday .wc_header .sz--banner-black-friday .quote_panel .hero_title .hero_promo {
    font-size: 72px;
  }
  body.sz-black-friday .wc_header .sz--banner-black-friday .black-friday-deals p {
    font-size: 5rem;
  }
  body.sz-black-friday .wc_header .sz--banner-black-friday .black-friday-deals .small {
    font-size: 4rem;
  }
  body.sz-black-friday .wc_header .sz--banner-black-friday .black-friday-deals .red {
    font-size: 120px;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: none;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
  }
  .sidebar .product-items .product-item-details {
    margin-left: 85px;
  }
}
