@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900");
@import url("https://fonts.googleapis.com/css?family=Tinos:400,700&display=swap");
meta.foundation-version {
  font-family: "/5.5.3/"; }

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

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

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

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

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

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

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

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

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

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

body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

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

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  box-sizing: border-box; }

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

@media (min-width: 1025px) {
  .fancybox-infobar,
  .fancybox-toolbar,
  .fancybox-stage,
  .fancybox-caption,
  .fancybox-progress {
    max-width: 710px;
    margin: 0 auto;
    left: 0; } }

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

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

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

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

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

.fancybox-infobar {
  color: #fff;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 50%;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  bottom: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  padding-left: 48px;
  font-size: 0; }
  .fancybox-infobar > span {
    font-size: 13px; }
    .fancybox-infobar > span[data-fancybox-count] {
      padding-left: 22px;
      position: relative; }
      .fancybox-infobar > span[data-fancybox-count]:before {
        content: "of";
        position: absolute;
        top: 0;
        left: 4px;
        line-height: 20px; }
  .fancybox-infobar:before {
    content: "Image";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 13px; }

.fancybox-toolbar {
  right: 20px;
  top: 15px; }
  @media (min-width: 1025px) {
    .fancybox-toolbar {
      top: 35px;
      right: -70px; } }
  .fancybox-toolbar .fancybox-button {
    display: none !important; }
    .fancybox-toolbar .fancybox-button.fancybox-button--close {
      display: block !important;
      float: right; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  z-index: 99994; }
  @media (max-width: 1024px) {
    .fancybox-stage {
      -webkit-transform: translateZ(0);
      transform: translateZ(0); } }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

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

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

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

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0; }

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

.fancybox-slide--html {
  padding: 6px; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in; }

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable=true] {
  cursor: text; }

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

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

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%; }

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

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-iframe,
.fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0; }

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

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

.fancybox-button {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 37px;
  margin: 0;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 37px;
  padding: 0; }

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

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

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

.fancybox-button div {
  height: 100%; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:nth-child(1),
.fancybox-button--pause svg:nth-child(1),
.fancybox-button--play svg:nth-child(2) {
  display: none; }

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  transform-origin: 0;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-timing-function: linear;
  z-index: 99998; }

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

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

.fancybox-navigation .fancybox-button {
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 72px;
  height: 72px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  color: #0f0f0f;
  -webkit-box-shadow: 0 0px 2px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0px 2px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0px 2px 1px rgba(0, 0, 0, 0.05); }
  .fancybox-navigation .fancybox-button svg {
    fill: #0f0f0f; }
  .fancybox-navigation .fancybox-button:hover {
    color: #0f0f0f; }
    .fancybox-navigation .fancybox-button:hover svg {
      fill: #0f0f0f; }
  .fancybox-navigation .fancybox-button[disabled] div:before {
    opacity: .5; }

.fancybox-navigation .fancybox-button div {
  padding: 7px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }
  .fancybox-navigation .fancybox-button div svg {
    display: none; }
  .fancybox-navigation .fancybox-button div:before {
    font-size: 40px;
    font-family: FontAwesome;
    position: absolute;
    color: #0f0f0f;
    text-align: center; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0px; }
  @media (min-width: 1025px) {
    .fancybox-navigation .fancybox-button--arrow_left {
      left: 60px; } }
  .fancybox-navigation .fancybox-button--arrow_left div:before {
    content: "\f104";
    margin-left: -1px; }

.fancybox-navigation .fancybox-button--arrow_right {
  right: 0px; }
  @media (min-width: 1025px) {
    .fancybox-navigation .fancybox-button--arrow_right {
      right: 60px; } }
  .fancybox-navigation .fancybox-button--arrow_right div:before {
    content: "\f105";
    margin-right: -1px; }

.fancybox-caption {
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px;
  right: 0;
  text-align: center;
  z-index: 99996; }

.fancybox-caption:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -44px;
  z-index: -1; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

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

.fancybox-loading {
  -webkit-animation: a 1s linear infinite;
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

@-webkit-keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn); } }

@keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn); } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0); }

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

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

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

@media (max-height: 576px) {
  .fancybox-caption {
    padding: 12px; }
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }
  .fancybox-slide--image {
    padding: 6px 0; }
  .fancybox-close-small {
    right: -6px; }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; } }

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

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

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

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

.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

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

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

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

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus:before {
  opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1; }

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }

.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom; }

.mCustomScrollbar.mCS_no_scrollbar,
.mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto; }

.mCustomScrollBox {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: 0;
  direction: ltr;
  padding-right: 6px; }

.mCSB_container {
  overflow: hidden;
  width: auto;
  height: auto; }

.mCSB_inside > .mCSB_container {
  margin-right: 0px; }

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-left: 30px; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0; }

.mCSB_scrollTools {
  position: absolute;
  width: 3px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0; }

.mCSB_outside + .mCSB_scrollTools {
  right: -26px; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  right: auto;
  left: 0; }

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px; }

.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto; }

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0; }

.mCSB_scrollTools .mCSB_draggerRail {
  width: 3px;
  height: 100%;
  margin: 0 auto; }

.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 30px;
  z-index: 1; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  position: relative;
  width: 3px;
  height: 100%;
  margin: 0 auto;
  text-align: center; }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px; }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px; }

.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonUp {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer; }

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0; }

.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px; }

.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%; }

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0; }

.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  height: 100%;
  left: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  margin: 2px auto; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  margin: 4px 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0; }

.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px; }

.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px; }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px; }

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0; }

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0; }

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px; }

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  margin-right: 0;
  margin-left: 30px; }

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0; }

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0; }

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  margin-left: 0; }

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0; }

.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: opacity .2s ease-in-out, background-color .2s ease-in-out; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar {
  -webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  -moz-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  -o-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out; }

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)"; }

.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)"; }

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: #f5f5f5; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: #2d2d2d; }

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: #ccc; }

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: #2d2d2d; }

.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight,
.mCSB_scrollTools .mCSB_buttonUp {
  background-image: url(mCSB_buttons.png);
  background-repeat: no-repeat;
  opacity: .4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)"; }

.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0; }

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px; }

.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px; }

.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px; }

.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover,
.mCSB_scrollTools .mCSB_buttonUp:hover {
  opacity: .75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active,
.mCSB_scrollTools .mCSB_buttonUp:active {
  opacity: .9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)"; }

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px auto; }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0; }

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto; }

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px; }

.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px; }

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%; }

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px; }

.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.15); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded.mCSB_scrollTools .mCSB_dragger {
  height: 14px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px; }

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px; }

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0; }

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 16px;
  height: 16px;
  margin: -1px 0; }

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 4px; }

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 16px;
  width: 16px;
  margin: 0 -1px; }

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px; }

.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==);
  background-repeat: repeat-y;
  opacity: .3;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=); }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%); }

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%); }

.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px; }

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px; }

.mCS-3d-dark.mCSB_scrollTools,
.mCS-3d.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2); }

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #555; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px; }

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2); }

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1); }

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1); }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px; }

.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical,
.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical {
  right: 1px; }

.mCS-3d-thick-dark.mCSB_scrollTools_vertical,
.mCS-3d-thick.mCSB_scrollTools_vertical {
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5); }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal,
.mCS-3d-thick.mCSB_scrollTools_horizontal {
  bottom: 1px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
  height: 12px;
  width: auto; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #555; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1); }

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

.mCS-3d-thick-dark.mCSB_scrollTools {
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #777; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0; }

.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px; }

.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
  left: 0;
  right: auto; }

.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px; }

.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px; }

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)"; }

.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)"; }

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)"; }

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)"; }

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2); }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px; }

.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0; }

.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px; }

.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1); }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2); }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0; }

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1); }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.2); }

.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

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

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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

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

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

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

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

*,
*:before,
*:after {
  box-sizing: border-box; }

html,
body {
  height: 100%; }

body {
  background: white;
  color: #5f5f5f;
  cursor: auto;
  margin: 0;
  padding: 0;
  position: relative; }

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

a:hover {
  cursor: pointer; }

figure {
  margin: 0 0 1.5rem; }

img {
  display: inline-block;
  height: auto;
  max-width: 100%;
  vertical-align: middle; }

img {
  -ms-interpolation-mode: bicubic; }

button {
  background: none;
  border: 0; }
  button:active, button:focus {
    box-shadow: none;
    outline: none; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

html {
  font-size: 12px; }
  @media (min-width: 768px) {
    html {
      font-size: 12px; } }
  @media (min-width: 1025px) {
    html {
      font-size: 12px; } }
  @media (min-width: 1281px) {
    html {
      font-size: 12px; } }

body {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.5; }

a {
  color: #34313a;
  line-height: inherit;
  text-decoration: none; }
  a:hover, a:focus {
    color: black; }

p {
  margin-bottom: 1.5rem; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #0f0f0f;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 0.75rem; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #232323;
    font-size: 60%;
    line-height: 0; }

h1 {
  font-size: 28px; }

h2 {
  font-size: 24px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 14px; }

h6 {
  font-size: 13px; }

.subheader {
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 0.75rem; }

hr {
  border: solid #e5e5e5;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  margin: 2rem 0 1.91667rem; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: 700;
  line-height: inherit; }

small {
  font-size: 60%;
  line-height: inherit; }

ul,
ol,
dl {
  list-style-position: outside;
  margin-bottom: 1.5rem; }

ul ul,
ul ol,
ol ul,
ol ol {
  margin-left: 1.2rem;
  margin-bottom: 0; }

ul {
  margin-left: 1.15rem; }

ol {
  margin-left: 1.15rem; }

dl dt {
  font-weight: 700;
  margin-bottom: 0.41667rem; }

dl dd {
  margin-bottom: 1.5rem; }

abbr,
acronym {
  border-bottom: 1px dotted #cccccc;
  color: #5f5f5f;
  cursor: help;
  font-size: 90%;
  text-transform: uppercase; }

abbr {
  text-transform: none; }

blockquote { }

blockquote,
blockquote p {
  font-size: 22px;
  line-height: 29px; }

cite {
  color: #999999;
  display: block;
  font-size: 12px; }

.icon {
  height: 1.5rem;
  width: 1.5rem;
  display: inline-block;
  vertical-align: middle; }
  .icon svg {
    display: inline-block;
    fill: #757575;
    height: 100%;
    vertical-align: top;
    width: 100%; }

/*doc
---
title: Lists
name: lists
category: Elements
---

*/
/*doc
---
title: Inline List
name: inline_list
category: Elements
parent: lists
---


```html_example
<ul class="inlineList">
    <li><a href="#">Link 1</a></li>
    <li><a href="#">Link 2</a></li>
    <li><a href="#">Link 3</a></li>
    <li><a href="#">Link 4</a></li>
    <li><a href="#">Link 5</a></li>
</ul>
```
##### Inline list settings
```sass_file_example
src/settings/foundation/inlineList/_settings.scss
```

*/
.inlineList {
  list-style: none;
  margin-top: 0;
  margin-bottom: 1.41667rem;
  margin-left: -1.83333rem;
  margin-right: 0;
  overflow: hidden;
  padding: 0; }
  .inlineList > li {
    display: block;
    float: left;
    list-style: none;
    margin-left: 1.83333rem; }
    .inlineList > li > * {
      display: block; }

/*doc
---
title: Tables
name: tables
category: Elements
---


```html_example
<table class="table">
    <thead class="table-thead">
        <tr>
            <th>Table Header</th>
            <th>Table Header</th>
            <th class="table-header--numericData" scope="column">Totals</th>
        </tr>
    </thead>
    <tbody class="table-tbody">
        <tr>
            <td>Content Goes Here</td>
            <td>This is longer content Donec id elit non mi porta gravida at eget metus.</td>
            <td class="table-cell--numericData">$10</td>
        </tr>
    </tbody>
    <tfoot class="table-tfoot">
        <tr>
            <td class="table-cell--numericData" colspan="2">Subtotal:</td>
            <td class="table-cell--numericData"><strong>$60</strong></td>
        </tr>
    </tfoot>
</table>
```
##### Tables settings
```sass_file_example
src/settings/foundation/tables/_settings.scss
```

*/
.table {
  border: solid 1px #e5e5e5;
  margin-bottom: 2rem;
  table-layout: auto;
  width: 100%; }
  .table thead {
    background: #e5e5e5; }
    .table thead tr th,
    .table thead tr td {
      font-size: 12px;
      font-weight: 700;
      padding: 0.75rem 1.5rem; }
  .table tr th,
  .table tr td {
    padding: 0.75rem 1.5rem;
    text-align: left; }
  .table thead tr th,
  .table tfoot tr th,
  .table tfoot tr td,
  .table tbody tr th,
  .table tbody tr td,
  .table tr td {
    display: table-cell; }
  .table th.table-header--numericData,
  .table td.table-cell--numericData {
    text-align: right; }

.table-thead {
  border: 1px solid #e5e5e5; }

.table-tfoot {
  border: 1px solid #e5e5e5; }

.table-tbody tr {
  border-bottom: 1px solid #e5e5e5; }
  .table-tbody tr:last-child {
    border-bottom: 0; }

/*doc
---
title: Buttons
name: button
category: Components
---

These are all the button

```sass_file_example
src/settings/foundation/buttons/_settings.scss
```

```html_example
<button class="button">Button</button>

<input type="submit" class="button" value="Button">

<a class="button" role="button" href="#">Button</a>
```

*/
.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 1rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background-color: white;
  border-color: #232323;
  color: #0f0f0f;
  font-size: 12px;
  padding: 0.91667rem 2.25rem;
  border-radius: 4px;
  outline: none;
  vertical-align: middle; }
  .button:hover, .button:focus, .button.is-active, .button.active {
    background-color: #0f0f0f;
    border-color: #0f0f0f;
    color: white; }
  .button:active {
    background-color: #0f0f0f;
    border: 1px solid #0f0f0f;
    color: white; }
  .button:focus, .button.is-active, .button.active {
    outline: none; }
  @media (min-width: 481px) {
    .button + .button {
      margin-left: 0.75rem; } }

/*doc
---
title: Button states
name: button_states
category: Components
parent: button
---

```html_example
<button class="button button--primary">Primary Button</button>

<button class="button">Secondary / Default Button</button>

<button class="button button--tertiary">Tertiary Button</button>

<button class="button button--action">Call-to-Action Button</button>
```
    */
.button--primary {
  background-color: #0f0f0f;
  border-color: #0f0f0f;
  color: white; }
  .button--primary:hover, .button--primary:focus, .button--primary.is-active, .button--primary.active {
    background-color: white;
    border-color: #0f0f0f;
    color: #0f0f0f; }
  .button--primary:active {
    background-color: white;
    border: 1px solid #0f0f0f;
    color: #0f0f0f; }

.button[disabled] {
  background-color: #787878;
  border-color: rgba(0, 0, 255, 0);
  color: white;
  cursor: default; }

/*doc
---
title: Button sizes
name: button_sizes
category: Components
parent: button
---

```html_example
<button class="button button--large">Large</button>

<button class="button">Default</button>

<button class="button button--small">Small</button>

<button class="button button--tiny">Tiny</button>
```

And a special case, slab, which takes the full width of it's container and any
size modifier

```html_example
<button class="button button--slab">Slab</button>

<button class="button button--slab button--large">Slab</button>
```

*/
.button--large {
  font-size: 14px; }

.button--small {
  font-size: 13px;
  padding: 0.58333rem 1.5rem; }

.button--tiny { }

.button--slab {
  display: block;
  width: 100%; }
  .button + .button--slab {
    margin-left: 0; }

.button--icon {
  font-size: 12px;
  padding: 0.75rem 0.75rem; }
  .button--icon svg {
    fill: #727272; }

/*doc
---
title: Button Groups
name: button_groups
category: Components
parent: button
---


```html_example
<div class="buttonGroup">
    <button class="button">Button1</button>
    <button class="button">Button2</button>
    <button class="button">Button3</button>
</div>
```
##### Button group settings
```sass_file_example
src/settings/bigcommerce/buttonGroup/_settings.scss
```

*/
.buttonGroup {
  display: inline-block; }
  .buttonGroup > .button {
    border-radius: 0;
    border-right-width: 0;
    float: left;
    margin-left: 0; }
    .buttonGroup > .button:first-child {
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .buttonGroup > .button:last-child {
      border-bottom-right-radius: 4px;
      border-right-width: 1px;
      border-top-right-radius: 4px; }

/*doc
---
title: Dropdowns
name: dropdown
category: Components
---

Dropdowns are simple lists that can appear next to any element that can trigger a click event.
They can be used by buttons, icons, links and other similar items.

```sass_file_example
src/settings/foundation/dropdown/_settings.scss
```
```html_example
<ul class="dropdown-menu" style="display:block; left: 0;">
    <li class="dropdown-menu-item"><a href="#" ng-click="$event.preventDefault()">One</a></li>
    <li class="dropdown-menu-item"><a href="#" ng-click="$event.preventDefault()">Two</a></li>
    <li class="dropdown-menu-item"><a href="#" ng-click="$event.preventDefault()">Three</a></li>
</ul>
```
*/
.dropdown-menu {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #e5e5e5;
  font-size: 12px;
  height: auto;
  width: 100%;
  z-index: 89;
  max-width: 200px; }
  .dropdown-menu.open {
    display: block; }
  .dropdown-menu > *:first-child {
    margin-top: 0; }
  .dropdown-menu > *:last-child {
    margin-bottom: 0; }

.dropdown-menu--content {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #e5e5e5;
  font-size: 12px;
  height: auto;
  padding: 0.75rem;
  width: 100%;
  z-index: 89;
  max-width: 200px; }
  .dropdown-menu--content.open {
    display: block; }
  .dropdown-menu--content > *:first-child {
    margin-top: 0; }
  .dropdown-menu--content > *:last-child {
    margin-bottom: 0; }

.dropdown-menu-item {
  cursor: pointer;
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
  padding: 0.41667rem 0.83333rem; }
  .dropdown-menu-item a {
    display: block;
    padding: 0.41667rem; }
  .dropdown-menu-item a {
    margin: -0.41667rem; }

/*doc
---
title: Forms
name: forms
category: Forms
---

##### Foundation Forms settings
```sass_file_example
src/settings/foundation/forms/_settings.scss
```

##### Citadel Forms settings
```sass_file_example
src/settings/foundation/forms/_settings.scss
```

*/
/*doc
---
title: Form basics
name: 01forms_basics
category: Forms
parent: forms
---

Citadel comes with styling for most form input types and some custom ones. To start
things off a basic, semantic mark-up structure should be adhered too, including
the `form`, `fieldset` and `legend` elements where ever possible.

```html_example
<form action="#" class="form">
    <fieldset class="form-fieldset">
        <legend class="form-legend">Form legend</legend>
    </fieldset>
</form>
```

*/
.form {
  margin: 0 0 1.5rem; }

.form-fieldset {
  border-width: 0;
  margin: 0;
  padding: 0; }

.form-legend {
  background: transparent;
  border: solid #999999;
  border-width: 0 0 1px;
  display: block;
  line-height: 32px;
  margin-bottom: 0.75rem;
  padding: 0;
  width: 100%; }

/*doc
---
title: Form labels and inputs
name: 03forms_basics
category: Forms
parent: forms
---

Inputs of all types should be associated with a label which has a `for` attribute

```html_example
<div class="form-field">
    <label class="form-label" for="input1">Input Label</label>
    <input class="form-input" id="input1" type="text" placeholder="Placeholder text">
</div>
<div class="form-field">
    <label class="form-label" for="input2">Number Label</label>
    <input class="form-input" id="input2" type="number" placeholder="Number input">
</div>
<div class="form-field">
    <label class="form-label" for="input3">Textarea Label <small>additional context</small></label>
    <textarea class="form-input" id="input3" placeholder="Placeholder text" rows="3"></textarea>
</div>
```
*/
.form-label {
  color: #0f0f0f;
  cursor: pointer;
  display: block;
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 0.5rem; }
  .form-label small {
    color: #232323;
    font-size: 0.83333rem;
    text-transform: uppercase;
    vertical-align: bottom; }

.form-input {
  appearance: none;
  background-color: white;
  border-color: #cbcbcb;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  color: #5f5f5f;
  display: block;
  font-family: inherit;
  font-size: 12px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  height: 3rem;
  margin: 0;
  padding: 0.75rem 1rem;
  transition: border-color 100ms ease-out;
  width: 100%;
  /*doc
---
title: Disabled inputs
name: 04forms_basics
category: Forms
parent: forms
---

```html_example
<div class="form-field">
    <label class="form-label" for="disabled_input1">Input Label</label>
    <input class="form-input" id="disabled_input1" disabled type="text" value="Disabled text">
</div>

<div class="form-field">
    <label class="form-label" for="disabled_input2">Input Label</label>
    <input class="form-input" id="disabled_input2" readonly type="text" value="Readonly text">
</div>
```
*/ }
  .form-input:disabled {
    background-color: white;
    color: #999999;
    cursor: not-allowed; }
  .form-input[readonly] {
    background-color: #e5e5e5;
    border-color: #999999;
    color: #757575;
    cursor: text; }
  .form-input:focus {
    border-color: #999999;
    outline: none; }
  .form-input[rows] {
    height: auto; }
  .form-input[type="search"] {
    box-sizing: border-box; }
  .form-input::-webkit-input-placeholder {
    color: #999999; }
  .form-input::-ms-clear {
    height: 0;
    width: 0; }
  .form-input::-moz-placeholder {
    color: #999999; }
  .form-input:-ms-input-placeholder {
    color: #999999; }

/*doc
---
title: Selects
name: 05forms_basics
category: Forms
parent: forms
---

```html_example
<div class="form-field">
    <label class="form-label" for="select1">Native Select label</label>
    <select class="form-select" name="select1" id="select1">
        <option>Please select a value</option>
        <option value="1">Option 1</option>
        <option value="2">Option 2</option>
    </select>
</div>
```
*/
.form-select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: white;
  border-radius: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+");
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #cbcbcb;
  color: #5f5f5f;
  font-family: inherit;
  font-size: 12px;
  line-height: normal;
  padding: 0.75rem;
  border-radius: 0;
  cursor: pointer;
  height: 3rem;
  margin: 0;
  outline: 0; }
  .form-select::-ms-expand {
    display: none; }
  .form-select.radius {
    border-radius: 4px; }
  .form-select:focus {
    border-color: #999999; }
  .form-select:disabled {
    background-color: white;
    cursor: not-allowed; }
  .form-select:focus {
    border-color: #999999; }

/*doc
---
title: Form Panels and Layouts
name: 13forms_layouts
category: Forms
parent: forms
---

We provide a couple of component styles to layout forms.

The more `form-field` components you place in the `form-row`, the smaller the columns gets.
Columns are equal length, and calculated automatically by Flexbox by default.

It's the same mark-up but depending on your browser support needs, you can switch
between a flexbox layout or a more traditional grid based layout by setting
`$formRow-modernBrowsers` to `false`.

The grid based layout of `form-feilds` will require the use of modifiers to calculate
the correct widths. We support `form-field--half`, `form-field--third` and
`form-field--quarter`

```html_example
<form action="#" class="form">
    <fieldset class="form-fieldset">
        <legend class="form-legend">Form legend</legend>
        <div class="form-body">
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
            </div>
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
            </div>
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
            </div>
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
            </div>
        </div>
    </fieldset>
</form>
```
*/
.form-body {
  background-color: white;
  border: 1px solid #999999;
  box-shadow: 0 1px 2px rgba(255, 255, 255, 0.13);
  margin-bottom: 1.5rem;
  max-width: none;
  padding: 1.5rem; }

.form-row {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .form-row:before, .form-row:after {
    content: " ";
    display: table; }
  .form-row:after {
    clear: both; }
  .form-row .form-field {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left;
    max-width: none; }
  @media (min-width: 768px) {
    .form-row--half .form-field {
      width: 50%; }
    .form-row--third .form-field {
      width: 33.33333%; }
    .form-row--quarter .form-field {
      width: 25%; } }

/*doc
---
title: Form Fields
name: 02forms_basics
category: Forms
parent: forms
---

Each form input should be wrapped in a `form-field`

```html_example
<div class="form-field">
</div>
```
*/
.form-field {
  display: block;
  margin: 0 0 2rem;
  max-width: none; }
  .form-field:before, .form-field:after {
    content: " ";
    display: table; }
  .form-field:after {
    clear: both; }

/*doc
---
title: Selects [multiple]
name: 06forms_basics
category: Forms
parent: forms
---

Styling of the select element with the multiple attribute

```html_example
<div class="form-field">
    <label class="form-label" for="multiselect1">Native Select Multiple label</label>
    <select class="form-select" multiple name="multiselect1" id="multiselect1">
        <option>Please select a value</option>
        <option value="1">Option 1</option>
        <option value="2">Option 2</option>
        <option value="3">Option 3</option>
        <option value="4">Option 4</option>
    </select>
</div>
```
*/
.form-select[multiple] {
  height: auto; }
  .form-select[multiple] option {
    padding: 5px; }

/*doc
---
title: Radios and Checkbox
name: 07forms_basics
category: Forms
parent: forms
---

```html_example
<div class="form-field">
    <label class="form-label">Field label</label>
    <input class="form-checkbox" type="checkbox" id="check1">
    <label class="form-label" for="check1">Checkbox 1 label</label>
    <input class="form-checkbox" type="checkbox" id="check2">
    <label class="form-label" for="check2">Checkbox 2 label</label>
</div>
```

```html_example
<div class="form-field">
    <label class="form-label">Field label</label>
    <input class="form-radio" type="radio" name="radio_example" id="radio1">
    <label class="form-label" for="radio1">Radio 1 label</label>
    <input class="form-radio" type="radio" name="radio_example" id="radio2">
    <label class="form-label" for="radio2">Radio 2 label</label>
</div>
```
*/
.form-checkbox,
.form-radio {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .form-checkbox + .form-label,
  .form-radio + .form-label {
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 0.41667rem;
    padding-left: 1.91667rem;
    position: relative;
    vertical-align: baseline;
    width: 100%; }
    .form-checkbox + .form-label::before, .form-checkbox + .form-label::after,
    .form-radio + .form-label::before,
    .form-radio + .form-label::after {
      content: "";
      display: block;
      position: absolute;
      transition: all 50ms ease-out; }
    .form-checkbox + .form-label::before,
    .form-radio + .form-label::before {
      background-color: white;
      border: solid #595959;
      border-width: 1px;
      height: 1.33333rem;
      left: 0;
      top: 0;
      width: 1.33333rem; }
    .form-checkbox + .form-label::after,
    .form-radio + .form-label::after {
      height: 1.16667rem;
      left: 1px;
      opacity: 0;
      top: 1px;
      transform: scale(0);
      width: 1.16667rem; }

.form-checkbox:checked + .form-label::after,
.form-radio:checked + .form-label::after {
  opacity: 1;
  transform: scale(1); }

.form-checkbox[disabled] + .form-label,
.form-radio[disabled] + .form-label {
  cursor: default; }
  .form-checkbox[disabled] + .form-label::before,
  .form-radio[disabled] + .form-label::before {
    background-color: white; }

.form-checkbox + .form-label::before {
  border-radius: 4px; }

.form-checkbox + .form-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(51, 51, 51, 0.999)' /%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  color: rgba(51, 51, 51, 0.999);
  content: "";
  font-size: 1.16667rem;
  line-height: 1;
  text-align: center; }

.form-radio + .form-label::before {
  border-radius: 50%; }

.form-radio + .form-label::after {
  background: rgba(51, 51, 51, 0.999);
  border: 3px solid white;
  border-radius: 1.16667rem; }

/*doc
---
title: Inputs with Extras
name: 08forms_inputextras
category: Forms
parent: forms
---

Sometimes inputs need inline actions. An inline button for a search box for example.

```html_example
<div class="form-field">
    <label class="form-label" for="input9">Input with action</label>
    <input class="form-input has-action" type="search" id="input9">
    <button class="button button--icon button--inputAction">
        <span class="u-hiddenVisually">Search</span>
        <icon glyph="ic-search" class="icon" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"></path></svg></icon>
    </button>
</div>
```
*/
.form-input.has-action {
  float: left;
  padding-right: 2.83333rem; }
  .form-input.has-action + .button--inputAction {
    background: transparent;
    border: 0;
    border-radius: 0 0 0 0;
    float: left;
    height: 2.83333rem;
    margin: 0.08333rem 0 0 -2.91667rem;
    width: 2.83333rem; }

/*doc
---
title: Inputs with Icons
name: 09forms_inputicons
category: Forms
parent: forms
---

Sometimes inputs need to display an informative icon to convey a certain meaning, like secure.

```html_example
<div class="form-field">
    <label class="form-label" for="input99">Input with icon</label>
    <input class="form-input has-icon" type="search" id="input9">
    <icon glyph="ic-lock" class="icon" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zm-6 9c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm3.1-9H8.9V6c0-1.71 1.39-3.1 3.1-3.1 1.71 0 3.1 1.39 3.1 3.1v2z"></path></svg></icon>
</div>
```
*/
.form-input.has-icon {
  float: left;
  padding-right: 3rem; }
  .form-input.has-icon + .icon {
    height: 3rem;
    margin-left: -3rem;
    width: 1.66667rem; }

/*doc
---
title: Form PrefixPostfix
name: 10forms_prefixpostfix
category: Forms
parent: forms
---

PrefixPostfix

```html_example
<div class="form-field">
    <label class="form-label" for="input4">Prefixed Label <small>(Inc. tax)</small></label>
    <div class="form-prefixPostfix">
        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">AUD $</span>
        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
    </div>
</div>

<div class="form-field">
    <label class="form-label" for="input5">Postfixed Label</label>
    <div class="form-prefixPostfix">
        <input class="form-input form-prefixPostfix-input" id="input5" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc2">
        <span class="form-prefixPostfix-label form-prefixPostfix-label--postfix" id="prefixDesc2">KG</span>
    </div>
</div>
```

### PrefixPostfix with a button

```html_example
<div class="form-field">
    <label class="form-label" for="input6">Prefixed Button</label>
    <div class="form-prefixPostfix">
        <input class="button form-prefixPostfix-button--prefix" type="submit" value="Save">
        <input class="form-input" id="input6" type="text" placeholder="Placeholder text">
    </div>
</div>

<div class="form-field">
    <label class="form-label" for="input7">Postfixed Button</label>
    <div class="form-prefixPostfix">
        <input class="form-input" id="input7" type="text" placeholder="Placeholder text">
        <input class="button form-prefixPostfix-button--postfix" type="submit" value="Save">
    </div>
</div>
```
*/
.form-prefixPostfix {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap; }
  .form-prefixPostfix .form-input {
    flex: 1; }
  .form-prefixPostfix .button {
    height: 3rem; }

.form-prefixPostfix-input {
  border-radius: 0 0 0 0; }

.form-prefixPostfix-label {
  background-color: white;
  border: solid #999999;
  border-width: 1px;
  flex: 1;
  font-weight: 300;
  height: 3rem;
  line-height: normal;
  max-width: 7.5rem;
  padding: 0.75rem;
  text-align: center; }

.form-prefixPostfix-label--prefix {
  border-radius: 0 0 0 0;
  border-width: 1px 0 1px 1px; }
  .form-prefixPostfix-label--prefix + .form-input {
    border-radius: 0 0 0 0; }

.form-prefixPostfix-label--postfix {
  border-radius: 0 0 0 0;
  border-width: 1px 1px 1px 0; }

.form-prefixPostfix-button--prefix {
  margin: 0 0.75rem 0 0; }

.form-prefixPostfix-button--postfix {
  margin: 0 0 0 0.75rem; }

/*doc
---
title: Form Switch
name: 11forms_switch
category: Forms
parent: forms
---

Switch

```html_example
<div class="form-field">
    <switch>
        <div class="switch">
            <input class="switch-checkbox" type="checkbox" id="switch-1" aria-describedby="switch-ariaDescription-2">
            <label class="switch-toggle" for="switch-1">
            </label>
            <span id="switch-ariaDescription-2" class="switch-ariaDescription">
                Switching this setting off will...
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch switch--checked">
            <input class="switch-checkbox" type="checkbox" id="switch-1" aria-describedby="switch-ariaDescription-2">
            <label class="switch-toggle" for="switch-1">
            </label>
            <span id="switch-ariaDescription-2" class="switch-ariaDescription">
                Switching this setting off will...
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch switch--checked">
            <input class="switch-checkbox" type="checkbox" id="switch-3" aria-describedby="switch-ariaDescription-4">
            <label class="switch-toggle" for="switch-3">
                <span class="switch-label">On</span>
            </label>
            <span id="switch-ariaDescription-4" class="switch-ariaDescription">
                Switching this setting off will...
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch">
            <input class="switch-checkbox" type="checkbox" id="switch-3" aria-describedby="switch-ariaDescription-4">
            <label class="switch-toggle" for="switch-3">
                <span class="switch-label">Off</span>
            </label>
            <span id="switch-ariaDescription-4" class="switch-ariaDescription">
                Switching this setting off will...
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch switch--important">
            <span class="switch-description--off">Down for Maintenance</span>
            <input class="switch-checkbox" type="checkbox" id="switch-7" aria-describedby="switch-ariaDescription-8">
            <label class="switch-toggle" for="switch-7">
            </label>
            <span class="switch-description--on">Open</span>
            <span id="switch-ariaDescription-8" class="switch-ariaDescription">
                Switching this setting to off will enter your store into maintenance mode.
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch switch--important switch--checked">
            <span class="switch-description--off">Down for Maintenance</span>
            <input class="switch-checkbox" type="checkbox" id="switch-7" aria-describedby="switch-ariaDescription-8">
            <label class="switch-toggle" for="switch-7">
            </label>
            <span class="switch-description--on">Open</span>
            <span id="switch-ariaDescription-8" class="switch-ariaDescription">
                Switching this setting to off will enter your store into maintenance mode.
            </span>
        </div>
    </switch>
</div>
```
*/
.switch-checkbox {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .switch-checkbox:focus + .switch-toggle {
    border-color: #727272;
    box-shadow: 0 0 4px rgba(114, 114, 114, 0.4); }

.switch-toggle {
  background-color: #757575;
  border: 1px solid #757575;
  border-radius: 2.33333rem;
  cursor: pointer;
  display: inline-block;
  height: 2.33333rem;
  position: relative;
  transition: all 100ms ease-out;
  vertical-align: middle;
  width: 5rem; }
  .switch--important .switch-toggle {
    background-color: #f1a500;
    border-color: #f1a500; }
  .switch--checked .switch-toggle {
    background-color: #008a06;
    border-color: #008a06; }
  .switch--disabled .switch-toggle {
    background-color: #e5e5e5;
    border-color: #999999;
    cursor: default; }

.switch-toggle::before {
  background: white;
  border-radius: 1.6667rem;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  content: "";
  height: 1.6667rem;
  left: 0.24998rem;
  position: absolute;
  top: 0.24998rem;
  transition: all 100ms ease-out;
  width: 1.6667rem; }
  .switch--checked .switch-toggle::before {
    left: 2.91665rem; }

.switch-label {
  color: white;
  height: 26px;
  line-height: 2.25;
  position: absolute;
  right: 0.5rem;
  text-transform: uppercase;
  transition: all 100ms ease-out; }
  .switch--checked .switch-label {
    font-weight: 600;
    left: 0.5rem;
    right: auto; }
  .switch--disabled .switch-label {
    color: #757575; }

.switch-label--icon.icon {
  height: 2.16667rem;
  width: 2.16667rem; }
  .switch-label--icon.icon svg {
    height: 2.16667rem;
    width: 2.16667rem;
    fill: white; }
    .switch--disabled .switch-label--icon.icon svg {
      fill: #757575; }

.switch-description--off {
  color: black;
  margin-right: 5px; }
  .switch--checked .switch-description--off {
    color: #757575; }

.switch-description--on {
  color: #757575;
  margin-left: 5px; }
  .switch--checked .switch-description--on {
    color: black; }

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

/*doc
---
title: Form Actions
name: 14forms_actions
category: Forms
parent: forms
---

Forms require actions to submit or cancel (or what ever action a user should perform).
Form actions come in 2 flavours; normal and fixed.

```html_example
<div class="form-actions">
    <a href="#">Cancel</a>
    <button class="button">Reset</button>
    <button class="button button--primary">Submit</button>
</div>
```

### Form Actions --fixed

```html_example
<div class="form-actions form-actions--fixed">
    <a href="#">Cancel</a>
    <button class="button">Reset</button>
    <button class="button button--primary">Submit</button>
</div>
```
*/
.form-actions {
  background: none;
  border: 0;
  text-align: center; }
  @media (min-width: 481px) {
    .form-actions {
      text-align: left; } }

.form-actions > * {
  display: inline-block;
  margin-bottom: 1rem;
  width: 100%; }
  @media (min-width: 481px) {
    .form-actions > * {
      vertical-align: baseline;
      width: auto; } }

@media (min-width: 481px) {
  .form-actions--fixed {
    background: white;
    border-top: 1px solid #999999;
    bottom: 0;
    left: 0;
    padding: 1.5rem 2rem;
    position: fixed;
    right: 0;
    text-align: right;
    z-index: 20; } }

/*doc
---
title: Form Errors
name: 12forms_errors
category: Forms
parent: forms
---

Form inline errors

```html_example
<div class="form-field form-field--success">
    <label class="form-label" for="valid_simple">Valid field</label>
    <input class="form-input" id="valid_simple" type="text" value="Some Valid text">
    <icon class="form-input-indicator icon ng-isolate-scope" glyph="ic-check-circle" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"></path></svg></icon>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_simple">Invalid field</label>
    <input class="form-input" id="invalid_simple" type="text" value="Some Invalid text">
    <icon class="form-input-indicator icon ng-isolate-scope" glyph="ic-error" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z"></path></svg></icon>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_simple">
                This is not a valid email address
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--warning">
    <label class="form-label" for="warning_simple">Warning field</label>
    <input class="form-input" id="warning_simple" type="text" value="Text that generated a Warning">
    <icon class="form-input-indicator icon ng-isolate-scope" glyph="ic-error" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z"></path></svg></icon>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="warning_simple">
                Did you mean…
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_select">Select label</label>
    <select class="form-select" name="invalid_select" id="invalid_select">
        <option value="Please select a value">Please select a value</option>
        <option value="1">Option 1</option>
        <option value="2">Option 2</option>
    </select>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_select">
                You must select a value
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label">Checkbox label</label>
    <input class="form-checkbox" type="checkbox" id="invalid_check1">
    <label class="form-label" for="invalid_check1">Checkbox 1 label</label>
    <input class="form-checkbox" type="checkbox" id="invalid_check2">
    <label class="form-label" for="invalid_check2">Checkbox 2 label</label>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage">
                Please select one or more
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label">Radio label</label>
    <input class="form-radio" type="radio" name="invalid_radio_example" id="invalid_radio1">
    <label class="form-label" for="invalid_radio1">Radio 1 label</label>
    <input class="form-radio" type="radio" name="invalid_radio_example" id="invalid_radio2">
    <label class="form-label" for="invalid_radio2">Radio 2 label</label>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage">
                Please select an option
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_prefix">Prefixed Label <small>(Inc. tax)</small></label>
    <div class="form-prefixPostfix">
        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">AUD $</span>
        <input class="form-input form-prefixPostfix-input" id="invalid_prefix" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
        <icon class="form-input-indicator icon ng-isolate-scope" glyph="ic-error" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z"></path></svg></icon>
    </div>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_prefix">
                Please input a dollar amount
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_postfix">Postfixed Label</label>
    <div class="form-prefixPostfix">
        <input class="form-input form-prefixPostfix-input" id="invalid_postfix" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc2">
        <span class="form-prefixPostfix-label form-prefixPostfix-label--postfix" id="prefixDesc2">KG</span>
    </div>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_postfix">
                Please enter the weight in kilograms
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_postfix_button">Postfixed Button</label>
    <div class="form-prefixPostfix">
        <input class="form-input" id="invalid_postfix_button" type="text" placeholder="Placeholder text">
        <input class="button form-prefixPostfix-button--postfix" type="submit" value="Save">
    </div>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_postfix_button">
                This is a really long error message to give alot
                more detail to the user about what is wrong with this field.
            </label>
        </li>
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_postfix_button">
                Something else was wrong
            </label>
        </li>
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_postfix_button">
                You really messed up here
            </label>
        </li>
    </ul>
</div>
```
*/
.form-input-indicator {
  height: 1.83333rem;
  width: 1.83333rem;
  float: left;
  margin: 0 0 0 -2.5rem;
  position: relative;
  top: 0.83333rem; }
  .form-prefixPostfix .form-input-indicator {
    top: 0; }
  .form-input-indicator > svg {
    fill: #008a06; }

.form-field-errors {
  list-style: none;
  margin-left: 0;
  margin-left: 0;
  clear: both;
  margin-bottom: 0;
  margin-top: 0.16667rem; }
  .form-field-errors ul,
  .form-field-errors ol {
    list-style: none;
    margin-bottom: 0; }

.form-inlineMessage {
  display: inline-block;
  line-height: 22px;
  margin: 0.41667rem 0 -0.5rem;
  width: 100%; }

.form-field--success .form-input,
.form-field--error .form-input,
.form-field--warning .form-input {
  float: left; }

.form-field--success .form-input,
.form-field--success .form-select,
.form-field--success .form-checkbox + .form-label::before,
.form-field--success .form-radio + .form-label::before,
.form-field--success .form-prefixPostfix-label {
  border-color: #008a06; }

.form-field--success .form-field-error,
.form-field--success .form-inlineMessage {
  color: #008a06; }

.form-field--success .form-input-indicator > svg {
  fill: #008a06; }

.form-field--error .form-input,
.form-field--error .form-select,
.form-field--error .form-checkbox + .form-label::before,
.form-field--error .form-radio + .form-label::before,
.form-field--error .form-prefixPostfix-label {
  border-color: #cc4749; }

.form-field--error .form-field-error,
.form-field--error .form-inlineMessage {
  color: #cc4749; }

.form-field--error .form-input-indicator > svg {
  fill: #cc4749; }

.form-field--warning .form-input,
.form-field--warning .form-select,
.form-field--warning .form-checkbox + .form-label::before,
.form-field--warning .form-radio + .form-label::before,
.form-field--warning .form-prefixPostfix-label {
  border-color: #f1a500; }

.form-field--warning .form-field-error,
.form-field--warning .form-inlineMessage {
  color: #f1a500; }

.form-field--warning .form-input-indicator > svg {
  fill: #f1a500; }

/*doc
---
title: Panels
name: panel
category: Components
---

Panels are a simple container which is relatively positioned within the document which helps you section
your content. Panels may also have a header, which contains a related title to describe the contents.

```sass_file_example
src/settings/foundation/panels/_settings.scss
```
```html_example
<div class="panel">
    <div class="panel-header">
        <h2 class="panel-title">Panel Title</h2>
    </div>
    <div class="panel-body">
        <h2>Some Panel Content</h2>
        <p>Should be able to handle any type of content.</p>
    </div>
</div>
```
*/
.panel {
  position: relative; }

.panel-header {
  background-color: #e5e5e5;
  margin: 0;
  padding: 1.5rem 2rem 0; }

.panel-title {
  line-height: 1.5;
  margin: 0; }

.panel-body {
  margin-bottom: 1.5rem;
  padding: 1rem 2rem 1.5rem;
  background: #e5e5e5; }
  .panel-body > :first-child {
    margin-top: 0; }
  .panel-body > :last-child {
    margin-bottom: 0; }
  .panel-body > :last-child {
    margin-bottom: 0; }

.breadcrumbs {
  display: block;
  list-style: none;
  margin-left: 0;
  overflow: hidden; }

.breadcrumb {
  color: #5f5f5f;
  float: left;
  font-size: 13px;
  line-height: 13px;
  margin: 0;
  line-height: 1.5; }
  .breadcrumb a {
    color: #5f5f5f; }
  .breadcrumb.current {
    color: #5f5f5f;
    cursor: default; }
    .breadcrumb.current a {
      color: #5f5f5f;
      cursor: default; }
    .breadcrumb.current:hover, .breadcrumb.current:hover a, .breadcrumb.current:focus, .breadcrumb.current:focus a {
      text-decoration: none; }
  .breadcrumb.unavailable {
    color: #999999; }
    .breadcrumb.unavailable a {
      color: #999999; }
    .breadcrumb.unavailable:hover,
    .breadcrumb.unavailable:hover a, .breadcrumb.unavailable:focus,
    .breadcrumb.unavailable a:focus {
      color: #999999;
      cursor: not-allowed;
      text-decoration: none; }
  .breadcrumb:before {
    color: #232323;
    content: ">";
    margin: 0;
    position: relative;
    top: 1px; }
  .breadcrumb:first-child:before {
    content: " ";
    margin: 0; }
  .breadcrumb::before {
    margin: 0 0.5rem; }
    @media (min-width: 481px) {
      .breadcrumb::before {
        margin: 0 0.5rem; } }

.breadcrumb-label {
  cursor: pointer; }
  .breadcrumb-label:hover {
    color: black;
    text-decoration: none; }
  .breadcrumb.is-active > .breadcrumb-label {
    color: #5f5f5f;
    cursor: default; }
  .breadcrumb.is-unavailable > .breadcrumb-label {
    color: #999999;
    cursor: default; }

.tabs {
  border-bottom: 1px solid #e5e5e5;
  margin: 0; }
  .tabs:before, .tabs:after {
    content: " ";
    display: table; }
  .tabs:after {
    clear: both; }

.tab {
  border-bottom: white;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative; }
  @media (min-width: 768px) {
    .tab {
      float: left; } }

.tab-title {
  color: #232323;
  display: block;
  font-size: 14px;
  padding: 0.75rem 1.5rem; }
  .tab-title:hover {
    color: #5f5f5f; }

.tab.is-active .tab-title {
  color: #5f5f5f;
  font-weight: 700; }

@media (min-width: 768px) {
  .tabs--vertical {
    border-bottom: 0;
    float: left;
    margin: 0 0 1.5rem;
    max-width: 20%;
    width: 20%; } }

.tabs--vertical .tab {
  float: none; }

.tabs-contents {
  margin-bottom: 1.5rem; }
  .tabs-contents:before, .tabs-contents:after {
    content: " ";
    display: table; }
  .tabs-contents:after {
    clear: both; }

@media (min-width: 768px) {
  .tabs-contents--vertical {
    float: left;
    max-width: 80%;
    padding-left: 1.5rem;
    width: 80%; }
    .tabs-contents--vertical > .tab-content {
      padding: 0 1.5rem; } }

.tab-content {
  display: none;
  padding: 1.5rem 0; }
  .tab-content.is-active {
    display: block; }

.no-js .tab-content {
  display: block;
  float: none; }

/*doc
---
title: Navigation
name: nav
category: Components
---

The navigation pattern holds a list of links wrapped in a navigation element. The links can help you navigate
the document, or the information architecture. Each link should modify the URL in some way.

```sass_file_example
src/settings/bigcommerce/nav/_settings.scss
```
We generate our own navigation abstractions through a `nav()` mixin. The mixin works as follows:

```scss_example
nav($style: "navBar", $wrapper: "nav")
```
Where:

 - `$style` - The type of navigation (a bar or list)
 - `$wrapper` - The wrapper of the navigation (usually nav, ul or ol)

There is also a `nav-action()` mixin, which when used will set the styles for any actionable items in your navigation list.

```scss_example
nav-action($color, $fontFamily, $fontSize, $padding)
```

*/
/*doc
---
title: Navigation Bar
name: navBar
parent: nav
category: Components
---

The Navigation Bar is a horizontal navigation component, useful for page navigation or any other primary content navigation.

```html_example
<nav class="navBar navBar--internal">
    <ul class="navBar-section">
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 1</a>
        </li>
        <li class="navBar-item is-active">
            <a class="navBar-action" href="#">Item 2</a>
        </li>
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 3</a>
        </li>
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 4</a>
        </li>
    </ul>
    <ul class="navBar-section navBar-section--alt">
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 5</a>
        </li>
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 6</a>
        </li>
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 7</a>
        </li>
    </ul>
</nav>
```

You can create a navigation bar abstraction with the following mixin:

```scss_example
.pageNavigation {
    @include nav("navBar", "nav");
    @include nav-action($navBar-action-color, $navBar-action-fontFamily, $navBar-action-fontSize, $navBar-action-padding);
}
```

*/
.navBar:before, .navBar:after {
  content: " ";
  display: table; }

.navBar:after {
  clear: both; }

.navBar ul,
.navBar ol {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0; }
  .navBar ul ul,
  .navBar ul ol,
  .navBar ol ul,
  .navBar ol ol {
    list-style: none;
    margin-bottom: 0; }
  .navBar ul li,
  .navBar ol li {
    margin: 0;
    padding: 0; }

.navBar-section {
  float: left; }
  .navBar-section:before, .navBar-section:after {
    content: " ";
    display: table; }
  .navBar-section:after {
    clear: both; }

.navBar-section--alt {
  float: right;
  margin-left: 1.5rem; }

.navBar-section + .navBar-section {
  margin-left: 1.5rem; }

@media (min-width: 768px) {
  .navBar-item {
    float: left; } }

.navBar-item, .navBar-action {
  display: block; }

.navBar-action {
  color: black;
  font-size: 14px;
  padding: 0.75rem; }

/*doc
---
title: Navigation List
name: navList
parent: nav
category: Components
---

The Navigation List is a vertical navigation component, useful for secondary navigation like a list of child pages.

```html_example
<nav class="navList navList--aside">
    <ul class="navList-section">
        <li class="navList-item">
            <a class="navList-action" href="#">Item 1</a>
        </li>
        <li class="navList-item is-active">
            <a class="navList-action" href="#">Item 2</a>
            <ul class="navList-subSection">
                <li class="navList-item">
                    <a class="navList-action" href="#">Sub-item 1</a>
                </li>
                <li class="navList-item is-active">
                    <a class="navList-action" href="#">Sub-item 2</a>
                </li>
                <li class="navList-item">
                    <a class="navList-action" href="#">Sub-item 3</a>
                </li>
                <li class="navList-item">
                    <a class="navList-action" href="#">Sub-item 4</a>
                </li>
            </ul>
        </li>
        <li class="navList-item">
            <a class="navList-action" href="#">Sub-item 3</a>
        </li>
        <li class="navList-item">
            <a class="navList-action" href="#">Sub-item 4</a>
        </li>
    </ul>
</nav>
```

You can create a navigation list abstraction with the following mixin:

```scss_example
.subPagesList {
    @include nav("navList", "ul");
    @include nav-action($navBar-action-color, $navBar-action-fontFamily, $navBar-action-fontSize, $navBar-action-padding);
}
```

*/
.navList:before, .navList:after {
  content: " ";
  display: table; }

.navList:after {
  clear: both; }

.navList ul,
.navList ol {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0; }
  .navList ul ul,
  .navList ul ol,
  .navList ol ul,
  .navList ol ol {
    list-style: none;
    margin-bottom: 0; }
  .navList ul li,
  .navList ol li {
    margin: 0;
    padding: 0; }

.navList-section:before, .navList-section:after {
  content: " ";
  display: table; }

.navList-section:after {
  clear: both; }

.navList-section--alt {
  float: right;
  margin-left: 1.5rem; }

.navList-section + .navList-section {
  margin-top: 1.5rem; }

.navList-item, .navList-action {
  display: block; }

.navList-action {
  color: #34313a;
  font-size: 14px;
  padding: 0.16667rem 0; }

.pagination-list {
  display: block;
  margin-left: 0; }
  .pagination-list li {
    color: #0f0f0f;
    font-size: 12px;
    margin-left: 0.41667rem; }
    .pagination-list li a, .pagination-list li button {
      border-radius: 4px;
      transition: background-color 300ms ease-out;
      background: none;
      color: #0f0f0f;
      display: block;
      font-size: 1em;
      font-weight: normal;
      line-height: inherit;
      padding: 0.33333rem 0.5rem; }
  .pagination-list li {
    display: block; }

li.pagination-item {
  cursor: pointer; }
  li.pagination-item:first-child {
    margin-left: 0; }
  li.pagination-item a:hover {
    color: #0f0f0f; }

li.pagination-item--current a, li.pagination-item--current button {
  color: #0f0f0f;
  cursor: default; }

/*doc
---
title: Alerts
name: alerts
category: Components
---

Alerts can be used to inform users about the actions they perform, whether it's a successful message, a warning, error, or just information.
They can be displayed at a page level or inside a specific container. They will take the full width of their containers.

```sass_file_example
src/settings/foundation/alerts/_settings.scss
```

The alert box consists of three `alertBox-column`s: The `alertBox-icon` which contains the icon for the type of alert,
the `alertBox-message` which can contain the heading and text for the alert message, and `alertBox-close` which holds the close button.
You can set the vertical alignment of the columns in the setting variables.

```html_example
<div class="alertBox">
    <div class="alertBox-column alertBox-icon">
        <icon class="icon" aria-hidden="true">
            <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
                <path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-6h2v6zm0-8h-2V7h2v2z"></path>
            </svg>
        </icon>
    </div>
    <div class="alertBox-column alertBox-message">
        <span>Generic alert</span>
    </div>
    <a class="alertBox-column alertBox-close" tabindex="0" href="#">
        <icon glyph="ic-close" class="icon" aria-hidden="true">
            <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
                <path d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"></path>
            </svg>
        </icon>
    </a>
</div>
```
*/
.alertBox {
  border-style: none;
  display: block;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 0.75rem;
  padding: 0.75rem 1.16667rem 0.75rem 1.16667rem;
  position: relative;
  transition: opacity 300ms ease-out;
  background-color: #e5e5e5;
  border-color: #e5e5e5;
  color: white; }
  .alertBox .icon {
    height: 1.66667rem;
    width: 1.66667rem; }
  .alertBox .button {
    margin: 0 0 0 0.75rem; }

.alertBox--info {
  background-color: #666666;
  border-color: #666666;
  color: #333333; }
  .alertBox--info svg {
    fill: #31708f; }

.alertBox--success {
  background-color: #d5ffd8;
  border-color: #d5ffd8;
  color: white; }
  .alertBox--success svg {
    fill: #008a06; }

.alertBox--warning {
  background-color: #fffdea;
  border-color: #fffdea;
  color: white; }
  .alertBox--warning svg {
    fill: #f1a500; }

.alertBox--error {
  background-color: #ffdddd;
  border-color: #ffdddd;
  color: white; }
  .alertBox--error svg {
    fill: #cc4749; }

.alertBox-column {
  display: table-cell;
  text-align: center;
  vertical-align: middle; }

.alertBox-icon {
  padding-right: 1.16667rem; }

.alertBox-message {
  margin: 0;
  text-align: left;
  width: 100%; }

.alertBox-heading {
  margin: 0; }

.alertBox-close {
  cursor: pointer;
  padding-left: 1.16667rem; }
  .alertBox-close .icon {
    height: 1.66667rem;
    width: 1.66667rem; }
  .alertBox-close svg {
    fill: #999999; }

/*doc
---
title: Accordion
name: accordion
category: Components
---
```html_example
<section class="accordion">
    <article heading="Dynamic Group Header - 1" class="is-open">
        <h2 class="accordion-navigation is-open">
            <a href="javascript:void(0)" class="accordion-title">
                Dynamic Group Header - 1
                <icon class="accordion-indicator icon" glyph="ic-remove" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M19 13H5v-2h14v2z"></path></svg></icon>
            </a>
        </h2>
        <div class="accordion-content is-open">
            Dynamic Group Body - 1
        </div>
    </article>
    <article heading="Dynamic Group Header - 2">
        <h2 class="accordion-navigation">
            <a href="javascript:void(0)" class="accordion-title">
                Dynamic Group Header - 2
                <icon class="accordion-indicator icon" glyph="ic-remove" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M19 13H5v-2h14v2z"></path></svg></icon>
            </a>
        </h2>
    </article>
<article heading="Dynamic Group Header - 3">
        <h2 class="accordion-navigation accordion-navigation--error">
            <a href="javascript:void(0)" class="accordion-title">
                Dynamic Group Header - 3
                <icon class="accordion-indicator icon" glyph="ic-remove" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M19 13H5v-2h14v2z"></path></svg></icon>
            </a>
        </h2>
    </article>
</section>
```

```sass_file_example
src/settings/foundation/accordion/_settings.scss
```
*/
.accordion {
  margin-bottom: 0;
  border: #e5e5e5 solid;
  border-width: 1px;
  box-shadow: 0 1px 2px rgba(255, 255, 255, 0.13);
  margin: 0 0 1.5rem; }
  .accordion:before, .accordion:after {
    content: " ";
    display: table; }
  .accordion:after {
    clear: both; }

.accordion-navigation {
  display: block;
  margin-bottom: 0 !important;
  border: #e5e5e5 solid;
  border-width: 1px 0;
  cursor: pointer; }
  .accordion-navigation.is-open > a {
    background: white;
    color: black; }
  .accordion-navigation > a {
    background: white;
    color: #5f5f5f;
    padding: 1.91667rem;
    display: block;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-size: 12px; }
    .accordion-navigation > a:hover {
      background: #e5e5e5; }
  .accordion-navigation .accordion-title {
    padding: 1.5rem 1.91667rem; }

.accordion-title {
  font-weight: 700;
  line-height: 22px; }

.accordion-content {
  display: none;
  padding: 2rem;
  border: #e5e5e5 solid;
  border-width: 0 0 1px; }
  .accordion-content.is-open {
    display: block; }

.accordion-navigation--success .accordion-title,
.accordion-navigation--success.is-open > a {
  color: #008a06; }

.accordion-navigation--error .accordion-title,
.accordion-navigation--error.is-open > a {
  color: #cc4749; }

.accordion-navigation--warning .accordion-title,
.accordion-navigation--warning.is-open > a {
  color: #f1a500; }

body.has-activeModal {
  overflow: hidden; }

.modal-background {
  background: black;
  background: rgba(51, 51, 51, 0.95);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1004;
  left: 0; }
  .has-activeModal .modal-background {
    display: block; }

.modal {
  border-radius: 0;
  display: none;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 1005;
  left: 0;
  background-color: white;
  padding: 2.25rem 2.25rem;
  border: solid 0 #e5e5e5;
  box-shadow: none;
  max-height: 80%;
  overflow: auto;
  position: fixed; }
  @media only screen and (max-width: 768px) {
    .modal {
      min-height: 100vh; } }
  .modal .column, .modal .columns {
    min-width: 0; }
  .modal > :first-child {
    margin-top: 0; }
  .modal > :last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 768px) {
    .modal {
      left: 0;
      margin: 0 auto;
      max-width: 80%;
      right: 0;
      width: 900px; } }
  @media only screen and (min-width: 768px) {
    .modal {
      top: 50% !important; } }
  @media (min-width: 768px) {
    .modal {
      transform: translateY(-50%); } }

.modal--large {
  max-height: 90%;
  width: 1280px; }

.modal--small {
  width: 500px; }

.modal-header {
  border-bottom: 1px solid #e5e5e5;
  padding: 1rem 0;
  position: relative; }

.modal-header-title {
  margin: 0; }

.modal-body {
  padding: 3rem 0; }
  .modal-body > :last-child {
    margin-bottom: 0; }

.modal-footer {
  border-top: 1px solid #e5e5e5;
  padding: 0.75rem 1.5rem;
  text-align: center; }
  @media (min-width: 481px) {
    .modal-footer {
      text-align: right; } }
  .modal-footer .button {
    display: block; }
    @media (min-width: 481px) {
      .modal-footer .button {
        display: inline-block;
        margin-bottom: 0; } }

.modal-footer-link {
  display: inline-block;
  font-size: 14px;
  margin: 0 0 0.75rem; }
  @media (min-width: 481px) {
    .modal-footer-link {
      display: inline;
      margin: 1.5rem; } }

.modal-close {
  color: #666666;
  cursor: pointer;
  font-size: 24px;
  font-weight: normal;
  line-height: 1;
  position: absolute;
  top: 1.05rem;
  right: 0.75rem;
  transform: translateY(none); }
  .modal-close .icon {
    height: 1.66667rem;
    width: 1.66667rem; }

@media print {
  .modal {
    background: #FFFFFF !important;
    display: none; } }

.loadingNotification {
  left: 50%;
  position: fixed;
  text-align: center;
  top: 3rem;
  transform: translateX(-50%);
  transform-style: preserve-3d;
  transition: all 200ms ease-out;
  z-index: 500; }
  .loadingNotification.ng-hide-remove, .loadingNotification.ng-hide-add-active {
    opacity: 0;
    top: 3.6rem;
    transform: scale(0.9) translateX(-50%); }
  .loadingNotification.ng-hide-remove-active {
    opacity: 1;
    top: 3rem;
    transform: scale(1) translateX(-50%); }

.loadingNotification-label {
  background: #666666;
  border-radius: 4px;
  color: white;
  display: inline-block;
  font-size: 14px;
  padding: 0.41667rem 0.75rem; }

.loadingOverlay-container {
  min-height: 120px;
  position: relative; }

.loadingOverlay {
  background: rgba(51, 51, 51, 0.9);
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 250ms ease-out;
  width: 100%; }
  .loadingOverlay::before {
    height: 3.33333rem;
    width: 3.33333rem;
    border-radius: 3.33333rem;
    border: solid 2px;
    border-color: white white #999999 #999999;
    content: "";
    display: block;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    transform-style: preserve-3d;
    animation: spin 500ms infinite cubic-bezier(0.69, 0.31, 0.56, 0.83); }
  .loadingOverlay.ng-enter, .loadingOverlay.ng-leave.ng-leave-active {
    opacity: 0; }
  .loadingOverlay.ng-leave, .loadingOverlay.ng-enter.ng-enter-active {
    opacity: 1; }

@keyframes spin {
  0% {
    transform: translateY(-50%) rotate(0deg); }
  100% {
    transform: translateY(-50%) rotate(360deg); } }

/*doc
---
title: ActionBar
name: action_bar
category: Patterns
---
```html_example
<div class="actionBar">
    <div class="actionBar-section">
        <fieldset class="form-fieldset">
            <div class="actionBar-item form-field">
                <input class="form-input has-action" type="search" placeholder="Search">
                <button class="button button--icon button--inputAction">
                    <span class="is-srOnly">Search</span>
                    <icon glyph="ic-search"></icon>
                </button>
            </div>
            <a href="#" class="actionBar-item">Advanced</a>
        </fieldset>
    </div>
    <div class="actionBar-section actionBar-section--alt">
        <fieldset class="form-fieldset">
            <div class="actionBar-item form-field">
                <div class="buttonGroup">
                    <button class="button">
                        All
                    </button>
                    <button class="button">
                        Free
                    </button>
                    <button class="button">
                        Paid
                    </button>
                </div>
            </div>
            <div class="actionBar-item form-field">
                <label class="form-label" for="select1">Sort by</label>
                <select class="form-select" name="select1" id="select1">
                    <option value="1">Popular</option>
                    <option value="2">Newest</option>
                </select>
            </div>
        </fieldset>
    </div>
</div>
```

```sass_file_example
src/settings/bigcommerce/actionBar/_settings.scss
```
*/
.actionBar {
  margin: 1.5rem 0; }
  .actionBar:before, .actionBar:after {
    content: " ";
    display: table; }
  .actionBar:after {
    clear: both; }
  .actionBar .button {
    margin-bottom: 0; }
  .actionBar .buttonGroup {
    vertical-align: middle; }

.actionBar-link {
  display: block;
  padding: 0.75rem 0; }

.actionBar-section:before, .actionBar-section:after {
  content: " ";
  display: table; }

.actionBar-section:after {
  clear: both; }

@media (min-width: 768px) {
  .actionBar-section {
    float: left; }
    .actionBar-section .form-label {
      display: inline-block;
      margin: 0 0.41667rem 0 0; }
    .actionBar-section .form-select,
    .actionBar-section .form-input {
      display: inline-block;
      width: 16.66667rem; } }

@media (min-width: 768px) {
  .actionBar-section--alt {
    float: right; } }

.actionBar-item {
  margin-bottom: 1.5rem; }
  @media (min-width: 768px) {
    .actionBar-item {
      display: inline-block;
      margin-bottom: 0;
      margin-right: 1.5rem;
      vertical-align: middle; }
      .actionBar-item:last-child {
        margin-right: 0; } }

/*doc
---
title: Cards
name: cards
category: Components
---

Cards are a typical component consisting of a figure and a short snippet of descriptive text.
This could include a heading and a caption or definition, and perhaps a call to action
or other actionable functions.

```sass_file_example
src/settings/bigcommerce/cards/_settings.scss
```
```html_example
<article class="card">
    <figure class="card-figure">
        <img class="card-image" src="http://lorempixel.com/960/360/sports/" alt="Example card image">
        <figcaption class="card-figcaption">
            <a class="card-figcaption-action" href="#">
                <div class="card-figcaption-body">
                    <span class="button card-figcaption-button">Learn more</span>
                </div>
            </a>
        </figcaption>
    </figure>
    <div class="card-body">
        <h2 class="card-title">20% Off First Design Project</h2>
        <h3 class="card-subTitle">Custom Designs</h3>
        <p class="card-text">
            Be seen by customers at the very moment that
            they are searching on Google for the things you offer.
        </p>
    </div>
</article>
```
*/
.card {
  background-color: transparent;
  margin-bottom: 3rem;
  padding: 0 0; }

.card-figure {
  background-color: white;
  margin-bottom: 0;
  padding: 0 0;
  position: relative; }

.card-image {
  border: 1px solid #999999;
  width: 100%; }

.card-figcaption {
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0; }
  .card-figcaption:hover {
    opacity: 1; }

.card-figcaption-action {
  display: block;
  height: 100%; }

.card-figcaption-body {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  transform-style: preserve-3d; }
  .card-figcaption-body > :first-child {
    margin-top: 0; }
  .card-figcaption-body > :last-child {
    margin-bottom: 0; }
  .card-figcaption-body .card-text {
    color: #232323; }

.card-figcaption-button {
  background-color: black;
  border-color: black;
  color: white; }
  .card-figcaption-button:hover {
    background-color: white;
    border-color: black;
    color: white; }

.card-body {
  padding: 0.75rem 0 0; }
  .card-body > :first-child {
    margin-top: 0; }
  .card-body > :last-child {
    margin-bottom: 0; }
  .card-body .card-text {
    color: #232323; }

.card-surTitle {
  float: right;
  margin-left: 1.5rem;
  max-width: 40%;
  text-align: right; }

.card-footer {
  background-color: transparent;
  margin: 0; }
  .card-footer:before, .card-footer:after {
    content: " ";
    display: table; }
  .card-footer:after {
    clear: both; }

.card-button {
  margin-bottom: 0; }

.aria-description--hidden {
  height: 1px;
  left: 0;
  margin-left: -10000px;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 1px; }

/* 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;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

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

/* Slider */
.slick-loading .slick-list {
  background: #fff center center no-repeat; }

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 0.8; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.8; }
  .slick-prev:before,
  .slick-next:before {
    font-family: inherit;
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: ""; }
    [dir="rtl"] .slick-prev:before {
      content: ""; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: ""; }
    [dir="rtl"] .slick-next:before {
      content: ""; }

/* Dots */
.slick-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: 0.8; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        width: 20px;
        height: 20px;
        font-family: inherit;
        font-size: 60px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.8;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 1; }

.slick-next,
.slick-prev {
  background-color: black;
  background-color: black;
  z-index: 1;
  border: 1px solid black;
  background: black;
  height: 3.33333rem;
  padding: 0.83333rem;
  width: 3.33333rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  .slick-next::before,
  .slick-prev::before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    height: 1.33333rem;
    width: 0.83333rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); }
  .slick-next:hover, .slick-next:focus,
  .slick-prev:hover,
  .slick-prev:focus {
    background-color: black;
    background-color: black; }

.slick-next {
  right: -20px; }
  .slick-next::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M1.45679 1.00746147l21 20.02482143L1.50885 41.0074615' stroke='white' stroke-width='5' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
  .slick-next:hover::before {
    opacity: 1; }

.slick-prev {
  left: -20px; }
  .slick-prev::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M22.4572074 1.00746147l-21 20.02482143 20.9479397 19.9751786' stroke='white' stroke-width='5' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
  .slick-prev:hover::before {
    opacity: 1; }

.slick-slide img {
  display: block;
  margin: 0 auto; }

.slick-dots {
  margin: 0;
  position: relative;
  bottom: auto; }
  .slick-dots.no-dots {
    display: none !important; }
  .slick-dots li {
    height: 1.66667rem;
    width: 1.66667rem;
    margin: 20px 0 0 0;
    padding: 0 0.41667rem;
    display: inline-block; }
    @media (min-width: 768px) {
      .slick-dots li {
        height: 2rem;
        width: 2rem; } }
    .slick-dots li button,
    .slick-dots li button::before {
      height: 0.66667rem;
      width: 0.66667rem;
      border-radius: 50%; }
      @media (min-width: 768px) {
        .slick-dots li button,
        .slick-dots li button::before {
          height: 1rem;
          width: 1rem; } }
    .slick-dots li button {
      display: inline-block;
      margin: 0;
      padding: 0;
      position: relative;
      text-align: center;
      vertical-align: middle; }
      .slick-dots li button:hover::before {
        background: rgba(0, 0, 255, 0);
        border: 1px solid #a3a4a6; }
    .slick-dots li button::before {
      display: block;
      left: -1px;
      top: -1px;
      transition: background 100ms ease-out;
      border: 1px solid #a3a4a6;
      background: #a3a4a6; }
    .slick-dots li.slick-active button::before {
      background: rgba(0, 0, 255, 0);
      border: 1px solid #a3a4a6; }
  .slick-dots > li:only-child {
    display: none; }

.productView .slick-dots {
  position: relative; }

.slick-disabled {
  cursor: default;
  background: #b4b4b4;
  border-color: #b4b4b4; }
  .slick-disabled:hover, .slick-disabled:focus {
    background: #b4b4b4;
    border-color: #b4b4b4; }

.slick-track {
  backface-visibility: hidden;
  perspective: 1000px; }

div.slick-slider {
  width: 1px;
  min-width: 100%;
  *width: 100%; }

.nanobar {
  display: none;
  width: 100%;
  height: 0.41667rem;
  z-index: 9999;
  top: 0;
  pointer-events: none;
  user-select: none; }
  .nanobar .bar {
    width: 0;
    height: 100%;
    transition: height .1s;
    background-color: #999999; }

body.swal2-shown {
  overflow-y: hidden; }

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

.swal2-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 10px;
  background-color: transparent;
  z-index: 1060; }
  .swal2-container.swal2-top {
    align-items: flex-start; }
  .swal2-container.swal2-top-left {
    align-items: flex-start;
    justify-content: flex-start; }
  .swal2-container.swal2-top-right {
    align-items: flex-start;
    justify-content: flex-end; }
  .swal2-container.swal2-center {
    align-items: center; }
  .swal2-container.swal2-center-left {
    align-items: center;
    justify-content: flex-start; }
  .swal2-container.swal2-center-right {
    align-items: center;
    justify-content: flex-end; }
  .swal2-container.swal2-bottom {
    align-items: flex-end; }
  .swal2-container.swal2-bottom-left {
    align-items: flex-end;
    justify-content: flex-start; }
  .swal2-container.swal2-bottom-right {
    align-items: flex-end;
    justify-content: flex-end; }
  .swal2-container.swal2-grow-fullscreen > .swal2-modal {
    display: flex !important;
    flex: 1;
    align-self: stretch;
    justify-content: center; }
  .swal2-container.swal2-grow-row > .swal2-modal {
    display: flex !important;
    flex: 1;
    align-content: center;
    justify-content: center; }
  .swal2-container.swal2-grow-column {
    flex: 1;
    flex-direction: column; }
    .swal2-container.swal2-grow-column.swal2-top, .swal2-container.swal2-grow-column.swal2-center, .swal2-container.swal2-grow-column.swal2-bottom {
      align-items: center; }
    .swal2-container.swal2-grow-column.swal2-top-left, .swal2-container.swal2-grow-column.swal2-center-left, .swal2-container.swal2-grow-column.swal2-bottom-left {
      align-items: flex-start; }
    .swal2-container.swal2-grow-column.swal2-top-right, .swal2-container.swal2-grow-column.swal2-center-right, .swal2-container.swal2-grow-column.swal2-bottom-right {
      align-items: flex-end; }
    .swal2-container.swal2-grow-column > .swal2-modal {
      display: flex !important;
      flex: 1;
      align-content: center;
      justify-content: center; }
  .swal2-container:not(.swal2-top):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-left):not(.swal2-bottom-right) > .swal2-modal {
    margin: auto; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .swal2-container .swal2-modal {
      margin: 0 !important; } }
  .swal2-container.swal2-fade {
    transition: background-color .1s; }
  .swal2-container.swal2-shown {
    background-color: rgba(0, 0, 0, 0.4); }

.swal2-modal {
  flex-direction: column;
  background-color: #fff;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  border-radius: 5px;
  box-sizing: border-box;
  text-align: center;
  overflow-x: hidden;
  overflow-y: auto;
  display: none;
  position: relative;
  max-width: 100%; }
  .swal2-modal:focus {
    outline: none; }
  .swal2-modal.swal2-loading {
    overflow-y: hidden; }
  .swal2-modal .swal2-title {
    color: #595959;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 0 0 .4em;
    padding: 0;
    display: block;
    word-wrap: break-word; }
  .swal2-modal .swal2-buttonswrapper {
    margin-top: 15px; }
    .swal2-modal .swal2-buttonswrapper:not(.swal2-loading) .swal2-styled[disabled] {
      opacity: .4;
      cursor: no-drop; }
    .swal2-modal .swal2-buttonswrapper.swal2-loading .swal2-styled.swal2-confirm {
      box-sizing: border-box;
      border: 4px solid transparent;
      border-color: transparent;
      width: 40px;
      height: 40px;
      padding: 0;
      margin: 7.5px;
      vertical-align: top;
      background-color: transparent !important;
      color: transparent;
      cursor: default;
      border-radius: 100%;
      animation: rotate-loading 1.5s linear 0s infinite normal;
      user-select: none; }
    .swal2-modal .swal2-buttonswrapper.swal2-loading .swal2-styled.swal2-cancel {
      margin-left: 30px;
      margin-right: 30px; }
    .swal2-modal .swal2-buttonswrapper.swal2-loading :not(.swal2-styled).swal2-confirm::after {
      display: inline-block;
      content: '';
      margin-left: 5px;
      vertical-align: -1px;
      height: 15px;
      width: 15px;
      border: 3px solid #999999;
      box-shadow: 1px 1px 1px #fff;
      border-right-color: transparent;
      border-radius: 50%;
      animation: rotate-loading 1.5s linear 0s infinite normal; }
  .swal2-modal .swal2-styled {
    border: 0;
    border-radius: 3px;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    font-weight: 500;
    margin: 15px 5px 0;
    padding: 10px 32px; }
    .swal2-modal .swal2-styled:focus {
      outline: none;
      box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(50, 100, 150, 0.4); }
  .swal2-modal .swal2-image {
    margin: 20px auto;
    max-width: 100%; }
  .swal2-modal .swal2-close {
    background: rgba(0, 0, 0, 0);
    border: 0;
    margin: 0;
    padding: 0;
    width: 38px;
    height: 40px;
    font-size: 36px;
    line-height: 40px;
    font-family: serif;
    position: absolute;
    top: 5px;
    right: 8px;
    cursor: pointer;
    color: #cccccc;
    transition: color .1s ease; }
    .swal2-modal .swal2-close:hover {
      color: #d55; }
  .swal2-modal > .swal2-input,
  .swal2-modal > .swal2-file,
  .swal2-modal > .swal2-textarea,
  .swal2-modal > .swal2-select,
  .swal2-modal > .swal2-radio,
  .swal2-modal > .swal2-checkbox {
    display: none; }
  .swal2-modal .swal2-content {
    font-size: 18px;
    text-align: center;
    font-weight: 300;
    position: relative;
    float: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    color: #545454;
    word-wrap: break-word; }
  .swal2-modal .swal2-input,
  .swal2-modal .swal2-file,
  .swal2-modal .swal2-textarea,
  .swal2-modal .swal2-select,
  .swal2-modal .swal2-radio,
  .swal2-modal .swal2-checkbox {
    margin: 20px auto; }
  .swal2-modal .swal2-input,
  .swal2-modal .swal2-file,
  .swal2-modal .swal2-textarea {
    width: 100%;
    box-sizing: border-box;
    font-size: 18px;
    border-radius: 3px;
    border: 1px solid #d9d9d9;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
    transition: border-color .3s, box-shadow .3s; }
    .swal2-modal .swal2-input.swal2-inputerror,
    .swal2-modal .swal2-file.swal2-inputerror,
    .swal2-modal .swal2-textarea.swal2-inputerror {
      border-color: #f27474 !important;
      box-shadow: 0 0 2px #f27474 !important; }
    .swal2-modal .swal2-input:focus,
    .swal2-modal .swal2-file:focus,
    .swal2-modal .swal2-textarea:focus {
      outline: none;
      border: 1px solid #b4dbed;
      box-shadow: 0 0 3px #c4e6f5; }
    .swal2-modal .swal2-input::placeholder,
    .swal2-modal .swal2-file::placeholder,
    .swal2-modal .swal2-textarea::placeholder {
      color: #cccccc; }
  .swal2-modal .swal2-range input {
    float: left;
    width: 80%; }
  .swal2-modal .swal2-range output {
    float: right;
    width: 20%;
    font-size: 20px;
    font-weight: 600;
    text-align: center; }
  .swal2-modal .swal2-range input,
  .swal2-modal .swal2-range output {
    height: 43px;
    line-height: 43px;
    vertical-align: middle;
    margin: 20px auto;
    padding: 0; }
  .swal2-modal .swal2-input {
    height: 43px;
    padding: 0 12px; }
    .swal2-modal .swal2-input[type='number'] {
      max-width: 150px; }
  .swal2-modal .swal2-file {
    font-size: 20px; }
  .swal2-modal .swal2-textarea {
    height: 108px;
    padding: 12px; }
  .swal2-modal .swal2-select {
    color: #545454;
    font-size: inherit;
    padding: 5px 10px;
    min-width: 40%;
    max-width: 100%; }
  .swal2-modal .swal2-radio {
    border: 0; }
    .swal2-modal .swal2-radio label:not(:first-child) {
      margin-left: 20px; }
    .swal2-modal .swal2-radio input,
    .swal2-modal .swal2-radio span {
      vertical-align: middle; }
    .swal2-modal .swal2-radio input {
      margin: 0 3px 0 0; }
  .swal2-modal .swal2-checkbox {
    color: #545454; }
    .swal2-modal .swal2-checkbox input,
    .swal2-modal .swal2-checkbox span {
      vertical-align: middle; }
  .swal2-modal .swal2-validationerror {
    background-color: #f0f0f0;
    margin: 0 -20px;
    overflow: hidden;
    padding: 10px;
    color: gray;
    font-size: 16px;
    font-weight: 300;
    display: none; }
    .swal2-modal .swal2-validationerror::before {
      content: '!';
      display: inline-block;
      width: 24px;
      height: 24px;
      border-radius: 50%;
      background-color: #ea7d7d;
      color: #fff;
      line-height: 24px;
      text-align: center;
      margin-right: 10px; }

@supports (-ms-accelerator: true) {
  .swal2-range input {
    width: 100% !important; }
  .swal2-range output {
    display: none; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-range input {
    width: 100% !important; }
  .swal2-range output {
    display: none; } }

.swal2-icon {
  width: 80px;
  height: 80px;
  border: 4px solid transparent;
  border-radius: 50%;
  margin: 20px auto 30px;
  padding: 0;
  position: relative;
  box-sizing: content-box;
  cursor: default;
  user-select: none; }
  .swal2-icon.swal2-error {
    border-color: #f27474; }
    .swal2-icon.swal2-error .swal2-x-mark {
      position: relative;
      display: block; }
    .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
      position: absolute;
      height: 5px;
      width: 47px;
      background-color: #f27474;
      display: block;
      top: 37px;
      border-radius: 2px; }
      .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
        transform: rotate(45deg);
        left: 17px; }
      .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
        transform: rotate(-45deg);
        right: 16px; }
  .swal2-icon.swal2-warning {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #f8bb86;
    border-color: #facea8;
    font-size: 60px;
    line-height: 80px;
    text-align: center; }
  .swal2-icon.swal2-info {
    font-family: 'Open Sans', sans-serif;
    color: #3fc3ee;
    border-color: #9de0f6;
    font-size: 60px;
    line-height: 80px;
    text-align: center; }
  .swal2-icon.swal2-question {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #87adbd;
    border-color: #c9dae1;
    font-size: 60px;
    line-height: 80px;
    text-align: center; }
  .swal2-icon.swal2-success {
    border-color: #a5dc86; }
    .swal2-icon.swal2-success [class^='swal2-success-circular-line'] {
      border-radius: 50%;
      position: absolute;
      width: 60px;
      height: 120px;
      transform: rotate(45deg); }
      .swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='left'] {
        border-radius: 120px 0 0 120px;
        top: -7px;
        left: -33px;
        transform: rotate(-45deg);
        transform-origin: 60px 60px; }
      .swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='right'] {
        border-radius: 0 120px 120px 0;
        top: -11px;
        left: 30px;
        transform: rotate(-45deg);
        transform-origin: 0 60px; }
    .swal2-icon.swal2-success .swal2-success-ring {
      width: 80px;
      height: 80px;
      border: 4px solid rgba(165, 220, 134, 0.2);
      border-radius: 50%;
      box-sizing: content-box;
      position: absolute;
      left: -4px;
      top: -4px;
      z-index: 2; }
    .swal2-icon.swal2-success .swal2-success-fix {
      width: 7px;
      height: 90px;
      position: absolute;
      left: 28px;
      top: 8px;
      z-index: 1;
      transform: rotate(-45deg); }
    .swal2-icon.swal2-success [class^='swal2-success-line'] {
      height: 5px;
      background-color: #a5dc86;
      display: block;
      border-radius: 2px;
      position: absolute;
      z-index: 2; }
      .swal2-icon.swal2-success [class^='swal2-success-line'][class$='tip'] {
        width: 25px;
        left: 14px;
        top: 46px;
        transform: rotate(45deg); }
      .swal2-icon.swal2-success [class^='swal2-success-line'][class$='long'] {
        width: 47px;
        right: 8px;
        top: 38px;
        transform: rotate(-45deg); }

.swal2-progresssteps {
  font-weight: 600;
  margin: 0 0 20px;
  padding: 0; }
  .swal2-progresssteps li {
    display: inline-block;
    position: relative; }
  .swal2-progresssteps .swal2-progresscircle {
    background: #3085d6;
    border-radius: 2em;
    color: #fff;
    height: 2em;
    line-height: 2em;
    text-align: center;
    width: 2em;
    z-index: 20; }
    .swal2-progresssteps .swal2-progresscircle:first-child {
      margin-left: 0; }
    .swal2-progresssteps .swal2-progresscircle:last-child {
      margin-right: 0; }
    .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep {
      background: #3085d6; }
      .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progresscircle {
        background: #add8e6; }
      .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progressline {
        background: #add8e6; }
  .swal2-progresssteps .swal2-progressline {
    background: #3085d6;
    height: .4em;
    margin: 0 -1px;
    z-index: 10; }

[class^='swal2'] {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

@keyframes showSweetAlert {
  0% {
    transform: scale(0.7); }
  45% {
    transform: scale(1.05); }
  80% {
    transform: scale(0.95); }
  100% {
    transform: scale(1); } }

@keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    opacity: 1; }
  100% {
    transform: scale(0.5);
    opacity: 0; } }

.swal2-show {
  animation: showSweetAlert .3s; }
  .swal2-show.swal2-noanimation {
    animation: none; }

.swal2-hide {
  animation: hideSweetAlert .15s forwards; }
  .swal2-hide.swal2-noanimation {
    animation: none; }

@keyframes animate-success-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@keyframes animate-success-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg); } }

.swal2-animate-success-line-tip {
  animation: animate-success-tip .75s; }

.swal2-animate-success-line-long {
  animation: animate-success-long .75s; }

.swal2-success.swal2-animate-success-icon .swal2-success-circular-line-right {
  animation: rotatePlaceholder 4.25s ease-in; }

@keyframes animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    opacity: 1; } }

.swal2-animate-error-icon {
  animation: animate-error-icon .5s; }

@keyframes animate-x-mark {
  0% {
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    transform: scale(1.15);
    margin-top: -6px; }
  100% {
    transform: scale(1);
    margin-top: 0;
    opacity: 1; } }

.swal2-animate-x-mark {
  animation: animate-x-mark .5s; }

@keyframes rotate-loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.swal2-modal {
  background-color: white !important;
  font-family: "Poppins", Arial, Helvetica, sans-serif; }
  .swal2-modal .swal2-title {
    color: #0f0f0f;
    font-size: 2.5rem; }
  .swal2-modal .swal2-content {
    color: #5f5f5f;
    font-size: 1.16667rem; }
  .swal2-modal .swal2-file,
  .swal2-modal .swal2-input,
  .swal2-modal .swal2-textarea {
    border: 1px solid #cbcbcb;
    color: #5f5f5f; }
  .swal2-modal .swal2-checkbox,
  .swal2-modal .swal2-select {
    color: #5f5f5f; }
  .swal2-modal .swal2-buttonswrapper {
    margin: 25px 0 0; }
  .swal2-modal .swal2-styled {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 1rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    background-color: white;
    border-color: #232323;
    color: #0f0f0f;
    font-size: 12px;
    padding: 0.91667rem 2.25rem;
    border-radius: 4px;
    line-height: 1rem;
    outline: none;
    transition: all 0.15s ease;
    vertical-align: middle; }
    .swal2-modal .swal2-styled:hover, .swal2-modal .swal2-styled:focus, .swal2-modal .swal2-styled.is-active, .swal2-modal .swal2-styled.active {
      background-color: #0f0f0f;
      border-color: #0f0f0f;
      color: white; }
    .swal2-modal .swal2-styled:active {
      background-color: #0f0f0f;
      border: 1px solid #0f0f0f;
      color: white; }
  .swal2-modal .swal2-styled:focus {
    box-shadow: none !important;
    outline: none; }
  .swal2-modal .swal2-confirm {
    background-color: #0f0f0f !important;
    border-color: #0f0f0f !important;
    color: white !important; }
  .swal2-modal .swal2-confirm:focus,
  .swal2-modal .swal2-confirm:hover {
    background-color: white !important;
    border-color: #0f0f0f !important;
    color: #0f0f0f !important; }
  .swal2-modal .swal2-confirm:active {
    background-color: white !important;
    border-color: #0f0f0f !important;
    color: #0f0f0f !important; }
  .swal2-modal .swal2-cancel {
    background-color: transparent;
    border-color: #232323;
    color: #0f0f0f; }
  .swal2-modal .swal2-cancel:focus,
  .swal2-modal .swal2-cancel:hover {
    background-color: transparent;
    border-color: #0f0f0f;
    color: white; }
  .swal2-modal .swal2-cancel:active {
    background-color: transparent;
    border-color: #0f0f0f;
    color: white; }
  .swal2-modal .button + .button {
    margin-left: 0.75rem; }

.swal2-icon.swal2-error {
  border-color: #b20000; }

.swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
  background: #b20000; }

html,
body {
  height: auto; }

body {
  padding: 0;
  position: relative; }

figure {
  margin-bottom: 2rem;
  margin-top: 2rem; }
  figure > figcaption {
    margin-bottom: -0.5rem; }

figcaption {
  color: #999999;
  margin-top: 0.75rem; }

* {
  outline: 0; }

a {
  outline: 0; }
  a:focus, a:hover {
    outline: 0; }

body {
  font-size: 12px;
  font-weight: 400;
  line-height: 22px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  margin-top: 2.25rem; }

h5,
h6 {
  text-transform: uppercase; }

a {
  transition: color 0.15s ease;
  letter-spacing: 0.02em; }

cite {
  line-height: 1.5;
  margin: 0.5rem 0 0; }

blockquote {
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.02em; }

.page-heading {
  margin: 0 0 12px;
  text-align: center;
  text-transform: uppercase; }
  .page-heading .title {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    line-height: 30px; }

h1 {
  font-size: 28px; }

h2 {
  font-size: 24px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 14px; }

h6 {
  font-size: 13px; }

.definitionList:before, .definitionList:after {
  content: " ";
  display: table; }

.definitionList:after {
  clear: both; }

.definitionList-key {
  color: #232323;
  float: left;
  font-weight: 400;
  margin: 0 0.41667rem 0 0; }

.definitionList-value {
  margin: 0; }

p {
  letter-spacing: 0.02em; }

.form-row {
  margin-left: -15px;
  margin-right: -15px; }
  .form-row .form-field {
    padding-left: 15px;
    padding-right: 15px; }

.form-select {
  appearance: none;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24'%3E%3Cpath d='M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z' fill='rgba(110, 110, 110, 0.999)' /%3E%3C/svg%3E");
  background-position: right 0.58333rem top 0.75rem;
  padding: 0.75rem 3rem 0.75rem 1rem;
  height: 42px; }

.form-input {
  height: 40px;
  padding: 9px 15px; }
  @media (min-width: 768px) {
    .form-input {
      max-width: 470px; } }

.form-checkbox + .form-label::before {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px; }

.form-field {
  margin-bottom: 20px; }

.form-label {
  color: #0f0f0f;
  margin-bottom: 10px; }
  .form-label small {
    float: right;
    margin-top: 2px;
    font-size: 11px;
    color: #969696;
    text-transform: capitalize; }

.form-label--inlineSmall small {
  color: #b20000;
  float: none;
  font-size: inherit;
  font-weight: 400;
  text-transform: none;
  font-size: 12px; }

.table {
  margin-top: 2rem; }
  .table tr {
    border-bottom: 1px solid #e5e5e5; }
  .table td + td {
    border-left: 1px solid #e5e5e5; }
  .table .table-alignCenter {
    text-align: center; }
  .table .table-alignRight {
    text-align: right; }

.table-actions {
  margin: 1.5rem;
  text-align: center; }
  .table-actions .form {
    margin-bottom: 0; }
  .table-actions .button {
    display: block;
    margin-left: 0;
    margin-right: 0;
    width: 100%; }
    @media (min-width: 768px) {
      .table-actions .button {
        display: inline-block;
        margin-bottom: 0;
        width: auto; } }
    @media (min-width: 768px) {
      .table-actions .button + .button {
        margin-left: 0.41667rem; } }

.table--line {
  border-color: #e5e5e5;
  border-width: 0 0 1px;
  border: none; }
  .table--line .table-thead {
    background-color: #f8f8f8;
    border: none; }
    .table--line .table-thead tr th {
      padding-left: 1.5rem;
      padding-right: 0;
      text-transform: uppercase;
      font-weight: 500;
      letter-spacing: .05em;
      color: #0f0f0f; }
      @media (min-width: 768px) {
        .table--line .table-thead tr th {
          text-align: center; }
          .table--line .table-thead tr th:first-child {
            text-align: left; }
          .table--line .table-thead tr th:last-child {
            text-align: right;
            padding-right: 1.5rem; } }
  .table--line tr {
    border-color: 1px solid #e5e5e5; }
    .table--line tr td {
      display: block;
      padding-left: 0;
      padding-right: 0;
      padding-top: 20px;
      padding-bottom: 20px; }
      @media (min-width: 768px) {
        .table--line tr td {
          text-align: center; }
          .table--line tr td:first-child {
            text-align: left; }
          .table--line tr td:last-child {
            text-align: right; } }
      .table--line tr td + td {
        padding-left: 1.5rem; }
  .table--line td + td {
    border-left: 0; }

.dropdown {
  left: -9999px;
  outline: none;
  position: absolute; }

.dropdown-menu.is-loading .loadingOverlay {
  background: none;
  padding: 4.5rem 0;
  position: relative; }

.dropdown-menu.is-open {
  display: block; }

.dropdown-menu-item {
  text-align: left; }
  .dropdown-menu-item:first-child > a {
    padding-top: 0.75rem; }
  .dropdown-menu-item:last-child > a {
    padding-bottom: 0.75rem; }
  .dropdown-menu-item > a {
    margin: 0;
    padding: 0.75rem 1.16667rem;
    text-decoration: none; }

.form-wishlist {
  position: relative; }

.dropdown-menu-button {
  width: 100%; }
  .dropdown-menu-button.is-open {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px; }
  .dropdown-menu-button .icon {
    float: right;
    margin-left: 10px; }

#wishlist-dropdown.is-open {
  background: transparent;
  left: auto !important;
  max-width: none !important;
  width: 100% !important;
  border: 1px solid #eaeaea;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  margin-top: 5px; }
  #wishlist-dropdown.is-open:focus {
    outline: none; }
  #wishlist-dropdown.is-open [data-wishlist] {
    border-top: none;
    margin-bottom: 0px;
    width: 100%; }
  #wishlist-dropdown.is-open .button {
    background: white;
    color: #0f0f0f;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    width: 100%;
    border: none; }
  #wishlist-dropdown.is-open .button--has-items {
    font-weight: 500; }
  #wishlist-dropdown.is-open li:not(:last-child) .button {
    border-bottom: none;
    border-radius: 0px;
    border-top: none;
    margin-bottom: 0px; }
  #wishlist-dropdown.is-open li {
    line-height: 30px; }
    #wishlist-dropdown.is-open li + li {
      border-top: 1px solid #eaeaea; }

.modal {
  margin: 0;
  max-height: 90%;
  max-width: 99%;
  min-height: 240px;
  outline: none;
  padding: 0;
  left: 50%;
  top: 50% !important;
  transform: translate(-50%, -50%);
  background: transparent;
  overflow: visible; }
  @media (min-width: 768px) {
    .modal {
      width: 1043px; } }

@media (min-width: 1281px) {
  .modal--large {
    width: 1280px; } }

.modal-header {
  padding-left: 2.25rem;
  padding-right: 3.66667rem;
  background: #f5f5f5;
  padding: 14px 25px;
  border-bottom: none; }

.modal-header-title {
  font-size: 14px;
  text-align: center;
  color: #0f0f0f;
  font-weight: 500;
  letter-spacing: .05em;
  text-transform: uppercase; }
  @media (min-width: 1025px) {
    .modal-header-title {
      font-size: 14px; } }

.modal-close {
  height: 2.91667rem;
  width: 2.91667rem;
  color: white;
  background: black;
  font-size: 26px;
  line-height: 2.91667rem;
  padding: 0;
  position: absolute;
  text-align: center;
  text-decoration: none;
  z-index: 50;
  top: 2px;
  right: 3px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }
  @media (min-width: 1025px) {
    .modal-close {
      font-size: 32px; } }
  .modal-close svg {
    fill: white;
    stroke: white; }
  .modal-close:hover, .modal-close:focus, .modal-close:active {
    color: white;
    background: #e95144; }
    .modal-close:hover svg, .modal-close:focus svg, .modal-close:active svg {
      fill: white;
      stroke: white; }

.modal-content {
  padding: 20px; }

.modal-body {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 30px 20px;
  background: white;
  max-height: 100vh; }
  @media (min-width: 768px) {
    .modal-body {
      padding: 30px; } }

.modal--alert {
  background-color: white !important;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  padding: 40px 20px 20px 20px;
  text-align: center; }
  .modal--alert .modal-content {
    color: #5f5f5f;
    font-size: 1.16667rem; }
  .modal--alert .button-container {
    margin: 25px 0 0; }
    .modal--alert .button-container .confirm {
      background-color: #0f0f0f;
      border-color: #0f0f0f;
      color: white;
      min-width: 100px; }
    .modal--alert .button-container .confirm:focus, .modal--alert .button-container .confirm:hover {
      background-color: white;
      border-color: #0f0f0f;
      color: #0f0f0f; }
    .modal--alert .button-container .confirm:active {
      background-color: white;
      border-color: #0f0f0f;
      color: #0f0f0f; }

.loadingOverlay {
  background: none; }

#video-gallery-pc-popup .modal-header-title {
  text-align: left;
  font-size: 12px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: .02em; }
  #video-gallery-pc-popup .modal-header-title strong {
    font-weight: 500;
    margin-right: 10px;
    text-transform: uppercase; }

#video-gallery-pc-popup .productView {
  margin: 0; }

.breadcrumbs {
  font-size: 0;
  text-align: center;
  margin-bottom: 0;
  margin-top: 50px;
  overflow: visible;
  display: inline-block;
  width: 100%; }
  .breadcrumbs a {
    color: #5f5f5f; }

.breadcrumb {
  display: inline-block;
  float: none;
  font-size: 12px;
  position: relative;
  background: none; }
  .breadcrumb:before {
    color: rgba(95, 95, 95, 0.7);
    font-size: 16px;
    margin-left: 9px;
    margin-right: 6px; }
  .breadcrumb.is-active > .breadcrumb-label {
    cursor: text;
    color: #5f5f5f; }

.breadcrumb-label {
  text-decoration: none; }

.panel-title {
  font-size: 20px; }

.panel--large .panel-body {
  margin-bottom: 2rem;
  padding: 2rem; }

.pagination-list {
  font-size: 0;
  margin-top: 0px;
  margin-bottom: 0;
  text-align: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  .pagination-list:before, .pagination-list:after {
    content: " ";
    display: table; }
  .pagination-list:after {
    clear: both; }
  .pagination-list .pagination-item {
    display: inline-block; }

.pagination-item {
  line-height: 1;
  cursor: default !important; }
  .pagination-item .pagination-link {
    text-decoration: none;
    transition: all 0.2s ease;
    color: #0f0f0f;
    padding: 0 10px;
    display: inline-block;
    font-weight: 500;
    letter-spacing: .05em;
    border-radius: 0;
    line-height: 20px; }
    @media (min-width: 768px) {
      .pagination-item .pagination-link {
        padding: 0 15px; } }
    .pagination-item .pagination-link span {
      line-height: 15px;
      display: inline-block; }
    .pagination-item .pagination-link:hover {
      color: #0f0f0f; }
      .pagination-item .pagination-link:hover span {
        border-bottom: 1px solid #0f0f0f; }
  .pagination-item.pagination-item--current {
    border-color: #e5e5e5;
    border-radius: 4px;
    margin: 0 0.41667rem 0 0.75rem; }
    .pagination-item.pagination-item--current a {
      color: #0f0f0f; }
      .pagination-item.pagination-item--current a span {
        border-bottom: 1px solid #0f0f0f; }
  .pagination-item.pagination-item--previous, .pagination-item.pagination-item--next {
    text-transform: uppercase; }
    .pagination-item.pagination-item--previous > a, .pagination-item.pagination-item--next > a {
      color: #0f0f0f; }
      .pagination-item.pagination-item--previous > a .icon > svg, .pagination-item.pagination-item--next > a .icon > svg {
        fill: #0f0f0f; }
      .pagination-item.pagination-item--previous > a:hover, .pagination-item.pagination-item--next > a:hover {
        color: #0f0f0f; }
        .pagination-item.pagination-item--previous > a:hover .icon > svg, .pagination-item.pagination-item--next > a:hover .icon > svg {
          fill: #0f0f0f; }

.pagination-item--previous .icon,
.pagination-item--next .icon {
  height: 1.66667rem;
  margin-top: -0.16667rem;
  width: 1.66667rem; }

.pagination-item--previous .icon {
  margin-left: -1rem; }

.pagination-item--next .icon {
  margin-right: -1rem; }

.pagination-list--small {
  position: relative; }
  .pagination-list--small .pagination-item {
    color: #0f0f0f;
    cursor: inherit;
    line-height: 1.5; }
  .pagination-list--small .pagination-link {
    padding: 0 0.41667rem; }
  .pagination-list--small .pagination-item--previous,
  .pagination-list--small .pagination-item--next {
    position: absolute;
    top: 0; }
  .pagination-list--small .pagination-item--previous {
    left: 0; }
  .pagination-list--small .pagination-item--next {
    right: 0; }

.button {
  line-height: 1rem;
  transition: all 0.15s ease;
  border-radius: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: .05em;
  padding: 13px 15px;
  background: white;
  color: #0f0f0f;
  border-color: #232323; }
  .button:hover, .button:focus, .button:active {
    background: #0f0f0f;
    color: white;
    border-color: #0f0f0f; }
  .button + .button {
    margin-left: 0; }
    @media (min-width: 1025px) {
      .button + .button {
        margin-left: 0.75rem; } }

.button--primary {
  background: #0f0f0f;
  color: white;
  border-color: #0f0f0f; }
  .button--primary:hover, .button--primary:focus, .button--primary:active {
    background: white;
    color: #0f0f0f;
    border-color: #0f0f0f; }

.button--checkout {
  background: #b20000;
  color: white;
  border-color: #b20000; }
  .button--checkout:hover, .button--checkout:focus, .button--checkout:active {
    background: #0f0f0f;
    color: white;
    border-color: #0f0f0f; }

.button[disabled] {
  cursor: not-allowed; }
  .button[disabled]:hover, .button[disabled]:focus, .button[disabled]:active {
    background: #787878;
    color: white;
    border-color: rgba(0, 0, 255, 0); }

.button--icon svg {
  fill: #757575; }

.button--small {
  padding: 14px 15px; }

.button--smaller {
  padding: 11px 15px; }

.button--large {
  padding: 16px 15px 15px 15px; }

.button--larger {
  padding: 19px 15px; }

.tab {
  border-top: 1px solid #e5e5e5;
  float: none; }
  @media (min-width: 1025px) {
    .tab {
      border-top-color: white;
      float: left; } }
  .tab.is-active {
    border-left-color: white;
    border-right-color: white; }
    @media (min-width: 768px) {
      .tab.is-active {
        margin-bottom: -1px; } }
    @media (min-width: 1025px) {
      .tab.is-active {
        border: 1px solid #e5e5e5;
        border-bottom: 1px solid white; } }

.tab-title {
  padding: 1.16667rem 0;
  text-align: center;
  text-decoration: none; }
  @media (min-width: 768px) {
    .tab-title {
      text-align: left; } }
  @media (min-width: 1025px) {
    .tab-title {
      padding: 0.75rem 1.5rem; } }
  @media (min-width: 1281px) {
    .tab-title {
      padding: 0.91667rem 1.5rem; } }

.tabs-contents .tab-content.has-jsContent {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  visibility: hidden; }
  .tabs-contents .tab-content.has-jsContent.is-active {
    height: auto;
    overflow: visible;
    padding: 1.5rem 0;
    visibility: visible; }

.tabs-contents .tab-content .productReview {
  width: 100%; }

.tabs-contents .tab-content .productReviews {
  border-top: 0; }

.accordion {
  border-radius: 4px;
  box-shadow: none;
  border: none; }
  .accordion .navList {
    margin-bottom: 0; }

.accordion-title {
  cursor: pointer;
  font-weight: 500;
  color: #0f0f0f;
  border-bottom: 1px solid #0f0f0f;
  display: inline-block;
  width: 100%;
  padding: 24px 35px 24px 0px;
  position: relative;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-size: 16px; }
  .accordion-title:focus, .accordion-title:hover {
    color: #0f0f0f; }

.accordion-content {
  border: 0; }
  .accordion-content .form:only-child {
    margin-bottom: 0; }

.accordion--List {
  margin-bottom: 50px; }
  .accordion--List .accordion-block {
    list-style: none; }
    .accordion--List .accordion-block .accordion-content {
      padding: 25px 0 25px 0;
      border-top: 1px solid #0f0f0f;
      border-bottom: 1px solid #0f0f0f; }
      .accordion--List .accordion-block .accordion-content a {
        color: #5f5f5f; }
        .accordion--List .accordion-block .accordion-content a:hover {
          color: #0f0f0f; }

.accordion-navigation {
  margin-top: -1px;
  position: relative;
  text-decoration: none; }

@media (min-width: 1025px) {
  .accordion--navList {
    border: 0; } }

@media (min-width: 1025px) {
  .sidebarBlock + .accordion--navList {
    margin-top: 2rem; } }

.accordion--navList .accordion-block {
  margin-top: 2rem; }

.accordion--navList .accordion-content {
  padding: 0; }

.accordion--navList .accordion-navigation {
  border: 0; }
  @media (min-width: 1025px) {
    .accordion--navList .accordion-navigation {
      background-position: right 0 top 50%; } }

.accordion--navList .accordion-title {
  font-weight: normal;
  text-decoration: none;
  margin-bottom: 0.75rem;
  margin-top: 0;
  padding: 0; }

.accordion--navList .accordion-indicator {
  fill: #0f0f0f;
  width: 20px;
  height: 20px; }

.accordion--navList .accordion-navigation-actions {
  right: 0;
  top: 0; }

.accordion-block:first-child {
  margin-top: 0; }
  .accordion-block:first-child .accordion-navigation {
    border-radius: 4px 4px 0 0; }

.accordion-block:last-child .accordion-navigation,
.accordion-block:last-child .accordion-content {
  border-radius: 0 0 4px 4px; }

.accordion-block:last-child .accordion-navigation {
  border-bottom-width: 0; }
  .accordion-block:last-child .accordion-navigation.is-open {
    border-bottom-width: 1px;
    border-radius: 0; }

.accordion-navigation-actions {
  position: absolute;
  right: 1.91667rem;
  top: 1.5rem; }
  .accordion-navigation-actions > a {
    color: #232323;
    vertical-align: middle; }
    .accordion-navigation-actions > a:hover {
      color: black; }

.inlineList--labels {
  margin-bottom: 0;
  margin-left: -0.75rem; }
  .inlineList--labels > li {
    margin-bottom: 0.75rem;
    margin-left: 0.75rem; }

.alertBox {
  color: #333333;
  margin-bottom: 20px;
  padding: 8px 15px 7px 15px; }

.alertBox-icon {
  padding-right: 8px; }
  .alertBox-icon .icon {
    height: 2.08333rem;
    width: 2.08333rem; }

.alertBox--info {
  background: #e8f4fa;
  color: #31708f; }
  .alertBox--info svg {
    fill: #31708f; }
  .alertBox--info .alertBox-close svg {
    fill: #31708f; }

.alertBox--success {
  background: #e8f4fa;
  color: #31708f; }
  .alertBox--success svg {
    fill: #31708f; }

.alertBox--error {
  color: #cc4749; }

.form--hiddenLabels .form-label {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.form-inlineMessage {
  display: block; }

.form-field--error .form-field-error,
.form-field--error .form-inlineMessage {
  color: #b20000; }

.form-field--error .form-input {
  float: none; }

.form-field--error .form-inlineMessage:before {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z' fill='rgba(204, 71, 73, 0.999)' /%3E%3C/svg%3E") no-repeat;
  background-size: 100%;
  content: "";
  display: inline-block;
  height: 1.16667rem;
  left: -0.16667rem;
  margin-right: 0.08333rem;
  position: relative;
  top: 0.25rem;
  width: 1.16667rem; }

.form-field--success .form-radio + .form-label::before {
  border-color: #595959; }

.form-field--success .form-input[type="text"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(0, 138, 6, 0.999)' /%3E%3C/svg%3E");
  background-position: right 0.66667rem center;
  background-repeat: no-repeat;
  padding-right: 3rem; }

.form-checkbox + .form-label:last-child {
  display: block;
  margin-bottom: -0.33333rem; }

.form-checkbox + .form-label::after {
  top: 3px;
  left: 0px;
  width: 1.16667rem;
  height: 1.16667rem; }

.form-checkbox + .form-label::before {
  top: 0.25rem;
  width: 1.16667rem;
  height: 1.16667rem; }

.form-radio + .form-label {
  position: relative; }
  .form-radio + .form-label:last-child {
    display: block;
    margin-bottom: -0.33333rem; }
  .form-radio + .form-label::after {
    top: 0.375rem;
    left: 0.1rem;
    width: 1rem;
    height: 1rem; }
  .form-radio + .form-label::before {
    top: 0.25rem;
    width: 1.16667rem;
    height: 1.16667rem; }

@-moz-document url-prefix() {
  /* hack css firefox */
  .form-radio + .form-label::after {
    top: 4px; } }

textarea {
  resize: vertical; }

.form-actions {
  margin: 0 auto;
  max-width: 100rem;
  width: 100%;
  display: block; }
  .form-actions:before, .form-actions:after {
    content: " ";
    display: table; }
  .form-actions:after {
    clear: both; }
  @media (min-width: 768px) {
    .form-actions {
      margin-top: 1.91667rem; } }
  .form-actions .button,
  .form-actions input,
  .form-actions a {
    vertical-align: top;
    width: 100%; }
    @media (min-width: 768px) {
      .form-actions .button,
      .form-actions input,
      .form-actions a {
        margin-bottom: 0;
        width: auto; } }
    .form-actions .button + .button,
    .form-actions .button + input,
    .form-actions .button + a,
    .form-actions input + .button,
    .form-actions input + input,
    .form-actions input + a,
    .form-actions a + .button,
    .form-actions a + input,
    .form-actions a + a {
      margin-top: 0.41667rem; }
      @media (min-width: 768px) {
        .form-actions .button + .button,
        .form-actions .button + input,
        .form-actions .button + a,
        .form-actions input + .button,
        .form-actions input + input,
        .form-actions input + a,
        .form-actions a + .button,
        .form-actions a + input,
        .form-actions a + a {
          margin: 0 0 0 0.75rem; } }

.form-label--alternate {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 13px;
  margin-bottom: 6px; }

.form-select--date {
  width: initial; }
  .form-select--date + .form-select--date {
    margin-left: 0.41667rem; }

.form-select--small,
.form-select--date {
  background-position: right 0.66667rem top 1rem;
  background-size: 1.5rem;
  font-size: 13px;
  height: 42px;
  line-height: 1rem;
  max-width: 20rem;
  padding: 0.58333rem 0.75rem;
  padding-right: 2rem; }

.form-select--short {
  max-width: 6rem;
  width: 4.5rem; }

.form-file {
  margin-bottom: 0.5rem; }

.form-fileDescription {
  color: #999999;
  font-size: 13px; }

.form-field-group {
  border: 1px solid #cbcbcb;
  border-radius: 4px;
  padding: 1.5rem; }

.form-column {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding: 0; }
  @media (min-width: 768px) {
    .form-column {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 50%;
      float: left;
      padding: 0; } }

.form-prefixPostfix.wrap {
  flex-wrap: wrap; }

.form-prefixPostfix.center {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }

.form-prefixPostfix .form-input,
.form-prefixPostfix .button {
  display: block;
  width: 100%; }

@media (min-width: 1281px) {
  .form-prefixPostfix .form-input {
    width: auto; } }

@media (min-width: 1281px) {
  .form-prefixPostfix .button {
    width: auto; } }

.form-prefixPostfix .form-inlineMessage {
  margin-bottom: 0.41667rem; }
  @media (min-width: 1281px) {
    .form-prefixPostfix .form-inlineMessage {
      margin-bottom: 0; } }

.form-prefixPostfix-button--postfix {
  margin: 1.16667rem 0 0;
  order: 1; }
  @media (min-width: 1281px) {
    .form-prefixPostfix-button--postfix {
      margin: 0 0 0 0.75rem;
      order: 0; } }

.form-field--increments .form-increment {
  display: inline-block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border: 1px solid #cbcbcb;
  max-width: 154px;
  background-color: #fff; }
  .form-field--increments .form-increment button {
    width: 42px;
    height: 42px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    margin-bottom: 0;
    border: none; }
    .form-field--increments .form-increment button:before, .form-field--increments .form-increment button:after {
      position: absolute;
      content: "";
      background-color: #7b7b7b;
      top: 50%;
      left: 50%;
      -moz-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .form-field--increments .form-increment button[data-action="dec"] {
      border-right: 1px solid #cbcbcb; }
      .form-field--increments .form-increment button[data-action="dec"]:after {
        background-color: rgba(255, 255, 255, 0); }
    .form-field--increments .form-increment button[data-action="inc"] {
      border-left: 1px solid #cbcbcb; }
    .form-field--increments .form-increment button:before {
      width: 13px;
      height: 3px; }
    .form-field--increments .form-increment button:after {
      width: 3px;
      height: 13px; }

.form-input--incrementTotal {
  border: 0;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  height: 41px;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  width: 70px;
  color: #5f5f5f;
  padding: 11px 5px 9px; }

.form-option {
  color: #0f0f0f;
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  margin-bottom: 0.5rem;
  margin-right: 15px;
  transition: all 0.15s ease;
  height: 38px;
  min-width: 38px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%; }
  .form-option:hover {
    border-color: #999999; }
  .form-radio:checked + .form-option .form-option-variant {
    border: none;
    background: #0f0f0f;
    color: #ffffff; }

.form-option-variant {
  display: inline-block;
  font-size: 12px;
  pointer-events: none;
  text-align: center;
  height: 38px;
  min-width: 38px;
  padding: 7px 10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 1px solid #cccccc; }

.form-option-variant--color,
.form-option-variant--pattern {
  height: 1.83333rem;
  width: 1.83333rem;
  min-width: initial;
  padding: 0; }
  @media (min-width: 768px) {
    .form-option-variant--color,
    .form-option-variant--pattern {
      pointer-events: inherit; } }

.form-option-variant--pattern {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.form-input--small {
  font-size: 13px;
  height: 2.33333rem;
  line-height: 1rem;
  padding: 0.58333rem 0.75rem; }

.form-minMaxRow {
  margin-left: -0.375rem;
  margin-right: -0.375rem; }
  .form-minMaxRow:before, .form-minMaxRow:after {
    content: " ";
    display: table; }
  .form-minMaxRow:after {
    clear: both; }
  .form-minMaxRow .form-field {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 33.33333%;
    float: left;
    margin-bottom: 0;
    padding-left: 0.375rem;
    padding-right: 0.375rem; }
  .form-minMaxRow .button {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100%; }

@media (min-width: 768px) {
  .form-row--half > .form-field:nth-child(odd) {
    clear: left; } }

[data-product-attribute] .form-option {
  overflow: visible;
  position: relative; }
  [data-product-attribute] .form-option.unavailable {
    background-color: transparent; }
    [data-product-attribute] .form-option.unavailable:before {
      background-color: #e95144;
      content: "";
      height: 1px;
      left: -8px;
      position: absolute;
      top: 18px;
      transform: rotate(-45deg);
      width: 140%;
      z-index: 1; }
    [data-product-attribute] .form-option.unavailable .form-option-variant {
      opacity: 0.5; }
  [data-product-attribute] .form-option.form-option-swatch.unavailable:before {
    top: 16px;
    width: 146%; }

[data-product-attribute="set-radio"] .unavailable,
[data-product-attribute="product-list"] .unavailable {
  opacity: 1;
  text-decoration: line-through; }

.card {
  margin-bottom: 45px; }
  .card .card-img-container {
    max-width: 500px;
    margin: 0 auto; }
    .card .card-img-container img {
      transition: all 0.7s ease; }
  .card .countDowntimer {
    position: absolute;
    left: 50%;
    z-index: 5;
    width: 100%;
    text-align: center;
    transition: all 0.3s ease;
    display: none; }
    @media (min-width: 768px) {
      .card .countDowntimer {
        display: block;
        top: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%); } }
    @media (min-width: 1025px) {
      .card .countDowntimer {
        bottom: 25px;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%); } }
  .card .card-figcaption {
    transition: all 0.3s ease; }
    @media (min-width: 1025px) {
      .card .card-figcaption {
        bottom: -85px; } }
    @media (max-width: 1024px) {
      .card .card-figcaption {
        opacity: 1; } }
  .card:hover .card-figcaption {
    bottom: 0;
    opacity: 1; }
  .card:hover .card-figcaption-top {
    opacity: 1; }
  @media (min-width: 1025px) {
    .card:hover .countDowntimer {
      bottom: -55px; } }
  .card [data-product-option-change] .form-option {
    cursor: default; }

.card-desc {
  display: none; }

.card-img-container {
  position: relative;
  margin: 0 auto; }
  .card-img-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 128.2%; }
  .card-img-container .product-additional {
    top: 50%;
    left: 50%;
    opacity: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    text-align: center;
    position: absolute;
    visibility: hidden;
    transform: translate(-50%, -50%);
    transition: all .7s ease; }
    .card-img-container .product-additional img {
      display: inline-block;
      max-height: 100%; }

.card-figure {
  margin-top: 0;
  position: relative; }
  @media (min-width: 1025px) {
    .card-figure {
      overflow: hidden; }
      .card-figure:hover .card-img-container:before {
        opacity: 1;
        visibility: visible; }
      .card-figure:hover .card-img-hover > .card-image {
        opacity: 0;
        visibility: hidden; }
      .card-figure:hover .card-img-hover .product-additional {
        opacity: 1;
        visibility: visible; } }

.card-figcaption {
  margin: 0; }

.card-figcaption-top {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 4;
  opacity: 0;
  display: none; }
  @media (min-width: 1025px) {
    .card-figcaption-top {
      display: block; } }
  .card-figcaption-top > .icon {
    background-color: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 5px;
    position: relative; }
    .card-figcaption-top > .icon svg {
      width: 16px;
      height: 16px;
      fill: #232323; }
    .card-figcaption-top > .icon .text {
      position: absolute;
      left: 0px;
      top: 0px;
      bottom: 0px;
      display: inline-block;
      line-height: 30px;
      font-weight: 400;
      font-size: 1.1rem;
      white-space: nowrap;
      letter-spacing: 0;
      padding-left: 2px;
      padding-right: 20px;
      -webkit-transition: all .35s ease, color 0s ease;
      transition: all .35s ease, color 0s ease;
      opacity: 0;
      visibility: hidden;
      border-top-right-radius: 30px;
      border-bottom-right-radius: 30px;
      -webkit-transform: translateX(15px);
      transform: translateX(15px);
      z-index: -1;
      background-color: #0f0f0f;
      color: white; }
    .card-figcaption-top > .icon:hover {
      background-color: #0f0f0f;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
      .card-figcaption-top > .icon:hover .text {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateX(30px);
        transform: translateX(30px); }
      .card-figcaption-top > .icon:hover svg {
        fill: white; }
    .card-figcaption-top > .icon.wishlist svg {
      width: 16px;
      height: 15px; }
  .card-figcaption-top .compare {
    position: relative; }
    .card-figcaption-top .compare input {
      opacity: 0; }
      .card-figcaption-top .compare input:checked + svg {
        fill: #b20000; }
    .card-figcaption-top .compare svg {
      width: 18px;
      height: 18px;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      cursor: pointer; }

.card-figcaption {
  height: auto;
  top: auto;
  z-index: 9; }
  @media (min-width: 1025px) {
    .card-figcaption {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-align: flex-end;
      -webkit-align-items: flex-end;
      align-items: flex-end; } }
  .card-figcaption.card-hover .card-figcaption-button {
    display: none; }
    @media (min-width: 1025px) {
      .card-figcaption.card-hover .card-figcaption-button {
        display: block; } }
  .card-figcaption.card-show .card-figcaption-button {
    display: none; }

.card-action-bottom {
  margin-top: 14px; }
  @media (min-width: 768px) {
    .card-action-bottom {
      margin-top: 20px; } }
  @media (min-width: 1025px) {
    .card-action-bottom.card-hover {
      display: none; } }
  .card-action-bottom .card-figcaption-button {
    width: 100%;
    max-width: 240px;
    margin: 0 auto; }

.card-figcaption-body {
  display: inline-block;
  pointer-events: all;
  transform: none;
  width: 100%; }
  @media (min-width: 1025px) {
    .card-figcaption-body {
      opacity: 0;
      visibility: hidden; } }

.card-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: 0;
  width: 100%;
  max-height: 100%;
  object-fit: contain;
  /* Object-fit polyfill */
  font-family: 'object-fit: contain;'; }

.card-title {
  font-size: 14px;
  margin: 0 0 4px;
  font-weight: 500;
  letter-spacing: .02em; }
  @media (max-width: 1024px) {
    .card-title {
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap; } }
  .card-title > a {
    color: #0f0f0f;
    text-decoration: none; }
    .card-title > a:hover {
      color: #005599; }

.card-price {
  margin-bottom: 5px; }

.card-text {
  margin-bottom: 0.16667rem;
  font-size: 12px; }
  .card-text abbr {
    border: 0;
    color: inherit;
    font-size: inherit; }

.card-figcaption-button {
  background-color: black;
  color: white;
  border-color: black;
  margin: 0;
  padding: 16px 15px 15px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .05em; }
  .card-figcaption-button:active, .card-figcaption-button:hover, .card-figcaption-button:focus {
    background-color: white;
    color: #0f0f0f;
    border-color: #232323; }
  .card-figcaption-button + .card-figcaption-button {
    margin: 0; }

.card-body {
  text-align: center;
  margin-top: 10px;
  padding-top: 0; }
  @media (min-width: 1025px) {
    .card-body {
      text-align: center; } }
  .card-body .card-brand {
    color: #5f5f5f;
    margin-bottom: 4px; }
  .card-body .card-price .price-section {
    font-size: 14px;
    letter-spacing: 0;
    display: inline-block; }
    .card-body .card-price .price-section .non-sale-price-label, .card-body .card-price .price-section .price-now-label {
      display: none !important; }
    .card-body .card-price .price-section.price-section--withoutTax, .card-body .card-price .price-section.price-section--withTax {
      color: #b20000; }
    .card-body .card-price .price-section.rrp-price--withoutTax, .card-body .card-price .price-section.rrp-price--withTax {
      color: #969696;
      margin-right: 5px; }
      .card-body .card-price .price-section.rrp-price--withoutTax + .non-sale-price--withoutTax, .card-body .card-price .price-section.rrp-price--withoutTax .non-sale-price--withTax, .card-body .card-price .price-section.rrp-price--withTax + .non-sale-price--withoutTax, .card-body .card-price .price-section.rrp-price--withTax .non-sale-price--withTax {
        display: none; }
        .card-body .card-price .price-section.rrp-price--withoutTax + .non-sale-price--withoutTax.no-retail-price, .card-body .card-price .price-section.rrp-price--withoutTax .non-sale-price--withTax.no-retail-price, .card-body .card-price .price-section.rrp-price--withTax + .non-sale-price--withoutTax.no-retail-price, .card-body .card-price .price-section.rrp-price--withTax .non-sale-price--withTax.no-retail-price {
          display: inline-block; }
    .card-body .card-price .price-section.non-sale-price--withoutTax, .card-body .card-price .price-section.non-sale-price--withTax {
      color: #969696;
      margin-right: 5px; }
    .card-body .card-price .price-section.price-none + .price-section--withoutTax, .card-body .card-price .price-section.price-none + .price-section--withTax {
      color: #0f0f0f; }
  .card-body .card-rating {
    margin-bottom: 6px; }
  .card-body .card-figcaption2 {
    display: none; }

.card_optionImage {
  margin-top: 17px; }
  .card_optionImage [data-product-attribute] {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center; }
    .card_optionImage [data-product-attribute] .showmore {
      margin-bottom: 5px;
      margin-left: 2px; }
    .card_optionImage [data-product-attribute] .form-option {
      border: none !important;
      min-width: auto; }
      .card_optionImage [data-product-attribute] .form-option.form-option-swatch {
        min-width: 22px;
        height: 22px;
        margin-right: 10px; }
        .card_optionImage [data-product-attribute] .form-option.form-option-swatch.two-colors .form-option-variant + .form-option-variant {
          width: 22px;
          top: 11px;
          height: 11px; }
        .card_optionImage [data-product-attribute] .form-option.form-option-swatch.three-colors .form-option-variant:nth-child(2) {
          height: 8px;
          border-radius: 2px;
          top: 8px; }
        .card_optionImage [data-product-attribute] .form-option.form-option-swatch.three-colors .form-option-variant:last-child {
          height: 12px;
          top: 12px; }
  .card_optionImage .form-option-variant--color, .card_optionImage .form-option-variant--pattern {
    width: 22px;
    height: 22px; }
  .card_optionImage .form-option-swatch {
    height: 22px;
    width: 22px; }
    .card_optionImage .form-option-swatch.has-pattern .form-option-expanded {
      display: none; }
  .card_optionImage .form-radio:checked + .form-option {
    border: none !important; }
    .card_optionImage .form-radio:checked + .form-option .form-option-variant {
      background: none;
      border: 1px solid #ccc; }
  .card_optionImage .form-option-swatch.active {
    border: none;
    height: 22px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    box-shadow: 0 0 1px 2px #e95144;
    -webkit-box-shadow: 0 0 1px 2px #e95144; }

.card_optionSize [data-product-attribute] {
  background: #fff;
  width: 100%;
  padding: 6px 5px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  .card_optionSize [data-product-attribute] .form-option {
    margin-bottom: 0;
    color: #3c3c3c;
    padding: 0 8px;
    margin-right: 0;
    width: auto;
    height: auto; }
    @media (min-width: 768px) {
      .card_optionSize [data-product-attribute] .form-option {
        padding: 0 12px; } }
    @media (max-width: 767px) {
      .card_optionSize [data-product-attribute] .form-option {
        min-width: auto; } }
    .card_optionSize [data-product-attribute] .form-option .form-option-variant {
      color: #3c3c3c;
      min-width: 0;
      padding: 0 1px;
      width: auto;
      height: auto;
      -moz-border-radius: 0px;
      -webkit-border-radius: 0px;
      -ms-border-radius: 0px;
      border-radius: 0px;
      border: none; }
      @media (max-width: 767px) {
        .card_optionSize [data-product-attribute] .form-option .form-option-variant {
          min-width: auto; } }
  .card_optionSize [data-product-attribute] .form-radio:checked + .form-option .form-option-variant {
    background: none; }
  .card_optionSize [data-product-attribute] .showmore {
    height: 26px;
    line-height: 22px; }

.card_optionSize .form-radio:checked + .form-option {
  border: none;
  box-shadow: none;
  font-weight: 600; }
  .card_optionSize .form-radio:checked + .form-option span {
    border-bottom: 1px solid #3c3c3c; }

@media (min-width: 1025px) {
  .card:hover .card-figcaption-body {
    opacity: 1;
    visibility: visible; } }

.product-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 0px 7px;
  height: 20px;
  z-index: 5;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 12px;
  letter-spacing: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  .product-badge span {
    line-height: 12px; }

.new-badge {
  color: white;
  background: #0073bd;
  border: 1px solid #0073bd; }
  .new-badge ~ .sale-badge {
    top: 40px; }
    .new-badge ~ .sale-badge ~ .soldout-badge {
      top: 65px; }
      .new-badge ~ .sale-badge ~ .soldout-badge ~ .custom-badge {
        top: 90px; }
    .new-badge ~ .sale-badge ~ .custom-badge {
      top: 65px; }
  .new-badge ~ .soldout-badge {
    top: 40px; }
    .new-badge ~ .soldout-badge ~ .custom-badge {
      top: 65px; }
  .new-badge ~ .custom-badge {
    top: 40px; }

.sale-badge {
  color: white;
  background: #b20000;
  border: 1px solid #b20000; }
  .sale-badge ~ .soldout-badge {
    top: 40px; }
    .sale-badge ~ .soldout-badge ~ .custom-badge {
      top: 65px; }
  .sale-badge ~ .custom-badge {
    top: 40px; }
  .sale-badge .soldout-badge {
    color: white;
    background: #787878;
    border: 1px solid #787878; }
    .sale-badge .soldout-badge ~ .custom-badge {
      top: 40px; }
  .sale-badge .custom-badge {
    color: white;
    background: #232323;
    border: 1px solid #232323; }

.navBar {
  display: inline-block;
  width: 100%;
  margin-top: 25px; }

.account .navBar {
  margin-top: 0; }

.navList,
.navBar {
  margin-left: 0; }

.navList-action,
.navBar-action {
  text-decoration: none; }

.navList-action.is-active {
  font-weight: 700; }

.navList-action {
  font-size: 12px;
  color: #5f5f5f;
  padding: 0; }
  .navList-action:hover {
    color: #0f0f0f; }

.navList-action--checkbox {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 0.41667rem;
  padding-left: 1.91667rem;
  position: relative;
  vertical-align: baseline;
  width: 100%; }
  .navList-action--checkbox::before, .navList-action--checkbox::after {
    content: "";
    display: block;
    position: absolute;
    transition: all 50ms ease-out; }
  .navList-action--checkbox::before {
    background-color: white;
    border: solid #595959;
    border-width: 1px;
    height: 1.33333rem;
    left: 0;
    top: 0;
    width: 1.33333rem; }
  .navList-action--checkbox::after {
    height: 1.16667rem;
    left: 1px;
    opacity: 0;
    top: 1px;
    transform: scale(0);
    width: 1.16667rem; }
  .navList-action--checkbox::before {
    border-radius: 4px; }
  .navList-action--checkbox::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(51, 51, 51, 0.999)' /%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    color: rgba(51, 51, 51, 0.999);
    content: "";
    font-size: 1.16667rem;
    line-height: 1;
    text-align: center; }
  .navList-action--checkbox:before, .navList-action--checkbox:after {
    top: 50%; }
  .navList-action--checkbox:before {
    margin-top: -0.58333rem;
    border-radius: 0;
    width: 1.16667rem;
    height: 1.16667rem; }
  .navList-action--checkbox:after {
    margin-top: -0.58333rem;
    left: 0; }
  .navList-action--checkbox.is-disabled {
    cursor: default; }
    .navList-action--checkbox.is-disabled::before {
      background-color: white; }
  .navList-action--checkbox.is-checked::after, .navList-action--checkbox.is-selected::after {
    opacity: 1;
    transform: scale(1); }

.navList-action-close {
  background: #e5e5e5;
  border-radius: 100%;
  display: inline-block;
  float: right;
  line-height: 0;
  opacity: 0;
  padding: 0.25rem;
  transition: opacity 0.3s ease;
  visibility: hidden; }
  .navList-action-close .icon {
    height: 1.08333rem;
    width: 1.08333rem;
    fill: #34313a; }
  .navList-action.is-selected:hover .navList-action-close {
    opacity: 1;
    visibility: visible; }

.navBar--sub {
  margin-bottom: 3rem; }
  .navBar--sub .navBar-section {
    float: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    overflow-x: auto;
    border: 1px solid #eaeaea;
    background-color: #fafafa;
    position: relative;
    z-index: 1; }
  .navBar--sub .navBar-item {
    float: none;
    width: 100%;
    display: inline-block;
    border-right: 1px solid #eaeaea;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: #0f0f0f;
    white-space: nowrap; }
    .navBar--sub .navBar-item:last-child {
      border-right: none; }
    .navBar--sub .navBar-item.is-active {
      background: #ffffff;
      pointer-events: none; }
      .navBar--sub .navBar-item.is-active > .navBar-action {
        color: #0f0f0f; }
    .navBar--sub .navBar-item .navBar-action-color--active {
      background: #ffffff;
      display: inline-block;
      width: 100%; }
    .navBar--sub .navBar-item > a {
      padding: 10px; }
    @media (min-width: 1025px) {
      .navBar--sub .navBar-item.navBar-item--separate {
        margin: 0;
        padding-left: 0.75rem; } }
  .navBar--sub .navBar-action {
    color: #5f5f5f;
    font-size: 12px;
    display: inline-block;
    width: 100%; }
    .navBar--sub .navBar-action:hover {
      color: #0f0f0f;
      background: #ffffff; }

.navBar--account .navBar-item.is-active {
  padding: 10px; }

.loading-items {
  position: relative; }

.loadingOverlay {
  background-color: rgba(255, 255, 255, 0.9);
  display: none;
  z-index: 20;
  left: 20px;
  right: 20px;
  top: 20px;
  bottom: 20px;
  width: auto; }

.icons-svg-sprite {
  display: none; }

.icon,
.icon svg {
  transition: all 0.15s ease; }

.actionBar-section .form-field {
  background-color: white;
  overflow: hidden;
  margin-bottom: 0; }

.actionBar-section .form-label {
  color: #232323;
  font-size: 12px;
  line-height: 2.16667rem;
  margin-bottom: 0;
  padding-left: 0.91667rem;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-weight: 500; }

.actionBar-section .form-input,
.actionBar-section .form-select {
  border: 0;
  padding-left: 0.66667rem;
  width: auto; }

.actionBar-section .form-label,
.actionBar-section .form-input,
.actionBar-section .form-select {
  display: inline-block; }

.actionBar-section .form-select {
  color: #5f5f5f;
  border: 1px solid #cbcbcb;
  height: 42px; }

.has-ribbon {
  position: relative; }

.ribbon {
  background-color: #333333;
  color: white;
  cursor: default;
  font-weight: 700;
  margin: -0.91667rem -0.91667rem 0 0;
  padding: 0.08333rem 1rem;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 0;
  z-index: 1; }

.navUser {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  top: 26px;
  width: 100%;
  z-index: 5; }
  .navUser:before, .navUser:after {
    content: " ";
    display: table; }
  .navUser:after {
    clear: both; }
  .navUser ul,
  .navUser ol {
    list-style: none;
    margin-left: 0;
    margin: 0;
    padding: 0; }
    .navUser ul ul,
    .navUser ul ol,
    .navUser ol ul,
    .navUser ol ol {
      list-style: none;
      margin-bottom: 0; }
    .navUser ul li,
    .navUser ol li {
      margin: 0;
      padding: 0; }
  .navUser-section {
    float: left; }
    .navUser-section:before, .navUser-section:after {
      content: " ";
      display: table; }
    .navUser-section:after {
      clear: both; }
  .navUser-section--alt {
    float: right;
    margin-left: 1.5rem; }
  .navUser-section + .navUser-section {
    margin-left: 1.5rem; }
  @media (min-width: 768px) {
    .navUser-item {
      float: left; } }
  .navUser-item, .navUser-action {
    display: block; }
  @media (min-width: 1025px) {
    .navUser {
      padding: 0 1.5rem;
      position: relative;
      right: auto;
      top: auto;
      transform: none;
      z-index: 50; } }
  .navUser .dropdown-menu {
    border: 1px solid #e6e6e6;
    box-shadow: 0 1px 2px rgba(255, 255, 255, 0.13);
    position: absolute; }
    .navUser .dropdown-menu.is-open:before {
      border: inset 10px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent #e6e6e6 transparent;
      border-bottom-style: solid;
      bottom: 100%;
      left: 0.75rem;
      position: absolute;
      display: none; }
    .navUser .dropdown-menu.is-open:after {
      border: inset 8px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent transparent;
      border-bottom-style: solid;
      bottom: 100%;
      left: 0.91667rem;
      position: absolute;
      display: none; }

@media (min-width: 1025px) {
  .navUser-section {
    position: relative; } }

.navUser-action {
  color: #0f0f0f;
  font-weight: 500;
  padding: 0 0.75rem;
  text-decoration: none;
  text-transform: uppercase; }
  .navUser-action:hover, .navUser-action.is-open, .navUser-action:focus {
    color: black; }
    .navUser-action:hover svg, .navUser-action.is-open svg, .navUser-action:focus svg {
      fill: black;
      stroke: black; }
  .navUser-action .icon {
    height: 1.5rem;
    width: 1.5rem;
    margin: -4px 0 0 0.16667rem; }
  .navUser-action.cart-icon .icon {
    height: 1.66667rem;
    width: 1.66667rem;
    margin-left: 5px; }
  .navUser-action svg {
    fill: #0f0f0f;
    stroke: #0f0f0f;
    transition: all 0.15s ease; }

.navUser-action--currencySelector + .dropdown-menu:before {
  right: auto !important;
  left: 0.75rem;
  display: none; }

.navUser-action--currencySelector + .dropdown-menu:after {
  right: auto !important;
  left: 0.91667rem;
  display: none; }

.navUser-action--storeCredit + .dropdown-menu {
  max-width: 25rem;
  padding: 1.5rem; }
  .navUser-action--storeCredit + .dropdown-menu:before {
    left: 11.66667rem !important; }
  .navUser-action--storeCredit + .dropdown-menu:after {
    left: 11.83333rem !important; }

.navUser-action-divider {
  border-right: 1px solid #e5e5e5;
  color: #232323;
  display: inline-block;
  padding: 0 1.66667rem 0 0;
  text-decoration: none; }

.navUser-item {
  display: none; }
  @media (min-width: 1025px) {
    .navUser-item {
      display: inline-block; }
      .navUser-item.navUser-item--social {
        margin-top: 0.41667rem;
        padding-right: 0.41667rem; }
      .navUser-item.navUser-item--divider {
        font-size: 2.08333rem;
        margin-top: 0.66667rem;
        padding-left: 0.16667rem; } }

.navUser-item--cart {
  display: block; }
  .navUser-item--cart .navUser-action {
    color: #0f0f0f; }
    .navUser-item--cart .navUser-action:hover, .navUser-item--cart .navUser-action.is-open {
      color: black; }
  .navUser-item--cart .dropdown-menu {
    max-width: 26.66667rem; }
    .navUser-item--cart .dropdown-menu.is-open {
      top: auto !important;
      left: auto !important;
      right: 0.41667rem; }
      @media (min-width: 1025px) {
        .navUser-item--cart .dropdown-menu.is-open {
          right: 0; } }
      .navUser-item--cart .dropdown-menu.is-open:before, .navUser-item--cart .dropdown-menu.is-open:after {
        left: auto; }
      .navUser-item--cart .dropdown-menu.is-open:before {
        right: 0.33333rem; }
        @media (min-width: 1025px) {
          .navUser-item--cart .dropdown-menu.is-open:before {
            right: 0.75rem; } }
      .navUser-item--cart .dropdown-menu.is-open:after {
        right: 0.5rem; }
        @media (min-width: 1025px) {
          .navUser-item--cart .dropdown-menu.is-open:after {
            right: 0.91667rem; } }

.navUser-item-cartLabel {
  display: none; }
  @media (min-width: 768px) {
    .navUser-item-cartLabel {
      display: inline; } }

.navUser-item--compare {
  display: none; }
  .navUser-item--compare.show {
    display: block; }

.navUser-item--account .navUser-or + .navUser-action {
  margin-right: -0.5rem; }

.navUser-item .navUser-action {
  display: inline; }

.navUser-or {
  color: #0f0f0f;
  cursor: default;
  display: inline-block;
  margin: 0 -1rem;
  padding: 0 2px;
  position: relative;
  z-index: 1; }

.navUser-action--quickSearch.is-open {
  position: relative; }
  .navUser-action--quickSearch.is-open:before {
    border: inset 10px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent transparent #e5e5e5 transparent;
    border-bottom-style: solid;
    bottom: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%); }

.dropdown--quickSearch {
  background-color: #e5e5e5;
  padding: 1.5rem 0; }
  @media (min-width: 768px) {
    .dropdown--quickSearch {
      padding: 3rem; } }
  .dropdown--quickSearch.is-open {
    left: 0 !important;
    outline: none;
    right: 0 !important;
    width: 100% !important;
    z-index: 50; }
  .dropdown--quickSearch .form {
    margin: auto; }
  .dropdown--quickSearch .form,
  .dropdown--quickSearch .form-field {
    margin-bottom: 0; }
  .dropdown--quickSearch .form-input {
    font-size: 20px;
    height: unset; }
  .dropdown--quickSearch .productGrid {
    padding: 1.5rem 0 0; }
    @media (min-width: 768px) {
      .dropdown--quickSearch .productGrid {
        padding: 3rem 0 0; } }

.countPill {
  background-color: #b20000;
  border-radius: 50%;
  color: white;
  font-size: 11px;
  font-weight: 400;
  height: 22px;
  line-height: 22px;
  margin-left: 0.16667rem;
  text-align: center;
  width: 22px;
  position: absolute;
  top: -10px;
  right: 0px; }

.countPill--positive {
  display: inline-block; }

.countPill--alt {
  background-color: #cccccc;
  color: #333333; }

.navPage-childList {
  border-left: 1px solid #eaeaea;
  margin: 0.41667rem 0.75rem;
  padding-left: 0.75rem; }

.has-activeNavPages {
  overflow: hidden;
  -webkit-overflow-scrolling: auto; }

.navPages-container {
  height: 100%;
  -webkit-overflow-scrolling: touch;
  z-index: 10; }
  @media (min-width: 1025px) {
    .navPages-container {
      height: auto;
      padding: 0; } }
  .navPages-container.is-open {
    display: block;
    z-index: 0; }

@media (min-width: 1025px) {
  .themevale-header-layout-1 .navPages-container {
    background: white; } }

@media (min-width: 1025px) {
  .themevale-header-layout-1.is-sticky .navPages-container {
    background: white; } }

.themevale-header-layout-2 .themevale_header {
  position: relative;
  z-index: 101; }

@media (min-width: 1025px) {
  .themevale-header-layout-2 + .navPages-container {
    position: relative;
    background: white;
    box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.12);
    -ms-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.12); }
    .page-type-default .themevale-header-layout-2 + .navPages-container {
      background: rgba(255, 255, 255, 0.5); }
      .page-type-default .themevale-header-layout-2 + .navPages-container .navPages-list > .navPages-item > .navPages-action > .text {
        color: #0f0f0f; }
        .page-type-default .themevale-header-layout-2 + .navPages-container .navPages-list > .navPages-item > .navPages-action > .text::before {
          background: #0f0f0f; }
      .page-type-default .themevale-header-layout-2 + .navPages-container .navPages-list > .navPages-item:hover > .navPages-action > .text {
        color: #0f0f0f; }
        .page-type-default .themevale-header-layout-2 + .navPages-container .navPages-list > .navPages-item:hover > .navPages-action > .text::before {
          background: #0f0f0f; } }

@media (max-width: 1024px) {
  .themevale-header-layout-2 + .navPages-container {
    display: none; } }

.themevale-header-layout-2 + .navPages-container .logo-wrapper {
  display: none; }

.themevale-header-layout-2 + .navPages-container .navPages-list {
  padding-top: 16px; }
  .themevale-header-layout-2 + .navPages-container .navPages-list .navPages-item > .navPages-action {
    padding: 0 20px 17px; }
    .themevale-header-layout-2 + .navPages-container .navPages-list .navPages-item > .navPages-action.is-root {
      font-size: 14px; }

@media (min-width: 1025px) and (min-width: 1025px) {
  .themevale-header-layout-2.is-sticky + .navPages-container {
    background: white;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 21;
    animation-name: fadeInDown;
    animation-duration: .5s;
    animation-fill-mode: both; } }

@media (min-width: 1025px) {
  .themevale-header-layout-2.is-sticky + .navPages-container .container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
  .themevale-header-layout-2.is-sticky + .navPages-container .logo-wrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
  .themevale-header-layout-2.is-sticky + .navPages-container .navPages {
    padding-right: 335px;
    padding-left: 20px;
    width: auto; } }
  @media (min-width: 1025px) and (min-width: 1025px) {
    .themevale-header-layout-2.is-sticky + .navPages-container .navPages .navPages-label {
      top: -55px; } }
  @media (min-width: 1025px) and (min-width: 1025px) {
    .themevale-header-layout-2.is-sticky + .navPages-container .navPages .navPages-item-page.navPages-action-end .navPages-label {
      top: -56px; } }

@media (min-width: 1025px) {
  .page-type-default .themevale-header-layout-2.is-sticky + .navPages-container .navPages-list > .navPages-item > .navPages-action > .text {
    color: #0f0f0f; }
    .page-type-default .themevale-header-layout-2.is-sticky + .navPages-container .navPages-list > .navPages-item > .navPages-action > .text::before {
      background: #0f0f0f; }
  .page-type-default .themevale-header-layout-2.is-sticky + .navPages-container .navPages-list > .navPages-item:hover > .navPages-action > .text {
    color: #0f0f0f; }
    .page-type-default .themevale-header-layout-2.is-sticky + .navPages-container .navPages-list > .navPages-item:hover > .navPages-action > .text::before {
      background: #0f0f0f; } }

.navPages {
  height: 100%;
  overflow-y: auto; }
  @media (min-width: 1025px) {
    .navPages {
      margin: 0 auto;
      max-width: 100rem;
      width: 100%;
      font-size: 0;
      overflow-y: visible;
      padding: 0;
      text-align: left;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; }
      .navPages:before, .navPages:after {
        content: " ";
        display: table; }
      .navPages:after {
        clear: both; } }
  .navPages ul {
    list-style: none;
    margin: 0; }
    .navPages ul li {
      padding: 0;
      display: inline-block; }
  .navPages .navPage-subMenu-list {
    border-left: 0;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    text-align: left; }
    @media (min-width: 1025px) {
      .navPages .navPage-subMenu-list {
        margin: 0 auto;
        max-width: 100rem;
        width: 100%;
        border-left: 0;
        margin: auto;
        padding-left: 0;
        max-width: 1200px; }
        .navPages .navPage-subMenu-list:before, .navPages .navPage-subMenu-list:after {
          content: " ";
          display: table; }
        .navPages .navPage-subMenu-list:after {
          clear: both; } }
    @media (min-width: 1025px) {
      .navPages .navPage-subMenu-list .navPage-subMenu-title {
        display: none !important; } }
    .navPages .navPage-subMenu-list .navPage-subMenu-horizontal {
      display: none; }
      @media (min-width: 1025px) {
        .navPages .navPage-subMenu-list .navPage-subMenu-horizontal {
          background-color: white;
          position: absolute;
          left: 100%;
          right: 0;
          top: 0;
          z-index: 10;
          max-height: 82vh;
          pointer-events: none;
          -webkit-box-shadow: 0 2px 15px 0px rgba(0, 0, 0, 0.1);
          -moz-box-shadow: 0 2px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 15px 0px rgba(0, 0, 0, 0.1);
          margin-left: -35px; }
          .navPages .navPage-subMenu-list .navPage-subMenu-horizontal::-webkit-scrollbar {
            width: 0; } }
  .navPages .hasMegamenu > .navPage-subMenu {
    padding: 30px 0 0 0; }
  @media (min-width: 1025px) {
    .navPages .hasMegamenu .navPage-subMenu-list > .navPage-subMenu-item-child .navPage-subMenu {
      width: 100%; }
    .navPages .hasMegamenu .navPage-subMenu-list > .navPage-subMenu-item-child:first-child {
      margin-left: 0; }
    .navPages .hasMegamenu .navPage-subMenu-list > .navPage-subMenu-item-child > .navPage-subMenu-action > a {
      color: #0f0f0f; }
      .navPages .hasMegamenu .navPage-subMenu-list > .navPage-subMenu-item-child > .navPage-subMenu-action > a:hover {
        color: #0f0f0f; } }

.navPages-list {
  margin: 0; }
  @media (min-width: 1025px) {
    .navPages-list {
      display: inline-block;
      float: none;
      padding-top: 24px;
      text-align: center; } }
  .navPages-list + .navPages-list {
    margin-top: 0.41667rem; }
  .navPages-list > .navPages-item {
    position: relative; }
    .navPages-list > .navPages-item.fullWidth {
      position: static; }
    .navPages-list > .navPages-item a {
      text-decoration: none; }
    .navPages-list > .navPages-item > .navPages-action {
      z-index: 2; }
      .navPages-list > .navPages-item > .navPages-action > .text {
        position: relative;
        color: #0f0f0f;
        line-height: 17px;
        display: inline-block; }
        @media (min-width: 1025px) {
          .navPages-list > .navPages-item > .navPages-action > .text:before {
            content: "";
            height: 1px;
            position: absolute;
            bottom: -2px;
            width: 0;
            left: 0;
            right: 0;
            -webkit-transition: width 0.3s ease;
            -moz-transition: width 0.3s ease;
            -ms-transition: width 0.3s ease;
            -o-transition: width 0.3s ease;
            transition: width 0.3s ease;
            visibility: hidden;
            display: block;
            background: #0f0f0f; } }
    .navPages-list > .navPages-item.hasMegamenu > .navPage-subMenu {
      overflow-x: hidden;
      overflow-y: auto;
      max-height: 82vh; }
    @media (min-width: 1025px) {
      .navPages-list > .navPages-item > .navPage-subMenu {
        background-color: white;
        background: linear-gradient(to bottom, #f9f9f9 0%, white 15%);
        background: -o-linear-gradient(bottom, #f9f9f9 0%, white 15%);
        position: absolute;
        left: 0;
        right: 0;
        padding: 7px 0 0 0;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
        filter: alpha(opacity=0);
        visibility: hidden;
        pointer-events: none;
        -moz-transform: translateY(30px);
        -o-transform: translateY(30px);
        -ms-transform: translateY(30px);
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
        -webkit-transition: transform 0.35s linear;
        -moz-transition: transform 0.35s linear;
        -ms-transition: transform 0.35s linear;
        -o-transition: transform 0.35s linear;
        transition: transform 0.35s linear;
        -webkit-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.1);
        box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.1);
        z-index: 0; }
        .navPages-list > .navPages-item > .navPage-subMenu::-webkit-scrollbar {
          width: 0; }
        .navPages-list > .navPages-item > .navPage-subMenu.navPage-subMenu-horizontal {
          -webkit-box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.1);
          -moz-box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.1); }
        .navPages-list > .navPages-item > .navPage-subMenu .navPages-action-moreIcon {
          display: none; } }
    .navPages-list > .navPages-item:hover > .navPages-action > .text {
      position: relative;
      color: #0f0f0f; }
      @media (min-width: 1025px) {
        .navPages-list > .navPages-item:hover > .navPages-action > .text:before {
          width: 100%;
          visibility: visible; } }
    .navPages-list > .navPages-item:hover > .navPage-subMenu {
      display: block;
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
      filter: alpha(opacity=100);
      visibility: visible;
      -moz-transform: translateY(0px);
      -o-transform: translateY(0px);
      -ms-transform: translateY(0px);
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
      pointer-events: auto;
      z-index: 100; }
    .navPages-list > .navPages-item.alignRight > .navPage-subMenu {
      left: auto;
      right: 0; }
    .navPages-list > .navPages-item.alignCenter > .navPage-subMenu {
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%); }
  .navPages-list.navPages-list-depth-max li {
    position: relative; }
    .navPages-list.navPages-list-depth-max li.hasMegamenu {
      position: relative; }
      .navPages-list.navPages-list-depth-max li.hasMegamenu.fullWidth {
        position: static; }
      .navPages-list.navPages-list-depth-max li.hasMegamenu .navPage-subMenu-horizontal {
        padding-top: 30px; }
        .navPages-list.navPages-list-depth-max li.hasMegamenu .navPage-subMenu-horizontal .navPage-subMenu-list li {
          border-bottom: none; }
        .navPages-list.navPages-list-depth-max li.hasMegamenu .navPage-subMenu-horizontal .navPage-subMenu-list .navPage-subMenu-action {
          padding: 0px 15px 10px 15px;
          color: #0f0f0f; }
          .navPages-list.navPages-list-depth-max li.hasMegamenu .navPage-subMenu-horizontal .navPage-subMenu-list .navPage-subMenu-action > .text {
            color: #0f0f0f; }
          .navPages-list.navPages-list-depth-max li.hasMegamenu .navPage-subMenu-horizontal .navPage-subMenu-list .navPage-subMenu-action:hover {
            color: #0f0f0f; }
            .navPages-list.navPages-list-depth-max li.hasMegamenu .navPage-subMenu-horizontal .navPage-subMenu-list .navPage-subMenu-action:hover .text {
              background: none;
              color: #0f0f0f; }
          .navPages-list.navPages-list-depth-max li.hasMegamenu .navPage-subMenu-horizontal .navPage-subMenu-list .navPage-subMenu-action .navPages-action-moreIcon {
            display: none; }
        .navPages-list.navPages-list-depth-max li.hasMegamenu .navPage-subMenu-horizontal .navPage-subMenu-list .navPage-subMenu-horizontal {
          display: inline-block;
          position: relative;
          left: auto;
          top: auto;
          background: none;
          -webkit-box-shadow: none;
          -moz-box-shadow: none;
          -ms-box-shadow: none;
          box-shadow: none;
          margin-left: 0;
          padding-top: 5px; }
          .navPages-list.navPages-list-depth-max li.hasMegamenu .navPage-subMenu-horizontal .navPage-subMenu-list .navPage-subMenu-horizontal .navPage-subMenu-action {
            color: #5f5f5f; }
            .navPages-list.navPages-list-depth-max li.hasMegamenu .navPage-subMenu-horizontal .navPage-subMenu-list .navPage-subMenu-horizontal .navPage-subMenu-action .text {
              color: #5f5f5f; }
            @media (min-width: 1025px) {
              .navPages-list.navPages-list-depth-max li.hasMegamenu .navPage-subMenu-horizontal .navPage-subMenu-list .navPage-subMenu-horizontal .navPage-subMenu-action:hover .text {
                background-image: linear-gradient(transparent 97%, #005599 3%);
                background-repeat: repeat-x;
                background-position-y: -1px;
                color: #005599; } }
        @media (min-width: 1025px) {
          .navPages-list.navPages-list-depth-max li.hasMegamenu .navPage-subMenu-horizontal .cateArea > .navPage-subMenu-list > li {
            margin-bottom: 20px; } }
        .navPages-list.navPages-list-depth-max li.hasMegamenu .navPage-subMenu-horizontal.imageTop .imageTop-item {
          padding-left: 15px;
          padding-right: 15px;
          margin-bottom: 14px !important; }
        .navPages-list.navPages-list-depth-max li.hasMegamenu .navPage-subMenu-horizontal.imageTop .cateArea {
          padding-bottom: 5px; }
          .navPages-list.navPages-list-depth-max li.hasMegamenu .navPage-subMenu-horizontal.imageTop .cateArea > .navPage-subMenu-list {
            margin-bottom: 15px !important; }
            .navPages-list.navPages-list-depth-max li.hasMegamenu .navPage-subMenu-horizontal.imageTop .cateArea > .navPage-subMenu-list > li > .navPage-subMenu-action {
              padding-bottom: 15px; }

.navPages-list-simple > .navPages-item {
  position: static; }
  @media (min-width: 1025px) {
    .navPages-list-simple > .navPages-item > .navPage-subMenu {
      padding-top: 28px !important;
      padding-bottom: 28px;
      overflow-x: hidden;
      overflow-y: auto;
      max-height: 82vh; } }
  .navPages-list-simple > .navPages-item > .navPage-subMenu.navPage-subMenu-horizontal {
    padding-bottom: 20px; }
  @media (min-width: 1025px) {
    .navPages-list-simple > .navPages-item > .navPage-subMenu > .navPage-subMenu-list {
      column-count: 5;
      -webkit-column-count: 5; }
      .navPages-list-simple > .navPages-item > .navPage-subMenu > .navPage-subMenu-list.navPage-subMenu-list-level1 > .navPage-subMenu-item-child {
        width: auto;
        break-inside: avoid-column;
        page-break-inside: avoid;
        -webkit-column-break-inside: avoid;
        display: block; }
      .navPages-list-simple > .navPages-item > .navPage-subMenu > .navPage-subMenu-list > .navPage-subMenu-item-child {
        margin-bottom: 20px; }
        .navPages-list-simple > .navPages-item > .navPage-subMenu > .navPage-subMenu-list > .navPage-subMenu-item-child > .navPage-subMenu-action {
          text-transform: uppercase;
          font-weight: 500; }
          .navPages-list-simple > .navPages-item > .navPage-subMenu > .navPage-subMenu-list > .navPage-subMenu-item-child > .navPage-subMenu-action .text {
            color: #0f0f0f; }
            .navPages-list-simple > .navPages-item > .navPage-subMenu > .navPage-subMenu-list > .navPage-subMenu-item-child > .navPage-subMenu-action .text:hover {
              color: #0f0f0f; }
          .navPages-list-simple > .navPages-item > .navPage-subMenu > .navPage-subMenu-list > .navPage-subMenu-item-child > .navPage-subMenu-action:hover > .text {
            background-image: none; }
        .navPages-list-simple > .navPages-item > .navPage-subMenu > .navPage-subMenu-list > .navPage-subMenu-item-child .navPage-subMenu-action {
          padding: 0 15px 10px; }
        .navPages-list-simple > .navPages-item > .navPage-subMenu > .navPage-subMenu-list > .navPage-subMenu-item-child .navPage-subMenu-list .navPage-subMenu-action {
          text-transform: capitalize; } }
  @media (min-width: 1025px) {
    .navPages-list-simple > .navPages-item > .navPage-subMenu .cateArea > .navPage-subMenu-list > .navPage-subMenu-item-child {
      margin-bottom: 20px; }
      .navPages-list-simple > .navPages-item > .navPage-subMenu .cateArea > .navPage-subMenu-list > .navPage-subMenu-item-child > .navPage-subMenu-action:hover > .text {
        background-image: none; }
      .navPages-list-simple > .navPages-item > .navPage-subMenu .cateArea > .navPage-subMenu-list > .navPage-subMenu-item-child .navPage-subMenu-action {
        padding: 0 15px 10px; } }

.navPages-list-simple .navPage-subMenu-horizontal {
  width: 100% !important;
  overflow-x: hidden;
  overflow-y: auto; }
  @media (min-width: 1025px) {
    .navPages-list-simple .navPage-subMenu-horizontal .navPage-subMenu-item-child {
      border-bottom: 0; } }
  .navPages-list-simple .navPage-subMenu-horizontal .navPage-subMenu-item-child .navPage-subMenu-action {
    padding: 0 15px 10px;
    color: #0f0f0f;
    font-weight: 500;
    text-transform: uppercase; }
    .navPages-list-simple .navPage-subMenu-horizontal .navPage-subMenu-item-child .navPage-subMenu-action:hover {
      color: #0f0f0f; }

.navPages-list-depth-max.subMenu-is-open .is-hidden {
  display: none; }
  @media (min-width: 1025px) {
    .navPages-list-depth-max.subMenu-is-open .is-hidden {
      display: inline-block; } }

.navPages-list-depth-max.subMenu-is-open .navPages-item-page {
  display: none; }
  @media (min-width: 1025px) {
    .navPages-list-depth-max.subMenu-is-open .navPages-item-page {
      display: inline-block; } }

@media (min-width: 1025px) {
  .navPages-action-depth-max.has-subMenu.is-open {
    border-bottom: 0;
    text-align: left; } }

.navPages-action-depth-max.has-subMenu.is-open .navPages-action-moreIcon {
  border-radius: 4px;
  float: left;
  height: 17px;
  margin-top: -10px;
  padding: 11.7px;
  width: 35px; }
  @media (min-width: 1025px) {
    .navPages-action-depth-max.has-subMenu.is-open .navPages-action-moreIcon {
      width: auto;
      height: auto;
      border: 0;
      border-radius: 0;
      float: none;
      margin-top: 0;
      padding: 0; } }

.navPages-action-depth-max.has-subMenu.is-open svg {
  height: 9.6px;
  width: 9.6px; }
  @media (min-width: 1025px) {
    .navPages-action-depth-max.has-subMenu.is-open svg {
      height: 100%;
      width: 100%; } }

.navPages-action {
  display: block;
  font-size: 12px;
  font-weight: 500;
  padding: 0 20px 15px 20px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .05em;
  position: relative;
  margin-bottom: 0; }
  @media (min-width: 1025px) {
    .navPages-action {
      display: inline-block;
      padding: 0 17px 23px 17px;
      color: #0f0f0f; }
      .navPages-action svg {
        fill: #5f5f5f;
        stroke: #5f5f5f;
        transition: all 0.15s ease; }
      .navPages-action.is-open svg {
        fill: #5f5f5f;
        stroke: #5f5f5f; } }
  @media (min-width: 1025px) {
    .navPages-action:hover, .navPages-action.activePage {
      color: #0f0f0f; }
      .navPages-action:hover svg, .navPages-action.activePage svg {
        fill: #5f5f5f;
        stroke: #5f5f5f; } }

.navPages-action--storeCredit {
  color: #232323; }

.navPages-action--compare {
  display: none; }
  .navPages-action--compare.show {
    display: block; }

.navPages-action-moreIcon {
  height: 0.66667rem;
  width: 0.66667rem;
  margin-left: 0.41667rem; }
  @media (min-width: 1025px) {
    .navPages-action-moreIcon {
      height: 1.58333rem;
      width: 1.58333rem;
      transform: none;
      display: none;
      margin-top: -3px; } }

@media (min-width: 1025px) {
  .navPages-layout-2 .navPages-label {
    top: -60px; } }

@media (min-width: 1025px) {
  .navPages-layout-2 .navPages-item-page.navPages-action-end .navPages-label {
    top: -61px; } }

.navPage-childList {
  display: none; }
  @media (min-width: 1025px) {
    .navPage-childList {
      border: 0;
      display: block;
      padding-left: 0; } }
  .navPage-childList.is-open {
    display: block; }

.navPage-subMenu {
  outline: 0; }
  .navPage-subMenu.is-open {
    display: block; }

@media (min-width: 1025px) {
  .has-subMenu.is-root + .navPage-subMenu-horizontal {
    border-left: 0;
    height: auto;
    left: 0;
    right: auto;
    margin: auto;
    top: inherit;
    width: 17.91667rem;
    padding-top: 7px;
    margin-top: 0px; } }

.navPages-container.navPages-layout-2 .navPages-list .navPages-item-page .navPage-subMenu-horizontal {
  padding-top: 7px; }

@media (min-width: 1025px) {
  .navPage-subMenu-horizontal {
    position: absolute;
    width: 17.91667rem; } }

@media (min-width: 1025px) {
  .navPage-subMenu-horizontal .navPages-action-moreIcon {
    display: inline-block; } }

.navPage-subMenu-horizontal .navPage-subMenu-list li {
  border-bottom: 1px solid #eaeaea; }
  .navPage-subMenu-horizontal .navPage-subMenu-list li:last-child {
    border-bottom: none; }
  .navPage-subMenu-horizontal .navPage-subMenu-list li .navPage-subMenu-action {
    padding: 10px 20px; }
    .navPage-subMenu-horizontal .navPage-subMenu-list li .navPage-subMenu-action.has-subMenu {
      position: relative;
      width: auto; }
      .navPage-subMenu-horizontal .navPage-subMenu-list li .navPage-subMenu-action.has-subMenu .navPages-action-moreIcon {
        display: inline-block; }
  @media (min-width: 1025px) {
    .navPage-subMenu-horizontal .navPage-subMenu-list li:hover > .navPage-subMenu-horizontal {
      display: block;
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
      filter: alpha(opacity=100);
      visibility: visible;
      pointer-events: auto; } }

@media (min-width: 1025px) {
  .navPage-subMenu-item {
    width: 20%;
    float: left;
    padding: 0 15px !important;
    margin-bottom: 20px; } }

.navPage-subMenu-item > .navPage-subMenu-action {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 20px; }
  .navPage-subMenu-item > .navPage-subMenu-action > a {
    color: #0f0f0f; }
  .navPage-subMenu-item > .navPage-subMenu-action:hover > a {
    color: #0f0f0f; }

.navPage-subMenu-item .navPage-childList li {
  width: 100%;
  padding: 0 0 0.75rem; }

.navPage-subMenu-item .navPage-childList > .navPage-subMenu-item-child:hover {
  color: #0f0f0f; }

.navPage-subMenu-item .navPage-childList .navPages-action {
  text-transform: none;
  color: #5f5f5f;
  letter-spacing: .02em;
  display: inline; }
  .navPage-subMenu-item .navPage-childList .navPages-action:hover {
    color: #005599;
    background-image: linear-gradient(transparent 97%, #005599 3%);
    background-repeat: repeat-x;
    background-position-y: -1px; }

.navPage-subMenu-item-child,
.navPage-subMenu-item-parent {
  width: 100%; }
  @media (min-width: 1025px) {
    .navPage-subMenu-item-child .navPage-subMenu-action,
    .navPage-subMenu-item-parent .navPage-subMenu-action {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      width: 100%;
      color: #5f5f5f;
      text-transform: capitalize;
      font-weight: 400; }
      .navPage-subMenu-item-child .navPage-subMenu-action > a,
      .navPage-subMenu-item-parent .navPage-subMenu-action > a {
        color: #5f5f5f; }
      .navPage-subMenu-item-child .navPage-subMenu-action:hover,
      .navPage-subMenu-item-parent .navPage-subMenu-action:hover {
        color: #005599; }
        .navPage-subMenu-item-child .navPage-subMenu-action:hover .text,
        .navPage-subMenu-item-parent .navPage-subMenu-action:hover .text {
          background-image: linear-gradient(transparent 97%, #005599 3%);
          background-repeat: repeat-x;
          background-position-y: -1px;
          color: #005599; } }

.navPage-subMenu-action {
  padding: 0.75rem 0; }
  @media (min-width: 1025px) {
    .navPage-subMenu-action {
      padding: 0 0 15px 0; } }

.navPage-childList-action {
  font-weight: 400;
  padding: 0; }

#menu .navPage-subMenu > .container {
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px; }

#menu .navPage-subMenu.imageTop {
  padding-left: 25px;
  padding-right: 25px; }

#menu .cateArea {
  float: left; }
  #menu .cateArea > ul {
    width: auto;
    font-size: 0;
    margin: 0 -15px 20px;
    text-align: left; }
    #menu .cateArea > ul > li {
      font-size: 12px;
      break-inside: avoid-column;
      page-break-inside: avoid;
      -webkit-column-break-inside: avoid;
      width: 100%;
      display: block; }
      #menu .cateArea > ul > li > .navPage-subMenu-action {
        font-weight: 500;
        text-transform: uppercase; }
  #menu .cateArea.columns-2 > ul {
    column-count: 2;
    -webkit-column-count: 2;
    -moz-column-count: 2; }
  #menu .cateArea.columns-3 > ul {
    column-count: 3;
    -webkit-column-count: 3;
    -moz-column-count: 3; }
  #menu .cateArea.columns-4 > ul {
    column-count: 4;
    -webkit-column-count: 4;
    -moz-column-count: 4; }
  #menu .cateArea.columns-5 > ul {
    column-count: 5;
    -webkit-column-count: 5;
    -moz-column-count: 5; }
  #menu .cateArea.columns-6 > ul {
    column-count: 6;
    -webkit-column-count: 6;
    -moz-column-count: 6; }
  #menu .cateArea.colLeft {
    float: left;
    padding-left: 25px; }
  #menu .cateArea.colRight {
    float: right;
    padding-right: 25px; }

#menu .imgList {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-pack: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 0;
  margin: 0 -15px; }
  #menu .imgList > .imgItem {
    width: 50%;
    padding: 0 15px;
    vertical-align: top;
    display: inline-block; }
    #menu .imgList > .imgItem > a {
      display: block; }
      #menu .imgList > .imgItem > a + a {
        margin-top: 6px; }
  #menu .imgList > .imgItem--full {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px; }
  #menu .imgList.style-2 > .imgRight {
    padding-top: 5px;
    text-align: right; }
  #menu .imgList.style-2 .featured-product .card-title {
    font-size: 12px; }
  #menu .imgList.style-2 .featured-product .product {
    padding: 0 15px; }

#menu .imageTop .imageTop-item {
  display: block;
  margin-bottom: 18px; }

#menu .imageTop .cateArea > ul {
  margin-bottom: 40px; }
  #menu .imageTop .cateArea > ul > li > .navPage-subMenu-action {
    border-bottom: none; }

#menu .imageArea {
  display: inline-flex; }
  #menu .imageArea.colLeft {
    float: left;
    padding-right: 20px;
    display: inline-flex;
    flex-direction: column;
    padding-left: 25px; }
  #menu .imageArea.colRight {
    float: right;
    padding-left: 18px;
    display: inline-flex;
    flex-direction: column;
    padding-right: 25px; }
  #menu .imageArea > .imgList {
    padding-top: 5px;
    margin-bottom: 35px; }
    #menu .imageArea > .imgList.style-2 {
      padding-top: 0;
      margin-bottom: 25px; }
  #menu .imageArea .imgHeading {
    margin: 0;
    font-size: 12px;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #0f0f0f; }
  #menu .imageArea .card {
    margin-bottom: 20px; }
    #menu .imageArea .card .product-badge-wrap {
      max-width: 120px;
      margin: 0 auto; }
    #menu .imageArea .card .card-img-container {
      max-width: 120px;
      margin: 0 auto; }
      #menu .imageArea .card .card-img-container:after {
        padding-bottom: 0; }
    #menu .imageArea .card .card-figure {
      max-width: 120px;
      margin: 0 auto; }
    #menu .imageArea .card .card-body {
      margin-top: 15px; }
      #menu .imageArea .card .card-body .card-brand {
        font-size: 12px;
        margin-bottom: 3px; }
      #menu .imageArea .card .card-body .card-rating {
        display: block;
        margin-bottom: 15px; }
      #menu .imageArea .card .card-body .card-figcaption {
        font-size: 12px;
        margin-top: 10px;
        text-align: center;
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        opacity: 1;
        visibility: visible;
        display: none; }
        #menu .imageArea .card .card-body .card-figcaption .card-figcaption-body .card-figcaption-button {
          padding: 13px 15px;
          font-size: 12px;
          display: block !important; }
        #menu .imageArea .card .card-body .card-figcaption .link {
          display: inline-block;
          color: #0f0f0f;
          border-bottom: 1px solid #0f0f0f; }
      #menu .imageArea .card .card-body .card_optionImage {
        margin-top: 12px; }
  #menu .imageArea .slick-arrow {
    background: transparent;
    top: 21%;
    width: 21px;
    height: 22px;
    padding: 0;
    border: none; }
    #menu .imageArea .slick-arrow:before {
      width: 21px;
      height: 22px;
      color: #34313a; }
  #menu .imageArea .slick-next {
    right: 1px; }
    #menu .imageArea .slick-next::before {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M1.45679 1.00746147l21 20.02482143L1.50885 41.0074615' stroke='%2334313a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
  #menu .imageArea .slick-prev {
    left: 0; }
    #menu .imageArea .slick-prev::before {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M22.4572074 1.00746147l-21 20.02482143 20.9479397 19.9751786' stroke='%2334313a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }

#menu .bottomMegamenu {
  padding: 9px 0 8px 0;
  font-weight: 600;
  position: relative;
  text-align: center;
  color: white;
  background-color: #b49976;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .05em; }
  #menu .bottomMegamenu p {
    margin-bottom: 0; }

#menu .fullWidth .cateArea.colLeft, #menu .fullWidth .imageArea.colLeft {
  padding-left: 0; }

#menu .fullWidth .cateArea.colRight, #menu .fullWidth .imageArea.colRight {
  padding-right: 0; }

#menu .navPages-item:hover .imageArea .card .card-body .card-figcaption {
  display: block; }
  #menu .navPages-item:hover .imageArea .card .card-body .card-figcaption .card-figcaption-body {
    transform: none;
    opacity: 1;
    visibility: visible; }

.navPages-quickSearch {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 0.75rem; }
  @media (min-width: 1025px) {
    .navPages-quickSearch {
      display: none; } }
  .navPages-quickSearch > .container {
    padding: 0; }
  .navPages-quickSearch .form {
    margin: 0; }
  .navPages-quickSearch .form-field {
    margin-bottom: 0; }

@media (min-width: 1025px) {
  .navPages-list--user {
    display: none; } }

.navPages-list--user #currencySelection2 {
  background-color: white;
  border: 1px solid #e5e5e5; }
  .navPages-list--user #currencySelection2 .dropdown-menu-item {
    padding: 0; }
    .navPages-list--user #currencySelection2 .dropdown-menu-item:not(:last-child) {
      border-bottom: 1px solid #e5e5e5; }
  .navPages-list--user #currencySelection2 a {
    padding: 0.75rem 1.5rem; }

.navPages-label-wrap {
  position: relative;
  margin: 0; }
  @media (max-width: 1024px) {
    .navPages-label-wrap {
      position: absolute;
      top: 8px;
      right: 40px; } }

.navPages-label {
  height: 17px;
  line-height: 15px;
  font-size: 10px;
  margin-left: 20px;
  font-weight: 500;
  padding: 0px 5px;
  letter-spacing: 0;
  text-align: center;
  position: relative;
  border: 1px solid;
  text-transform: capitalize;
  border-radius: 2px; }
  .navPages-label.sale-label {
    color: white;
    border-color: #b20000;
    background-color: #b20000; }
  .navPages-label.new-label {
    color: white;
    border-color: #0073bd;
    background-color: #0073bd; }
  .navPages-label.hot-label {
    color: white;
    border-color: #f79900;
    background-color: #f79900; }
  @media (min-width: 1025px) {
    .navPages-label {
      right: 5px;
      top: -64px;
      margin-left: 0;
      position: absolute; } }

#menuMobile .is-hidden {
  display: none !important; }

#menuMobile .navPages-list {
  overflow: hidden;
  position: relative; }
  #menuMobile .navPages-list + .navPages-list {
    margin-top: 30px; }

#menuMobile .navPages-item {
  width: 100%;
  margin-right: 0;
  position: relative;
  vertical-align: top;
  display: inline-block;
  border-bottom: 1px solid #ebebeb; }
  #menuMobile .navPages-item > .navPages-action {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #0f0f0f; }
  #menuMobile .navPages-item.is-open {
    border-bottom: none; }
    #menuMobile .navPages-item.is-open > .navPages-action {
      display: none !important; }
    #menuMobile .navPages-item.is-open > .navPage-subMenu {
      right: 0;
      position: relative; }
    #menuMobile .navPages-item.is-open .navPages-label-wrap {
      display: none; }

#menuMobile .navPages-action {
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-weight: 400;
  cursor: pointer;
  display: block;
  text-transform: capitalize;
  background-color: transparent;
  color: #5f5f5f; }
  #menuMobile .navPages-action .text {
    padding: 12px 20px;
    color: inherit;
    display: inline-block;
    line-height: 17px; }
    #menuMobile .navPages-action .text:before {
      content: none; }
  #menuMobile .navPages-action .icon, #menuMobile .navPages-action img {
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle; }
  #menuMobile .navPages-action .icon {
    fill: #5f5f5f;
    stroke: #5f5f5f; }
  #menuMobile .navPages-action img {
    position: relative;
    top: -1px; }

#menuMobile .navPages-action-moreIcon {
  width: 44px;
  height: 41px;
  font-size: 15px;
  right: auto;
  float: right;
  line-height: 41px;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  position: relative;
  transform: none;
  pointer-events: none;
  color: #5f5f5f;
  margin-right: 2px !important; }

#menuMobile .navPages-action-currency > a {
  padding-top: 12px !important;
  padding-bottom: 12px !important; }

#menuMobile .navPage-subMenu {
  top: 0;
  right: 100%;
  left: auto;
  padding: 0;
  margin: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  position: absolute;
  background-color: #ffffff;
  transition: all 0.3s ease;
  transform: none;
  box-shadow: none;
  position: absolute; }
  #menuMobile .navPage-subMenu .navPage-subMenu-action {
    display: block;
    text-transform: uppercase; }
  #menuMobile .navPage-subMenu .navPage-subMenu .navPage-subMenu-action {
    text-transform: capitalize; }
  #menuMobile .navPage-subMenu .navPage-subMenu-item {
    width: 100%; }

#menuMobile .navPage-subMenu-item-child {
  position: static;
  border-bottom: 1px solid #ebebeb; }
  #menuMobile .navPage-subMenu-item-child:after {
    content: none; }
  #menuMobile .navPage-subMenu-item-child.is-open {
    border-bottom: none; }
    #menuMobile .navPage-subMenu-item-child.is-open > .navPages-action {
      display: none !important; }
    #menuMobile .navPage-subMenu-item-child.is-open > .navPage-subMenu {
      right: 0;
      position: relative; }
    #menuMobile .navPage-subMenu-item-child.is-open > .navPage-subMenu-horizontal {
      display: inline-block; }

#menuMobile .navPage-subMenu-title {
  display: block;
  text-align: center;
  width: 100%; }
  #menuMobile .navPage-subMenu-title .navPages-action {
    background-color: #f8f8f8;
    font-size: 13px;
    font-weight: 600;
    display: block;
    letter-spacing: .05em;
    text-transform: uppercase !important; }
    #menuMobile .navPage-subMenu-title .navPages-action a {
      pointer-events: none;
      color: #0f0f0f; }
  #menuMobile .navPage-subMenu-title .navPages-action-moreIcon {
    right: auto;
    left: 0;
    float: none;
    position: absolute;
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg); }

#menuMobile .navPages-list--user {
  display: block; }
  #menuMobile .navPages-list--user .navPage-subMenu-title {
    border-top: 1px solid #ebebeb; }
  #menuMobile .navPages-list--user .navPages-item {
    border-bottom: none; }
  #menuMobile .navPages-list--user .navPages-item > .navPages-action {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: capitalize; }
    #menuMobile .navPages-list--user .navPages-item > .navPages-action .text {
      padding-top: 9px;
      padding-bottom: 9px; }
  #menuMobile .navPages-list--user .socialLinks--alt .icon {
    height: 1.75rem;
    width: 1.75rem; }
  #menuMobile .navPages-list--user .login-content {
    padding: 20px; }
  #menuMobile .navPages-list--user .new-customer {
    padding: 20px;
    border-top: 1px solid #ebebeb;
    background-color: transparent; }
    #menuMobile .navPages-list--user .new-customer .button {
      width: 100%; }
  #menuMobile .navPages-list--user .socialLinks {
    padding: 15px 0 10px 20px; }

#menuMobile #navPages-currency .navPages-action-moreIcon svg {
  margin-left: 15px; }

#menuMobile.navPages-item-page {
  position: relative; }

#menuMobile .navPage-subMegaMenu .container {
  padding: 0; }

#menuMobile .imageTop .imageTop-item {
  padding: 0 20px;
  margin: 20px 0 20px 0 !important;
  display: none;
  text-align: left; }

#menuMobile .imageTop .is-open .imageTop-item {
  display: block; }

#menuMobile .imgList {
  display: block;
  font-size: 0;
  margin: 0 -5px; }
  #menuMobile .imgList > .imgItem {
    width: 50%;
    padding: 0 5px;
    vertical-align: top;
    display: inline-block;
    text-align: center;
    float: left; }
    #menuMobile .imgList > .imgItem > a {
      display: block; }
      #menuMobile .imgList > .imgItem > a + a {
        margin-top: 6px; }
  #menuMobile .imgList > .imgItem--full {
    width: 100%; }
  #menuMobile .imgList.style-2 > .imgItem {
    width: 100%;
    display: block; }
    #menuMobile .imgList.style-2 > .imgItem + .imgItem {
      margin-top: 30px; }

#menuMobile .cateArea,
#menuMobile .imageArea {
  float: none;
  display: block; }

#menuMobile .cateArea {
  position: relative;
  max-width: 100% !important; }

#menuMobile .imageArea {
  max-width: 100% !important;
  padding: 0 20px;
  margin: 20px 0; }
  #menuMobile .imageArea a {
    display: block; }
  #menuMobile .imageArea img {
    margin: 0 auto; }
  #menuMobile .imageArea .imgHeading {
    margin: 0;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #0f0f0f; }
  #menuMobile .imageArea .featured-product {
    max-width: 230px;
    width: 100%;
    margin: 0 auto; }
    #menuMobile .imageArea .featured-product .slick-list {
      margin: 0 -10px; }
    #menuMobile .imageArea .featured-product .product {
      padding: 0 10px; }
  #menuMobile .imageArea .card {
    margin-bottom: 0; }
    #menuMobile .imageArea .card .card-img-container img {
      max-width: 120px; }
    #menuMobile .imageArea .card .card-img-container:after {
      padding-bottom: 0; }
    #menuMobile .imageArea .card .card-figure {
      max-width: 120px;
      margin: 0 auto; }
    #menuMobile .imageArea .card .card-body .card-brand {
      font-size: 12px; }
    #menuMobile .imageArea .card .card-body .card-title {
      display: block; }
      @media (max-width: 1024px) {
        #menuMobile .imageArea .card .card-body .card-title > a {
          text-overflow: ellipsis;
          overflow: hidden;
          white-space: nowrap; } }
    #menuMobile .imageArea .card .card-body .card-rating {
      display: block;
      margin-bottom: 15px; }
    #menuMobile .imageArea .card .card-body .card-figcaption {
      font-size: 12px;
      margin-top: 15px;
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
      text-align: center;
      position: relative; }
      #menuMobile .imageArea .card .card-body .card-figcaption .link {
        display: inline-block;
        color: #0f0f0f;
        border-bottom: 1px solid #0f0f0f; }
  #menuMobile .imageArea .slick-arrow {
    background: transparent;
    top: 25%;
    width: 21px;
    height: 22px;
    padding: 0;
    border: none; }
    #menuMobile .imageArea .slick-arrow:before {
      width: 21px;
      height: 22px;
      color: #34313a; }
  #menuMobile .imageArea .slick-next {
    right: 1px; }
    #menuMobile .imageArea .slick-next::before {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M1.45679 1.00746147l21 20.02482143L1.50885 41.0074615' stroke='%2334313a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
  #menuMobile .imageArea .slick-prev {
    left: 0; }
    #menuMobile .imageArea .slick-prev::before {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M22.4572074 1.00746147l-21 20.02482143 20.9479397 19.9751786' stroke='%2334313a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }

#menuMobile .bottomMegamenu {
  left: 0;
  right: 0;
  padding: 9px 0 8px 0;
  font-weight: 600;
  position: relative;
  text-align: center;
  color: #e06868;
  background-color: #fef8e7;
  text-transform: uppercase; }
  #menuMobile .bottomMegamenu p {
    margin-bottom: 0; }

.tags {
  list-style: none;
  margin-left: 0;
  font-size: 0; }
  .tags ul,
  .tags ol {
    list-style: none;
    margin-bottom: 0; }

.tag {
  display: inline-block;
  font-size: 12px; }
  .tag a {
    color: #5f5f5f;
    display: inline-block;
    padding: 0.41667rem 0;
    text-decoration: none; }
    .tag a:hover {
      color: #0f0f0f; }

.socialLinks {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0;
  line-height: 37px; }
  .socialLinks:before, .socialLinks:after {
    content: " ";
    display: table; }
  .socialLinks:after {
    clear: both; }
  .socialLinks ul,
  .socialLinks ol {
    list-style: none;
    margin-bottom: 0; }
  .socialLinks li {
    margin: 0;
    padding: 0; }
  .socialLinks .icon {
    height: 1.66667rem;
    width: 1.66667rem;
    margin: 0;
    text-decoration: none; }
    .socialLinks .icon:hover svg {
      fill: black; }
    .socialLinks .icon svg {
      fill: black;
      transition: all 0.15s ease;
      height: 19px; }
    .socialLinks .icon.icon--twitter svg {
      width: 24px; }

.socialLinks-item--pinterest {
  width: 25px; }

.pin_it_iframe_widget {
  display: none; }

.socialLinks-item {
  display: inline-block;
  font-size: 0; }
  .socialLinks .socialLinks-item {
    margin-bottom: 0.41667rem;
    margin-right: 0.75rem; }
    @media (min-width: 1025px) {
      .socialLinks .socialLinks-item {
        margin-right: 1.5rem; } }
    .socialLinks .socialLinks-item:last-child {
      margin-right: 0; }
  .socialLinks-item .icon--facebook {
    margin-left: -5px; }

.socialLinks--alt .icon {
  height: 1.75rem;
  width: 1.75rem; }

.socialLinks--alt svg {
  fill: #232323; }

.at-share-btn-elements .at-icon-wrapper {
  width: 22px !important;
  height: 22px !important;
  padding: 0 !important;
  margin: 0 8px 0 0px !important; }
  .at-share-btn-elements .at-icon-wrapper svg {
    width: 22px !important;
    height: 22px !important;
    fill: #232323 !important; }
  .at-share-btn-elements .at-icon-wrapper:last-child {
    margin-right: 0 !important; }

.addthis_toolbox .socialLinks {
  line-height: 20px;
  margin-top: -8px; }
  .addthis_toolbox .socialLinks .socialLinks-item {
    margin-right: 8px; }
    .addthis_toolbox .socialLinks .socialLinks-item .icon svg {
      height: 15px; }
    .addthis_toolbox .socialLinks .socialLinks-item:last-child {
      margin-right: 0; }

.heroCarousel {
  width: 1px;
  min-width: 100%;
  margin-bottom: 4.5rem; }
  .heroCarousel + .alertBox {
    width: 100%;
    display: inline-block; }
  .heroCarousel.slick-initialized {
    max-height: 83.33333rem;
    opacity: 1;
    margin-bottom: 0; }
  .heroCarousel:not(.slick-initialized) :not(.heroCarousel-slide--first).heroCarousel-slide {
    display: none; }
  .heroCarousel a {
    text-decoration: none; }
  @media (min-width: 768px) {
    .heroCarousel #slick-slide02 .heroCarousel-content {
      left: 50%;
      -moz-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); } }
  .heroCarousel .slick-next,
  .heroCarousel .slick-prev {
    top: 50%;
    background: transparent;
    border: 2px solid #bcbdbf;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: none !important; }
    .heroCarousel .slick-next:hover, .heroCarousel .slick-next:focus,
    .heroCarousel .slick-prev:hover,
    .heroCarousel .slick-prev:focus {
      background: transparent;
      border: 2px solid #bcbdbf; }
    .heroCarousel .slick-next:before,
    .heroCarousel .slick-prev:before {
      height: 2.33333rem;
      width: 1.33333rem; }
  .heroCarousel .slick-next {
    right: 15px; }
    @media (min-width: 1025px) {
      .heroCarousel .slick-next {
        right: 60px; } }
    .heroCarousel .slick-next::before {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M1.45679 1.00746147l21 20.02482143L1.50885 41.0074615' stroke='%23bcbdbf' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
  .heroCarousel .slick-prev {
    left: 15px; }
    @media (min-width: 1025px) {
      .heroCarousel .slick-prev {
        left: 60px; } }
    .heroCarousel .slick-prev::before {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M22.4572074 1.00746147l-21 20.02482143 20.9479397 19.9751786' stroke='%23bcbdbf' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
  .heroCarousel .slick-dots {
    bottom: 0.5rem;
    position: absolute; }
    @media (min-width: 1025px) {
      .heroCarousel .slick-dots {
        bottom: 1.16667rem;
        display: none !important; } }
    .heroCarousel .slick-dots li button:before {
      background: #a3a4a6;
      border: 1px solid #a3a4a6; }
    .heroCarousel .slick-dots li.slick-active button::before {
      background: transparent;
      border: 1px solid #a3a4a6; }
  .heroCarousel:hover .slick-next,
  .heroCarousel:hover .slick-prev {
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
  @media (min-width: 1025px) {
    .heroCarousel:hover .slick-dots {
      display: block !important; } }

.heroCarousel-slide {
  position: relative; }
  .heroCarousel-slide a {
    text-decoration: none; }
  .heroCarousel-slide .heroCarousel-image {
    width: 100%;
    object-fit: cover; }
    @media (min-width: 1025px) {
      .heroCarousel-slide .heroCarousel-image {
        max-height: 64.16667rem; } }
    @media (max-width: 550px) {
      .heroCarousel-slide .heroCarousel-image {
        height: 260px; } }
  .heroCarousel-slide .heroCarousel-image-wrapper {
    position: relative; }
    @media (min-width: 1025px) {
      .heroCarousel-slide .heroCarousel-image-wrapper {
        max-height: 64.16667rem; } }
    @media (max-width: 550px) {
      .heroCarousel-slide .heroCarousel-image-wrapper {
        height: 280px !important; } }
    .heroCarousel-slide .heroCarousel-image-wrapper .heroCarousel-title-mobile {
      color: white;
      font-size: 20px;
      font-weight: 500;
      margin-top: 0;
      text-transform: uppercase; }
      @media (min-width: 768px) {
        .heroCarousel-slide .heroCarousel-image-wrapper .heroCarousel-title-mobile {
          display: none; } }
  .heroCarousel-slide.compat-object-fit {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat; }
    @media (min-width: 1281px) {
      .heroCarousel-slide.compat-object-fit.stretch {
        background-size: 100% 100%; } }
    .heroCarousel-slide.compat-object-fit .heroCarousel-image {
      opacity: 0; }

.heroCarousel-title {
  color: white;
  font-size: 24px;
  font-weight: 500;
  margin-top: 0;
  text-transform: uppercase;
  margin-bottom: 15px; }
  @media (min-width: 1025px) {
    .heroCarousel-title {
      font-size: 40px;
      letter-spacing: .05em;
      margin-bottom: 25px; } }

.heroCarousel-title-mobile {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }

.heroCarousel-description {
  color: white;
  font-size: 12px; }
  @media (min-width: 768px) {
    .heroCarousel-description {
      font-size: 13px; } }
  @media (min-width: 1025px) {
    .heroCarousel-description {
      font-size: 14px;
      line-height: 26px; } }

.heroCarousel-action {
  margin: 0;
  color: white;
  background: black;
  border: 1px solid black;
  margin-top: 15px; }
  @media (min-width: 768px) {
    .heroCarousel-action {
      color: white;
      background: rgba(0, 0, 255, 0);
      border: 1px solid white; }
      .heroCarousel-action:hover {
        color: white;
        background: black;
        border: 1px solid black; } }
  @media (min-width: 1025px) {
    .heroCarousel-action {
      min-width: 287px; } }

.heroCarousel-content {
  background-color: rgba(0, 0, 255, 0);
  padding: 0.75rem 1.5rem 3rem;
  text-align: center;
  max-width: 500px; }
  @media (min-width: 768px) {
    .heroCarousel-content {
      background-color: blue;
      background-color: rgba(0, 0, 255, 0.9);
      background-color: rgba(0, 0, 255, 0);
      padding: 15px;
      left: 0;
      margin: 0 auto;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 58.33333rem; } }
  @media (min-width: 992px) {
    .heroCarousel-content {
      padding: 2.25rem; } }
  @media (min-width: 1025px) {
    .heroCarousel-content {
      left: 21%;
      transform: translate(0, -50%); }
      .heroCarousel-content.heroCarousel-content--empty {
        background-color: transparent; } }
  @media (max-width: 767px) {
    .heroCarousel-content {
      padding: 20px 15px;
      margin-bottom: 30px;
      max-width: 100%; }
      .heroCarousel-content h1 {
        display: none; }
      .heroCarousel-content .heroCarousel-description {
        color: #0f0f0f; } }
  .heroCarousel-content .countDowntimer {
    margin-bottom: 10px;
    display: inline-block; }
    @media (min-width: 991px) {
      .heroCarousel-content .countDowntimer {
        margin-bottom: 15px;
        margin-top: 10px; } }
    .heroCarousel-content .countDowntimer .clock-item {
      padding: 12px 10px 8px 10px;
      min-width: 72px;
      border: 1px solid rgba(15, 15, 15, 0.5);
      color: #0f0f0f;
      background: transparent;
      display: inline-block;
      text-align: center;
      margin-left: -1px; }
      .heroCarousel-content .countDowntimer .clock-item span {
        display: block; }
      .heroCarousel-content .countDowntimer .clock-item .num {
        font-size: 20px;
        font-weight: 500;
        letter-spacing: 0;
        color: #0f0f0f; }
      .heroCarousel-content .countDowntimer .clock-item .text {
        font-size: 12px;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: .05em;
        color: #0f0f0f; }
      @media (min-width: 361px) {
        .heroCarousel-content .countDowntimer .clock-item {
          min-width: 85px;
          padding: 13px 10px 8px 10px;
          margin-bottom: 3px; } }
      @media (min-width: 768px) {
        .heroCarousel-content .countDowntimer .clock-item {
          border: 1px solid rgba(255, 255, 255, 0.5);
          color: white;
          min-width: 106px; }
          .heroCarousel-content .countDowntimer .clock-item .num, .heroCarousel-content .countDowntimer .clock-item .text {
            color: white; } }
      @media (min-width: 1025px) {
        .heroCarousel-content .countDowntimer .clock-item {
          padding: 14px 10px 7px 10px; }
          .heroCarousel-content .countDowntimer .clock-item .num {
            font-size: 30px; } }
  .heroCarousel-content .btn-group.two-button .heroCarousel-action {
    display: inline-block;
    min-width: 170px;
    background: white;
    color: black;
    border: 1px solid black; }
    .heroCarousel-content .btn-group.two-button .heroCarousel-action:hover {
      background: black;
      color: white;
      border: 1px solid black; }
    @media (max-width: 380px) {
      .heroCarousel-content .btn-group.two-button .heroCarousel-action {
        width: 100%; } }
    @media (min-width: 381px) {
      .heroCarousel-content .btn-group.two-button .heroCarousel-action {
        min-width: 180px; }
        .heroCarousel-content .btn-group.two-button .heroCarousel-action:last-child {
          margin-left: 15px; } }
    @media (min-width: 768px) {
      .heroCarousel-content .btn-group.two-button .heroCarousel-action {
        min-width: 195px;
        background: white;
        color: black;
        border: 1px solid white; }
        .heroCarousel-content .btn-group.two-button .heroCarousel-action:last-child {
          margin-left: 28px; } }

@media (min-width: 1025px) {
  .homepage-layout-2 .heroCarousel .heroCarousel-content {
    top: calc(50% + 45px); } }

@media (min-width: 1441px) {
  .homepage-layout-2 .heroCarousel .heroCarousel-content {
    top: calc(50% + 5px); } }

@media (max-width: 1199px) {
  .homepage-layout-2 .heroCarousel .heroCarousel-content .heroCarousel-title {
    font-size: 30px; }
  .homepage-layout-2 .heroCarousel .heroCarousel-content .heroCarousel-description {
    margin-bottom: 10px; } }

@media (min-width: 768px) {
  .writeReview-productDetails {
    width: 50%;
    padding-right: 6px;
    float: left; } }

.writeReview-productDetails .product-brand {
  color: #5f5f5f;
  margin: 20px 0 0 0;
  font-size: 12px;
  text-transform: capitalize;
  font-weight: 400;
  margin-bottom: 2px; }

.writeReview-productDetails .product-title {
  margin-top: 0;
  color: #0f0f0f;
  text-transform: capitalize;
  font-size: 12px;
  margin-bottom: 25px; }

@media (min-width: 768px) {
  .writeReview-form {
    width: 50%;
    padding-left: 24px;
    float: left; } }

.writeReview-form .form-select {
  background-size: 18px;
  background-position: right 11px top 11px; }
  @media (max-width: 320px) {
    .writeReview-form .form-select {
      max-width: 82%; } }

@media (max-width: 320px) {
  .writeReview-form .form-input, .writeReview-form .form-label {
    max-width: 82%; } }

.writeReview-form #revtext {
  margin-bottom: 25px; }
  .writeReview-form #revtext #revtext_input {
    height: 136px; }

.writeReview-form .button {
  min-width: 209px; }

.writeReview-productImage-container {
  position: relative; }
  .writeReview-productImage-container img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
    object-fit: contain;
    /* Object-fit polyfill */
    font-family: 'object-fit: contain;'; }
  .writeReview-productImage-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 128.16901%; }

#modal-review-form {
  width: 950px; }
  #modal-review-form .modal-body {
    padding: 45px 15px; }
    @media (min-width: 1025px) {
      #modal-review-form .modal-body {
        padding: 45px 60px 22px 60px; } }

.account--addReturn .table {
  display: block;
  margin-bottom: 3rem; }
  @media (min-width: 768px) {
    .account--addReturn .table {
      display: table;
      margin-bottom: 6rem; } }
  .account--addReturn .table tr {
    display: block;
    padding: 1.5rem 0; }
    @media (min-width: 768px) {
      .account--addReturn .table tr {
        display: table-row;
        padding: 0; } }
  .account--addReturn .table th,
  .account--addReturn .table td {
    display: block;
    padding: 0; }
    @media (min-width: 768px) {
      .account--addReturn .table th,
      .account--addReturn .table td {
        display: table-cell;
        padding-bottom: 0.75rem;
        padding-top: 0.75rem; } }
    .account--addReturn .table th + th,
    .account--addReturn .table th + td,
    .account--addReturn .table td + th,
    .account--addReturn .table td + td {
      padding-left: 0; }
      @media (min-width: 768px) {
        .account--addReturn .table th + th,
        .account--addReturn .table th + td,
        .account--addReturn .table td + th,
        .account--addReturn .table td + td {
          padding-left: 1.5rem; } }
  .account--addReturn .table .return-itemTitle + .definitionList {
    margin-top: 0.16667rem; }
  @media (min-width: 768px) {
    .account--addReturn .table .return-itemPrice {
      text-align: center; } }
  @media (min-width: 768px) {
    .account--addReturn .table .return-itemQuantity {
      text-align: right; } }

.account--addReturn .table-thead {
  display: none; }
  @media (min-width: 768px) {
    .account--addReturn .table-thead {
      display: table-header-group; } }
  .account--addReturn .table-thead th {
    font-size: 14px; }
  .account--addReturn .table-thead th:first-child {
    width: 60%; }

.account--addReturn .table-tbody {
  display: block; }
  @media (min-width: 768px) {
    .account--addReturn .table-tbody {
      display: table-row-group; } }

.return-itemName {
  font-size: 14px;
  font-weight: 700; }
  @media (min-width: 768px) {
    .return-itemName {
      font-size: 12px;
      font-weight: 400; } }

.return-itemPrice {
  color: #999999;
  margin-bottom: 0.41667rem; }
  @media (min-width: 768px) {
    .return-itemPrice {
      color: inherit;
      margin-bottom: 0;
      text-align: center; } }

.return-itemQuantity .form-label {
  display: inline;
  margin-right: 0.41667rem; }
  @media (min-width: 768px) {
    .return-itemQuantity .form-label {
      border: 0;
      clip: rect(1px, 1px, 1px, 1px);
      height: 1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; } }

.account--addReturn-row {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  margin: 0 -1rem; }
  .account--addReturn-row:before, .account--addReturn-row:after {
    content: " ";
    display: table; }
  .account--addReturn-row:after {
    clear: both; }

.account--addReturn-column {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding: 0 1rem; }
  @media (min-width: 768px) {
    .account--addReturn-column {
      width: 50%; } }

.productCarousel {
  width: 1px;
  min-width: 100%;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  height: 0; }
  .productCarousel:before, .productCarousel:after {
    content: " ";
    display: table; }
  .productCarousel:after {
    clear: both; }
  .productCarousel .productCarousel-slide {
    height: 0; }
  .productCarousel.slick-slider {
    opacity: 1;
    visibility: visible;
    height: auto; }
    .productCarousel.slick-slider .productCarousel-slide {
      height: auto; }

.productCarousel-slide {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 50%;
  float: left; }
  @media (min-width: 768px) {
    .productCarousel-slide {
      width: 33.33333%; } }
  @media (min-width: 1025px) {
    .productCarousel-slide {
      width: 25%; } }
  @media (min-width: 1281px) {
    .productCarousel-slide {
      width: 16.66667%; } }
  .productCarousel-slide .card {
    margin-bottom: 0; }
    .productCarousel-slide .card .card-title {
      overflow-wrap: break-word; }

.quickView:before, .quickView:after {
  content: " ";
  display: table; }

.quickView:after {
  clear: both; }

#product-reviews {
  padding-bottom: 20px; }
  @media (min-width: 768px) {
    #product-reviews {
      padding-bottom: 70px; } }
  #product-reviews .customer-review-header {
    padding: 40px 0 35px 0;
    background: #f8f8f8;
    position: relative; }
    @media (min-width: 768px) {
      #product-reviews .customer-review-header {
        padding: 60px 0 55px 0; } }
    #product-reviews .customer-review-header:before {
      content: "";
      position: absolute;
      bottom: -30px;
      left: 50%;
      -moz-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      border: 15px solid transparent;
      border-top-color: #f8f8f8;
      width: 1px;
      height: 1px; }
    #product-reviews .customer-review-header h2 {
      color: #0f0f0f;
      margin-top: 0; }
    #product-reviews .customer-review-header .desc {
      color: #5f5f5f;
      margin-bottom: 0; }

#productReviews-content {
  padding-top: 40px; }
  @media (min-width: 768px) {
    #productReviews-content {
      padding-top: 60px; } }
  #productReviews-content .alert {
    margin-bottom: 25px; }
  #productReviews-content .btn-createReview {
    text-align: center;
    width: 100%; }
    @media (min-width: 768px) {
      #productReviews-content .btn-createReview {
        text-align: right; } }
    #productReviews-content .btn-createReview .button {
      max-width: 270px;
      width: 100%; }
  #productReviews-content .toggle-title {
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    color: #5f5f5f;
    margin-top: 0;
    margin-bottom: 30px; }
  #productReviews-content .btn-group .pagination {
    width: 100%; }
    @media (min-width: 768px) {
      #productReviews-content .btn-group .pagination {
        max-width: calc(100% - 270px);
        padding-top: 11px;
        float: left; } }
    @media (min-width: 768px) {
      #productReviews-content .btn-group .pagination .pagination-list {
        -ms-flex-pack: flex-start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start; } }
    #productReviews-content .btn-group .pagination .pagination-list .pagination-item a span {
      border-bottom: 1px solid #0f0f0f; }
    #productReviews-content .btn-group .pagination .pagination-list .pagination-item.pagination-item--next {
      padding-left: 0; }
    #productReviews-content .btn-group .pagination .pagination-list .pagination-item.pagination-item--previous {
      margin-right: 30px;
      padding-left: 5px; }
  #productReviews-content .btn-group .btn-createReview {
    float: right; }
    @media (max-width: 767px) {
      #productReviews-content .btn-group .btn-createReview {
        margin-top: 25px;
        float: none;
        width: 100%;
        text-align: center; } }

.productReviews-list {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0;
  margin: 0; }
  .productReviews-list ul,
  .productReviews-list ol {
    list-style: none;
    margin-bottom: 0; }
  .productReviews-list:before, .productReviews-list:after {
    content: " ";
    display: table; }
  .productReviews-list:after {
    clear: both; }

.productReview {
  width: 100%;
  display: inline-block;
  float: none;
  font-size: 12px;
  vertical-align: top;
  padding-top: 30px;
  border-top: 1px solid #eaeaea; }
  .productReview + .productReview {
    margin-top: 30px; }
  .productReview:last-child {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 30px;
    margin-bottom: 25px; }
  .productReview .productReview-title-group {
    width: 100%;
    display: inline-block; }

.productReview-title {
  margin: 0;
  text-transform: none;
  float: left; }
  @media (max-width: 767px) {
    .productReview-title {
      width: 100%; } }

.productReview-author {
  color: #999999;
  margin-bottom: 15px; }

.productReview-rating {
  float: left;
  margin-top: -1px;
  margin-left: 20px; }
  @media (max-width: 767px) {
    .productReview-rating {
      display: block;
      margin-left: 0;
      margin-top: 5px; } }

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

.productReview-body {
  margin-bottom: 0; }

.productView {
  padding-top: 1rem; }
  .productView > .alertBox {
    width: calc(100% - 30px);
    margin-left: 15px; }

.productView-image {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: auto;
  position: relative;
  vertical-align: top;
  outline: 0;
  height: 0;
  opacity: 0;
  visibility: hidden; }
  @media (min-width: 1025px) {
    .productView-image {
      min-height: 366px;
      min-width: inherit;
      cursor: zoom-in; } }
  .productView-image + .productView-thumbnails {
    margin-top: 0.75rem; }
  .productView-image:first-child, .productView-image.slick-slide {
    height: auto;
    opacity: 1;
    visibility: visible; }

.productView-img-container {
  position: relative;
  margin: auto;
  max-width: 710px;
  width: 100%; }
  .productView-img-container > a {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute; }
  .productView-img-container img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-height: 100%;
    width: 100%;
    object-fit: contain;
    /* Object-fit polyfill */
    font-family: 'object-fit: contain;'; }
  .productView-img-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 128.16901%; }

.productView-thumbnails {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  margin-top: 10px; }
  .productView-thumbnails ul,
  .productView-thumbnails ol {
    list-style: none;
    margin-bottom: 0; }
  .productView-thumbnails:before, .productView-thumbnails:after {
    content: " ";
    display: table; }
  .productView-thumbnails:after {
    clear: both; }
  .productView-thumbnails .slick-list {
    margin-left: 2.91667rem;
    margin-right: 2.91667rem; }
  .productView-thumbnails .slick-next {
    right: -5px; }
    .productView-thumbnails .slick-next::before {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M1.45679 1.00746147l21 20.02482143L1.50885 41.0074615' stroke='%2334313a' stroke-width='4' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
  .productView-thumbnails .slick-prev {
    left: -5px; }
    .productView-thumbnails .slick-prev::before {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M22.4572074 1.00746147l-21 20.02482143 20.9479397 19.9751786' stroke='%2334313a' stroke-width='4' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
  .productView-thumbnails .slick-arrow {
    background: none;
    border: none;
    padding: 0;
    width: 21px;
    height: 20px;
    margin-top: 0px; }
    .productView-thumbnails .slick-arrow:before {
      width: 13px;
      height: 22px; }
  .productView-thumbnails img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    margin: 0;
    width: 100px;
    object-fit: contain;
    /* Object-fit polyfill */
    font-family: 'object-fit: contain;';
    position: relative; }
    @media (max-width: 1024px) {
      .productView-thumbnails img {
        margin: 0 auto;
        width: 100%; } }

.productView-thumbnail {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 25%;
  float: left;
  text-align: center;
  padding: 0;
  border: none !important; }
  @media (min-width: 1281px) {
    .productView-thumbnail {
      width: 20%; } }
  .productView-thumbnail.slick-current .productView-thumbnail-link {
    border-bottom: 2px solid #000000; }

.productView-thumbnail-link {
  display: inline-flex;
  position: relative;
  width: 100%;
  justify-content: center;
  border-bottom: 2px solid transparent;
  outline: 0; }
  .productView-thumbnail-link:focus, .productView-thumbnail-link:hover {
    outline: 0; }

.productView-details {
  margin-bottom: 8px; }

.productView-product > :last-child {
  margin-bottom: 0; }

.productView-title {
  font-size: 20px;
  line-height: 28px;
  margin: 0 0 10px 0;
  color: #0f0f0f;
  letter-spacing: .02em; }

.productView-brand {
  color: #5f5f5f;
  font-size: 12px;
  margin-top: 0;
  margin-bottom: 12px;
  text-transform: uppercase;
  display: inline-block;
  width: 100%; }
  .productView-brand a {
    color: #5f5f5f; }
    .productView-brand a:hover {
      color: #5f5f5f; }

.productView-rating {
  margin-bottom: 15px; }

.productView-stock {
  margin-bottom: 12px; }
  .productView-stock span {
    color: black;
    background-image: linear-gradient(transparent 97%, black 3%);
    background-repeat: repeat-x;
    background-position-y: -1px;
    text-transform: uppercase;
    font-weight: 500; }

.sold-product {
  margin-top: 2px;
  color: #b20000;
  float: right; }
  .sold-product svg {
    margin-top: -6px;
    fill: #b20000; }

.productView-price {
  font-size: 0;
  margin-bottom: 0.5rem; }
  @media (min-width: 1025px) {
    .productView-price {
      margin-bottom: 1rem; } }
  .productView-price abbr {
    border: 0;
    color: inherit;
    font-size: inherit; }
  .productView-price .price-section {
    color: #b20000;
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
    margin-left: 5px;
    letter-spacing: 0; }
    .productView-price .price-section.rrp-price--withoutTax, .productView-price .price-section .rrp-price--withTax {
      color: #969696;
      margin-left: 0; }
    .productView-price .price-section .non-sale-price-label, .productView-price .price-section .price-now-label {
      display: none !important; }
    .productView-price .price-section.non-sale-price--withoutTax, .productView-price .price-section .non-sale-price--withTax {
      display: none !important;
      color: #969696; }
      .productView-price .price-section.non-sale-price--withoutTax.no-retail-price, .productView-price .price-section .non-sale-price--withTax.no-retail-price {
        display: inline-block !important;
        margin-left: 0; }
    .productView-price .price-section.price-none + .price-section--withoutTax, .productView-price .price-section.price-none + .price-section--withTax {
      color: #0f0f0f;
      margin-left: 0; }
    .productView-price .price-section.price-section--saving {
      width: 100%;
      font-size: 13px;
      font-weight: 400;
      color: #969696;
      margin-left: 0; }

.productView-reviewLink {
  display: inline-block;
  margin-left: 0.41667rem;
  vertical-align: middle; }
  .productView-reviewLink > a {
    color: #5f5f5f;
    text-transform: capitalize; }
  .productView-reviewLink + .productView-reviewLink {
    display: inline-block;
    margin-left: 0.75rem; }
    @media (min-width: 768px) {
      .productView-reviewLink + .productView-reviewLink {
        margin-left: 30px; } }
    .productView-reviewLink + .productView-reviewLink > a {
      color: #0f0f0f;
      background-image: linear-gradient(transparent 97%, #0f0f0f 3%);
      background-repeat: repeat-x;
      background-position-y: -1px; }
      .productView-reviewLink + .productView-reviewLink > a:hover {
        color: black;
        background-image: linear-gradient(transparent 97%, black 3%); }

.productView-info {
  margin-top: 0.75rem;
  margin-bottom: 22px; }
  .productView-info:before, .productView-info:after {
    content: " ";
    display: table; }
  .productView-info:after {
    clear: both; }
  .productView-info > :last-child {
    margin-bottom: 0; }

.productView-info-name,
.productView-info-value {
  float: left; }
  .productView-info-name.fbt, .productView-info-name.fbt-product,
  .productView-info-value.fbt,
  .productView-info-value.fbt-product {
    display: none; }

.productView-info-name {
  clear: both;
  margin-bottom: 0.16667rem;
  margin-right: 0.41667rem;
  display: inline-block;
  color: black;
  font-weight: 500; }
  @media (min-width: 768px) {
    .productView-info-name {
      font-family: "Poppins", Arial, Helvetica, sans-serif;
      font-size: 13px;
      font-weight: 400; } }

.productView-info-value {
  margin-bottom: 0.41667rem;
  color: #5f5f5f; }
  @media (min-width: 768px) {
    .productView-info-value {
      margin-bottom: 3px; } }

.productView-options:before, .productView-options:after {
  content: " ";
  display: table; }

.productView-options:after {
  clear: both; }

@media (min-width: 768px) {
  .productView-options {
    text-align: left; } }

@media (min-width: 768px) {
  .productView-options .form-input[type="number"] {
    width: 16.66667%; } }

.productView-options .form {
  display: inline; }

.productView-options input[type="file"] {
  font-size: 13px; }

.productView-options .form-field {
  font-size: 0;
  margin-bottom: 25px; }
  .productView-options .form-field[data-product-attribute="swatch"], .productView-options .form-field[data-product-attribute="set-rectangle"] {
    margin-bottom: 15px; }
    .productView-options .form-field[data-product-attribute="swatch"] .form-label--alternate, .productView-options .form-field[data-product-attribute="set-rectangle"] .form-label--alternate {
      margin-bottom: 6px; }
  .productView-options .form-field.Engraving, .productView-options .form-field.Line1, .productView-options .form-field.Line2 {
    display: none; }
  .productView-options .form-field > .form-checkbox + .form-label,
  .productView-options .form-field > .form-radio + .form-label {
    display: inline-block;
    margin-left: 1.5rem;
    width: 100%;
    margin-left: 0; }
    .productView-options .form-field > .form-checkbox + .form-label:before,
    .productView-options .form-field > .form-radio + .form-label:before {
      top: 0px; }
    .productView-options .form-field > .form-checkbox + .form-label:after,
    .productView-options .form-field > .form-radio + .form-label:after {
      top: 1.2px; }
  .productView-options .form-field > .form-label:nth-of-type(2) {
    margin-left: 0; }
  .productView-options .form-field .form-label--alternate {
    margin-bottom: 8px; }
  .productView-options .form-field .form-fileDescription {
    margin-bottom: 0; }

.productView-options .form-action {
  margin-bottom: 8px; }
  @media (min-width: 992px) {
    .productView-options .form-action {
      float: left;
      width: 48%; }
      .productView-options .form-action.addToCart {
        margin-right: 4%; } }
  @media (min-width: 1281px) {
    .productView-options .form-action {
      display: inline-block;
      margin-top: 1rem; } }
  .productView-options .form-action.has-extra-option {
    margin: 0; }
  .productView-options .form-action .button {
    width: 100%; }
    @media (min-width: 1281px) {
      .productView-options .form-action .button {
        margin-right: 0.75rem;
        width: 100%; } }

.productView-options .form-wishlist > .button {
  background: white;
  color: #0f0f0f;
  border: 1px solid #232323; }
  .productView-options .form-wishlist > .button svg {
    width: 10px;
    height: 10px;
    fill: #0f0f0f;
    stroke: #0f0f0f;
    margin-left: 5px; }
  .productView-options .form-wishlist > .button:hover {
    background: white;
    color: #0f0f0f;
    border: 1px solid #232323; }

.productOptions-list {
  border: 1px solid #cbcbcb;
  list-style: none;
  margin: 0;
  max-width: 570px; }

.productOptions-list-item {
  padding: 1.5rem; }
  .productOptions-list-item + .productOptions-list-item {
    border-top: 1px solid #cbcbcb; }
  .productOptions-list-item .form-label {
    text-align: left;
    top: -2px; }

.productOptions-list-item-figure,
.productOptions-list-item-content {
  display: table-cell;
  vertical-align: middle; }

.productOptions-list-item-figure {
  width: 3rem; }

.productOptions-list-item-content {
  padding-left: 1.25rem; }

.shareProduct {
  text-align: center; }

.productView-image .easyzoom-flyout {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%; }
  .productView-image .easyzoom-flyout img {
    max-width: none;
    width: auto; }

.quantity-wrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  .quantity-wrapper .size-chart {
    margin-left: 30px;
    margin-top: 5px;
    color: #0f0f0f; }
    .quantity-wrapper .size-chart span {
      margin-left: 2px; }
    .quantity-wrapper .size-chart svg {
      -moz-transform: rotate(75deg);
      -o-transform: rotate(75deg);
      -ms-transform: rotate(75deg);
      -webkit-transform: rotate(75deg);
      transform: rotate(75deg);
      width: 24px;
      height: 24px; }

.productView-nav-wrapper {
  position: relative; }
  .productView-nav-wrapper .label-videos {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 30px 20px; }
    @media (min-width: 991px) {
      .productView-nav-wrapper .label-videos {
        padding: 30px; } }
    @media (min-width: 1025px) {
      .productView-nav-wrapper .label-videos {
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        max-width: 710px;
        width: 100%; } }
    .productView-nav-wrapper .label-videos .video-link {
      padding: 0; }
      .productView-nav-wrapper .label-videos .video-link svg {
        width: 48px;
        height: 48px;
        fill: #8d8b8c;
        stroke: #8d8b8c; }
    @media (max-width: 360px) {
      .productView-nav-wrapper .label-videos + .countDowntimer {
        left: auto;
        right: 10px;
        transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none; } }
  .productView-nav-wrapper .countDowntimer {
    display: inline-block;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    text-align: center;
    min-width: 210px; }
  .productView-nav-wrapper .productView-nav-inner {
    max-width: 710px;
    margin: 0 auto; }

.productView-images .click-to-zoom {
  display: none;
  color: #5f5f5f;
  text-align: center; }
  @media (min-width: 1025px) {
    .productView-images .click-to-zoom {
      display: block; } }
  .productView-images .click-to-zoom svg {
    fill: #5f5f5f;
    width: 13px;
    height: 13px;
    margin-right: 5px; }

.productView-images .bottom-group {
  text-align: center;
  margin-top: 14px; }
  .productView-images .bottom-group .product-bottom-wrapper {
    max-width: 710px;
    margin: 0 auto; }
  .productView-images .bottom-group .themevale_ask {
    margin-top: 32px; }
    .productView-images .bottom-group .themevale_ask a {
      text-align: center;
      margin: 0 auto;
      margin-top: 0px;
      padding: 15px 15px 14px 15px;
      min-width: 171px;
      background: #fff;
      color: #0f0f0f;
      border: 2px solid #eaeaea;
      font-weight: 500;
      letter-spacing: .05em;
      text-transform: uppercase;
      display: inline-block; }
  .productView-images .bottom-group .product-custom-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 50px;
    margin-left: -10px;
    margin-right: -10px; }
    @media (max-width: 1191px) {
      .productView-images .bottom-group .product-custom-block {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .productView-images .bottom-group .product-custom-block .custom-block-item {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      -ms-align-items: flex-start;
      align-items: flex-start;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 0 10px; }
      @media (max-width: 1191px) {
        .productView-images .bottom-group .product-custom-block .custom-block-item {
          width: 50%;
          margin-bottom: 20px; } }
      .productView-images .bottom-group .product-custom-block .custom-block-item .custom-block-icon {
        color: #232323;
        display: inline-block;
        width: 100%;
        min-height: 56px; }
        .productView-images .bottom-group .product-custom-block .custom-block-item .custom-block-icon .fa {
          font-size: 51px; }
        .productView-images .bottom-group .product-custom-block .custom-block-item .custom-block-icon svg {
          width: 45px;
          height: 45px;
          margin-top: 3px; }
      .productView-images .bottom-group .product-custom-block .custom-block-item .custom-block-text {
        font-size: 12px;
        font-weight: 500;
        color: #0f0f0f;
        letter-spacing: .05em;
        text-transform: uppercase;
        line-height: 16px;
        margin-top: 2px; }

/* Ask An Expert Popup */
@media (min-width: 768px) {
  #ask-an-expert.modal {
    width: 840px; } }

#ask-an-expert .modal-body {
  padding: 30px 15px 30px 15px; }
  @media (min-width: 1200px) {
    #ask-an-expert .modal-body {
      padding: 30px 100px 30px 100px; } }
  #ask-an-expert .modal-body .alert {
    text-align: center;
    background: #e8f4fa;
    color: #31708f;
    padding: 9px 20px; }
  #ask-an-expert .modal-body .form-inner {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    padding-bottom: 10px; }
    @media (min-width: 768px) {
      #ask-an-expert .modal-body .form-inner {
        padding-bottom: 40px; } }
    @media (min-width: 1200px) {
      #ask-an-expert .modal-body .form-inner {
        padding-bottom: 80px; } }
    #ask-an-expert .modal-body .form-inner .form-input {
      max-width: 100%; }
    #ask-an-expert .modal-body .form-inner .title-wrapper {
      text-align: center;
      border-bottom: 1px solid #e6e6e6;
      padding-bottom: 25px;
      margin-bottom: 24px; }
      #ask-an-expert .modal-body .form-inner .title-wrapper .title {
        font-size: 12px;
        font-weight: 500;
        letter-spacing: .05em;
        text-transform: uppercase;
        color: #0f0f0f;
        margin-bottom: 12px;
        margin-top: 0; }
      #ask-an-expert .modal-body .form-inner .title-wrapper .description {
        line-height: 24px; }
    #ask-an-expert .modal-body .form-inner .questions {
      font-weight: 500;
      text-align: center;
      margin-bottom: 25px;
      color: #0f0f0f; }
    #ask-an-expert .modal-body .form-inner #contact_form .form-field .form-label {
      display: inline-block;
      margin-bottom: 10px; }
    #ask-an-expert .modal-body .form-inner #contact_form .form-field.form-field-radio {
      margin-bottom: 10px;
      padding-top: 5px; }
      #ask-an-expert .modal-body .form-inner #contact_form .form-field.form-field-radio label:first-child {
        margin-right: 28px; }
        @media (max-width: 767px) {
          #ask-an-expert .modal-body .form-inner #contact_form .form-field.form-field-radio label:first-child {
            display: block; } }
      #ask-an-expert .modal-body .form-inner #contact_form .form-field.form-field-radio input[type="radio"] + label {
        font-weight: normal;
        color: #5f5f5f;
        margin-right: 28px;
        cursor: pointer;
        margin-bottom: 9px;
        position: relative;
        padding-left: 24px;
        width: auto; }
      #ask-an-expert .modal-body .form-inner #contact_form .form-field.form-field-radio .form-label-custom {
        display: block;
        margin-bottom: 16px; }
    #ask-an-expert .modal-body .form-inner #contact_form .form-actions {
      margin-top: 15px; }
      #ask-an-expert .modal-body .form-inner #contact_form .form-actions #ask-an-expert-button {
        width: 100%; }

/* Size Chart Popup*/
@media (min-width: 1025px) {
  #modal-size-chart-form .modal-body {
    padding: 30px 100px; } }

#modal-size-chart-form .size_chart_desc h5 {
  font-size: 12px;
  margin-top: 0;
  margin-bottom: 10px; }

#modal-size-chart-form .size_chart-_img {
  margin-top: 50px;
  margin-bottom: 40px; }

/* Add Custom Engraving */
.themevale_custom_engraving .add-custom-engraving {
  color: #5f5f5f;
  background: #f5f5f5;
  border-color: #f5f5f5;
  width: 100%;
  margin-bottom: 15px; }

#add-custom-engraving .alert-message {
  color: #b20000; }

@media (min-width: 1200px) {
  #add-custom-engraving .modal-body {
    padding: 40px 100px 50px 100px; } }

@media (min-width: 768px) {
  #add-custom-engraving .modal-body .form-inner {
    margin-bottom: 50px;
    display: inline-block;
    width: 100%; } }

#add-custom-engraving .col {
  width: 100%; }
  @media (min-width: 768px) {
    #add-custom-engraving .col {
      width: 50%;
      float: left; } }
  #add-custom-engraving .col .title {
    margin-top: 0;
    margin-bottom: 14px; }

@media (min-width: 768px) {
  #add-custom-engraving .col-left {
    padding-right: 15px; } }

@media (min-width: 1025px) {
  #add-custom-engraving .col-left {
    padding-right: 35px; } }

#add-custom-engraving .col-left #contact_form {
  margin-bottom: 0; }

#add-custom-engraving .col-left .form-field {
  margin-bottom: 17px; }

#add-custom-engraving .col-left .form-input {
  height: 42px;
  max-width: 100%;
  color: #5f5f5f; }
  #add-custom-engraving .col-left .form-input::-moz-placeholder {
    color: #5f5f5f;
    opacity: 1; }
  #add-custom-engraving .col-left .form-input:-ms-input-placeholder {
    color: #5f5f5f !important;
    opacity: 1 !important; }
  #add-custom-engraving .col-left .form-input::-webkit-input-placeholder {
    color: #5f5f5f;
    opacity: 1; }

#add-custom-engraving .col-left .notes {
  margin-top: 6px; }
  #add-custom-engraving .col-left .notes .note {
    color: rgba(95, 95, 95, 0.7); }
    #add-custom-engraving .col-left .notes .note span {
      margin-left: 2px;
      margin-right: 3px; }
  #add-custom-engraving .col-left .notes .num {
    float: right;
    color: #5f5f5f; }

#add-custom-engraving .col-left .notes-content {
  margin-top: 35px;
  margin-bottom: 32px; }
  #add-custom-engraving .col-left .notes-content p {
    margin-bottom: 20px; }

#add-custom-engraving .col-left .total-price {
  color: #0f0f0f;
  font-size: 14px;
  font-weight: 500; }
  #add-custom-engraving .col-left .total-price label {
    display: inline-block;
    margin-bottom: 10px; }
  #add-custom-engraving .col-left .total-price span {
    display: inline-block;
    margin-left: 5px; }

#add-custom-engraving .col-left .form-actions {
  margin-top: 30px; }
  #add-custom-engraving .col-left .form-actions #add-custom-engraving-button {
    width: 100%; }

#add-custom-engraving .col-right {
  margin-top: 30px; }
  @media (min-width: 768px) {
    #add-custom-engraving .col-right {
      padding-left: 15px;
      margin-top: 0; } }
  @media (min-width: 1025px) {
    #add-custom-engraving .col-right {
      padding-left: 35px; } }
  #add-custom-engraving .col-right .title {
    text-align: center; }
  #add-custom-engraving .col-right .card-img-container {
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      #add-custom-engraving .col-right .card-img-container {
        margin-bottom: 50px; } }
    #add-custom-engraving .col-right .card-img-container:after {
      padding-bottom: 100%; }

@media (min-width: 1025px) {
  .product-layout-1 .product-img-box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; } }

@media (min-width: 1025px) {
  .product-layout-1 .bottom-group {
    max-width: calc(100% - 130px);
    width: 100%;
    float: right; } }

.product-layout-1 .productView-nav-wrapper {
  width: 100%; }
  @media (min-width: 1025px) {
    .product-layout-1 .productView-nav-wrapper {
      margin-left: 30px;
      width: -moz-calc(100% - 130px);
      width: -webkit-calc(100% - 130px);
      width: -ms-calc(100% - 130px);
      width: calc(100% - 130px); } }
  .product-layout-1 .productView-nav-wrapper .productView-nav-inner {
    position: relative; }

.product-layout-1 .productView-thumbnails-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start; }

.product-layout-1 .productView-thumbnails {
  width: 100%; }
  @media (min-width: 1025px) {
    .product-layout-1 .productView-thumbnails {
      width: 100px;
      padding: 41px 0 42px 0;
      margin: 0;
      float: left; } }
  .product-layout-1 .productView-thumbnails .productView-thumbnail {
    margin: 0;
    padding: 0 7.5px;
    max-height: 100%;
    overflow: hidden;
    border: none; }
    @media (min-width: 1025px) {
      .product-layout-1 .productView-thumbnails .productView-thumbnail {
        padding: 0px; } }
    .product-layout-1 .productView-thumbnails .productView-thumbnail .productView-thumbnail-link {
      display: block;
      max-height: 100%;
      overflow: hidden;
      margin: 7.5px 0;
      padding-bottom: 0; }
  @media (min-width: 1025px) {
    .product-layout-1 .productView-thumbnails .slick-list {
      margin: 0; }
    .product-layout-1 .productView-thumbnails .slick-arrow {
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%); }
    .product-layout-1 .productView-thumbnails .slick-next {
      bottom: -2px;
      margin-top: 0;
      top: auto; }
      .product-layout-1 .productView-thumbnails .slick-next::before {
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg); }
    .product-layout-1 .productView-thumbnails .slick-prev {
      top: -2px; }
      .product-layout-1 .productView-thumbnails .slick-prev::before {
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg); } }

.product-layout-1 .productView-description {
  float: left; }
  .product-layout-1 .productView-description > .description {
    display: none; }

.productTabs > .tabs .tab {
  padding: 0 15px 0 10px; }
  @media (min-width: 1025px) {
    .productTabs > .tabs .tab {
      padding: 0 25px 0 20px; } }
  @media (min-width: 1281px) {
    .productTabs > .tabs .tab {
      padding: 0 35px 0 30px; } }
  .productTabs > .tabs .tab:first-child {
    padding-left: 0; }
  .productTabs > .tabs .tab:last-child {
    padding-right: 0; }
  .productTabs > .tabs .tab:before {
    font-size: 10px;
    font-weight: 500;
    padding: 0; }

.productTabs > .tabs .tab-title {
  font-size: 16px;
  padding: 0;
  line-height: 18px; }
  @media (max-width: 1025px) {
    .productTabs > .tabs .tab-title {
      letter-spacing: .02em;
      font-size: 15px; } }

.productTabs .tabs-contents {
  margin-top: 40px; }
  .productTabs .tabs-contents h4 {
    font-size: 14px; }
  .productTabs .tabs-contents strong {
    color: #0f0f0f;
    font-weight: 500;
    font-size: 14px; }
  .productTabs .tabs-contents ul, .productTabs .tabs-contents ol {
    margin-left: 12px; }
    .productTabs .tabs-contents ul li, .productTabs .tabs-contents ol li {
      padding: 3px 0px 3px 8px; }
  .productTabs .tabs-contents blockquote {
    background: #f8f8f8;
    padding: 25px;
    margin-top: 18px;
    margin-bottom: 8px;
    display: inline-block;
    width: 100%; }
  .productTabs .tabs-contents .custom-product-description {
    margin-top: 55px; }
    .productTabs .tabs-contents .custom-product-description .product-description-content {
      display: inline-block;
      width: 100%; }
    @media (min-width: 768px) {
      .productTabs .tabs-contents .custom-product-description .product-img {
        width: 50%; } }
    @media (min-width: 1200px) {
      .productTabs .tabs-contents .custom-product-description .product-img {
        width: 55%; } }
    @media (min-width: 768px) {
      .productTabs .tabs-contents .custom-product-description .product-tab {
        width: 50%; } }
    @media (min-width: 1200px) {
      .productTabs .tabs-contents .custom-product-description .product-tab {
        width: 45%; } }
    .productTabs .tabs-contents .custom-product-description .product-tab .tabs {
      margin-left: 0; }
      .productTabs .tabs-contents .custom-product-description .product-tab .tabs .custom-field-tab {
        display: none; }
        .productTabs .tabs-contents .custom-product-description .product-tab .tabs .custom-field-tab.has-custom-field {
          display: inline-block; }
  .productTabs .tabs-contents #productReviews-list .productReview {
    padding: 30px 0 0 0; }
    .productTabs .tabs-contents #productReviews-list .productReview:last-child {
      padding-bottom: 30px; }
  .productTabs .tabs-contents #tab-description > .custom-tab, .productTabs .tabs-contents #tab-description > .spec-tab {
    display: none; }

.productTabs #tab-shipping, .productTabs #tab-custom, .productTabs #tab-review {
  padding: 0 15px; }

#tab-review #product-reviews {
  padding-bottom: 10px; }
  #tab-review #product-reviews .customer-review-header {
    display: none; }
  #tab-review #product-reviews #productReviews-content {
    padding-top: 0; }
    #tab-review #product-reviews #productReviews-content .container-smaller {
      max-width: 100%;
      padding: 0; }
    #tab-review #product-reviews #productReviews-content .toggle-title {
      color: #0f0f0f;
      font-size: 12px; }
    #tab-review #product-reviews #productReviews-content .alert {
      text-align: center;
      margin-bottom: 30px; }
    #tab-review #product-reviews #productReviews-content .btn-group .pagination {
      max-width: 100%;
      padding-top: 2px; }
      #tab-review #product-reviews #productReviews-content .btn-group .pagination .pagination-list {
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        margin-left: 0;
        margin-bottom: 25px; }
    #tab-review #product-reviews #productReviews-content .btn-createReview {
      width: 100%;
      text-align: center; }
      #tab-review #product-reviews #productReviews-content .btn-createReview .button {
        max-width: 270px;
        padding: 16px 15px 15px 15px; }

.product-layout-1 .productTabs > .tabs {
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 1441px) {
    .product-layout-1 .productTabs > .tabs {
      padding-left: 60px;
      padding-right: 60px; } }

.product-layout-1 .productTabs .tabs-contents #tab-description > .description {
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 1441px) {
    .product-layout-1 .productTabs .tabs-contents #tab-description > .description {
      padding-left: 60px;
      padding-right: 60px; } }

.product-layout-2 .productTabs .tabs-contents .custom-product-description .product-description-content {
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .product-layout-2 .productTabs .tabs-contents .custom-product-description .product-description-content {
      padding-left: 0;
      padding-right: 25px; } }
  @media (min-width: 1441px) {
    .product-layout-2 .productTabs .tabs-contents .custom-product-description .product-description-content {
      padding-right: 60px; } }

.product-layout-2 #product-listing-container > .container {
  padding: 0; }

.product-layout-2 #product-listing-container > #product-reviews {
  margin-top: 30px;
  padding-bottom: 30px; }

@media (min-width: 768px) {
  .product-layout-2 .productView-images {
    width: 50%; } }

@media (min-width: 1441px) {
  .product-layout-2 .productView-images {
    width: 54.5%; } }

.product-layout-2 .productView-images .productView-nav-inner {
  position: relative; }

.product-layout-2 .productView-images .click-to-zoom {
  padding: 10px 0 5px 0; }

.product-layout-2 .productView-images .bottom-group .product-custom-block .custom-block-item {
  padding: 0 13px; }

@media (min-width: 1025px) {
  .product-layout-2 .productView-thumbnails-wrap {
    padding: 0 26px; } }

.product-layout-2 .productView-thumbnails-wrap .productView-thumbnail {
  padding: 0 7.5px; }

@media (min-width: 768px) {
  .product-layout-2 .productView-details {
    width: 50%; } }

@media (min-width: 1441px) {
  .product-layout-2 .productView-details {
    width: 45.5%;
    padding-left: 25px; } }

.product-layout-2 #InstagramGallery {
  margin-top: 35px;
  margin-bottom: 45px; }

.product-layout-2 .productView-description > .description {
  margin-bottom: 40px;
  display: none; }
  .product-layout-2 .productView-description > .description .custom-tab, .product-layout-2 .productView-description > .description .spec-tab {
    display: none; }

.product-layout-2 .banner-product-custom {
  margin-bottom: 40px; }
  .product-layout-2 .banner-product-custom .container {
    padding: 0; }
  .product-layout-2 .banner-product-custom .banner-list .banner-item.banner-large {
    padding-bottom: 5px;
    padding-left: 0;
    padding-right: 0; }
    .product-layout-2 .banner-product-custom .banner-list .banner-item.banner-large .banner-wrap {
      padding: 25px; }
      @media (min-width: 1281px) {
        .product-layout-2 .banner-product-custom .banner-list .banner-item.banner-large .banner-wrap {
          padding: 70px;
          max-width: 710px; } }
      @media (min-width: 768px) {
        .product-layout-2 .banner-product-custom .banner-list .banner-item.banner-large .banner-wrap {
          left: 0;
          transform: translate(0%, -50%);
          -webkit-transform: translate(0%, -50%);
          -moz-transform: translate(0%, -50%);
          -ms-transform: translate(0%, -50%); } }
  .product-layout-2 .banner-product-custom .banner-list .banner-item.banner-small {
    padding: 5px; }
    .product-layout-2 .banner-product-custom .banner-list .banner-item.banner-small .banner-wrap {
      padding: 25px; }
      @media (min-width: 1281px) {
        .product-layout-2 .banner-product-custom .banner-list .banner-item.banner-small .banner-wrap {
          padding: 70px; } }
    .product-layout-2 .banner-product-custom .banner-list .banner-item.banner-small:first-child {
      padding-left: 0; }
      @media (max-width: 767px) {
        .product-layout-2 .banner-product-custom .banner-list .banner-item.banner-small:first-child {
          padding-right: 0; } }
    .product-layout-2 .banner-product-custom .banner-list .banner-item.banner-small:last-child {
      padding-right: 0; }
      @media (max-width: 767px) {
        .product-layout-2 .banner-product-custom .banner-list .banner-item.banner-small:last-child {
          padding-left: 0; } }

.product-layout-2 .relatedProduct {
  margin-top: 20px; }
  .product-layout-2 .relatedProduct .page-heading {
    margin-bottom: 25px; }

.product-layout-2 .similarProduct {
  margin-top: 55px; }
  @media (min-width: 768px) {
    .product-layout-2 .similarProduct {
      margin-bottom: 40px; } }
  .product-layout-2 .similarProduct .page-heading {
    margin-bottom: 25px; }

/* Add An Extra Option */
#themvale-fbt {
  margin-bottom: 20px; }
  #themvale-fbt .loadingOverlay {
    left: 0;
    right: 0; }
  #themvale-fbt .page-heading {
    font-size: 12px;
    text-align: left;
    letter-spacing: .02em;
    color: #0f0f0f;
    text-transform: capitalize;
    margin-bottom: 28px;
    display: inline-block;
    width: 100%; }
    #themvale-fbt .page-heading span {
      background-image: linear-gradient(transparent 97%, #0f0f0f 3%);
      background-repeat: repeat-x;
      background-position-y: -1px; }
  #themvale-fbt .themvale-fbt-product-list {
    position: relative;
    margin-bottom: 0; }
    #themvale-fbt .themvale-fbt-product-list .slick-list .slick-track {
      margin: 0; }
    #themvale-fbt .themvale-fbt-product-list .slick-arrow {
      background: none;
      border: none;
      fill: #232323;
      top: calc(50% - 63px);
      padding: 0;
      z-index: 1; }
      #themvale-fbt .themvale-fbt-product-list .slick-arrow.slick-prev:before {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M22.4572074 1.00746147l-21 20.02482143 20.9479397 19.9751786' stroke='%230f0f0f' stroke-width='5' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
      #themvale-fbt .themvale-fbt-product-list .slick-arrow.slick-next:before {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M1.45679 1.00746147l21 20.02482143L1.50885 41.0074615' stroke='%230f0f0f' stroke-width='5' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
    #themvale-fbt .themvale-fbt-product-list.no-dots .slick-dots {
      display: none; }
  #themvale-fbt .themvale-fbt-product-item {
    padding: 0 15px;
    display: inline-block;
    width: 33.3333%;
    position: relative; }
    #themvale-fbt .themvale-fbt-product-item .themvale-fbt-product-image {
      padding: 0 12px;
      margin: 0 auto;
      text-align: center; }
    #themvale-fbt .themvale-fbt-product-item .themvale-fbt-product-content {
      text-align: center; }
      #themvale-fbt .themvale-fbt-product-item .themvale-fbt-product-content .themvale-fbt-detail-field .input-wrap {
        position: absolute;
        left: 1px;
        top: 0; }
      #themvale-fbt .themvale-fbt-product-item .themvale-fbt-product-content .themvale-fbt-detail-field .themvale-fbt-detail-label {
        cursor: default; }
      #themvale-fbt .themvale-fbt-product-item .themvale-fbt-product-content .card-title {
        color: #0f0f0f; }
      #themvale-fbt .themvale-fbt-product-item .themvale-fbt-product-content .card-brand, #themvale-fbt .themvale-fbt-product-item .themvale-fbt-product-content .card-title {
        display: block; }
      #themvale-fbt .themvale-fbt-product-item .themvale-fbt-product-content .card-price .price-section.non-sale-price--withoutTax, #themvale-fbt .themvale-fbt-product-item .themvale-fbt-product-content .card-price .price-section.non-sale-price--withTax, #themvale-fbt .themvale-fbt-product-item .themvale-fbt-product-content .card-price .price-section.price-section--saving {
        display: none !important; }
      #themvale-fbt .themvale-fbt-product-item .themvale-fbt-product-content .themvale-fbt-toggle-options {
        color: #5f5f5f;
        display: inline-block;
        margin-top: 7px; }
        #themvale-fbt .themvale-fbt-product-item .themvale-fbt-product-content .themvale-fbt-toggle-options span {
          background-image: linear-gradient(transparent 97%, #5f5f5f 3%);
          background-repeat: repeat-x;
          background-position-y: -1px;
          cursor: pointer; }
    #themvale-fbt .themvale-fbt-product-item .themvale-fbt-detail-options {
      top: 1px;
      left: 1px;
      right: 0px;
      width: calc(100% - 5px);
      height: calc(100% - 2px);
      z-index: 10;
      display: none;
      overflow-y: auto;
      position: absolute;
      background-color: #ffffff;
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
      -webkit-box-shadow: 0 0px 2px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0 0px 2px rgba(0, 0, 0, 0.2);
      -ms-box-shadow: 0 0px 2px rgba(0, 0, 0, 0.2);
      overflow-x: hidden; }
      #themvale-fbt .themvale-fbt-product-item .themvale-fbt-detail-options:before {
        position: absolute;
        top: 30%;
        left: -10px;
        width: 1px;
        height: 1px;
        border: 1px solid transparent;
        border-right-color: #cbcbcb; }
      #themvale-fbt .themvale-fbt-product-item .themvale-fbt-detail-options .mCustomScrollBox {
        padding-right: 0; }
        #themvale-fbt .themvale-fbt-product-item .themvale-fbt-detail-options .mCustomScrollBox .mCSB_container {
          height: 100%; }
      #themvale-fbt .themvale-fbt-product-item .themvale-fbt-detail-options .close-options {
        position: absolute;
        right: 10px;
        top: 6px;
        z-index: 10;
        cursor: pointer;
        pointer-events: auto; }
        #themvale-fbt .themvale-fbt-product-item .themvale-fbt-detail-options .close-options svg {
          width: 20px;
          height: 20px;
          fill: #0f0f0f;
          stroke: #0f0f0f; }
      #themvale-fbt .themvale-fbt-product-item .themvale-fbt-detail-options .option-header {
        padding: 5px 10px 5px 20px;
        color: #0f0f0f;
        background: #f8f8f8;
        text-align: left;
        text-transform: uppercase;
        letter-spacing: .05em; }
        #themvale-fbt .themvale-fbt-product-item .themvale-fbt-detail-options .option-header span {
          padding-right: 20px; }
      #themvale-fbt .themvale-fbt-product-item .themvale-fbt-detail-options .option-content {
        text-align: left;
        padding: 15px 15px 10px 15px; }
      #themvale-fbt .themvale-fbt-product-item .themvale-fbt-detail-options .form-field {
        margin-bottom: 1rem; }
        #themvale-fbt .themvale-fbt-product-item .themvale-fbt-detail-options .form-field .form-label {
          color: #0f0f0f;
          font-weight: 500;
          font-size: 12px;
          position: relative; }
          #themvale-fbt .themvale-fbt-product-item .themvale-fbt-detail-options .form-field .form-label > small {
            color: #b20000;
            font-size: 12px;
            font-weight: 400;
            float: none;
            margin-top: 1px;
            font-style: unset;
            margin-left: 0;
            text-transform: capitalize; }
            #themvale-fbt .themvale-fbt-product-item .themvale-fbt-detail-options .form-field .form-label > small:before {
              content: none; }
        #themvale-fbt .themvale-fbt-product-item .themvale-fbt-detail-options .form-field:last-child {
          margin-bottom: 0; }
        #themvale-fbt .themvale-fbt-product-item .themvale-fbt-detail-options .form-field .form-option {
          margin-bottom: 7px;
          margin-right: 8px;
          min-width: 32px;
          height: 32px; }
          #themvale-fbt .themvale-fbt-product-item .themvale-fbt-detail-options .form-field .form-option.unavailable:before {
            left: -6px;
            top: 17px; }
          #themvale-fbt .themvale-fbt-product-item .themvale-fbt-detail-options .form-field .form-option.form-option-swatch {
            min-width: 24px;
            height: 24px; }
            #themvale-fbt .themvale-fbt-product-item .themvale-fbt-detail-options .form-field .form-option.form-option-swatch:nth-of-type(4n+1) {
              margin-right: 8px; }
            #themvale-fbt .themvale-fbt-product-item .themvale-fbt-detail-options .form-field .form-option.form-option-swatch:nth-of-type(5n+1) {
              margin-right: 0; }
            #themvale-fbt .themvale-fbt-product-item .themvale-fbt-detail-options .form-field .form-option.form-option-swatch .form-option-variant {
              min-width: 24px;
              height: 24px; }
            #themvale-fbt .themvale-fbt-product-item .themvale-fbt-detail-options .form-field .form-option.form-option-swatch.unavailable:before {
              left: -6px;
              top: 12px;
              width: 142%; }
            #themvale-fbt .themvale-fbt-product-item .themvale-fbt-detail-options .form-field .form-option.form-option-swatch .form-option-expanded {
              left: calc(100% - 10px); }
              #themvale-fbt .themvale-fbt-product-item .themvale-fbt-detail-options .form-field .form-option.form-option-swatch .form-option-expanded .form-option-image {
                width: 48px;
                height: 61px; }
          #themvale-fbt .themvale-fbt-product-item .themvale-fbt-detail-options .form-field .form-option .form-option-variant {
            min-width: 32px;
            height: 32px;
            padding: 4px 2px; }
          #themvale-fbt .themvale-fbt-product-item .themvale-fbt-detail-options .form-field .form-option:last-child, #themvale-fbt .themvale-fbt-product-item .themvale-fbt-detail-options .form-field .form-option:nth-of-type(4n+1) {
            margin-right: 0; }
        #themvale-fbt .themvale-fbt-product-item .themvale-fbt-detail-options .form-field.Line1, #themvale-fbt .themvale-fbt-product-item .themvale-fbt-detail-options .form-field.Line2, #themvale-fbt .themvale-fbt-product-item .themvale-fbt-detail-options .form-field.Engraving {
          display: none; }
        #themvale-fbt .themvale-fbt-product-item .themvale-fbt-detail-options .form-field[data-product-attribute="swatch"] .form-radio:checked + .form-option .form-option-variant {
          background-size: cover; }
    #themvale-fbt .themvale-fbt-product-item[disabled] {
      opacity: 1; }
    #themvale-fbt .themvale-fbt-product-item.out-stock {
      opacity: 0.5; }

.form-checkbox[disabled] {
  cursor: default; }

@media (min-width: 992px) {
  .themvale-fbt-total {
    width: 48%;
    float: left;
    margin-right: 4%; } }

.themvale-fbt-total #themvale-fbt-addAll {
  width: 100%; }
  @media (min-width: 992px) {
    .themvale-fbt-total #themvale-fbt-addAll {
      margin-bottom: 0; } }
  @media (min-width: 1281px) {
    .themvale-fbt-total #themvale-fbt-addAll {
      margin-top: 1rem; } }
  .themvale-fbt-total #themvale-fbt-addAll.disabled {
    cursor: not-allowed;
    point-events: none;
    background: #787878;
    color: white;
    border-color: rgba(0, 0, 255, 0); }

.themvale-fbt-total .themevale-text-price {
  display: none; }

.viewing-product {
  color: #0f0f0f;
  margin-bottom: 15px; }
  .viewing-product svg {
    margin-right: 5px; }

.seal-logos {
  margin-top: 20px;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  z-index: 1;
  position: relative; }
  .seal-logos img {
    margin-right: 20px;
    margin-bottom: 15px;
    display: inline-block; }
    .seal-logos img:last-child {
      margin-right: 0; }

/* Sticky Add To Cart */
#sticky_addtocart {
  position: fixed;
  left: 0;
  right: 0;
  top: 105px;
  width: 100%;
  z-index: 0;
  padding: 0px 0px 0px 60px;
  text-align: center;
  background: black;
  transition: all 0.5s ease;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden; }
  @media (max-width: 1024px) {
    #sticky_addtocart {
      display: none; } }
  #sticky_addtocart > .container {
    display: flex;
    position: static;
    align-items: center;
    justify-content: center;
    justify-content: space-between;
    padding: 0; }
    #sticky_addtocart > .container:before, #sticky_addtocart > .container:after {
      content: none; }
    #sticky_addtocart > .container .item {
      width: 33.3333%;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-pack: flex-end;
      -webkit-justify-content: flex-end;
      justify-content: flex-end;
      vertical-align: middle;
      color: white; }
      #sticky_addtocart > .container .item:first-child {
        display: none; }
        #sticky_addtocart > .container .item:first-child .product-content {
          padding-left: 0; }
      #sticky_addtocart > .container .item.product-name .productView-title {
        display: inline-block;
        text-transform: uppercase;
        font-weight: 500;
        letter-spacing: .05em;
        margin-bottom: 0;
        line-height: 20px;
        padding: 3px 10px 3px 0; }
      #sticky_addtocart > .container .item .countDowntimer2 .clock-item {
        background: none;
        border: none;
        padding: 0;
        color: white;
        margin-bottom: 0;
        display: inline-block; }
        #sticky_addtocart > .container .item .countDowntimer2 .clock-item .num {
          margin-left: 4px; }
        #sticky_addtocart > .container .item .countDowntimer2 .clock-item .num, #sticky_addtocart > .container .item .countDowntimer2 .clock-item .text {
          display: inline-block;
          letter-spacing: .1em; }
      #sticky_addtocart > .container .item .productView-price {
        margin-bottom: 0;
        padding-right: 30px;
        padding-top: 6px;
        padding-bottom: 2px;
        height: 35px; }
        #sticky_addtocart > .container .item .productView-price .price-section {
          margin-bottom: 0;
          color: white;
          font-size: 14px;
          font-weight: 400; }
          #sticky_addtocart > .container .item .productView-price .price-section.price-section--saving {
            display: none !important; }
  #sticky_addtocart .productView-countDown {
    display: none; }
  #sticky_addtocart .product-wrapper {
    display: table;
    text-align: left; }
    #sticky_addtocart .product-wrapper > .product-image {
      display: table-cell;
      vertical-align: middle;
      width: 50px; }
    #sticky_addtocart .product-wrapper > .product-content {
      display: table-cell;
      vertical-align: middle;
      padding-left: 10px; }
    #sticky_addtocart .product-wrapper .productView-title {
      font-size: 12px;
      font-weight: 500;
      color: #fff; }
    #sticky_addtocart .product-wrapper .productView-price {
      font-size: 14px;
      margin-bottom: 0; }
      #sticky_addtocart .product-wrapper .productView-price .price-section {
        font-size: 14px; }
  #sticky_addtocart .form-field--increments {
    margin: 0 10px;
    font-size: 0;
    display: none; }
    #sticky_addtocart .form-field--increments .form-increment .button {
      width: 36px;
      height: 38px;
      line-height: 38px; }
      #sticky_addtocart .form-field--increments .form-increment .button > .icon {
        line-height: 40px; }
    #sticky_addtocart .form-field--increments .form-increment .form-input--incrementTotal {
      height: 38px;
      width: 50px;
      line-height: 38px; }
    #sticky_addtocart .form-field--increments .form-label {
      display: none; }
  #sticky_addtocart .form-action {
    position: relative;
    width: 100%;
    height: 100%;
    display: inline-block;
    height: 35px; }
    #sticky_addtocart .form-action input {
      margin-bottom: 0;
      width: 100%; }
    #sticky_addtocart .form-action .button {
      padding: 11px 15px;
      width: 100%;
      margin: 0;
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      opacity: 1;
      visibility: visible;
      z-index: 5;
      background: white;
      color: #0f0f0f;
      border-color: black; }
      #sticky_addtocart .form-action .button.is-active {
        opacity: 0;
        visibility: hidden; }
      #sticky_addtocart .form-action .button:hover {
        background: black;
        color: white;
        border-color: black; }
  #sticky_addtocart .show_select_options {
    color: black;
    border: 1px solid #cbcbcb;
    background-color: rgba(0, 0, 255, 0);
    min-width: 209px;
    font-size: 12px;
    line-height: 24px;
    font-size: 12px;
    line-height: 24px;
    border-radius: 3px;
    letter-spacing: 0.65px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    font-family: "Poppins", Arial, Helvetica, sans-serif; }
  #sticky_addtocart .form {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px; }
    #sticky_addtocart .form .pop-up-option {
      left: 0;
      right: 0;
      top: 100%;
      width: 100%;
      z-index: -1;
      position: absolute;
      text-align: left;
      background: #ffffff;
      opacity: 0;
      overflow: visible;
      visibility: hidden;
      transition: all .3s ease;
      box-shadow: 0 0 0 black, 0 0 1px rgba(0, 0, 0, 0.1); }
      #sticky_addtocart .form .pop-up-option.is-open {
        visibility: visible;
        opacity: 1; }
      #sticky_addtocart .form .pop-up-option .data-product-name {
        display: block;
        margin-bottom: 20px;
        padding-bottom: 10px;
        border-bottom: 1px solid #f8f8f8; }
        #sticky_addtocart .form .pop-up-option .data-product-name .productView-title {
          font-size: 13px; }
        #sticky_addtocart .form .pop-up-option .data-product-name .productView-price .price-section {
          font-size: 15px; }
      #sticky_addtocart .form .pop-up-option .data-product-option {
        font-size: 0;
        display: block;
        width: 100%; }
      #sticky_addtocart .form .pop-up-option .form-field {
        width: 100%;
        font-size: 12px;
        margin: 0 0 10px 0;
        display: block;
        vertical-align: top;
        position: relative; }
        #sticky_addtocart .form .pop-up-option .form-field .form-label {
          display: block;
          margin-right: 7px;
          margin-bottom: 7px; }
          #sticky_addtocart .form .pop-up-option .form-field .form-label > small {
            float: none; }
        #sticky_addtocart .form .pop-up-option .form-field[data-product-attribute] .form-option {
          display: inline-block;
          vertical-align: middle; }
        #sticky_addtocart .form .pop-up-option .form-field.Line1, #sticky_addtocart .form .pop-up-option .form-field.Line2, #sticky_addtocart .form .pop-up-option .form-field.Engraving {
          display: none; }
      #sticky_addtocart .form .pop-up-option .close {
        font-size: 20px;
        color: #000;
        position: absolute;
        right: 10px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        top: -10px;
        opacity: 1;
        background: #fff;
        filter: alpha(opacity=100);
        text-align: center;
        font-weight: 600;
        z-index: 10; }
    #sticky_addtocart .form .alertBox--error {
      min-width: 200px;
      margin: 0;
      opacity: 0.65;
      width: 100%;
      color: #fff;
      border-radius: 0;
      text-align: center;
      padding: 10px 25px;
      pointer-events: none;
      background-color: #505050;
      border: 1px solid #505050; }
      #sticky_addtocart .form .alertBox--error .alertBox-icon {
        display: none; }
      #sticky_addtocart .form .alertBox--error .alertBox-message {
        font-size: 13px;
        line-height: 20px;
        text-transform: uppercase;
        letter-spacing: 0.05rem;
        font-weight: 700;
        padding: 0;
        text-align: center;
        display: block; }
  @media (min-width: 768px) {
    #sticky_addtocart > .container .item {
      width: auto;
      max-width: 50%; }
      #sticky_addtocart > .container .item:first-child {
        display: inline-block; }
    #sticky_addtocart .form .pop-up-option {
      padding: 25px 15px 10px 15px; }
      #sticky_addtocart .form .pop-up-option .form-field {
        font-size: 12px;
        margin: 0 0 10px 0;
        display: inline-block;
        vertical-align: top;
        width: 49%; }
        #sticky_addtocart .form .pop-up-option .form-field:nth-child(even) {
          padding-left: 15px; }
        #sticky_addtocart .form .pop-up-option .form-field:nth-child(odd) {
          padding-right: 15px; }
        #sticky_addtocart .form .pop-up-option .form-field .form-label {
          display: inline-block;
          vertical-align: middle; }
      #sticky_addtocart .form .pop-up-option .data-product-name {
        display: none; }
      #sticky_addtocart .form .pop-up-option .data-product-option {
        position: relative; }
      #sticky_addtocart .form .pop-up-option .close {
        top: 0px;
        right: -10px; }
    #sticky_addtocart .form-field--increments {
      display: block; }
    #sticky_addtocart .form-action {
      width: 220px; } }
  @media (min-width: 1025px) {
    #sticky_addtocart .productView-countDown {
      display: block;
      margin-right: 5px; }
      #sticky_addtocart .productView-countDown > .countDownDate {
        box-shadow: none;
        border: none; }
      #sticky_addtocart .productView-countDown .block-time {
        width: 55px;
        height: 55px;
        font-size: 14px;
        line-height: 20px;
        font-weight: 600;
        text-align: center;
        display: inline-block;
        vertical-align: middle;
        border-radius: 50%;
        padding: 10px 0 11px 0;
        margin: 0 5px 5px 5px;
        position: relative; }
        #sticky_addtocart .productView-countDown .block-time:after {
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          content: "";
          display: block;
          opacity: 0.6;
          position: absolute;
          border-radius: 50%;
          border: 1px solid #ebebeb; }
        #sticky_addtocart .productView-countDown .block-time:first-child {
          margin-left: 0; }
        #sticky_addtocart .productView-countDown .block-time:last-child {
          margin-right: 0; }
      #sticky_addtocart .productView-countDown .num {
        font-size: 16px;
        line-height: 1; }
      #sticky_addtocart .productView-countDown .block-label {
        font-size: 12px;
        margin: 0;
        text-transform: capitalize; }
    #sticky_addtocart .form .pop-up-option {
      padding: 25px 60px 20px 60px; } }

@media (min-width: 1025px) {
  .show_sticky#sticky_addtocart {
    z-index: 9;
    opacity: 1;
    visibility: visible; } }

/* Description Tab */
.custom-product-description {
  float: left;
  width: 100%;
  background: #f8f8f8; }
  @media (min-width: 768px) {
    .custom-product-description .product-img {
      width: 50%;
      float: left; } }
  @media (min-width: 1025px) {
    .custom-product-description .product-img {
      width: calc(100% - 600px); } }
  .custom-product-description .card-img-container:after {
    padding-bottom: 128.20513%; }
  .custom-product-description .productView-img-container:after {
    padding-bottom: 128.16901%; }
  @media (min-width: 768px) {
    .custom-product-description .product-tab {
      width: 50%;
      float: left; } }
  @media (min-width: 1025px) {
    .custom-product-description .product-tab {
      width: 600px; } }
  .custom-product-description .product-tab h4 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 24px !important;
    color: #0f0f0f;
    margin-top: 58px;
    margin-bottom: 28px; }
  .custom-product-description .product-tab ul {
    font-size: 0;
    flex-wrap: nowrap; }
    .custom-product-description .product-tab ul li {
      padding: 0 10px;
      width: 50%;
      display: inline-block; }
      .custom-product-description .product-tab ul li:first-child {
        padding-left: 0; }
      .custom-product-description .product-tab ul li:last-child {
        padding-right: 0; }
      .custom-product-description .product-tab ul li:before {
        display: none; }
      .custom-product-description .product-tab ul li a {
        background: white;
        color: #5f5f5f;
        border: 1px solid #eaeaea;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: .05em;
        text-align: center;
        display: inline-block;
        width: 100%;
        padding: 16px 15px 15px; }
      .custom-product-description .product-tab ul li.is-active a {
        background: #0f0f0f;
        color: white;
        border: 1px solid #0f0f0f; }
      .custom-product-description .product-tab ul li.custom-field-tab {
        display: none; }
        .custom-product-description .product-tab ul li.custom-field-tab.has-custom-field {
          display: inline-block; }
  .custom-product-description .product-tab .tabs-contents {
    margin-top: 10px; }
    .custom-product-description .product-tab .tabs-contents table {
      border: none; }
      .custom-product-description .product-tab .tabs-contents table tr {
        border-bottom: 1px solid #eaeaea; }
        .custom-product-description .product-tab .tabs-contents table tr td {
          color: #5f5f5f;
          padding: 18px 15px 17px 15px;
          letter-spacing: 0px; }
          .custom-product-description .product-tab .tabs-contents table tr td:first-child {
            padding-left: 0; }
          .custom-product-description .product-tab .tabs-contents table tr td:last-child {
            padding-right: 0; }
          .custom-product-description .product-tab .tabs-contents table tr td + td {
            border-left: none;
            text-align: right; }
          .custom-product-description .product-tab .tabs-contents table tr td strong {
            text-transform: uppercase;
            font-size: 12px;
            letter-spacing: .05em;
            color: #0f0f0f;
            font-weight: 500; }
        .custom-product-description .product-tab .tabs-contents table tr:first-child td {
          padding-top: 0; }
    .custom-product-description .product-tab .tabs-contents .productView-info {
      margin-top: 0; }
      .custom-product-description .product-tab .tabs-contents .productView-info .productView-info-name {
        color: #0f0f0f;
        font-weight: 500;
        margin-bottom: 10px; }

/* Banner Product Custom */
.banner-product-custom {
  float: left;
  width: 100%; }
  .banner-product-custom .banner-list .banner-item .banner-item-inner {
    position: relative; }
  .banner-product-custom .banner-list .banner-item .banner-wrap {
    width: 100%;
    padding: 15px;
    color: white; }
    @media (min-width: 768px) {
      .banner-product-custom .banner-list .banner-item .banner-wrap {
        position: absolute; } }
    @media (max-width: 767px) {
      .banner-product-custom .banner-list .banner-item .banner-wrap {
        color: #5f5f5f;
        text-align: center; } }
    .banner-product-custom .banner-list .banner-item .banner-wrap .title {
      color: white;
      font-size: 30px;
      line-height: 40px;
      text-transform: uppercase;
      margin-bottom: 10px;
      margin-top: 0; }
      @media (min-width: 1025px) {
        .banner-product-custom .banner-list .banner-item .banner-wrap .title {
          font-size: 40px;
          line-height: 50px; } }
      @media (max-width: 767px) {
        .banner-product-custom .banner-list .banner-item .banner-wrap .title {
          color: #0f0f0f;
          font-size: 24px; } }
    .banner-product-custom .banner-list .banner-item .banner-wrap .des {
      font-size: 12px;
      line-height: 24px;
      margin-bottom: 0; }
      @media (min-width: 768px) {
        .banner-product-custom .banner-list .banner-item .banner-wrap .des {
          filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.15)); } }
      @media (min-width: 1025px) {
        .banner-product-custom .banner-list .banner-item .banner-wrap .des {
          font-size: 14px;
          line-height: 26px; } }
  .banner-product-custom .banner-list .banner-item.banner-large {
    width: 100%;
    padding-bottom: 15px;
    padding-left: 0;
    padding-right: 0; }
    @media (min-width: 1025px) {
      .banner-product-custom .banner-list .banner-item.banner-large {
        padding-bottom: 30px; } }
    .banner-product-custom .banner-list .banner-item.banner-large .card-img-container:after {
      padding-bottom: 42.32804%; }
    @media (min-width: 768px) {
      .banner-product-custom .banner-list .banner-item.banner-large .banner-wrap {
        top: 50%;
        left: 0px;
        transform: translate(0%, -50%);
        -webkit-transform: translate(0%, -50%);
        -moz-transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
        max-width: 570px;
        padding: 25px; } }
    @media (min-width: 1025px) {
      .banner-product-custom .banner-list .banner-item.banner-large .banner-wrap {
        padding: 100px 0;
        left: 13.5%; } }
  .banner-product-custom .banner-list .banner-item.banner-small {
    padding-bottom: 30px; }
    @media (min-width: 768px) {
      .banner-product-custom .banner-list .banner-item.banner-small {
        padding: 15px;
        width: 50%;
        float: left; } }
    @media (min-width: 1025px) {
      .banner-product-custom .banner-list .banner-item.banner-small {
        padding: 30px 15px; } }
    .banner-product-custom .banner-list .banner-item.banner-small .card-img-container:after {
      padding-bottom: 90.90909%; }
    @media (min-width: 768px) {
      .banner-product-custom .banner-list .banner-item.banner-small .banner-wrap {
        left: 0px;
        right: 0px;
        bottom: 0px;
        padding: 25px; } }
    @media (min-width: 1025px) {
      .banner-product-custom .banner-list .banner-item.banner-small .banner-wrap {
        padding: 100px; } }
  @media (max-width: 1280px) {
    .banner-product-custom .banner-list > .container {
      padding: 0; } }

/* Video Gallery Popup */
.productView-nav-pc, .label-videos-pc {
  display: none; }
  @media (min-width: 1025px) {
    .productView-nav-pc, .label-videos-pc {
      display: block; } }

@media (min-width: 1025px) {
  .productView-nav-mobile, .label-videos-mobile {
    display: none; } }

.vgallery_popup .content_slide {
  font-size: 0;
  display: block; }
  .vgallery_popup .content_slide .box1, .vgallery_popup .content_slide .box2 {
    position: relative;
    display: inline-block;
    vertical-align: top; }
  .vgallery_popup .content_slide .box1 {
    width: 62%;
    overflow: hidden;
    max-height: 540px; }
  .vgallery_popup .content_slide .box2 {
    width: 38%;
    padding-left: 50px; }

.vgallery_popup .btn-arrow {
  top: 50%;
  z-index: 2;
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: absolute;
  transform: translateY(-50%);
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.5); }
  .vgallery_popup .btn-arrow:before {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center center; }
  .vgallery_popup .btn-arrow.btn-prev {
    left: 0; }
    .vgallery_popup .btn-arrow.btn-prev:before {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M22.4572074 1.00746147l-21 20.02482143 20.9479397 19.9751786' stroke='%230f0f0f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
  .vgallery_popup .btn-arrow.btn-next {
    right: 0; }
    .vgallery_popup .btn-arrow.btn-next:before {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M1.45679 1.00746147l21 20.02482143L1.50885 41.0074615' stroke='%230f0f0f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }

.vgallery_popup .galleryView {
  width: 100%;
  text-align: center; }
  .vgallery_popup .galleryView:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 75%; }
  .vgallery_popup .galleryView img:not([role="presentation"]) {
    top: 0;
    left: 50%;
    height: 100%;
    position: absolute;
    transform: translateX(-50%); }
  .vgallery_popup .galleryView > iframe {
    top: 50%;
    left: 50%;
    min-height: 430px;
    position: absolute;
    transform: translate(-50%, -50%); }
    @media (min-width: 1440px) {
      .vgallery_popup .galleryView > iframe {
        min-height: 530px; } }

.vgallery_popup .gallery-thumbnail h2 {
  font-size: 12px;
  font-weight: 400;
  color: #8c8c8c;
  margin: -7px 0 5px 0;
  text-transform: capitalize; }

.vgallery_popup .gallery-thumbnail ul {
  margin: 0 -5px;
  font-size: 0;
  text-align: left; }
  .vgallery_popup .gallery-thumbnail ul li {
    position: relative;
    font-size: 12px;
    width: 25%;
    display: inline-block;
    vertical-align: top;
    padding: 5px; }
  .vgallery_popup .gallery-thumbnail ul .thumbbsd {
    display: block;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    position: relative; }
    .vgallery_popup .gallery-thumbnail ul .thumbbsd:after {
      content: '';
      display: block;
      height: 0;
      width: 100%;
      padding-bottom: 128%; }
    .vgallery_popup .gallery-thumbnail ul .thumbbsd img {
      top: 50%;
      left: 50%;
      width: auto;
      height: 100%;
      max-width: none;
      position: absolute;
      transform: translate(-50%, -50%); }
    .vgallery_popup .gallery-thumbnail ul .thumbbsd.thumb-video {
      border-radius: 3px;
      overflow: hidden; }
      .vgallery_popup .gallery-thumbnail ul .thumbbsd.thumb-video:before {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: "";
        z-index: 2;
        border-radius: 3px;
        position: absolute;
        background-color: rgba(255, 255, 255, 0.5);
        border: 1px solid #1e1e1e; }

.vgallery_popup .gallery-thumbnail + .gallery-thumbnail {
  margin-top: 40px; }

.vgallery_popup .gallery-thumbnail.gallery-thumbnail-2 ul li .thumbbsd:after {
  padding-bottom: 100%; }

.vgallery_popup .gallery-thumbnail-1 h2:before {
  content: 'Product Image';
  letter-spacing: .02em; }

.vgallery_popup .gallery-thumbnail-2 h2:before {
  content: 'Product Video';
  letter-spacing: .02em; }

/* Product Tab Products */
.productTabsProducts {
  clear: both;
  margin-top: 65px;
  display: inline-block;
  width: 100%; }
  @media (max-width: 767px) {
    .productTabsProducts {
      margin-top: 35px; } }

/* Quick View */
.modal-quickview {
  width: 1067px; }
  .modal-quickview .modal-body.quickView {
    padding: 40px; }
    .modal-quickview .modal-body.quickView .productView {
      margin: 0 0 80px 0; }
    .modal-quickview .modal-body.quickView > .container {
      padding: 0; }
    .modal-quickview .modal-body.quickView .productView-images {
      padding-left: 0;
      padding-right: 18px;
      width: 50.5%; }
    .modal-quickview .modal-body.quickView .productView-thumbnails-wrap .productView-thumbnail {
      padding: 0 7.5px; }
    .modal-quickview .modal-body.quickView .productView-details {
      padding-right: 0;
      padding-left: 35px;
      width: 49.5%; }
      .modal-quickview .modal-body.quickView .productView-details .productView-info {
        margin-bottom: 0; }
      .modal-quickview .modal-body.quickView .productView-details .sold-product {
        margin-top: 0px;
        width: 100%;
        text-align: right;
        margin-bottom: 2px; }
      .modal-quickview .modal-body.quickView .productView-details .form-action {
        width: 100%; }
        .modal-quickview .modal-body.quickView .productView-details .form-action.addToCart {
          margin-right: 0;
          margin-top: 9px; }
          .modal-quickview .modal-body.quickView .productView-details .form-action.addToCart .button {
            margin-right: 0;
            margin-bottom: 0; }
      .modal-quickview .modal-body.quickView .productView-details .form-wishlist {
        margin-left: 0;
        margin-bottom: 20px; }
        .modal-quickview .modal-body.quickView .productView-details .form-wishlist .button {
          margin-bottom: 0; }
        .modal-quickview .modal-body.quickView .productView-details .form-wishlist #wishlist-dropdown.is-open {
          top: 100% !important; }

.price--rrp,
.price--non-sale,
.price--discounted {
  text-decoration: line-through; }

.price-section--minor {
  color: #999999; }

.compareTable {
  table-layout: fixed;
  width: 100%;
  border: 1px solid #e5e5e5;
  margin-top: 38px; }
  .compareTable thead {
    text-align: center; }
  .compareTable th {
    border: 1px solid #e5e5e5; }

.compareTable-row {
  vertical-align: top; }
  .compareTable-row .compareTable-heading,
  .compareTable-row .compareTable-item {
    border: 1px solid #e5e5e5; }
  .compareTable-row + .compareTable-row {
    border-top: 1px solid #e5e5e5; }
    .compareTable-row + .compareTable-row .compareTable-heading:empty {
      border-top: 0; }
  .compareTable-row ul {
    margin-left: 8px;
    text-align: left; }

.compareTable-heading {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 500;
  padding: 1.25rem 1rem;
  text-transform: uppercase;
  position: relative;
  text-align: center;
  width: 0;
  color: #0f0f0f; }
  @media (min-width: 1025px) {
    .compareTable-heading {
      width: 25%; } }

.compareTable-headingText {
  white-space: nowrap; }

.compareTable-item {
  padding: 3.25rem 1rem 1.25rem; }
  @media (min-width: 1025px) {
    .compareTable-item {
      padding-top: 1.25rem; } }

.compareTable-removeProduct {
  background-color: black;
  border-radius: 50%;
  height: 25px;
  position: absolute;
  right: -12px;
  top: -12px;
  transition: background-color 0.15s ease;
  width: 25px; }
  .compareTable-removeProduct .icon {
    fill: white;
    stroke: white;
    height: 13px;
    margin-top: 1px;
    width: 13px; }

.compareTable-product {
  font-weight: 400;
  padding: 2rem 1.25rem 1.25rem; }
  .compareTable-product .card {
    margin-bottom: 0; }
  .compareTable-product .card-body {
    min-height: 6rem;
    padding-top: 1rem; }
    .compareTable-product .card-body .price-section {
      margin-bottom: 12px; }
    .compareTable-product .card-body .card-figcaption-button {
      width: 100%; }

.compareTable-action {
  padding: 0 1rem 1rem; }
  .compareTable-action .button {
    display: block;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%; }

.blocker {
  background: rgba(255, 255, 255, 0.5);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 500; }

.blocker-container {
  position: relative; }

.textTruncate {
  padding-bottom: 1.5rem;
  position: relative;
  transition: max-height 100ms ease-out; }

.js .textTruncate {
  max-height: 110px;
  overflow: hidden; }

.js .textTruncate--visible {
  max-height: 83.33333rem; }

.textTruncate-viewMore {
  background-color: white;
  bottom: 0;
  padding-top: 10px;
  position: absolute;
  width: 100%; }

.toggle {
  border-top: 1px solid #e5e5e5;
  margin-bottom: 2.25rem; }
  .toggle:last-of-type {
    margin-bottom: 4.5rem; }

.toggle-title {
  margin-bottom: 2.25rem; }

.toggleLink {
  color: #232323; }
  .toggleLink:hover {
    color: black; }
  .toggle-title .toggleLink {
    float: right;
    line-height: 24px; }

.toggleLink-text {
  font-size: 13px;
  font-weight: 400; }

.toggleLink-text--off {
  display: inline-block; }
  .toggleLink.is-open .toggleLink-text--off {
    display: none; }

.toggleLink-text--on {
  display: none; }
  .toggleLink.is-open .toggleLink-text--on {
    display: inline-block; }

.toggle-content {
  display: none; }
  .toggle-content.is-open {
    display: block; }

.facetedSearch-toggle {
  margin: 0 auto;
  max-width: 100rem;
  width: 100%;
  border: #e5e5e5 solid;
  border-radius: 4px;
  border-width: 1px;
  display: block;
  margin-bottom: 2rem;
  padding: 1rem;
  display: none; }
  .facetedSearch-toggle:before, .facetedSearch-toggle:after {
    content: " ";
    display: table; }
  .facetedSearch-toggle:after {
    clear: both; }
  @media (min-width: 1025px) {
    .facetedSearch-toggle {
      display: none !important; } }
  .facetedSearch-toggle.is-open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 0; }

.facetedSearch-toggle-text,
.facetedSearch-toggle-indicator {
  display: block;
  font-weight: normal; }

.facetedSearch-toggle-text {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 58.33333%;
  float: left;
  padding: 0;
  text-align: left; }

.facetedSearch-toggle-indicator {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 41.66667%;
  float: left;
  font-weight: bold;
  padding: 0;
  text-align: right; }

.facetedSearch-navList.is-open {
  display: block; }
  .facetedSearch-navList.is-open .accordion--navList,
  .facetedSearch-navList.is-open .accordion-block:first-child .accordion-navigation {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.facetedSearch-toggle + .facetedSearch-navList,
.sidebarBlock + .facetedSearch-navList {
  margin-top: 2.91667rem; }

.facetedSearch-toggle + .facetedSearch-navList.is-open,
.sidebarBlock + .facetedSearch-navList.is-open {
  margin-top: -1px; }
  @media (min-width: 1025px) {
    .facetedSearch-toggle + .facetedSearch-navList.is-open,
    .sidebarBlock + .facetedSearch-navList.is-open {
      margin-top: 2rem; } }

.facetedSearch-navList .navList--inner {
  margin-left: 1.5rem; }

.facetedSearch-navList #facetedSearch-content--price .form-input {
  height: 42px; }

.facet-quick-heading {
  text-transform: capitalize; }

.facetedSearch-optionColumns {
  column-count: 3;
  column-gap: 20px; }

.facetedSearch-content--rating .is-selected {
  font-weight: bold; }

.category-layout-1 .accordion-title {
  border-bottom: none;
  margin-bottom: 15px; }

.category-layout-1 .accordion-block + .accordion-block {
  border-top: 1px solid #e5e5e5;
  padding-top: 40px;
  margin-top: 0; }

.category-layout-1 .accordion-block .accordion-content {
  padding-bottom: 28px;
  margin-top: 10px; }

.category-layout-1 #facetedSearch-content--brand {
  margin-bottom: 10px; }

.banners {
  background-color: white;
  color: #5f5f5f;
  padding: 0.75rem 0px;
  text-align: center; }
  .banners p:last-child {
    margin-bottom: 0; }
  .banners a {
    color: #0f0f0f; }

.banner + .banner {
  margin-top: 1.5rem; }

.category-banner {
  margin-bottom: 0px;
  display: inline-block;
  width: 100%;
  margin-top: 10px; }
  @media (min-width: 1025px) {
    .category-banner {
      margin-bottom: 28px; } }
  @media (max-width: 1280px) {
    .category-banner .container {
      padding: 0; } }

.facetLabel {
  background: #e5e5e5;
  border-radius: 4px;
  padding: 0.16667rem 0.5rem 0.16667rem 0.66667rem;
  text-decoration: none; }
  .facetLabel .icon {
    height: 1rem;
    width: 1rem;
    display: inline-block;
    fill: #232323;
    position: relative;
    top: -1px; }

.page-type-cart .empty_cart {
  text-align: center;
  font-weight: 400;
  margin-top: 40px; }

[data-cart-status] .alertBox--info {
  background: #e8f4fa;
  color: #31708f; }

[data-cart] .loadingOverlay {
  left: -15px;
  right: -15px; }

.cart {
  display: block;
  margin-bottom: 45px;
  width: 100%; }
  @media (min-width: 1025px) {
    .cart {
      display: table; } }

.cart-header {
  display: none;
  background: #f8f8f8; }
  @media (min-width: 1025px) {
    .cart-header {
      display: table-header-group;
      text-align: left; } }

.cart-header-item {
  padding: 9px 20px 8px 20px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: .05em;
  color: #0f0f0f; }

.cart-list {
  display: block;
  vertical-align: top; }
  @media (min-width: 1025px) {
    .cart-list {
      display: table-row-group; } }

.cart-item {
  border-bottom: 1px solid #e5e5e5;
  clear: both;
  display: block;
  padding-top: 30px;
  padding-bottom: 35px;
  padding-left: 90px;
  position: relative; }
  @media (min-width: 481px) {
    .cart-item {
      padding-left: 120px; } }
  @media (min-width: 768px) {
    .cart-item {
      padding-left: 145px; }
      .cart-item:before, .cart-item:after {
        content: " ";
        display: table; }
      .cart-item:after {
        clear: both; } }
  @media (min-width: 1025px) {
    .cart-item {
      display: table-row;
      padding-left: 0; }
      .cart-item:before, .cart-item:after {
        display: none; } }
  .cart-item:first-child {
    padding-top: 10px; }
    @media (max-width: 767px) {
      .cart-item:first-child .cart-remove {
        top: 34px; } }

.cart-item-block {
  display: block;
  padding-top: 5px; }
  @media (min-width: 1025px) {
    .cart-item-block {
      display: table-cell;
      padding: 35px 0 32px 0; } }
  .cart-item-block .definitionList {
    margin-bottom: 8px; }
    .cart-item-block .definitionList dt, .cart-item-block .definitionList dd {
      margin-bottom: 3px; }

.cart-item-figure {
  float: left;
  margin-bottom: 1.5rem;
  position: relative;
  margin-left: -90px;
  width: 90px; }
  @media (min-width: 481px) {
    .cart-item-figure {
      width: 120px;
      margin-left: -120px; } }
  @media (min-width: 768px) {
    .cart-item-figure {
      margin-bottom: 0;
      margin-left: -145px; } }
  @media (min-width: 1025px) {
    .cart-item-figure {
      float: none; } }
  .cart-item-figure:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 128.33333%; }
  .cart-item-figure.giftCertificate:after {
    padding-bottom: 0; }

.cart-item-fixed-image {
  width: 100%; }

.cart-item-image {
  max-width: 120px;
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  margin: auto; }
  @media (min-width: 1025px) {
    .cart-item-image {
      margin-left: 0;
      top: 35px; } }
  @media (max-width: 480px) {
    .cart-item-image {
      max-width: 90px; } }

.cart-item-title {
  display: table-cell;
  height: 8.33333rem;
  padding-left: 15px;
  padding-bottom: 15px;
  padding-top: 0px; }
  @media (min-width: 768px) {
    .cart-item-title {
      display: block;
      height: auto;
      overflow: hidden; } }
  @media (min-width: 1025px) {
    .cart-item-title {
      display: table-cell;
      padding: 25px 20px 32px 30px;
      margin-bottom: 1.5rem; } }
  .cart-item-title a[data-item-edit], .cart-item-title .change-giftCertificate {
    color: #003087;
    border-bottom: 1px solid #003087;
    line-height: 15px;
    display: inline-block; }

.cart-item-info {
  width: 100%; }
  @media (min-width: 768px) {
    .cart-item-info {
      clear: none;
      float: left;
      overflow: hidden;
      width: 33.33%; }
      .cart-item-info + .cart-item-quantity {
        margin-top: 2px; } }
  @media (min-width: 1025px) {
    .cart-item-info {
      float: none;
      width: 20%;
      clear: both; }
      .cart-item-info + .cart-item-info {
        margin-top: 0.75rem; } }

.cart-item-price {
  font-size: 14px;
  letter-spacing: 0; }
  @media (max-width: 767px) {
    .cart-item-price {
      padding-bottom: 10px; } }
  @media (min-width: 768px) {
    .cart-item-price {
      position: relative; } }
  @media (min-width: 1025px) {
    .cart-item-price {
      padding-top: 94px;
      text-align: center; } }
  .cart-item-price .cart-item-value {
    color: #0f0f0f; }
    .cart-item-price .cart-item-value.price--discounted {
      color: #5f5f5f;
      margin-right: 2px; }
  @media (min-width: 1025px) {
    .cart-item-price.giftCertificate {
      padding-top: 69px; } }

@media (min-width: 1025px) {
  .cart-header-quantity,
  .cart-item-quantity {
    text-align: center; } }

@media (min-width: 1025px) {
  .cart-item-quantity {
    padding-top: 82px; }
    .cart-item-quantity.giftCertificate {
      padding-top: 57px; } }

@media (max-width: 767px) {
  .cart-item-quantity {
    margin-bottom: 10px; } }

@media (min-width: 321px) and (max-width: 767px) {
  .cart-item-quantity .cart-item-label {
    height: 44px;
    line-height: 44px; } }

.cart-item-quantity .form-increment {
  display: inline-block;
  margin: 0 0.16667rem 1px 1.5rem;
  vertical-align: middle; }
  @media (min-width: 1025px) {
    .cart-item-quantity .form-increment {
      margin-left: 0; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    .cart-item-quantity .form-increment {
      margin-top: 7px; } }
  .cart-item-quantity .form-increment .form-input--incrementTotal {
    width: 50px; }

.cart-item-label {
  color: #0f0f0f;
  float: left;
  margin-bottom: 0.41667rem;
  text-align: right;
  width: auto;
  padding-left: 15px;
  font-weight: 500; }
  @media (min-width: 768px) {
    .cart-item-label {
      display: block;
      text-align: left;
      width: 100%; } }
  @media (min-width: 1025px) {
    .cart-item-label {
      display: none; } }

.cart-item-value {
  padding-left: 1.5rem; }
  @media (min-width: 1025px) {
    .cart-item-value {
      padding-left: 0; } }

.cart-item-brand {
  color: #999999;
  margin-bottom: 0.16667rem;
  margin-bottom: 3px; }

.cart-item-name {
  font-size: 14px;
  margin: 0 0 12px 0; }
  @media (max-width: 767px) {
    .cart-item-name {
      padding-right: 30px; } }
  .cart-item-name + .definitionList {
    margin-top: 0.41667rem; }

.cart-item-options--giftWrapping {
  margin-top: 10px;
  margin-bottom: 0; }
  .cart-item-options--giftWrapping dt, .cart-item-options--giftWrapping dd {
    margin-bottom: 0; }
  .cart-item-options--giftWrapping .cart-item-option-title {
    display: inline-block;
    font-weight: 500;
    color: #0f0f0f; }
  .cart-item-options--giftWrapping .cart-item-option-description {
    display: inline-block; }
    .cart-item-options--giftWrapping .cart-item-option-description a {
      color: #003087;
      border-bottom: 1px solid #003087;
      line-height: 15px;
      display: inline-block; }

.cart-remove {
  cursor: pointer;
  float: right;
  height: 1.66667rem;
  margin-top: 0.16667rem;
  transition: background-color 0.15s ease;
  width: 1.66667rem;
  position: absolute;
  top: 54px;
  right: 0; }
  @media (min-width: 768px) {
    .cart-remove {
      margin-left: 1rem;
      top: 31px; } }
  @media (min-width: 1025px) {
    .cart-remove {
      top: 91px; } }
  .cart-remove.cart-remove--spacer {
    visibility: hidden; }
  .cart-remove > svg {
    fill: #757575; }

.cart-totals {
  list-style: none;
  margin-left: 0;
  margin-bottom: 1.5rem;
  text-align: right;
  width: 100%; }
  .cart-totals ul,
  .cart-totals ol {
    list-style: none;
    margin-bottom: 0; }
  @media (min-width: 768px) {
    .cart-totals {
      float: right;
      width: 75%; } }
  @media (min-width: 1025px) {
    .cart-totals {
      margin-bottom: 1rem;
      width: 58.33333%; } }
  @media (min-width: 1281px) {
    .cart-totals {
      width: 41.66667%; } }

.cart-total {
  border-bottom: 0; }
  .cart-total:before, .cart-total:after {
    content: " ";
    display: table; }
  .cart-total:after {
    clear: both; }
  @media (min-width: 1025px) {
    .cart-total + .cart-total {
      border-top: 1px solid #e5e5e5; } }
  .cart-total .form-input {
    display: inline-block;
    height: 2.66667rem;
    padding: 0.5rem;
    vertical-align: top;
    width: 75%; }
  .cart-total .form-select {
    background-position: right 0.41667rem center;
    background-size: 1.66667rem 1.66667rem;
    height: 2.66667rem;
    margin-bottom: 0.75rem;
    padding: 0 0.75rem; }
  .cart-total .form-inlineMessage {
    text-align: left; }

.cart-total-label {
  color: #232323;
  width: 33.33333%; }
  @media (min-width: 768px) {
    .cart-total-label {
      width: 50%; } }
  @media (min-width: 1025px) {
    .cart-total-label {
      display: block;
      padding-left: 0;
      text-align: left; } }

.cart-total-value {
  text-align: left; }
  @media (min-width: 768px) {
    .cart-total-value {
      text-align: right; } }
  @media (min-width: 1025px) {
    .cart-total-value {
      width: 50%; } }

.cart-total-label,
.cart-total-value {
  float: left;
  padding: 0.5rem 0 0.5rem 1.5rem; }
  @media (min-width: 1025px) {
    .cart-total-label,
    .cart-total-value {
      padding: 1rem 0; } }

.cart-total-label-grandTotal {
  font-size: 20px;
  float: left; }
  @media (min-width: 1025px) {
    .cart-total-label-grandTotal {
      padding: 1rem 0; } }

.cart-total-grandTotal {
  font-size: 20px;
  padding-bottom: 0.16667rem;
  padding-top: 0.16667rem;
  position: relative; }
  @media (min-width: 1025px) {
    .cart-total-grandTotal {
      padding: 1rem 0;
      top: -0.25rem; } }

.coupon-code-add,
.coupon-code-cancel,
.shipping-estimate-show,
.gift-certificate-add,
.gift-certificate-cancel {
  color: #232323;
  padding: 0;
  text-decoration: underline;
  transition: color 0.15s ease; }
  .coupon-code-add:hover,
  .coupon-code-cancel:hover,
  .shipping-estimate-show:hover,
  .gift-certificate-add:hover,
  .gift-certificate-cancel:hover {
    color: black; }

.coupon-code-cancel,
.shipping-estimate-show[aria-expanded="true"] {
  font-style: italic; }

.coupon-form,
.cart-gift-certificate-form {
  font-size: 0;
  margin-bottom: 1rem; }
  .coupon-form:before, .coupon-form:after,
  .cart-gift-certificate-form:before,
  .cart-gift-certificate-form:after {
    content: " ";
    display: table; }
  .coupon-form:after,
  .cart-gift-certificate-form:after {
    clear: both; }
  .coupon-form .form-input,
  .coupon-form .button,
  .cart-gift-certificate-form .form-input,
  .cart-gift-certificate-form .button {
    float: left; }
  .coupon-form .form-input,
  .cart-gift-certificate-form .form-input {
    width: 78%; }
  .coupon-form .button,
  .cart-gift-certificate-form .button {
    margin: 0 0 0 2%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 20%; }

.estimator-form {
  margin-bottom: 0; }
  .estimator-form .form-input {
    margin-bottom: 0.75rem;
    width: 100%; }
  .estimator-form .button--primary {
    width: 60%; }

.estimator-form-label {
  clear: both;
  float: left;
  font-weight: 400;
  margin-bottom: 0; }
  .estimator-form-label .form-label {
    line-height: 2.66667rem;
    margin-bottom: 0; }

.estimator-form-label-text {
  margin-left: 0.83333rem; }

.estimator-form-input {
  float: right;
  margin-bottom: 1em;
  width: 60%; }
  .estimator-form-input .form-input,
  .estimator-form-input .form-select {
    margin-bottom: 0; }

.estimator-form-input--price {
  width: 30%; }

.estimator-form-row:before, .estimator-form-row:after {
  content: " ";
  display: table; }

.estimator-form-row:after {
  clear: both; }

.estimator-form-toggleUPSRate {
  display: block;
  margin-bottom: 1em; }

.cart-actions {
  clear: both;
  text-align: right; }
  .cart-actions:before, .cart-actions:after {
    content: " ";
    display: table; }
  .cart-actions:after {
    clear: both; }
  .cart-actions .cart-empty {
    display: inline-block;
    margin-right: 25px; }
    @media (max-width: 767px) {
      .cart-actions .cart-empty {
        width: 100%;
        margin-bottom: 10px;
        margin-right: 0; }
        .cart-actions .cart-empty .button {
          width: 100%; } }
  .cart-actions .button {
    margin-bottom: 10px; }
  .cart-actions .button--checkout {
    width: 100%;
    padding: 21px 15px 20px 15px;
    margin-top: 6px; }
  .cart-actions .checkoutMultiple {
    clear: right;
    display: block;
    float: right;
    padding-top: 0.41667rem; }

.previewCart-additionalCheckoutButtons {
  padding-right: 1.5rem;
  padding-bottom: 1.5rem; }

.previewCartList {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  margin-bottom: 20px;
  max-height: calc(100vh - 290px);
  overflow: auto;
  height: auto;
  display: block; }
  .previewCartList ul,
  .previewCartList ol {
    list-style: none;
    margin-bottom: 0; }
  .previewCartList li {
    margin: 0;
    padding: 0; }
  @media (min-width: 768px) {
    .previewCartList {
      max-height: calc(100vh - 400px); } }

.previewCartItem {
  margin: 0 auto;
  max-width: 100rem;
  width: 100%;
  line-height: 19px; }
  .previewCartItem:before, .previewCartItem:after {
    content: " ";
    display: table; }
  .previewCartItem:after {
    clear: both; }
  .previewCartItem + .previewCartItem {
    border-top: 1px solid #e5e5e5;
    padding-top: 30px;
    margin-top: 35px; }
  .previewCartItem:last-child {
    margin-bottom: 15px; }

.previewCartItem-image,
.previewCartItem-content {
  display: table-cell; }

.previewCartItem-image {
  width: 64px;
  max-height: 82px;
  padding: 0;
  text-align: center;
  position: relative;
  vertical-align: middle; }

.previewCartItem-content {
  width: calc(100% - 64px);
  padding-left: 20px;
  vertical-align: top; }
  .previewCartItem-content .previewCartItem-option {
    margin-top: -4px;
    margin-bottom: 5px; }
    .previewCartItem-content .previewCartItem-option .option-value {
      color: #727272; }
      .previewCartItem-content .previewCartItem-option .option-value + .option-value {
        padding-left: 5px;
        position: relative; }
        .previewCartItem-content .previewCartItem-option .option-value + .option-value:before {
          content: "/";
          position: absolute;
          top: 0;
          left: -2px;
          color: #727272; }

.previewCartItem-name {
  margin: 0 0 11px 0;
  text-transform: none;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .02em; }
  .previewCartItem-name > a {
    text-decoration: none;
    color: stencil("color-textSecondary"); }

.previewCartItem-brand {
  margin-bottom: 0.16667rem;
  font-size: 12px; }

.previewCartItem-price {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0;
  color: #727272; }
  .previewCartItem-price span {
    color: #232323; }
  .previewCartItem-price svg {
    fill: #727272;
    width: 14px;
    height: 15px; }

.previewCartAction {
  margin: 0 auto 20px auto;
  width: 100%;
  display: inline-block; }
  .previewCartAction .button {
    margin: 0;
    width: 100%; }

.previewCartAction-checkout,
.previewCartAction-viewCart {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding: 0; }
  .previewCartAction-checkout.previewCartAction-viewCart--sole,
  .previewCartAction-viewCart.previewCartAction-viewCart--sole {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: left;
    margin-left: auto;
    margin-right: auto;
    float: none; }

.previewCartAction-checkout {
  margin-bottom: 20px; }

.previewCartAction-checkoutMultiple {
  clear: both;
  padding-left: 0.75rem;
  padding-top: 0.41667rem; }

.giftWrapping-form .giftWrapping-single .form-select {
  max-width: 570px; }

.giftWrapping-form .form-actions button {
  min-width: 180px; }

.cart-seal-logos {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 35px;
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    .cart-seal-logos {
      overflow-x: auto;
      overflow-y: hidden;
      white-space: nowrap;
      padding-bottom: 15px; } }
  .cart-seal-logos > img {
    padding: 0 10px; }

#CartEditProductFieldsForm .form-actions {
  margin-bottom: 30px; }
  #CartEditProductFieldsForm .form-actions .button {
    min-width: 210px; }

#CartEditProductFieldsForm .form-field > a + label {
  margin-left: 10px; }
  #CartEditProductFieldsForm .form-field > a + label input[type="checkbox"] {
    margin-left: 5px; }

.addressList {
  font-size: 0;
  list-style: none;
  margin-left: -0.75rem;
  margin-right: -0.75rem; }

.address {
  display: inline-block;
  float: left;
  padding: 0 0.75rem;
  vertical-align: top;
  width: 100%; }
  @media (min-width: 768px) {
    .address {
      width: 50%; } }
  @media (min-width: 1025px) {
    .address {
      width: 33.33333%; } }

.panel--address {
  font-size: 12px;
  position: relative; }
  .panel--address .panel-body {
    min-height: 20.83333rem;
    padding: 1.5rem; }
    @media (min-width: 768px) {
      .panel--address .panel-body {
        padding: 1.5rem 1.5rem; } }
  .panel--address .form-actions {
    margin-bottom: -0.75rem;
    margin-top: 1.5rem;
    text-align: left; }
    @media (min-width: 768px) {
      .panel--address .form-actions {
        bottom: 1.5rem;
        width: 100%;
        display: inline-block; } }
    .panel--address .form-actions .button {
      margin-bottom: 0.75rem;
      width: 48%;
      float: left;
      min-width: 0 !important;
      max-width: 200px; }
      .panel--address .form-actions .button + .button {
        margin-left: 4%;
        margin-top: 0; }

.address-title {
  margin: 0 0 0.75rem;
  text-transform: none; }

.address-details {
  list-style: none;
  margin: 0 0 0.75rem; }

.address-details--postal {
  font-size: 12px; }

.address-label,
.address-description {
  display: inline-block;
  font-size: 12px;
  margin: 0; }

.address-label {
  color: #232323;
  font-weight: 400; }

.panel--newAddress {
  display: block;
  text-align: center;
  text-decoration: none; }
  .panel--newAddress:hover .address-title {
    color: black; }
  .panel--newAddress .panel-body {
    background-color: transparent;
    border: 1px solid #e5e5e5;
    display: block; }
  .panel--newAddress .address-title {
    margin-bottom: 0;
    transition: all 0.15s ease; }

.address-addNew {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-55%); }

.address-symbol {
  font-size: 40px;
  line-height: 1; }

.videoGallery-main {
  height: 0;
  margin-bottom: 1.33333rem;
  overflow: hidden;
  padding-bottom: 67.5%;
  padding-top: 2.08333rem;
  position: relative;
  margin-bottom: 0; }
  .videoGallery-main.widescreen {
    padding-bottom: 56.34%; }
  .videoGallery-main.vimeo {
    padding-top: 0; }
  .videoGallery-main iframe,
  .videoGallery-main object,
  .videoGallery-main embed,
  .videoGallery-main video {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0; }

.videoGallery-list {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0;
  text-align: center;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  margin: 25px 0 0 0;
  padding: 0 0 10px; }
  .videoGallery-list ul,
  .videoGallery-list ol {
    list-style: none;
    margin-bottom: 0; }
  .videoGallery-list:before, .videoGallery-list:after {
    content: " ";
    display: table; }
  .videoGallery-list:after {
    clear: both; }

.videoGallery-item {
  display: inline-block;
  float: none;
  vertical-align: top;
  padding: 0 10px; }
  .videoGallery-item:first-child {
    padding-left: 0; }
  .videoGallery-item:last-child {
    padding-right: 0; }
  .videoGallery-item .video-body {
    display: none; }

.video {
  display: block;
  margin-bottom: 1.91667rem;
  opacity: 0.4;
  text-decoration: none;
  transition: opacity 100ms ease-out; }
  .video:before, .video:after {
    content: " ";
    display: table; }
  .video:after {
    clear: both; }
  .video-figure {
    float: left;
    margin-right: 0.75rem; }
    .video-figure > img {
      display: block; }
  .video-figure--opposite {
    float: right;
    margin-left: 0.75rem;
    margin-right: 0; }
  .video-body:before, .video-body:after {
    content: " ";
    display: table; }
  .video-body:after {
    clear: both; }
  @media (min-width: 1025px) {
    .video {
      margin-bottom: 1.91667rem; } }
  .video:hover, .video.is-active {
    color: #333333;
    opacity: 1; }

.video-figure {
  margin-right: 0; }

.video-title {
  margin-bottom: 0;
  margin-top: 0;
  text-transform: none; }

.video-description {
  font-size: 12px;
  margin-bottom: 0; }

#previewModal {
  width: 1030px; }
  #previewModal .modal-header-title {
    font-size: 12px;
    font-weight: 400;
    color: #3c3c3c; }
  @media (max-width: 991px) {
    #previewModal .modal-body {
      padding: 20px 15px; } }

.previewCart {
  margin: 0 auto;
  max-width: 100rem;
  width: 100%; }
  .previewCart:before, .previewCart:after {
    content: " ";
    display: table; }
  .previewCart:after {
    clear: both; }
  .previewCart .productView {
    margin: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    @media (min-width: 768px) {
      .previewCart .productView {
        width: calc(100% - 250px);
        padding-bottom: 0;
        padding-top: 0;
        padding-left: 0;
        padding-right: 15px;
        float: left; } }
    @media (min-width: 992px) {
      .previewCart .productView {
        width: calc(100% - 280px); } }
    .previewCart .productView .productView-image {
      width: 100px;
      min-height: 200px;
      -ms-flex-align: flex-start;
      -webkit-align-items: flex-start;
      align-items: flex-start; }
      .previewCart .productView .productView-image .productView-img-container {
        margin-top: 0; }
      @media (min-width: 768px) {
        .previewCart .productView .productView-image {
          width: 170px;
          display: flex;
          flex-direction: column;
          padding-right: 15px;
          min-height: 189px; }
          .previewCart .productView .productView-image .productView-img-container {
            max-width: 200px; } }
      @media (min-width: 992px) {
        .previewCart .productView .productView-image {
          width: 215px;
          min-height: 200px; } }
    @media (min-width: 768px) {
      .previewCart .productView .productView-image--cart {
        align-self: flex-start;
        margin: 0 auto;
        width: 100%; } }
    .previewCart .productView .productView-details {
      width: calc(100% - 100px);
      padding-right: 0; }
      @media (min-width: 768px) {
        .previewCart .productView .productView-details {
          width: calc(100% - 150px);
          padding-top: 22px; } }
      @media (min-width: 992px) {
        .previewCart .productView .productView-details {
          width: calc(100% - 215px); } }
  .previewCart .previewCartItem-price .icon {
    margin-left: 5px;
    margin-top: -2px;
    margin-right: 2px;
    font-size: 14px;
    font-weight: 300;
    color: #727272;
    width: auto;
    height: auto; }
  .previewCart .productView-title {
    margin-top: 0;
    font-size: 14px;
    letter-spacing: 0;
    margin-bottom: 12px; }
  .previewCart .productView-brand {
    text-transform: capitalize;
    color: #5f5f5f;
    margin-bottom: 5px; }
  .previewCart .productView-price {
    font-size: 14px;
    color: #0f0f0f;
    font-weight: 500;
    margin-bottom: 15px; }
    .previewCart .productView-price .qty {
      font-weight: 400;
      color: #555555; }
      .previewCart .productView-price .qty svg {
        width: 11px;
        height: 12px;
        fill: #555555;
        stroke: #555555; }
  .previewCart .productView-info {
    margin-top: 5px;
    margin-bottom: 5px; }
    .previewCart .productView-info .productView-info-name {
      min-width: 65px; }

.previewCartCheckout {
  text-align: center; }
  @media (min-width: 768px) {
    .previewCartCheckout {
      width: 250px;
      float: right;
      padding-left: 15px; } }
  @media (min-width: 992px) {
    .previewCartCheckout {
      width: 280px; } }
  .previewCartCheckout .button {
    display: block;
    margin: 0;
    width: 100%; }
    .previewCartCheckout .button + .button,
    .previewCartCheckout .button + p {
      margin-top: 0.75rem; }
  .previewCartCheckout .button--small {
    padding: 11px 15px;
    margin-bottom: 15px; }
  .previewCartCheckout p[data-cart-quantity] {
    margin-bottom: 13px; }

.previewCartCheckout-price {
  display: block;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin-top: 10px; }

.previewCartCheckout-subtotal {
  display: block;
  margin-bottom: 10px;
  margin-top: 16px;
  font-weight: 500;
  color: #0f0f0f;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 28px; }

.previewCartCheckout-additionalCheckoutButtons p {
  float: none !important;
  margin: 0.5rem 0; }

.previewCartCheckout-additionalCheckoutButtons .CheckoutButton {
  margin-bottom: 1rem; }
  .previewCartCheckout-additionalCheckoutButtons .CheckoutButton:first-child {
    margin-top: 10px; }
  .previewCartCheckout-additionalCheckoutButtons .CheckoutButton:last-child {
    margin-bottom: 15px; }

.suggestiveCart {
  display: none;
  text-align: center;
  margin-top: 5px; }
  .suggestiveCart > h4 {
    margin-bottom: 20px;
    text-transform: uppercase; }
  @media (min-width: 1025px) {
    .suggestiveCart {
      display: block; } }

.maintenanceNotice {
  background-color: #fffdea;
  box-shadow: 0 0 5px #999999;
  color: #333333;
  left: 1.16667rem;
  padding: 1rem 1.33333rem;
  position: fixed;
  top: 1.16667rem;
  width: 24rem;
  z-index: 500; }
  .maintenanceNotice > :last-child {
    margin-bottom: 0; }
  .maintenanceNotice a {
    color: #333333; }

.maintenanceNotice-header {
  font-family: "Poppins";
  margin: 0 0 0.75rem; }

body.hasAdminBar {
  padding-top: 101px; }
  @media (min-width: 1025px) {
    body.hasAdminBar {
      padding-top: 0; }
      body.hasAdminBar .banners {
        margin-top: 46px; }
      body.hasAdminBar .header {
        padding-top: 0; } }
  body.hasAdminBar .header {
    padding-top: 46px; }
  body.hasAdminBar .navPages-container.is-open {
    padding-top: 101px; }

.adminBar {
  background-color: white;
  box-shadow: 0 0.16667rem 0.58333rem 0 rgba(0, 0, 0, 0.2);
  color: #626568;
  float: left;
  font-family: "Source Sans Pro", arial, "sans serif", sans-serif;
  font-size: 14px;
  font-weight: 600;
  height: 46px;
  left: 0;
  position: fixed;
  text-decoration: none;
  top: 0;
  width: 100%;
  z-index: 10000; }

.adminBar-logo {
  background-color: #273a8a;
  float: left;
  height: 46px;
  width: 45px; }
  .adminBar-logo svg {
    height: 100%;
    padding: 7px 10px 11px 7px;
    width: 100%; }

.adminBar-content {
  align-items: center;
  display: flex;
  height: 46px;
  justify-content: space-between;
  margin-left: 45px;
  padding: 17px 20.5px 14px 20px; }
  .adminBar-content a {
    color: #4b71fc;
    font-weight: 600;
    text-decoration: none; }

.adminBar-private {
  float: right;
  text-align: right; }
  .adminBar-private span {
    white-space: nowrap; }

.preview {
  font-weight: 400;
  padding-left: 9px; }

.cookieMessage {
  display: none; }
  .cookieMessage .button {
    width: 100%; }
    @media (min-width: 1025px) {
      .cookieMessage .button {
        vertical-align: middle;
        width: 25%; } }
    @media (min-width: 1281px) {
      .cookieMessage .button {
        vertical-align: top; } }

.cookieMessage-container {
  margin: 0 auto; }

@media (min-width: 1025px) {
  .cookieMessage-text {
    display: inline-block; } }

.page-type-login .header-Mobile-item .item--account .navUser-action {
  pointer-events: none; }

@media (min-width: 768px) {
  .login-row {
    margin-top: 5.4rem;
    margin-left: -15px;
    margin-right: -15px; } }

.login-form {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 768px) {
    .login-form {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 50%;
      float: left;
      padding-left: 15px;
      padding-right: 15px;
      margin-top: 45px; } }
  .login-form .form-label {
    display: inline-block;
    width: 100%; }
    .login-form .form-label small {
      float: none;
      color: #bc2222;
      margin-top: 0;
      margin-left: 3px; }
  .login-form .form-actions {
    text-align: left;
    margin-top: 25px; }
  .login-form .button {
    min-width: 160px; }
    .login-form .button + .forgot-password {
      margin-top: 10px;
      color: #003087;
      background-image: linear-gradient(transparent 97%, #003087 3%);
      background-repeat: repeat-x;
      background-position-y: -3px;
      display: inline-block;
      width: auto; }
      @media (min-width: 768px) {
        .login-form .button + .forgot-password {
          margin-left: 25px; } }

.new-customer {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 768px) {
    .new-customer {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 50%;
      float: left;
      padding-left: 15px;
      padding-right: 15px; } }
  .new-customer .panel-header, .new-customer .panel-body {
    background: #f5f5f5; }
  .new-customer .panel-header {
    padding: 20px 20px 12px 20px; }
    @media (min-width: 768px) {
      .new-customer .panel-header {
        padding: 45px 50px 12px 50px; } }
    .new-customer .panel-header .panel-title {
      text-transform: uppercase;
      font-weight: 500;
      letter-spacing: .05em;
      font-size: 16px;
      color: #0f0f0f; }
  .new-customer .panel-body {
    padding: 0px 20px 20px 20px; }
    @media (min-width: 768px) {
      .new-customer .panel-body {
        padding: 0px 50px 50px 50px; } }
    .new-customer .panel-body .create_account .button {
      width: 100%;
      margin-bottom: 0; }
      @media (min-width: 375px) {
        .new-customer .panel-body .create_account .button {
          min-width: 256px;
          width: auto; } }

.new-customer-intro {
  margin-bottom: 15px; }

.new-customer-fact-list {
  margin-bottom: 26px; }

.new-customer-fact {
  padding: 4px 0 4px 9px; }

.search-suggestion {
  margin-bottom: 2rem;
  color: #0f0f0f; }
  .search-suggestion > :last-child {
    margin-bottom: 0; }

.suggestion-title {
  margin-top: 0;
  text-transform: uppercase; }

.advancedSearch-form {
  margin-bottom: 3rem; }
  .advancedSearch-form .form-row {
    margin-bottom: -1.5rem; }

.header-search-wrap.show-result {
  display: none; }

.quickSearchResults {
  margin-top: 1.5rem; }
  @media (min-width: 1025px) {
    .quickSearchResults {
      margin-top: 0; } }
  .quickSearchResults.hide-result {
    display: none; }
  .quickSearchResults .modal-close {
    display: none; }
    @media (min-width: 1025px) {
      .quickSearchResults .modal-close {
        display: block; } }

.advancedSearch-separator {
  display: none; }

.advancedSearch-title {
  margin: 0 0 1.5rem;
  text-transform: inherit; }

.search-price-range label {
  display: inline; }
  .search-price-range label input {
    display: block;
    padding-left: 1.5rem; }
    @media (min-width: 768px) {
      .search-price-range label input {
        display: inline;
        width: 6rem; } }
  @media (min-width: 768px) {
    .search-price-range label span {
      display: inline;
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }

.category-suggestion-list {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  list-style-type: none; }
  .category-suggestion-list:before, .category-suggestion-list:after {
    content: " ";
    display: table; }
  .category-suggestion-list:after {
    clear: both; }

.category-suggestion {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 33.33333%;
  float: left;
  font-size: 12px;
  padding-top: 3px;
  padding-bottom: 3px; }

.search-refine {
  margin-left: 1.5rem;
  color: #0f0f0f; }
  .search-refine:hover {
    border-bottom: 1px solid #0f0f0f; }

.quickSearchMessage {
  font-size: 14px;
  margin: 1.5rem 0 0;
  text-align: center; }

/*--------  Search Dropdown  ------*/
.dropdown--quickSearch {
  max-height: calc(100vh - 70px); }
  .dropdown--quickSearch.themevale_dropdown {
    left: -101%;
    right: auto;
    top: 0; }
    @media (min-width: 1025px) {
      .dropdown--quickSearch.themevale_dropdown {
        left: auto;
        right: -101%;
        top: 103px; } }
  .dropdown--quickSearch .dropdown--quickSearch-inner {
    margin-bottom: 50px; }
  .dropdown--quickSearch .form-field {
    border-bottom: 1px solid #0f0f0f;
    padding-left: 20px;
    position: relative; }
    .dropdown--quickSearch .form-field #search_query {
      border: none;
      background: transparent;
      line-height: 20px;
      font-size: 12px;
      color: #0f0f0f;
      padding: 8px 10px; }
      .dropdown--quickSearch .form-field #search_query::-moz-placeholder {
        color: #0f0f0f;
        opacity: 1; }
      .dropdown--quickSearch .form-field #search_query:-ms-input-placeholder {
        color: #0f0f0f !important; }
      .dropdown--quickSearch .form-field #search_query::-webkit-input-placeholder {
        color: #0f0f0f; }
    .dropdown--quickSearch .form-field .icon-search {
      position: absolute;
      left: 0;
      top: 0;
      width: 20px;
      height: 36px;
      padding: 0;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      background: transparent; }
      .dropdown--quickSearch .form-field .icon-search .text {
        display: none; }

.header-search__trending ul {
  margin-left: 0;
  margin-top: 25px; }
  .header-search__trending ul li {
    list-style: none;
    padding: 8px 0; }
    .header-search__trending ul li > a {
      text-transform: capitalize;
      font-style: italic; }
      .header-search__trending ul li > a svg {
        fill: #cacaca;
        width: 11px;
        height: 14px;
        margin-right: 5px; }
      .header-search__trending ul li > a:hover {
        color: #0f0f0f; }
        .header-search__trending ul li > a:hover svg {
          fill: #0f0f0f; }
        .header-search__trending ul li > a:hover span {
          background-image: linear-gradient(transparent 97%, #575757 3%);
          background-repeat: repeat-x;
          background-position-y: -1px; }

#search_product_block .productGrid {
  padding-top: 25px; }
  #search_product_block .productGrid .product {
    width: 100%; }
    @media (min-width: 360px) {
      #search_product_block .productGrid .product {
        width: 50%; } }
    #search_product_block .productGrid .product .card-title {
      font-size: 12px; }
    #search_product_block .productGrid .product .price-section--saving {
      display: none; }
    #search_product_block .productGrid .product .countDowntimer {
      display: none; }

.quickSearchResults .modal-close {
  display: none; }

.quickSearchResults .productGrid .product {
  width: 100%; }
  @media (min-width: 360px) {
    .quickSearchResults .productGrid .product {
      width: 50%; } }
  .quickSearchResults .productGrid .product .card-title {
    font-size: 12px; }
  .quickSearchResults .productGrid .product .card-figcaption, .quickSearchResults .productGrid .product .card-action-bottom {
    display: none; }
  .quickSearchResults .productGrid .product .countDowntimer {
    display: none; }

.page-type-search .themevale-heading {
  padding-top: 38px; }

.page-type-search .navBar--sub {
  margin-bottom: 0; }

.page-type-search .page-content {
  padding-top: 25px; }

.page-type-search .form-input {
  max-width: 100%; }

.page-type-search #advanced-search-content .form-actions {
  margin-left: 0; }
  .page-type-search #advanced-search-content .form-actions .button {
    min-width: 205px; }

@media (min-width: 1025px) {
  .page-type-search .category-layout-2 .page-sidebar {
    margin-top: 25px;
    max-width: unset; } }

@media (min-width: 1025px) {
  .page-type-search .category-layout-2 .page-sidebar + .page-content {
    width: 75%;
    float: left; } }

@media (min-width: 1025px) {
  .page-type-search .category-layout-2 .page-sidebar #facetedSearch {
    padding: 0; } }

#search-results-content .actionBar-section .form-label {
  padding-left: 0; }

#search-results-content > ul {
  margin-left: 0; }

.page.account .pagination-list {
  width: 100%; }

.navBar--account {
  display: none; }
  @media (min-width: 1025px) {
    .navBar--account {
      display: block;
      margin-bottom: 30px; } }

.account-heading {
  border-bottom: 1px solid #e5e5e5;
  margin: 0;
  padding-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-size: 20px; }

.account-list {
  list-style: none;
  margin-left: 0; }

.account-listItem {
  border-bottom: 1px solid #e5e5e5;
  padding: 1.5rem 0 1.5rem 0;
  position: relative; }
  @media (min-width: 768px) {
    .account-listItem {
      padding: 1.5rem 0; } }
  .account-listItem img {
    width: 100%; }
  .account-listItem .account-product-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: relative; }

.account-listShipping {
  border-bottom: 1px solid #e5e5e5;
  font-weight: 700;
  padding: 2rem 0; }
  .account-listShipping .account-listShipping-title {
    margin: 0;
    text-transform: inherit; }

.account-product:before, .account-product:after {
  content: " ";
  display: table; }

.account-product:after {
  clear: both; }

.account-product-figure {
  float: left;
  margin-right: 0.75rem; }
  .account-product-figure > img {
    display: block; }

.account-product-figure--opposite {
  float: right;
  margin-left: 0.75rem;
  margin-right: 0; }

.account-product-body:before, .account-product-body:after {
  content: " ";
  display: table; }

.account-product-body:after {
  clear: both; }

.account-product-figure {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0 2rem 0 0;
  position: relative;
  width: 70px; }
  .account-product-figure:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 128%; }
  .account-product-figure:after {
    padding-bottom: 0; }

.account-product-download {
  border-radius: 50%;
  height: 2.75rem;
  padding: 0;
  position: absolute;
  right: -0.75rem;
  top: -0.75rem;
  width: 2.75rem;
  z-index: 1; }
  .account-product-download .icon {
    height: 1.5rem;
    margin-top: 0.41667rem;
    width: 1.5rem; }
  .account-product-download svg {
    fill: white; }

.account-product-body {
  overflow: hidden;
  position: relative; }
  .account-product-body .definitionList {
    font-size: 14px;
    margin-bottom: 0; }

@media (max-width: 767px) {
  .page-type-account_orderstatus .account-product-body {
    padding-bottom: 48px; }
    .page-type-account_orderstatus .account-product-body .account-orderStatus {
      bottom: 0; } }

@media (max-width: 1024px) {
  .page-type-account_orderstatus .account-product-body .account-product-description {
    display: inline-block;
    width: 100%; } }

.account-product-title {
  margin: 0 0 0.16667rem;
  text-transform: inherit;
  float: left;
  width: 70%; }
  .account-product-title > a {
    text-decoration: none; }
  .account-product-title + .definitionList {
    margin-top: 0.75rem;
    clear: left; }

.page-type-account_inbox .account-product-title,
.page-type-account_order .account-product-title {
  width: 100%;
  display: inline-block;
  float: none; }

.account-product-subtitle {
  color: #999999;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 14px;
  margin: -0.16667rem 0 1rem;
  text-transform: inherit; }

.account-product-price {
  float: right;
  font-size: 16px;
  color: #0f0f0f;
  text-align: right;
  padding-left: 15px;
  width: 30%; }

.account-product-description + .definitionList {
  margin: -1.41667rem 0 1.5rem; }

.account-product-refundQty {
  color: #999999;
  margin-bottom: 0; }

.account-product-details {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .account-product-details:before, .account-product-details:after {
    content: " ";
    display: table; }
  .account-product-details:after {
    clear: both; }

.account-product-detail {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 768px) {
    .account-product-detail {
      width: 33.33333%; } }
  @media (min-width: 1281px) {
    .account-product-detail {
      width: 25%; } }
  .account-product-detail + .account-product-detail {
    margin-top: 1rem; }
    @media (min-width: 768px) {
      .account-product-detail + .account-product-detail {
        margin-top: 0; } }
  @media (min-width: 768px) {
    .account-product-detail + .account-product-detail--full {
      margin-top: 1.5rem; } }

@media (min-width: 1281px) {
  .account-product-detail--large {
    width: 50%; } }

.account-product-detail--full {
  width: 100%; }

.account-product-detail-heading {
  color: #232323;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 0 0 0.41667rem; }

.account-product--alignMiddle {
  display: table;
  width: 100%; }
  .account-product--alignMiddle .account-product-checkItem {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    width: 2rem; }
    @media (min-width: 1281px) {
      .account-product--alignMiddle .account-product-checkItem {
        left: -2.5rem;
        padding-left: 30px; } }
    .account-product--alignMiddle .account-product-checkItem .form-label {
      height: 1.5rem;
      margin: 0;
      padding: 0;
      width: 1.5rem; }
  .account-product--alignMiddle .account-product-figure,
  .account-product--alignMiddle .account-product-body {
    display: table-cell; }
  .account-product--alignMiddle .account-product-figure {
    float: none;
    margin-right: 0; }
    @media (min-width: 1281px) {
      .account-product--alignMiddle .account-product-figure {
        left: -2rem; } }
  .account-product--alignMiddle .account-product-body {
    padding-left: 2rem;
    vertical-align: middle; }
    @media (min-width: 1281px) {
      .account-product--alignMiddle .account-product-body {
        padding-left: 0; } }

.account-orderTotal {
  float: right;
  font-size: 14px;
  margin-top: -1.5rem;
  width: 100%; }
  @media (min-width: 768px) {
    .account-orderTotal {
      width: 66.66667%; } }

.account-orderTotal-key,
.account-orderTotal-value {
  margin: 0;
  padding: 1.5rem 0;
  color: #0f0f0f; }

.account-orderTotal-key {
  float: left;
  font-weight: 400; }
  .account-orderTotal-key:last-of-type {
    position: relative;
    top: 0.33333rem; }

.account-orderTotal-value {
  border-bottom: 1px solid #e5e5e5;
  text-align: right;
  font-weight: 500;
  letter-spacing: 0; }
  .account-orderTotal-value:last-child {
    border-bottom: 0;
    font-size: 20px; }

.account-orderStatus {
  bottom: 20px;
  left: 0;
  position: absolute; }
  @media (min-width: 768px) {
    .account-orderStatus {
      float: right;
      position: inherit;
      text-align: right;
      bottom: auto;
      left: auto; } }

.account-orderStatus-label {
  background-color: #999999;
  color: white;
  display: inline-block;
  font-size: 14px;
  line-height: 15px;
  margin: 0 0 0.41667rem;
  padding: 0.41667rem 0.75rem; }

.account-orderStatus-action {
  color: #232323;
  display: inline-block;
  font-size: 14px;
  font-style: italic;
  letter-spacing: 0.05em;
  margin-left: 0.75rem;
  text-align: right;
  text-decoration: underline;
  vertical-align: top; }
  @media (min-width: 768px) {
    .account-orderStatus-action {
      display: block;
      margin-left: 0; } }
  .account-orderStatus-action:hover {
    color: black; }

.account .pagination {
  color: #999999;
  margin-top: 3rem;
  text-align: center; }

.account-message .is-read {
  color: #666666; }

.account-sidebar-block {
  font-size: 12px; }
  .account-sidebar-block + .account-sidebar-block {
    margin-top: 3rem; }
  .account-sidebar-block .account-heading {
    margin-bottom: 1.5rem; }

.account-order-address {
  list-style: none;
  margin-left: 0; }
  .account-order-address ul,
  .account-order-address ol {
    list-style: none;
    margin-bottom: 0; }

.account-reorder-form {
  display: inline-block; }

.order-payments-description {
  color: #727272;
  font-weight: 400;
  margin-top: 1.5rem; }

.account-downloads-summary {
  border-bottom: 1px solid #e5e5e5;
  font-size: 14px;
  padding-bottom: 1.5rem; }

.account-downloadsList {
  list-style: none;
  margin-left: 0; }
  .account-downloadsList ul,
  .account-downloadsList ol {
    list-style: none;
    margin-bottom: 0; }

.account-downloadsItem {
  margin-bottom: 1.5rem; }
  .account-downloadsItem > :first-child {
    margin-top: 0; }
  .account-downloadsItem > :last-child {
    margin-bottom: 0; }

.account-downloadsItem-title {
  color: #232323;
  font-size: 14px;
  margin-bottom: 0.16667rem;
  text-transform: inherit; }

.account-downloadsItem-description {
  margin-bottom: 0; }

.account-downloadsItem-availability {
  color: #232323; }

.wishlists-table {
  margin-left: auto;
  margin-right: auto;
  max-width: 100rem; }

.wishlist-header {
  display: none;
  text-align: center; }

.modal .wishlist-header {
  display: block;
  max-width: 51.66667rem;
  margin: 0 auto; }
  .modal .wishlist-header h1 {
    text-transform: uppercase;
    margin-bottom: 20px; }

.modal .wishlist-form .form-field {
  padding: 0; }
  .modal .wishlist-form .form-field .form-input {
    max-width: 100%; }

.modal .wishlist-form .form-actions {
  display: inline-block;
  margin-top: 10px; }
  .modal .wishlist-form .form-actions .button {
    min-width: 205px; }

.modal .wishlist-form .form-checkbox + .form-label:before {
  top: 1px; }

.modal .wishlist-form .form-checkbox + .form-label:after {
  left: 0.5px;
  top: 1.5px; }

.wishlist-form {
  margin: 0 auto;
  max-width: 100rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 51.66667rem; }
  .wishlist-form:before, .wishlist-form:after {
    content: " ";
    display: table; }
  .wishlist-form:after {
    clear: both; }
  .wishlist-form .form-field {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left; }

.share-wishlist {
  text-align: center; }
  .share-wishlist .panel-body {
    background: #f5f5f5; }

.icon--ratingEmpty svg {
  fill: #e3e3e3; }

.icon--ratingFull svg {
  fill: #e66b00; }

.rating--small {
  display: inline-block; }
  .rating--small .icon {
    height: 1.25rem;
    width: 1.25rem;
    margin-top: -3px; }

.apple-pay-checkout-button {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% 60%;
  border-radius: 0.33333rem;
  cursor: pointer;
  display: none;
  max-height: 5.33333rem;
  min-height: 2.66667rem;
  min-width: 11.16667rem;
  padding: 1.5rem;
  background-color: #000;
  background-image: -webkit-named-image(apple-pay-logo-white); }

.cart-additionalCheckoutButtons .apple-pay-checkout-button {
  margin-top: 0.75rem; }

.apple-pay-supported .apple-pay-checkout-button {
  display: block; }
  @media (min-width: 768px) {
    .apple-pay-supported .apple-pay-checkout-button {
      display: inline-block;
      float: right; } }

.previewCartCheckout .apple-pay-checkout-button {
  float: none;
  margin-top: 0.75rem; }

.paymentMethodList {
  font-size: 0;
  list-style: none;
  margin-left: -0.75rem;
  margin-right: -0.75rem; }

.paymentMethodName {
  margin-top: 0;
  padding: 0 0.75rem;
  text-transform: none; }

.paymentMethod {
  display: inline-block;
  padding: 0 0.75rem;
  vertical-align: top;
  width: 100%; }
  @media (min-width: 768px) {
    .paymentMethod {
      width: 50%; } }

@media (min-width: 768px) {
  .paymentMethodForm {
    max-width: 60%; }
    .paymentMethodForm .paymentMethodForm-column {
      display: flex; }
      .paymentMethodForm .paymentMethodForm-column .paymentMethodForm-inputs:first-child {
        width: 70%; }
      .paymentMethodForm .paymentMethodForm-column .paymentMethodForm-inputs:last-child {
        padding-left: 1.5rem;
        width: 30%; }
    .paymentMethodForm .paymentMethodForm-column:first-child .form-field {
      margin-bottom: 0.75rem; } }

.panel--paymentMethod {
  font-size: 12px;
  position: relative; }
  .panel--paymentMethod .panel-body {
    border: 1px solid #e5e5e5;
    border-radius: 0.25rem;
    min-height: 19rem;
    padding: 0; }
  .panel--paymentMethod .form-actions {
    font-size: 0;
    margin-top: 0;
    text-align: left; }
    .panel--paymentMethod .form-actions .button {
      margin-top: 0; }

.paymentMethod-card,
.paymentMethod-details {
  display: flex;
  flex-flow: wrap;
  margin-bottom: 0; }

.paymentMethod-card {
  align-items: center;
  background: white;
  padding: 0.75rem; }
  @media (min-width: 1281px) {
    .paymentMethod-card {
      padding: 1.5rem; } }

.paymentMethod-icon {
  margin-right: 0.75rem;
  width: 2.33333rem; }
  @media (min-width: 1281px) {
    .paymentMethod-icon {
      width: 3.5rem; } }

.paymentMethod-brand {
  font-size: 13px;
  font-weight: 600; }
  @media (min-width: 1281px) {
    .paymentMethod-brand {
      font-size: 12px; } }

.paymentMethod-default {
  margin-left: 0.75rem; }
  .paymentMethod-default.icon {
    fill: #666666;
    height: 1.5rem;
    width: 1.5rem; }
    @media (min-width: 1281px) {
      .paymentMethod-default.icon {
        height: 1.66667rem;
        width: 1.66667rem; } }

.paymentMethod-expiry {
  font-size: 14px;
  margin-left: auto;
  text-transform: capitalize; }

.paymentMethod-details {
  padding: 1.5rem; }

.paymentMethod-label,
.paymentMethod-description {
  display: inline-block;
  font-size: 13px;
  margin-bottom: 0.75rem; }

.paymentMethod-label {
  flex: 8.33333rem;
  font-weight: 600; }

.paymentMethod-description {
  flex: calc(100% - 100px);
  padding-left: 0.75rem; }

.paymentMethod-form {
  padding: 0 1.5rem 0.75rem; }
  @media (min-width: 768px) {
    .paymentMethod-form {
      bottom: 0.75rem;
      position: absolute;
      width: auto; } }

.panel--newPaymentMethod {
  display: block;
  text-align: center;
  text-decoration: none; }
  .panel--newPaymentMethod:hover .paymentMethod-title {
    color: black; }
  .panel--newPaymentMethod .panel-body {
    background-color: transparent; }
  .panel--newPaymentMethod .paymentMethod-title {
    margin-bottom: 0;
    text-transform: none;
    transition: all 0.15s ease; }

.paymentMethod-addNew {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-55%); }

.paymentMethod-symbol {
  font-size: 40px;
  line-height: 1; }

.paymentMethodForm-heading {
  color: #333333;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  margin-top: 1.5rem;
  text-transform: capitalize; }

.paymentMethodForm-subheading {
  display: flex;
  font-weight: 600; }

@media (min-width: 768px) {
  .paymentMethodForm-cards {
    margin-left: auto; } }

.paymentMethodForm-cards-icon {
  margin-right: 0.16667rem;
  width: 2.83333rem; }

.paymentMethodForm-inputs {
  position: relative; }

.paymentMethodForm-inputs-icon {
  position: absolute;
  right: 0.75rem;
  top: 3.25rem; }
  .paymentMethodForm-inputs-icon.icon {
    fill: #999999;
    height: 1.75rem;
    width: 1.75rem; }

.paymentMethodForm-details {
  margin-bottom: 0; }
  @media (min-width: 768px) {
    .paymentMethodForm-details {
      display: inline-block;
      margin: 0 3rem 0 0; } }

.paymentMethodForm-details-term {
  font-weight: 400;
  margin-bottom: 0.75rem; }

.paymentMethodForm-details-description {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.05em; }

#top-bar-promotion {
  background-color: #701914;
  padding: 8px 0; }
  #top-bar-promotion .banner-header-top {
    color: white;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 20px; }
  #top-bar-promotion.top-bar-promotion-layout-2 {
    padding: 8px 0; }
    @media (min-width: 768px) {
      #top-bar-promotion.top-bar-promotion-layout-2 {
        padding: 12px 0 11px 0; } }
    #top-bar-promotion.top-bar-promotion-layout-2 .slick-list {
      min-height: 42px; }
      @media (min-width: 481px) {
        #top-bar-promotion.top-bar-promotion-layout-2 .slick-list {
          min-height: 22px; } }
    #top-bar-promotion.top-bar-promotion-layout-2 .banner-header-top {
      font-size: 12px;
      text-transform: capitalize;
      min-width: 100%; }
      @media (max-width: 480px) {
        #top-bar-promotion.top-bar-promotion-layout-2 .banner-header-top {
          min-height: 42px;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
          -ms-flex-pack: center;
          -webkit-justify-content: center;
          justify-content: center;
          -ms-flex-wrap: wrap;
          -webkit-flex-wrap: wrap;
          flex-wrap: wrap; } }
      #top-bar-promotion.top-bar-promotion-layout-2 .banner-header-top .banner-header-top-inner > span {
        font-weight: 500; }

.header {
  background-color: white;
  width: 100%;
  box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.12);
  position: relative; }
  .header.is-sticky {
    position: fixed;
    z-index: 100;
    top: 0 !important;
    left: 0;
    background-color: white;
    width: 100%;
    box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.12);
    -ms-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.12);
    transition: all .3s ease 0s; }
    @media (min-width: 1025px) {
      .header.is-sticky {
        background-color: white; }
        .header.is-sticky .navUser-action {
          color: #0f0f0f; }
          .header.is-sticky .navUser-action svg {
            fill: #0f0f0f;
            stroke: #0f0f0f; }
          .header.is-sticky .navUser-action:hover {
            color: #0f0f0f; }
            .header.is-sticky .navUser-action:hover svg {
              fill: #0f0f0f;
              stroke: #0f0f0f; }
        .header.is-sticky .themevale_header .header-right {
          margin-top: 0;
          min-height: 55px; }
          .header.is-sticky .themevale_header .header-right .account-link .icon {
            fill: #0f0f0f; }
          .header.is-sticky .themevale_header .header-right .account-link:hover .icon {
            fill: #0f0f0f; }
          .header.is-sticky .themevale_header .header-right .search-nav {
            border-left: 1px dotted #0f0f0f; }
            .header.is-sticky .themevale_header .header-right .search-nav .search-icon .icon {
              fill: #0f0f0f; }
            .header.is-sticky .themevale_header .header-right .search-nav .search-icon:hover .icon {
              fill: #0f0f0f; }
        .header.is-sticky .mobileMenu-toggle .mobileMenu-toggleIcon {
          background: #0f0f0f; }
          .header.is-sticky .mobileMenu-toggle .mobileMenu-toggleIcon:after, .header.is-sticky .mobileMenu-toggle .mobileMenu-toggleIcon:before {
            background: #0f0f0f; }
        .header.is-sticky .mobileMenu-toggle.is-open .mobileMenu-toggleIcon {
          background-color: transparent; }
          .header.is-sticky .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before, .header.is-sticky .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
            background: #0f0f0f; }
        .header.is-sticky .mobileMenu-toggle:hover .mobileMenu-toggleIcon {
          background: #0f0f0f; }
          .header.is-sticky .mobileMenu-toggle:hover .mobileMenu-toggleIcon:after, .header.is-sticky .mobileMenu-toggle:hover .mobileMenu-toggleIcon:before {
            background: #0f0f0f; }
        .header.is-sticky .mobileMenu-toggle:hover.is-open .mobileMenu-toggleIcon {
          background: transparent; }
          .header.is-sticky .mobileMenu-toggle:hover.is-open .mobileMenu-toggleIcon::before, .header.is-sticky .mobileMenu-toggle:hover.is-open .mobileMenu-toggleIcon::after {
            background: #0f0f0f; } }
    .header.is-sticky #top-bar-promotion, .header.is-sticky .banners[data-banner-location="top"] {
      display: none; }
    .header.is-sticky .navPages-list > .navPages-item > .navPages-action > .text {
      color: #0f0f0f; }
      .header.is-sticky .navPages-list > .navPages-item > .navPages-action > .text::before {
        background: #0f0f0f; }
    .header.is-sticky .navPages-list > .navPages-item:hover > .navPages-action > .text {
      color: #0f0f0f; }
      .header.is-sticky .navPages-list > .navPages-item:hover > .navPages-action > .text::before {
        background: #0f0f0f; }
  .header .banners {
    color: #0f0f0f;
    width: 100%;
    display: inline-block; }
  @media (max-width: 1024px) {
    .header.themevale-header-layout-2 {
      box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.12);
      -webkit-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.12);
      -moz-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.12);
      -ms-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.12); } }

.themevale_header {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: all .3s ease; }
  @media (min-width: 1025px) {
    .themevale_header {
      -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .themevale_header .header-left {
    width: 340px;
    display: inline-block;
    padding-right: 20px;
    color: #0f0f0f; }
    .themevale_header .header-left a {
      color: #0f0f0f; }
  .themevale_header .header-center {
    width: calc(100% - 730px); }
  .themevale_header .header-right {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: right;
    -webkit-justify-content: right;
    justify-content: right;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 20px;
    width: 390px;
    margin-top: 2px; }
    .themevale_header .header-right .icon {
      margin-top: -2px; }
    .themevale_header .header-right .account-link {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; }
      .themevale_header .header-right .account-link .icon {
        margin-top: -4px;
        margin-left: 10px;
        fill: #0f0f0f; }
      .themevale_header .header-right .account-link .navUser-action {
        padding-right: 0px; }
      .themevale_header .header-right .account-link:hover .icon {
        fill: black; }
    .themevale_header .header-right .wrapper-top-cart {
      margin-left: 28px; }
      .themevale_header .header-right .wrapper-top-cart .navUser-action {
        padding-left: 0;
        padding-right: 12px;
        position: relative; }
      .themevale_header .header-right .wrapper-top-cart .icon {
        margin-top: -5px; }
      .themevale_header .header-right .wrapper-top-cart .previewCartItem-price .icon {
        margin-top: -2px; }
    .themevale_header .header-right .navUser-section {
      padding-bottom: 5px;
      margin-left: 0; }
      .themevale_header .header-right .navUser-section.currencies .navUser-action {
        padding: 0;
        color: #34313a; }
        .themevale_header .header-right .navUser-section.currencies .navUser-action svg {
          fill: #34313a;
          stroke: #34313a; }
    .themevale_header .header-right .search-nav {
      padding-left: 25px;
      margin-left: 12px;
      border-left: 1px dotted #0f0f0f; }
      .themevale_header .header-right .search-nav .search-icon .icon-close {
        display: none; }
      .themevale_header .header-right .search-nav .search-icon .icon {
        margin-top: -3px;
        fill: #0f0f0f;
        height: 1.5rem;
        width: 1.5rem; }
      .themevale_header .header-right .search-nav .search-icon:hover .icon {
        fill: black; }
    .themevale_header .header-right .right-nav {
      margin-left: 25px;
      margin-top: -1px; }
      .themevale_header .header-right .right-nav .navUser .navUser-section--alt {
        border-bottom: 1px solid #eee;
        padding-bottom: 25px;
        margin-bottom: 25px; }
        .themevale_header .header-right .right-nav .navUser .navUser-section--alt.no-currency {
          border-bottom: none;
          padding-bottom: 0;
          margin-bottom: 0; }
        .themevale_header .header-right .right-nav .navUser .navUser-section--alt li {
          display: inline-block;
          width: 100%;
          padding: 8px 0; }
          .themevale_header .header-right .right-nav .navUser .navUser-section--alt li a {
            text-transform: capitalize;
            color: #34313a;
            font-weight: 400;
            padding-left: 0;
            padding-right: 0; }
            .themevale_header .header-right .right-nav .navUser .navUser-section--alt li a:hover {
              color: #34313a;
              background-image: linear-gradient(transparent 97%, #34313a 3%);
              background-repeat: repeat-x;
              background-position-y: -1px; }
          .themevale_header .header-right .right-nav .navUser .navUser-section--alt li:first-child {
            padding-top: 0; }

.header-logo {
  font-size: 0;
  text-align: left;
  margin: 0; }
  @media (min-width: 1025px) {
    .header-logo {
      padding: 0; }
      .header.fixed .header-logo {
        background-color: #e5e5e5;
        margin: 0;
        padding: 0.41667rem 0;
        position: absolute;
        top: 0;
        width: 100%; } }
  @media (max-width: 1024px) {
    .header-logo {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .header-logo > a {
    color: #333333;
    display: inline-block;
    position: relative;
    text-decoration: none;
    z-index: 20; }
    .header-logo > a:before, .header-logo > a:after {
      content: " ";
      display: table; }
    .header-logo > a:after {
      clear: both; }
    @media (min-width: 1025px) {
      .header-logo > a {
        padding: 0.75rem 0;
        background: none;
        border-bottom: 0;
        padding: 0; } }
    .header-logo > a:hover {
      color: #0f0f0f; }
    .header-logo > a:active {
      color: #0f0f0f; }

.header-logo-text {
  display: block;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.16667rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0.25rem 0;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap; }
  @media (min-width: 768px) {
    .header-logo-text {
      font-size: 22px;
      padding-bottom: 0;
      padding-top: 0; } }
  @media (min-width: 1025px) {
    .header-logo-text {
      display: inline;
      font-size: 28px;
      margin-left: 0;
      margin-right: -0.16667rem;
      max-width: none;
      overflow: auto;
      white-space: normal; }
      .header.fixed .header-logo-text {
        font-size: 24px; } }

.header-logo-image-container {
  position: relative;
  display: inline-block; }

.header-logo-image {
  max-height: 7.08333rem;
  margin: 0; }
  @media (min-width: 1025px) {
    .header-logo-image {
      max-height: 25px; } }

.header-logo-image-unknown-size {
  max-height: 7.08333rem; }
  @media (min-width: 1025px) {
    .header-logo-image-unknown-size {
      max-height: none; } }

#cart-preview-dropdown .previewCart h5 {
  margin-top: 0;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 35px; }
  #cart-preview-dropdown .previewCart h5 span {
    float: right;
    font-size: 12px;
    text-transform: none;
    color: #727272;
    background-image: linear-gradient(transparent 97%, #727272 3%);
    background-repeat: repeat-x;
    background-position-y: -2px; }

.mobileMenu-toggle {
  width: 26px;
  height: 18px;
  display: inline-block;
  font-size: 0;
  padding: 0;
  z-index: 50;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  text-decoration: none; }
  .mobileMenu-toggle .mobileMenu-toggleIcon {
    background: #0f0f0f;
    display: inline-block;
    height: 2px;
    transform: rotate(0deg);
    width: 2.16667rem;
    background: #0f0f0f; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::before,
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    background: #0f0f0f;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    transform: rotate(0deg);
    width: 2.16667rem;
    background: #0f0f0f; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::before {
    top: -0.6rem; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    bottom: -0.6rem; }
  .mobileMenu-toggle.is-open .mobileMenu-toggleIcon {
    background-color: transparent; }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before, .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
      background-color: #0f0f0f;
      bottom: auto;
      top: auto;
      width: 1.66667rem;
      background: #0f0f0f; }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before {
      top: 0;
      transform: rotate(45deg); }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
      bottom: 0;
      transform: rotate(-45deg); }
  .mobileMenu-toggle:hover .mobileMenu-toggleIcon,
  .mobileMenu-toggle:hover .mobileMenu-toggleIcon::before,
  .mobileMenu-toggle:hover .mobileMenu-toggleIcon::after {
    background: black; }
  .mobileMenu-toggle:hover.is-open .mobileMenu-toggleIcon {
    background-color: transparent; }
    .mobileMenu-toggle:hover.is-open .mobileMenu-toggleIcon::before, .mobileMenu-toggle:hover.is-open .mobileMenu-toggleIcon::after {
      background: black; }

@media (min-width: 1025px) {
  .page-type-default .themevale-header-layout-2 {
    background: transparent; } }

/* ------ Header Layout 1------ */
/* ------ Header Layout 2------ */
.themevale-header-layout-2 .header-top {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  padding: 23px 0 22px 0; }

.themevale-header-layout-2 .header-left .phone-number {
  margin-right: 20px; }

.themevale-header-layout-2 .header-center .header-logo {
  text-align: center; }
  .themevale-header-layout-2 .header-center .header-logo > a {
    display: inline-block;
    min-width: 509px;
    margin: 0 auto; }

.themevale-header-layout-2 .header-right {
  margin-top: -2px; }
  .themevale-header-layout-2 .header-right .right-nav .navUser .navUser-section--alt {
    border-bottom: none; }

.themevale-header-layout-2.is-sticky .cookieMessage {
  display: none !important; }

@media (min-width: 1025px) {
  .themevale-header-layout-2.is-sticky {
    position: relative;
    top: auto;
    left: auto; }
    .themevale-header-layout-2.is-sticky .themevale-header-PC {
      position: fixed;
      top: 0px;
      right: 60px;
      width: 335px; }
      .themevale-header-layout-2.is-sticky .themevale-header-PC > .container {
        padding: 0; }
    .themevale-header-layout-2.is-sticky .header-top {
      -ms-flex-pack: space-between;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      padding: 0; }
    .themevale-header-layout-2.is-sticky .header-left {
      display: none; }
    .themevale-header-layout-2.is-sticky .header-center {
      display: none; }
      .themevale-header-layout-2.is-sticky .header-center .header-logo {
        text-align: left; } }

/*-------- Header Mobile  ------*/
.themevale-header-Mobile .themevale_header {
  padding: 0px 15px;
  height: 50px;
  line-height: 50px;
  justify-content: space-between; }

.themevale-header-Mobile .mobileMenu-toggle.is-open .mobileMenu-toggleIcon {
  opacity: 0; }

.themevale-header-Mobile .header-Mobile-item {
  min-width: 85px; }

.themevale-header-Mobile .navUser-item-cartIcon {
  position: relative; }
  .themevale-header-Mobile .navUser-item-cartIcon .countPill {
    margin: 0;
    font-size: 11px;
    top: 6px;
    right: -9px;
    position: absolute;
    display: block; }

.themevale-header-Mobile .header-Mobile-item .items {
  display: inline-block;
  vertical-align: middle; }
  .themevale-header-Mobile .header-Mobile-item .items + .items {
    margin-left: 5px; }
    @media (min-width: 768px) {
      .themevale-header-Mobile .header-Mobile-item .items + .items {
        margin-left: 20px; } }

.themevale-header-Mobile .header-Mobile-item .item--hamburger {
  width: 28px;
  margin-top: -1px; }

.themevale-header-Mobile .header-Mobile-item .header-logo-image {
  max-height: 25px; }
  @media (max-width: 767px) {
    .themevale-header-Mobile .header-Mobile-item .header-logo-image {
      padding: 0 10px;
      max-height: 22px; } }
  @media (max-width: 360px) {
    .themevale-header-Mobile .header-Mobile-item .header-logo-image {
      max-height: 16px; } }

.themevale-header-Mobile .header-Mobile-item .navUser-action .icon {
  margin: 0;
  height: 1.66667rem;
  width: 1.66667rem; }
  @media (min-width: 1025px) {
    .themevale-header-Mobile .header-Mobile-item .navUser-action .icon {
      height: 2rem;
      width: 2rem; } }

.themevale-header-Mobile .header-Mobile-item .item--searchMobile .navUser-action .icon {
  margin-top: -4px;
  height: 1.66667rem;
  width: 1.66667rem; }

.themevale-header-Mobile .header-Mobile-item .item--account .navUser-action {
  padding-right: 0;
  padding-left: 5px; }
  .themevale-header-Mobile .header-Mobile-item .item--account .navUser-action .icon {
    margin-top: -3px; }

.themevale-header-Mobile .header-Mobile-item .item--cart .icon {
  margin-top: -4px;
  height: 1.75rem;
  width: 1.75rem; }

.themevale_Mobile {
  top: 0;
  bottom: 0;
  left: -101%;
  width: 337px;
  height: 100%;
  padding: 0;
  z-index: 106;
  position: fixed;
  background-color: #fff;
  max-width: calc(100% - 40px);
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  box-shadow: rgba(50, 50, 50, 0.2) 0 0 15px 0;
  padding: 0px 30px 35px 30px; }
  .themevale_Mobile .themevale_MobileContent {
    height: calc(100% - 70px);
    padding: 0 15px;
    overflow-y: auto; }
  .themevale_Mobile .themevale_close {
    top: 0px;
    right: -40px;
    width: 40px;
    height: 40px;
    z-index: 10;
    line-height: 40px;
    position: absolute;
    text-align: center;
    background-color: black;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2); }
    .themevale_Mobile .themevale_close .close {
      opacity: 1;
      width: 100%;
      height: 100%;
      color: white;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      font-weight: 400;
      font-family: Tinos;
      font-size: 40px; }
    .themevale_Mobile .themevale_close svg {
      fill: white;
      stroke: none;
      width: 25px;
      height: 26px; }
  .themevale_Mobile .themevale_close2 {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    justify-content: flex-end;
    padding: 20px 0px 30px 0px; }
    .themevale_Mobile .themevale_close2 .close {
      font-size: 28px;
      color: #34313a;
      font-family: Tinos;
      font-weight: 700; }
      .themevale_Mobile .themevale_close2 .close .text {
        font-family: Poppins;
        font-weight: 400;
        font-size: 12px;
        padding-left: 5px;
        margin-top: -5px; }
    .themevale_Mobile .themevale_close2 .text {
      display: inline-block;
      vertical-align: middle; }
    .themevale_Mobile .themevale_close2 .icon {
      height: 1.5rem;
      width: 1.5rem; }
  .themevale_Mobile > .navPages-container {
    position: relative;
    z-index: 11;
    box-shadow: rgba(50, 50, 50, 0.2) 0 0 15px 0; }
  .themevale_Mobile .page-sidebar {
    display: block;
    padding-bottom: 100px; }
  @media (min-width: 768px) {
    .themevale_Mobile .themevale_MobileContent {
      padding: 0 30px; } }
  @media (min-width: 1025px) {
    .themevale_Mobile {
      display: none; } }

.themevale_MobileMenu {
  width: calc(100% - 40px);
  max-width: 337px;
  box-shadow: none;
  padding: 0; }

.themevale_MobileAccount {
  left: auto;
  right: -101%;
  display: block; }
  .themevale_open-Account .themevale_MobileAccount {
    right: 0; }

.themevale_MobileCart {
  left: auto;
  right: -101%;
  display: block; }
  .themevale_open-Cart .themevale_MobileCart {
    right: 0; }

.themevale_MobileSearch {
  right: auto;
  left: -101%;
  display: block;
  overflow-y: auto;
  height: 100vh; }
  @media (min-width: 1025px) {
    .themevale_MobileSearch {
      display: none; } }
  .themevale_open_search .themevale_MobileSearch {
    left: 0; }
  .themevale_MobileSearch .dropdown--quickSearch {
    position: relative;
    left: auto;
    padding: 0;
    background: none; }

.themevale_MobileSidebar {
  width: 270px;
  max-width: 270px; }

.has-activeNavPages .themevale_MobileMenu,
.themevale_open-Sidebar .themevale_MobileSidebar {
  left: 0; }

#accountMobile ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  margin-bottom: 20px; }
  #accountMobile ul li {
    display: block;
    width: 100%; }

#accountMobile .navPages-mobile {
  overflow-x: auto;
  padding-bottom: 30px;
  height: calc(100vh - 70px); }

#accountMobile .navPage-subMenu-title {
  color: #0f0f0f;
  text-transform: uppercase;
  line-height: 1;
  font-size: 13px;
  font-weight: 600;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 17px;
  margin-bottom: 20px; }
  #accountMobile .navPage-subMenu-title .icon, #accountMobile .navPage-subMenu-title .text {
    display: inline-block;
    vertical-align: middle; }
  #accountMobile .navPage-subMenu-title .icon {
    margin-right: 5px; }

#accountMobile .navPages-action {
  margin: 0;
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  display: flex;
  cursor: pointer;
  align-items: center;
  text-transform: capitalize;
  background-color: transparent;
  justify-content: space-between;
  color: #34313a; }
  #accountMobile .navPages-action .text {
    color: #34313a; }

#accountMobile .login-form {
  padding: 0;
  width: 100%;
  margin-top: 0; }

#accountMobile .login-form .form-actions {
  margin-top: 0;
  text-align: center; }
  #accountMobile .login-form .form-actions .button {
    margin-left: 0;
    display: block;
    width: 100%; }
  #accountMobile .login-form .form-actions .forgot-password {
    margin-top: 15px; }

#accountMobile .new-customer {
  padding: 0;
  background-color: transparent;
  width: 100%; }
  #accountMobile .new-customer .button {
    margin-top: 0;
    display: block;
    width: 100%; }

@media (max-width: 1024px) {
  body.themevale_open_sidebar, body.themevale_open-Cart, body.themevale_open-Account, body.themevale_open_search {
    overflow: hidden; } }

.body {
  margin-bottom: 15px;
  display: inline-block;
  width: 100%; }

@media (min-width: 1025px) {
  .page-content--centered {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 66.66667%;
    float: left;
    margin-left: auto;
    margin-right: auto;
    float: none; } }

.page-content--textCenter {
  text-align: center; }

.page-heading {
  font-size: 20px;
  line-height: 28px; }
  @media (min-width: 768px) {
    .page-heading {
      font-size: 24px;
      line-height: 30px; } }

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

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

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

[data-content-region="category_below_content"],
[data-content-region="search_below_content"],
[data-content-region="brand_below_content"] {
  clear: both; }

@media (min-width: 768px) {
  .position-top {
    top: 0; } }

@media (min-width: 768px) {
  .position-center {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%); } }

@media (min-width: 768px) {
  .position-bottom {
    bottom: 0; } }

.page-sidebar {
  position: relative;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 347px;
  background-color: #fff;
  z-index: 999;
  margin: 0;
  overflow-y: auto;
  height: 100vh;
  -moz-transform: translateX(-103%);
  -o-transform: translateX(-103%);
  -ms-transform: translateX(-103%);
  -webkit-transform: translateX(-103%);
  transform: translateX(-103%);
  -webkit-transition: transform 0.4s ease;
  -moz-transition: transform 0.4s ease;
  -ms-transition: transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2); }
  .themevale_open_sidebar .page-sidebar {
    left: 0;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none; }
  .page-sidebar .close-sidebar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    background: #f0f0f0;
    color: #000000;
    padding: 9px 30px 7px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .05em;
    text-transform: uppercase; }
    .page-sidebar .close-sidebar .icon {
      width: 20px;
      height: 20px;
      fill: #000000;
      stroke: #000000; }
  .page-sidebar nav {
    padding: 30px; }
    .page-sidebar nav .close-sidebar {
      display: none; }
  @media (min-width: 1025px) {
    .category-layout-2 .page-sidebar,
    .product-layout-2 .page-sidebar,
    .page-type-blog .page-sidebar {
      position: relative;
      top: auto;
      left: auto;
      transform: none;
      -ms-transform: none;
      -webkit-transform: none;
      -moz-transform: none;
      -o-transform: none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      -ms-box-shadow: none;
      box-shadow: none;
      height: auto;
      width: 25%;
      float: left;
      padding-right: 30px;
      overflow-y: unset;
      z-index: 1; }
      .category-layout-2 .page-sidebar .close-sidebar,
      .product-layout-2 .page-sidebar .close-sidebar,
      .page-type-blog .page-sidebar .close-sidebar {
        display: none; }
      .category-layout-2 .page-sidebar nav,
      .product-layout-2 .page-sidebar nav,
      .page-type-blog .page-sidebar nav {
        padding: 0; }
      .category-layout-2 .page-sidebar + #product-listing-container,
      .product-layout-2 .page-sidebar + #product-listing-container,
      .page-type-blog .page-sidebar + #product-listing-container {
        width: 75%;
        float: left; } }
  .category-layout-2 .page-sidebar,
  .product-layout-2 .page-sidebar {
    max-width: unset; }

.page-type-blog .page-sidebar {
  width: 270px; }
  @media (min-width: 1025px) {
    .page-type-blog .page-sidebar {
      padding-top: 40px; } }
  .page-type-blog .page-sidebar + #blog-listing-container {
    width: 100%; }
    @media (min-width: 1025px) {
      .page-type-blog .page-sidebar + #blog-listing-container {
        width: calc(100% - 300px); } }
    @media (max-width: 1024px) {
      .page-type-blog .page-sidebar + #blog-listing-container {
        padding-top: 25px; } }

.page-type-blog .themevale_category-toolbar {
  margin-top: 0;
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .page-type-blog .themevale_category-toolbar {
      margin-bottom: 5px; } }
  @media (min-width: 1025px) {
    .page-type-blog .themevale_category-toolbar {
      display: none; } }
  @media (max-width: 1024px) {
    .page-type-blog .themevale_category-toolbar .column-left .sidebar-label {
      top: 0; } }

.navUser-action--currencySelector .image-flag {
  margin-right: 5px; }
  .navUser-action--currencySelector .image-flag img {
    width: 16px;
    height: 16px;
    border-radius: 50%; }

.navUser-action--currencySelector .text-flag {
  font-weight: 500;
  margin-right: 2px; }

.navUser-action--currencySelector .icon {
  width: 8px;
  height: 8px; }

#currencySelection {
  min-width: 130px;
  right: auto;
  left: 0 !important;
  top: 100% !important;
  background: #ffffff;
  border: none; }
  #currencySelection li {
    border: 1px solid #e8e8e8; }
    #currencySelection li + li {
      border-top: none; }
    #currencySelection li:hover {
      background-color: #fafafa; }
    #currencySelection li a {
      padding: 7px 8px; }
      #currencySelection li a img {
        margin-top: -2px;
        margin-right: 5px; }

.themevale-header-PC {
  display: none; }
  @media (min-width: 1025px) {
    .themevale-header-PC {
      display: block; } }

.themevale-header-Mobile {
  display: block; }
  @media (min-width: 1025px) {
    .themevale-header-Mobile {
      display: none; } }

.themevale_background {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  content: "";
  z-index: 21;
  pointer-events: none;
  visibility: hidden;
  position: absolute;
  transition: opacity .5s ease;
  background-color: rgba(255, 255, 255, 0.3); }
  .themevale_open-Cart .themevale_background,
  .themevale_open_search .themevale_background,
  .themevale_open-Sidebar .themevale_background,
  .themevale_open-Account .themevale_background,
  .has-activeNavPages .themevale_background,
  .themevale_open_sidebar .themevale_background {
    pointer-events: auto;
    opacity: 1;
    visibility: visible; }
  .themevale_open-Cart .themevale_background,
  .themevale_open_search .themevale_background,
  .themevale_open-Sidebar .themevale_background,
  .themevale_open-Account .themevale_background,
  .has-activeNavPages .themevale_background,
  .themevale_open_sidebar .themevale_background {
    z-index: 100; }
  .themevale_open_sidebar .themevale_background {
    background-color: rgba(255, 255, 255, 0); }
  @media (min-width: 1025px) {
    .has-activeNavPages .themevale_background {
      z-index: 19; }
    .themevale_open_search .themevale_background {
      pointer-events: none;
      visibility: hidden;
      opacity: 0; } }

.themevale_dropdown {
  position: fixed;
  top: 50px;
  bottom: 0;
  left: auto;
  right: -101%;
  padding: 35px 30px;
  width: 430px;
  max-width: -moz-calc(100vw - 40px);
  max-width: -webkit-calc(100vw - 40px);
  max-width: -ms-calc(100vw - 40px);
  max-width: calc(100vw - 40px);
  border-left: 1px solid #e6e6e6;
  background: linear-gradient(to bottom, #f9f9f9 0%, white 15%);
  background: -moz-linear-gradient(to bottom, #f9f9f9 0%, white 15%);
  background: -webkit-linear-gradient(bottom, #f9f9f9 0%, white 15%);
  background: -o-linear-gradient(bottom, #f9f9f9 0%, white 15%);
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -ms-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
  z-index: 101; }
  @media (min-width: 1025px) {
    .themevale_dropdown {
      top: 103px; } }
  .themevale_dropdown.mCustomScrollbar {
    padding-right: 20px; }
    .themevale_dropdown.mCustomScrollbar .mCustomScrollBox {
      padding-right: 10px; }
  .themevale_dropdown.navUser {
    overflow-y: auto;
    max-height: 100vh; }

.is-open + .themevale_dropdown {
  right: 0; }

.themevale_open-Account .themevale_MobileAccount {
  right: 0; }

.themevale_open_search .dropdown--quickSearch {
  left: 0; }
  @media (min-width: 1025px) {
    .themevale_open_search .dropdown--quickSearch {
      left: auto;
      right: 0; } }

/* Popup Cookies , Popup Someone Purchased */
.themevale_popup {
  position: fixed;
  left: 0px;
  bottom: 0px;
  transition: all .3s ease;
  z-index: 101;
  width: 100%; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .themevale_popup {
      padding-left: 15px;
      width: auto; } }
  @media (min-width: 768px) {
    .themevale_popup #recently_bought_list {
      margin-bottom: 15px; } }
  @media (min-width: 1025px) {
    .themevale_popup #recently_bought_list {
      margin-bottom: 35px;
      position: absolute;
      bottom: 100%; } }
  .themevale_popup #recently_bought_list {
    width: 100%;
    z-index: 999; }
    @media (min-width: 768px) {
      .themevale_popup #recently_bought_list {
        max-width: 370px; } }
    @media (min-width: 1025px) {
      .themevale_popup #recently_bought_list {
        left: 60px; } }
    .themevale_popup #recently_bought_list .themevale_recently-bought {
      min-height: 100px;
      background: white;
      border: 1px solid #e6e6e6;
      -moz-border-radius: 1px;
      -webkit-border-radius: 1px;
      -ms-border-radius: 1px;
      -o-border-radius: 1px;
      border-radius: 1px;
      -webkit-transition: all 1s ease;
      -moz-transition: all 1s ease;
      -ms-transition: all 1s ease;
      -o-transition: all 1s ease;
      transition: all 1s ease;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
      position: relative; }
      .themevale_popup #recently_bought_list .themevale_recently-bought .modal-close {
        background: transparent;
        color: #323232;
        width: 20px;
        height: 20px;
        line-height: 20px;
        top: 8px;
        right: 8px; }
        .themevale_popup #recently_bought_list .themevale_recently-bought .modal-close svg {
          fill: #323232; }
    .themevale_popup #recently_bought_list .recently-bought-inner {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      -ms-align-items: flex-start;
      align-items: flex-start;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      padding: 10px 10px; }
      .themevale_popup #recently_bought_list .recently-bought-inner .product-image {
        width: 60px;
        display: block; }
      .themevale_popup #recently_bought_list .recently-bought-inner .product-info {
        width: calc(100% - 60px);
        padding: 4px 25px 4px 15px;
        line-height: 20px; }
        .themevale_popup #recently_bought_list .recently-bought-inner .product-info .text-wrap {
          display: inline;
          color: #969696;
          font-size: 12px;
          font-weight: 400; }
          .themevale_popup #recently_bought_list .recently-bought-inner .product-info .text-wrap .text {
            display: block;
            width: 100%; }
        .themevale_popup #recently_bought_list .recently-bought-inner .product-info .product-name {
          display: block;
          font-size: 12px;
          font-weight: 400;
          text-overflow: ellipsis;
          overflow: hidden;
          white-space: nowrap;
          overflow-wrap: break-word; }
          .themevale_popup #recently_bought_list .recently-bought-inner .product-info .product-name a {
            color: #323232; }
        .themevale_popup #recently_bought_list .recently-bought-inner .product-info #location-info {
          margin-top: 7px;
          font-size: 11px; }
        .themevale_popup #recently_bought_list .recently-bought-inner .product-info .location {
          width: 100%;
          display: inline-block; }

/*--------  Newsletter  ---------*/
#themevale_newsletter {
  position: relative;
  z-index: 103; }
  #themevale_newsletter .popup-overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    position: fixed;
    overflow: hidden;
    background: rgba(44, 44, 44, 0.65); }
  #themevale_newsletter.hide {
    display: none !important; }
  #themevale_newsletter .newsletter-popup-container {
    width: 90%;
    height: 90%;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 101;
    text-align: center;
    max-width: 887px;
    max-height: 410px; }
    @media (min-width: 321px) {
      #themevale_newsletter .newsletter-popup-container {
        max-height: 380px; } }
    @media (min-width: 768px) {
      #themevale_newsletter .newsletter-popup-container {
        max-height: 358px; } }
    @media (min-width: 991px) {
      #themevale_newsletter .newsletter-popup-container {
        max-height: 389px; } }
    @media (min-width: 1024px) {
      #themevale_newsletter .newsletter-popup-container {
        max-width: 887px;
        max-height: 460px; } }
    #themevale_newsletter .newsletter-popup-container.no-image {
      max-height: 330px; }
      @media (min-width: 768px) {
        #themevale_newsletter .newsletter-popup-container.no-image {
          max-height: 300px; } }
    #themevale_newsletter .newsletter-popup-container .newsletter-popup-inner {
      width: 100%;
      max-width: 887px;
      margin: 0 auto;
      height: 100%;
      max-height: 410px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      @media (min-width: 321px) {
        #themevale_newsletter .newsletter-popup-container .newsletter-popup-inner {
          max-height: 380px; } }
      @media (min-width: 768px) {
        #themevale_newsletter .newsletter-popup-container .newsletter-popup-inner {
          max-height: 358px; } }
      @media (min-width: 991px) {
        #themevale_newsletter .newsletter-popup-container .newsletter-popup-inner {
          max-height: 389px; } }
      @media (min-width: 1024px) {
        #themevale_newsletter .newsletter-popup-container .newsletter-popup-inner {
          max-height: 460px; } }
    #themevale_newsletter .newsletter-popup-container .modal-close[data-close-newsletter-popup] {
      top: -15px;
      right: -16px; }
      #themevale_newsletter .newsletter-popup-container .modal-close[data-close-newsletter-popup] > span {
        width: 100%;
        height: 100%;
        display: block;
        line-height: inherit; }
    #themevale_newsletter .newsletter-popup-container .newsletter-popup-wrap {
      background-color: white;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      height: 100%;
      overflow-y: auto;
      max-height: 410px;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      @media (min-width: 321px) {
        #themevale_newsletter .newsletter-popup-container .newsletter-popup-wrap {
          max-height: 380px; } }
      @media (min-width: 768px) {
        #themevale_newsletter .newsletter-popup-container .newsletter-popup-wrap {
          max-height: 358px; } }
      @media (min-width: 991px) {
        #themevale_newsletter .newsletter-popup-container .newsletter-popup-wrap {
          max-height: 389px; } }
      @media (min-width: 1024px) {
        #themevale_newsletter .newsletter-popup-container .newsletter-popup-wrap {
          max-height: 460px; } }
    #themevale_newsletter .newsletter-popup-container .newsletter-image {
      display: none; }
      @media (min-width: 768px) {
        #themevale_newsletter .newsletter-popup-container .newsletter-image {
          display: block;
          width: 100%;
          height: 100%; } }
      #themevale_newsletter .newsletter-popup-container .newsletter-image .card-img-container {
        height: 100%; }
        #themevale_newsletter .newsletter-popup-container .newsletter-image .card-img-container .card-image {
          height: 100%;
          -o-object-fit: unset;
          object-fit: unset; }
        #themevale_newsletter .newsletter-popup-container .newsletter-image .card-img-container:after {
          padding-bottom: 51.8602%; }
    #themevale_newsletter .newsletter-popup-container .newsletter-content {
      padding-bottom: 17px;
      position: absolute;
      left: 0px;
      top: 0px;
      bottom: 0;
      padding: 0px;
      max-width: 588px; }
      @media (min-width: 768px) {
        #themevale_newsletter .newsletter-popup-container .newsletter-content {
          padding: 20px; } }
      @media (min-width: 992px) {
        #themevale_newsletter .newsletter-popup-container .newsletter-content {
          padding: 50px; } }
      #themevale_newsletter .newsletter-popup-container .newsletter-content .newsletter-content-inner {
        background: white;
        padding: 30px 20px;
        height: 100%; }
        @media (min-width: 992px) {
          #themevale_newsletter .newsletter-popup-container .newsletter-content .newsletter-content-inner {
            padding: 50px 35px 35px 35px; } }
    #themevale_newsletter .newsletter-popup-container .newsletter-heading {
      font-weight: 500;
      font-size: 22px;
      line-height: 26px;
      text-transform: uppercase;
      margin: 0px 0 20px 0;
      font-family: "Poppins", Arial, Helvetica, sans-serif;
      color: #34313a; }
    #themevale_newsletter .newsletter-popup-container .newsletter-sub-heading {
      margin-bottom: 0;
      font-family: "Poppins", Arial, Helvetica, sans-serif;
      font-weight: 500;
      font-size: 12px;
      line-height: 24px;
      color: #3c3c3c;
      max-width: 90%;
      margin: 0 auto; }
      @media (min-width: 768px) {
        #themevale_newsletter .newsletter-popup-container .newsletter-sub-heading {
          max-width: 80%; } }
    #themevale_newsletter .newsletter-popup-container #popupSubcribeForm {
      width: 100%;
      margin: 15px auto 0 auto; }
      #themevale_newsletter .newsletter-popup-container #popupSubcribeForm .form {
        margin-bottom: 0; }
      #themevale_newsletter .newsletter-popup-container #popupSubcribeForm .form-field {
        margin-bottom: 0; }
        #themevale_newsletter .newsletter-popup-container #popupSubcribeForm .form-field .form-wrap {
          display: inline-block;
          width: 100%; }
        #themevale_newsletter .newsletter-popup-container #popupSubcribeForm .form-field .form-input {
          text-align: left;
          margin-bottom: 10px;
          width: 100%;
          display: inline-block;
          float: left;
          text-transform: lowercase;
          background: #f3f3f3;
          color: #3c3c3c;
          border: 1px solid #f3f3f3;
          height: 40px; }
          #themevale_newsletter .newsletter-popup-container #popupSubcribeForm .form-field .form-input::-moz-placeholder {
            color: #3c3c3c;
            opacity: .6;
            text-transform: capitalize; }
          #themevale_newsletter .newsletter-popup-container #popupSubcribeForm .form-field .form-input:-ms-input-placeholder {
            color: #3c3c3c !important;
            opacity: .6;
            text-transform: capitalize; }
          #themevale_newsletter .newsletter-popup-container #popupSubcribeForm .form-field .form-input::-webkit-input-placeholder {
            color: #3c3c3c;
            opacity: .6;
            text-transform: capitalize; }
          @media (min-width: 768px) {
            #themevale_newsletter .newsletter-popup-container #popupSubcribeForm .form-field .form-input {
              width: 72%;
              margin-bottom: 5px; } }
          @media (min-width: 992px) {
            #themevale_newsletter .newsletter-popup-container #popupSubcribeForm .form-field .form-input {
              margin-bottom: 15px; } }
        #themevale_newsletter .newsletter-popup-container #popupSubcribeForm .form-field .button {
          width: 100%;
          display: inline-block;
          float: left;
          margin-bottom: 15px;
          height: 40px;
          background: black;
          color: white;
          border: 1px solid black; }
          @media (min-width: 768px) {
            #themevale_newsletter .newsletter-popup-container #popupSubcribeForm .form-field .button {
              width: 28%; } }
          #themevale_newsletter .newsletter-popup-container #popupSubcribeForm .form-field .button:hover {
            background: white;
            color: black;
            border: 1px solid black; }
        #themevale_newsletter .newsletter-popup-container #popupSubcribeForm .form-field .button + .button {
          margin-top: 15px; }
    #themevale_newsletter .newsletter-popup-container .black-icons {
      margin-bottom: 15px;
      margin-top: 4px; }
      @media (min-width: 1025px) {
        #themevale_newsletter .newsletter-popup-container .black-icons {
          margin-bottom: 38px; } }
      #themevale_newsletter .newsletter-popup-container .black-icons ul li {
        margin-right: 10px; }
        #themevale_newsletter .newsletter-popup-container .black-icons ul li svg {
          height: 20px; }
          @media (max-width: 320px) {
            #themevale_newsletter .newsletter-popup-container .black-icons ul li svg {
              height: 16px; } }
      #themevale_newsletter .newsletter-popup-container .black-icons ul.facebook {
        margin-right: 5px; }
    #themevale_newsletter .newsletter-popup-container .form-check {
      text-align: left; }
      #themevale_newsletter .newsletter-popup-container .form-check #do-not-show-again {
        display: inline-block;
        vertical-align: top;
        margin-top: 5px;
        margin-left: 1px;
        margin-right: 6px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        border-radius: 0px;
        cursor: pointer;
        background: transparent;
        width: 12px;
        height: 12px;
        position: relative;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none; }
        #themevale_newsletter .newsletter-popup-container .form-check #do-not-show-again:before {
          content: "";
          position: absolute;
          top: -1px;
          left: -1px;
          width: 13px;
          height: 13px;
          background: white;
          border: 1px solid #8f8f8f;
          -moz-border-radius: 0px;
          -webkit-border-radius: 0px;
          -ms-border-radius: 0px;
          border-radius: 0px; }
        #themevale_newsletter .newsletter-popup-container .form-check #do-not-show-again:after {
          content: '';
          top: 2px;
          left: 1px;
          height: 5px;
          width: 9px;
          opacity: 0;
          position: absolute;
          border: 2px solid #8f8f8f;
          border-top: none;
          border-right: none;
          background-color: transparent;
          transform: rotate(-45deg);
          transition: all .1s; }
        #themevale_newsletter .newsletter-popup-container .form-check #do-not-show-again:checked:after {
          opacity: 1;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
          filter: alpha(opacity=100);
          transform: scale(1) rotate(-45deg); }
      #themevale_newsletter .newsletter-popup-container .form-check label {
        width: auto;
        display: inline-block;
        color: #969696;
        font-weight: 400;
        font-family: "Arimo", sans-serif; }
    @media (min-width: 768px) {
      #themevale_newsletter .newsletter-popup-container #popupSubcribeForm {
        margin-top: 27px; }
      #themevale_newsletter .newsletter-popup-container .black-icons ul li {
        margin-right: 20px; }
        #themevale_newsletter .newsletter-popup-container .black-icons ul li svg {
          height: 27px;
          fill: #232323; }
          #themevale_newsletter .newsletter-popup-container .black-icons ul li svg:hover {
            fill: #232323; }
      #themevale_newsletter .newsletter-popup-container .black-icons ul.facebook {
        margin-right: 15px; } }

/* Back To Top */
#back-to-top {
  bottom: 52%;
  right: 15px;
  z-index: 19;
  padding: 2px;
  font-size: 0;
  display: none;
  cursor: pointer;
  position: fixed;
  overflow: hidden;
  text-align: center;
  border-radius: 0;
  line-height: 1;
  transition: all 0.3s ease;
  color: black;
  background-color: white;
  border: 1px solid black; }
  @media (min-width: 360px) {
    #back-to-top {
      bottom: 40%; } }
  @media (min-width: 768px) {
    #back-to-top {
      bottom: 30%; } }
  #back-to-top a {
    display: block; }
  #back-to-top .icon {
    fill: black;
    width: 32px;
    height: 32px;
    display: block;
    transform: rotate(-180deg); }
  #back-to-top.is-visible {
    display: block; }
  #back-to-top:hover {
    color: white;
    background-color: black;
    border: 1px solid black; }
    #back-to-top:hover .icon {
      fill: white; }
  @media (min-width: 1281px) {
    #back-to-top {
      right: 10vh; }
      #back-to-top .icon {
        width: 35px;
        height: 35px; } }

#policy-block {
  background-color: #701914; }
  #policy-block .item {
    display: inline-block; }
    @media (min-width: 768px) {
      #policy-block .item + .item .policy-item {
        border-left: 1px solid rgba(255, 255, 255, 0.3); } }
  #policy-block .policy-item {
    padding: 16px 0 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center; }
    @media (min-width: 992px) {
      #policy-block .policy-item {
        padding: 28px 0 27px; } }
    #policy-block .policy-item .policy-icon {
      margin-right: 20px; }
      #policy-block .policy-item .policy-icon svg {
        width: 30px;
        height: 30px;
        fill: white; }
      #policy-block .policy-item .policy-icon img {
        max-width: 30px;
        max-height: 30px; }
      #policy-block .policy-item .policy-icon.return svg {
        stroke: white;
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
    #policy-block .policy-item .policy-text {
      font-size: 12px;
      text-transform: uppercase;
      font-weight: 500;
      letter-spacing: .1em;
      color: white; }

.footer {
  background-color: white;
  border-top: 1px solid #e5e5e5;
  padding: 40px 0 16px 0; }

.footer-info {
  font-size: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0; }
  .footer-info .header-logo {
    margin-top: 5px;
    margin-bottom: 25px; }
  .footer-info address {
    font-style: normal;
    color: #5f5f5f;
    margin-bottom: 8px; }
  .footer-info .phone-number {
    color: #5f5f5f; }
  .footer-info .socialLinks {
    margin-top: 15px; }
  .footer-info .info {
    width: 100%;
    display: inline-block;
    margin-bottom: 8px; }
    .footer-info .info a {
      color: #5f5f5f; }
      .footer-info .info a:hover {
        color: #232323; }
  .footer-info .currencies {
    width: 100%;
    -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08);
    margin-left: 0;
    margin-top: 27px; }
    .footer-info .currencies li {
      width: 100%;
      position: relative; }
      .footer-info .currencies li .icon {
        float: right;
        margin-top: 7px; }
    .footer-info .currencies a {
      color: #232323;
      padding-left: 0;
      width: 100%;
      display: inline-block;
      padding: 10px 12px; }
      .footer-info .currencies a svg {
        fill: #232323;
        stroke: #232323;
        width: 10px;
        height: 10px; }
      .footer-info .currencies a:hover {
        background-image: none; }
  .footer-info #currencySelection {
    width: 100%;
    max-width: 100%; }

.footer-info-col {
  display: inline-block;
  float: none;
  font-size: 12px;
  margin-bottom: 3rem;
  vertical-align: top; }
  .footer-info-col > h5 {
    margin-top: 16px;
    margin-bottom: 12px; }
  .footer-info-col > :last-child {
    margin-bottom: 0; }
  .footer-info-col[data-section-type="newsletterSubscription"] p {
    color: #5f5f5f;
    margin-top: 5px;
    margin-bottom: 30px;
    display: inline-block; }
    @media (max-width: 991px) {
      .footer-info-col[data-section-type="newsletterSubscription"] p {
        margin-bottom: 20px; } }
  .footer-info-col[data-section-type="newsletterSubscription"] form .form-field {
    margin-bottom: 20px; }
  .footer-info-col[data-section-type="newsletterSubscription"] form .form-prefixPostfix {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    max-width: 400px; }
    .footer-info-col[data-section-type="newsletterSubscription"] form .form-prefixPostfix .form-input {
      background: white;
      border: 1px solid #701914;
      color: black;
      font-size: 12px;
      padding: 8px 0px 8px 20px;
      width: calc(100% - 115px);
      -ms-flex: unset;
      flex: unset;
      -webkit-flex-grow: 1;
      -moz-flex-grow: 1;
      -ms-flex-grow: 1;
      flex-grow: 1;
      height: 36px; }
      .footer-info-col[data-section-type="newsletterSubscription"] form .form-prefixPostfix .form-input::-moz-placeholder {
        color: black;
        opacity: 1; }
      .footer-info-col[data-section-type="newsletterSubscription"] form .form-prefixPostfix .form-input:-ms-input-placeholder {
        color: black;
        opacity: 1; }
      .footer-info-col[data-section-type="newsletterSubscription"] form .form-prefixPostfix .form-input::-webkit-input-placeholder {
        color: black;
        opacity: 1; }
    .footer-info-col[data-section-type="newsletterSubscription"] form .form-prefixPostfix .button {
      background: #701914;
      border: 1px solid #701914;
      color: white;
      min-width: 90px;
      max-width: 115px;
      font-size: 12px;
      font-weight: 500;
      letter-spacing: .05em;
      cursor: pointer;
      padding: 9px 20px 7px;
      margin-left: 0;
      margin-top: 0;
      display: inline-block;
      width: auto;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      height: auto; }
      .footer-info-col[data-section-type="newsletterSubscription"] form .form-prefixPostfix .button:hover {
        background: black;
        border: 1px solid black;
        color: white; }
  .footer-info-col[data-section-type="newsletterSubscription"] .message a {
    color: white; }
    .footer-info-col[data-section-type="newsletterSubscription"] .message a:hover {
      color: white; }
  .footer-info-col[data-section-type="newsletterSubscription"] .socialLinks .icon svg {
    fill: black; }
  .footer-info-col[data-section-type="newsletterSubscription"] .socialLinks .icon:hover svg {
    fill: black; }

@media (min-width: 1025px) {
  .footer-info-col--small {
    width: 16.66667%; } }

.footer-info-col--social {
  width: 100%; }

@media (min-width: 768px) {
  .footer-info-col--left {
    padding: 0; } }

@media (min-width: 768px) {
  .footer-info-col--right {
    left: 50%;
    position: inherit; } }

@media (min-width: 1025px) {
  .footer-info-col--right {
    left: 0;
    padding: 0;
    text-align: right; } }

.footer-info-heading {
  color: #232323;
  font-size: 14px;
  text-transform: uppercase; }

.footer-info-list {
  list-style: none;
  margin-left: 0; }
  .footer-info-list li {
    padding: 5px 0; }
  .footer-info-list a {
    color: #5f5f5f;
    text-decoration: none; }
    .footer-info-list a:hover {
      color: #005599; }

.footer-newsletter-summary {
  text-align: left; }

.footer-column {
  padding: 0 10px; }
  @media (min-width: 1025px) {
    .footer-column {
      padding: 0 15px; } }

.footer-column-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 0; }
  @media (min-width: 768px) {
    .footer-column-1 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
      flex: 0 0 30%;
      max-width: 30%; } }
  @media (min-width: 992px) {
    .footer-column-1 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 22%;
      flex: 0 0 22%;
      max-width: 22%; } }
  @media (max-width: 767px) {
    .footer-column-1 {
      padding-right: 0; } }
  .footer-column-1 .footer-info-col {
    width: 100%; }
    @media (max-width: 767px) {
      .footer-column-1 .footer-info-col {
        margin-bottom: 20px; } }
    .footer-column-1 .footer-info-col .header-logo {
      -ms-flex-pack: flex-start;
      -webkit-justify-content: flex-start;
      justify-content: flex-start; }
    .footer-column-1 .footer-info-col .info {
      width: 100%;
      display: inline-block;
      margin-bottom: 5px; }
    .footer-column-1 .footer-info-col a {
      color: #5f5f5f; }
      .footer-column-1 .footer-info-col a:hover {
        color: #005599; }

.footer-column-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0; }
  @media (min-width: 768px) {
    .footer-column-2 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
      flex: 0 0 70%;
      max-width: 70%; } }
  @media (min-width: 992px) {
    .footer-column-2 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 56%;
      flex: 0 0 56%;
      max-width: 56%; } }
  .footer-column-2 .footer-info-col {
    width: 100%;
    float: left;
    padding: 0 10px; }
    @media (min-width: 1025px) {
      .footer-column-2 .footer-info-col {
        padding: 0 15px; } }
    @media (min-width: 768px) {
      .footer-column-2 .footer-info-col {
        width: 33.3333%; } }
    @media (max-width: 991px) {
      .footer-column-2 .footer-info-col {
        padding-right: 0; } }
    @media (max-width: 767px) {
      .footer-column-2 .footer-info-col {
        padding-left: 0; } }

.footer-column-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0; }
  @media (min-width: 992px) {
    .footer-column-3 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 22%;
      flex: 0 0 22%;
      max-width: 22%; } }
  @media (max-width: 991px) {
    .footer-column-3 {
      padding-left: 0; } }
  @media (max-width: 767px) {
    .footer-column-3 {
      margin-top: 7px; } }
  .footer-column-3 .footer-info-col {
    width: 100%; }
    @media (max-width: 991px) {
      .footer-column-3 .footer-info-col {
        margin-bottom: 0; } }
    @media (max-width: 991px) {
      .footer-column-3 .footer-info-col > h5 {
        margin-top: 7px;
        margin-bottom: 5px; } }

@media (min-width: 768px) {
  .footer-dropdownmobile .icon-dropdown {
    display: none; } }

@media (max-width: 767px) {
  .footer-dropdownmobile {
    margin-bottom: 0px;
    padding: 0; }
    .footer-dropdownmobile > h5 {
      border-bottom: 1px solid #e8e8e8;
      padding-bottom: 12px;
      margin-top: 4px;
      padding-top: 8px;
      position: relative; }
      .footer-dropdownmobile > h5 .icon {
        top: 50%;
        right: 0;
        width: 18px;
        height: 20px;
        display: block;
        color: #232323;
        position: absolute;
        transform: translateY(-50%) rotate(90deg);
        transition: all .3s ease;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap; } }

@media (max-width: 767px) {
  .footer-dropdownmobile .footer-info-list {
    display: none;
    margin-bottom: 30px; } }

@media (max-width: 767px) {
  .footer-dropdownmobile.open-dropdown .footer-info-heading .icon-dropdown {
    transform: translateY(-50%) rotate(-90deg); } }

/* Footer Bottom */
.footer-bottom {
  border-top: 1px solid #e8e8e8;
  padding-top: 25px;
  margin-top: 10px;
  display: inline-block;
  width: 100%; }
  .footer-bottom .footer-bottom-column {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left; }
    @media (min-width: 992px) {
      .footer-bottom .footer-bottom-column {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 50%;
        float: left; } }
    @media (max-width: 991px) {
      .footer-bottom .footer-bottom-column {
        padding: 0; } }
  .footer-bottom .column-left {
    padding-left: 0; }
  .footer-bottom .column-right {
    padding-right: 0; }

.footer-copyright {
  text-align: left;
  margin-bottom: 6px; }
  .footer-copyright > .powered-by {
    color: #5f5f5f;
    font-size: 12px;
    margin: 0; }
  .footer-copyright a {
    color: #5f5f5f;
    text-decoration: none; }
    .footer-copyright a:hover {
      color: #232323; }

.footer-payment-icons {
  margin-top: 15px;
  text-align: left; }
  @media (min-width: 992px) {
    .footer-payment-icons {
      text-align: right;
      margin-top: 5px; } }
  .footer-payment-icons img {
    max-height: 24px;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 8px; }
    .footer-payment-icons img:last-child {
      margin-right: 0; }
    @media (min-width: 768px) {
      .footer-payment-icons img {
        margin-right: 10px; } }

.footer-geotrust-ssl-seal table {
  margin: auto; }

.footer-layout-2 {
  border-top: none;
  padding-top: 0; }
  .footer-layout-2 .footer-top {
    text-align: center; }
    .footer-layout-2 .footer-top .footer-info-col {
      overflow: hidden;
      position: relative;
      text-align: center;
      width: 100%; }
      .footer-layout-2 .footer-top .footer-info-col:after {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: "";
        z-index: 2;
        opacity: .4;
        background-color: #6c6767;
        position: absolute; }
      .footer-layout-2 .footer-top .footer-info-col > img {
        top: auto;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        position: absolute; }
        @media (max-width: 991px) {
          .footer-layout-2 .footer-top .footer-info-col > img {
            height: 580px;
            object-fit: cover; } }
        @media (max-width: 767px) {
          .footer-layout-2 .footer-top .footer-info-col > img {
            height: 380px;
            transform: none !important; } }
      .footer-layout-2 .footer-top .footer-info-col .footer-parallax-content {
        margin: 0 auto;
        max-width: 540px;
        padding: 30px 15px 15px 15px;
        position: relative;
        z-index: 3;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap; }
        @media (min-width: 768px) {
          .footer-layout-2 .footer-top .footer-info-col .footer-parallax-content {
            padding: 5rem 15px 4rem 15px; } }
        @media (min-width: 992px) {
          .footer-layout-2 .footer-top .footer-info-col .footer-parallax-content {
            padding: 7rem 15px 6rem 15px; } }
        @media (min-width: 1025px) {
          .footer-layout-2 .footer-top .footer-info-col .footer-parallax-content {
            padding: 13rem 15px 12rem 15px; } }
        .footer-layout-2 .footer-top .footer-info-col .footer-parallax-content .footer-info-heading {
          color: white;
          font-size: 24px;
          font-weight: 500;
          margin-top: 0;
          margin-bottom: 15px; }
        .footer-layout-2 .footer-top .footer-info-col .footer-parallax-content .desc {
          color: white;
          font-size: 12px;
          text-transform: uppercase;
          letter-spacing: .05em;
          margin-bottom: 28px; }
        .footer-layout-2 .footer-top .footer-info-col .footer-parallax-content .message a {
          color: rgba(255, 255, 255, 0.7); }
          .footer-layout-2 .footer-top .footer-info-col .footer-parallax-content .message a:hover {
            color: white; }
      .footer-layout-2 .footer-top .footer-info-col[data-section-type="newsletterSubscription"] form {
        margin-bottom: 2px;
        width: 100%; }
        .footer-layout-2 .footer-top .footer-info-col[data-section-type="newsletterSubscription"] form .form-prefixPostfix {
          max-width: 540px;
          -ms-flex-pack: center;
          -webkit-justify-content: center;
          justify-content: center; }
          .footer-layout-2 .footer-top .footer-info-col[data-section-type="newsletterSubscription"] form .form-prefixPostfix .form-input {
            max-width: 330px;
            text-align: center;
            padding: 8px 15px;
            margin-right: 10px;
            text-transform: lowercase;
            height: 36px; }
            .footer-layout-2 .footer-top .footer-info-col[data-section-type="newsletterSubscription"] form .form-prefixPostfix .form-input::-webkit-input-placeholder {
              text-transform: capitalize; }
            .footer-layout-2 .footer-top .footer-info-col[data-section-type="newsletterSubscription"] form .form-prefixPostfix .form-input::-moz-placeholder {
              text-transform: capitalize; }
            .footer-layout-2 .footer-top .footer-info-col[data-section-type="newsletterSubscription"] form .form-prefixPostfix .form-input:-ms-input-placeholder {
              text-transform: capitalize; }
            @media (min-width: 1025px) {
              .footer-layout-2 .footer-top .footer-info-col[data-section-type="newsletterSubscription"] form .form-prefixPostfix .form-input {
                width: 100%; } }
  .footer-layout-2 .footer-midle .footer-column {
    padding: 0;
    width: 100%; }
    .footer-layout-2 .footer-midle .footer-column .footer-info-col {
      padding: 0 15px;
      width: 100%; }
      @media (min-width: 768px) {
        .footer-layout-2 .footer-midle .footer-column .footer-info-col {
          width: 25%;
          float: left; }
          .footer-layout-2 .footer-midle .footer-column .footer-info-col:first-child {
            padding-left: 0; }
          .footer-layout-2 .footer-midle .footer-column .footer-info-col:last-child {
            padding-right: 0; } }
      @media (max-width: 767px) {
        .footer-layout-2 .footer-midle .footer-column .footer-info-col {
          padding-left: 0;
          padding-right: 0; } }
      .footer-layout-2 .footer-midle .footer-column .footer-info-col:last-child h5 {
        border-bottom: none; }
      .footer-layout-2 .footer-midle .footer-column .footer-info-col:last-child.open-dropdown h5 {
        border-bottom: 1px solid #e8e8e8; }
  .footer-layout-2 .footer-bottom {
    margin-bottom: 30px; }
    .footer-layout-2 .footer-bottom .footer2-bottom-column {
      width: 100%; }
      @media (min-width: 1025px) {
        .footer-layout-2 .footer-bottom .footer2-bottom-column {
          width: 37%;
          float: left; } }
    .footer-layout-2 .footer-bottom .footer-payment-icons {
      text-align: left; }
      @media (max-width: 1024px) {
        .footer-layout-2 .footer-bottom .footer-payment-icons {
          text-align: center; } }
    .footer-layout-2 .footer-bottom .column-left {
      padding-left: 0;
      padding-top: 5px; }
    .footer-layout-2 .footer-bottom .column-center {
      padding-top: 10px; }
      @media (min-width: 1025px) {
        .footer-layout-2 .footer-bottom .column-center {
          width: 26%; } }
      @media (max-width: 1024px) {
        .footer-layout-2 .footer-bottom .column-center {
          margin-bottom: 18px;
          margin-top: 8px; } }
      .footer-layout-2 .footer-bottom .column-center .header-logo {
        text-align: center; }
    .footer-layout-2 .footer-bottom .column-right {
      padding-right: 0;
      padding-top: 4px; }
      .footer-layout-2 .footer-bottom .column-right .footer-copyright {
        text-align: right;
        margin-bottom: 7px; }
        @media (max-width: 1024px) {
          .footer-layout-2 .footer-bottom .column-right .footer-copyright {
            text-align: center; } }

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding: 0 15px;
  position: relative;
  width: 100%; }
  @media (min-width: 1281px) {
    .container {
      padding: 0 60px; } }

.container-small {
  max-width: 1600px; }
  @media (min-width: 1281px) {
    .container-small {
      max-width: 1690px; } }

.container-smaller {
  max-width: 1200px; }
  @media (min-width: 1281px) {
    .container-smaller {
      max-width: 1290px; } }

.animate-hvr:after {
  content: "";
  background: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }

.animate-hvr:before {
  content: "";
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 0;
  width: 0;
  height: 100%;
  left: 0;
  transition: all .3s ease 0s;
  opacity: 0;
  visibility: hidden;
  z-index: 1; }

.animate-hvr:hover:before {
  width: 100%;
  opacity: 1;
  visibility: visible; }

.form-input {
  border-radius: 0; }

.margin-bottom-40 {
  margin-bottom: 42px; }

.margin-top-70 {
  margin-top: 25px; }
  @media (min-width: 1025px) {
    .margin-top-70 {
      margin-top: 68px; } }

.page-type-page .themevale-heading {
  padding-top: 45px; }

.page-type-page .breadcrumbs {
  margin-top: 50px; }
  @media (min-width: 1025px) {
    .page-type-page .breadcrumbs {
      margin-top: 95px; } }

.page-type-brand .themevale-heading,
.page-type-blog .themevale-heading {
  padding-top: 45px; }

.page-heading-wrapper {
  padding: 35px 0; }

.page {
  display: inline-block;
  width: 100%; }

.page-content {
  padding-top: 38px;
  width: 100%;
  display: inline-block;
  padding-bottom: 0px; }
  .page-content .page-heading {
    margin-bottom: 27px; }

.banner-item {
  padding-left: 15px;
  padding-right: 15px; }
  .banner-item .banner-item-inner {
    position: relative; }
  .banner-item .banner-wrap {
    padding: 20px; }
    @media (min-width: 768px) {
      .banner-item .banner-wrap {
        position: absolute;
        left: 0;
        right: 0; } }
    @media (min-width: 1025px) {
      .banner-item .banner-wrap {
        padding: 40px; } }
    .banner-item .banner-wrap .title {
      font-size: 16px;
      text-transform: uppercase; }

/* Count Down */
.countDowntimer .clock-item {
  min-width: 44px;
  padding: 5px;
  background: rgba(0, 0, 0, 0.8);
  border: 1px solid black;
  display: inline-block;
  text-align: center; }
  @media (min-width: 1025px) {
    .countDowntimer .clock-item {
      min-width: 48px;
      padding: 7px; } }
  .countDowntimer .clock-item span {
    display: block; }
  .countDowntimer .clock-item .num {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    margin-bottom: 2px;
    color: white; }
  .countDowntimer .clock-item .text {
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0;
    color: rgba(255, 255, 255, 0.6); }

.countDowntimer.product-count-down .clock-item {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 5px; }
  .countDowntimer.product-count-down .clock-item + .clock-item {
    margin-left: 5px; }
  .countDowntimer.product-count-down .clock-item .num {
    line-height: 18px; }
  .countDowntimer.product-count-down .clock-item .text {
    line-height: 12px; }

/* Tabs */
.tabs {
  border-bottom: none;
  z-index: 1;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  .tabs > li {
    padding-left: 16px;
    padding-right: 24px;
    position: relative;
    font-size: 19px;
    border-top: 0; }
    @media (max-width: 767px) {
      .tabs > li {
        padding-right: 0px;
        padding-left: 0; } }
    .tabs > li::before {
      content: "/";
      position: absolute;
      right: 0;
      top: 0;
      font-size: 15px;
      padding: 3px 0;
      color: #969696; }
    .tabs > li:first-child {
      padding-left: 20px; }
      @media (max-width: 767px) {
        .tabs > li:first-child {
          padding-left: 0; } }
    .tabs > li:last-child {
      padding-right: 20px; }
      @media (max-width: 767px) {
        .tabs > li:last-child {
          padding-right: 0; } }
      .tabs > li:last-child::before {
        content: ""; }
    .tabs > li > a {
      padding: 2px 0;
      font-family: "Poppins", Arial, Helvetica, sans-serif;
      font-size: 24px;
      text-transform: uppercase;
      font-weight: 500;
      letter-spacing: 0.05em;
      color: #0f0f0f;
      border-bottom: 1px solid transparent;
      outline: 0; }
      .tabs > li > a::fosus {
        outline: 0; }
      .tabs > li > a:hover {
        color: #0f0f0f; }
    .tabs > li.tab.is-active {
      border: none; }
      .tabs > li.tab.is-active a {
        color: #0f0f0f;
        border-bottom: 1px solid #0f0f0f;
        font-weight: 500; }

.tabs-contents {
  margin-top: 15px;
  text-align: left; }
  @media (min-width: 768px) {
    .tabs-contents {
      margin-top: 24px; } }
  .tabs-contents .page-heading {
    display: none; }
  .tabs-contents .tab-content {
    padding-top: 10px; }
    @media (min-width: 768px) {
      .tabs-contents .tab-content {
        padding-top: 20px; } }

@media (max-width: 767px) {
  .themevale_tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    overflow-x: auto;
    -webkit-box-pack: flex-start;
    -moz-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-overflow-scrolling: touch;
    position: relative;
    z-index: 1;
    padding-bottom: 15px;
    margin-bottom: 18px; }
    .themevale_tabs li {
      padding-right: 24px;
      padding-left: 19px;
      position: relative; }
      .themevale_tabs li:first-child {
        padding-left: 0; }
      .themevale_tabs li:last-child {
        padding-right: 0; }
        .themevale_tabs li:last-child:before {
          content: ""; }
      .themevale_tabs li a {
        white-space: nowrap; } }

.module-wrapper {
  width: 100%;
  display: inline-block; }

.productCarousel .slick-arrow {
  top: calc(50% - 88px); }

.productCarousel .productCarousel-slide {
  padding: 0 10px; }
  @media (min-width: 1025px) {
    .productCarousel .productCarousel-slide {
      padding: 0 15px; } }

.productCarousel .slick-list {
  margin: 0 -10px; }
  @media (min-width: 1025px) {
    .productCarousel .slick-list {
      margin: 0 -15px; } }

/* Home Collection */
.themevale_homepage_collection {
  display: inline-block;
  width: 100%;
  margin-top: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e8e8e8; }
  @media (min-width: 768px) {
    .themevale_homepage_collection {
      margin-top: 70px;
      padding-bottom: 48px; } }
  .themevale_homepage_collection .column-left {
    width: 100%;
    float: left;
    padding-right: 0px;
    text-align: center;
    margin-bottom: 25px; }
    @media (min-width: 992px) {
      .themevale_homepage_collection .column-left {
        width: 34.5%;
        text-align: left;
        margin-bottom: 0;
        padding-right: 40px; } }
    @media (min-width: 1441px) {
      .themevale_homepage_collection .column-left {
        min-width: 202px;
        padding-right: 90px;
        width: 33%; } }
    @media (min-width: 1025px) {
      .themevale_homepage_collection .column-left {
        padding-top: 75px; } }
    .themevale_homepage_collection .column-left .page-heading {
      text-align: center;
      margin-bottom: 17px; }
      @media (min-width: 992px) {
        .themevale_homepage_collection .column-left .page-heading {
          text-align: left; } }
      @media (max-width: 1024px) {
        .themevale_homepage_collection .column-left .page-heading .title {
          font-size: 22px; } }
    .themevale_homepage_collection .column-left .desc-text {
      display: inline-block;
      width: 100%;
      margin-bottom: 22px; }
    .themevale_homepage_collection .column-left .collection-link {
      color: #0f0f0f;
      font-size: 14px;
      text-transform: uppercase;
      font-weight: 500;
      letter-spacing: 0.05em;
      background-image: linear-gradient(transparent 97%, #0f0f0f 3%);
      background-repeat: repeat-x;
      background-position-y: -1px; }
  .themevale_homepage_collection .column-right {
    width: 100%;
    float: left; }
    @media (min-width: 1281px) {
      .themevale_homepage_collection .column-right {
        width: 67%;
        padding-left: 0px; } }
    @media (min-width: 992px) {
      .themevale_homepage_collection .column-right {
        width: 65.5%; } }
  .themevale_homepage_collection .collection-list .collection-item {
    display: inline-block;
    text-align: center;
    padding: 0 15px; }
    .themevale_homepage_collection .collection-list .collection-item .collection-image .card-img-container {
      position: relative;
      max-width: 270px; }
      .themevale_homepage_collection .collection-list .collection-item .collection-image .card-img-container:after {
        padding-bottom: 118.51852%; }
    .themevale_homepage_collection .collection-list .collection-item .collection-image img {
      margin: 0 auto; }
    .themevale_homepage_collection .collection-list .collection-item .collection-name {
      font-size: 20px;
      text-transform: uppercase;
      margin-bottom: 12px; }
      .themevale_homepage_collection .collection-list .collection-item .collection-name > a {
        color: #0f0f0f; }
    .themevale_homepage_collection .collection-list .collection-item .collection-desc {
      margin-bottom: 15px; }
    @media (min-width: 768px) {
      .themevale_homepage_collection .collection-list .collection-item .button {
        min-width: 192px; } }
    @media (min-width: 1441px) {
      .themevale_homepage_collection .collection-list .collection-item .button {
        min-width: 202px; } }
    @media (max-width: 767px) {
      .themevale_homepage_collection .collection-list .collection-item .button {
        width: 100%; } }
    .themevale_homepage_collection .collection-list .collection-item:hover .collection-image img {
      opacity: 0.5;
      filter: alpha(opacity=50); }
    .themevale_homepage_collection .collection-list .collection-item:hover .collection-name > a {
      background-image: linear-gradient(transparent 97%, #0f0f0f 3%);
      background-repeat: repeat-x;
      background-position-y: -2px; }
    .themevale_homepage_collection .collection-list .collection-item:hover .button {
      background: #0f0f0f;
      color: white;
      border-color: #0f0f0f; }
  .themevale_homepage_collection .collection-list .slick-list {
    margin: 0 -15px; }
  .themevale_homepage_collection .collection-list .slick-arrow {
    top: 30%; }
    @media (min-width: 1025px) {
      .themevale_homepage_collection .collection-list .slick-arrow {
        top: 33.5%; } }
  .themevale_homepage_collection .collection-list .slick-disabled {
    display: none !important; }
  @media (max-width: 1280px) {
    .themevale_homepage_collection .collection-list .slick-next {
      right: -15px; } }
  .themevale_homepage_collection .collection-list.slick-dotted {
    margin-bottom: 5px; }

/* Home Banner */
#home-six-banner {
  margin-top: 38px; }
  #home-six-banner .card-img-container:after {
    padding-bottom: 113.51351%; }
  #home-six-banner .banner-list .slick-list {
    margin: 0 -10px; }
    @media (min-width: 1025px) {
      #home-six-banner .banner-list .slick-list {
        margin: 0 -15px; } }
  #home-six-banner .banner-list .banner-item {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left;
    padding: 10px;
    position: relative; }
    @media (min-width: 768px) {
      #home-six-banner .banner-list .banner-item {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 50%;
        float: left; } }
    @media (min-width: 992px) {
      #home-six-banner .banner-list .banner-item {
        width: 33.333333333%;
        float: left; } }
    @media (min-width: 1025px) {
      #home-six-banner .banner-list .banner-item {
        padding: 15px; } }
    #home-six-banner .banner-list .banner-item .banner-item-inner {
      position: relative; }
    #home-six-banner .banner-list .banner-item.background-gray .banner-item-inner {
      padding-bottom: 113.51351%; }
    #home-six-banner .banner-list .banner-item .caption {
      position: absolute;
      left: 0px;
      right: 0px;
      padding: 30px 15px; }
      @media (min-width: 768px) {
        #home-six-banner .banner-list .banner-item .caption {
          padding: 50px 40px 42px 40px; } }
      #home-six-banner .banner-list .banner-item .caption.position-top {
        top: 0px; }
      #home-six-banner .banner-list .banner-item .caption.position-center {
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%); }
      #home-six-banner .banner-list .banner-item .caption.position-bottom {
        bottom: 0px; }
      #home-six-banner .banner-list .banner-item .caption h3 {
        margin-top: 0;
        margin-bottom: 0;
        text-transform: uppercase;
        font-size: 24px; }
        @media (min-width: 768px) {
          #home-six-banner .banner-list .banner-item .caption h3 {
            font-size: 30px; } }
      #home-six-banner .banner-list .banner-item .caption .desc {
        margin-top: 20px; }
      #home-six-banner .banner-list .banner-item .caption .link_text {
        margin-top: 5px; }
    #home-six-banner .banner-list .banner-item.has-image img {
      object-fit: cover; }
      @media (max-width: 991px) {
        #home-six-banner .banner-list .banner-item.has-image img {
          width: 100%; } }
    #home-six-banner .banner-list .banner-item.has-image .caption h3, #home-six-banner .banner-list .banner-item.has-image .caption .desc, #home-six-banner .banner-list .banner-item.has-image .caption .link_text {
      color: white; }
    #home-six-banner .banner-list .banner-item.has-image .caption .link_text > a {
      color: white; }
    #home-six-banner .banner-list .banner-item.has-image .caption .link_text span {
      background-image: linear-gradient(transparent 97%, white 3%);
      background-repeat: repeat-x;
      background-position-y: -2px; }
    #home-six-banner .banner-list .banner-item.background-gray .banner-item-inner {
      background: whitesmoke; }
    #home-six-banner .banner-list .banner-item.background-gray .caption h3 {
      color: #0f0f0f; }
    #home-six-banner .banner-list .banner-item.background-gray .caption .desc {
      color: #5f5f5f; }
    #home-six-banner .banner-list .banner-item.background-gray .caption .link_text {
      color: #0f0f0f; }
      #home-six-banner .banner-list .banner-item.background-gray .caption .link_text > a {
        color: #0f0f0f; }
      #home-six-banner .banner-list .banner-item.background-gray .caption .link_text span {
        background-image: linear-gradient(transparent 97%, #0f0f0f 3%);
        background-repeat: repeat-x;
        background-position-y: -2px; }
  #home-six-banner .banner-list .subbanner-list {
    margin-bottom: 0; }
    #home-six-banner .banner-list .subbanner-list .banner-item {
      padding: 0; }
    #home-six-banner .banner-list .subbanner-list .slick-dots {
      position: absolute;
      bottom: 20px; }

/* Home Category Tab Product New */
#home_new_products {
  margin-top: 50px; }
  #home_new_products .tab-category {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 0; }
    @media (max-width: 767px) {
      #home_new_products .tab-category {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        overflow-x: auto;
        -webkit-box-pack: flex-start;
        -moz-box-pack: flex-start;
        -ms-flex-pack: flex-start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-overflow-scrolling: touch;
        position: relative;
        z-index: 1;
        padding-bottom: 10px;
        margin-bottom: 15px; } }
    #home_new_products .tab-category li {
      margin-bottom: 5px;
      margin-left: 4px;
      margin-right: 4px;
      border: none; }
      #home_new_products .tab-category li a {
        color: #5f5f5f;
        font-size: 14px;
        font-weight: 400;
        text-transform: capitalize;
        display: inline-block;
        line-height: 15px;
        position: relative;
        padding: 12px 15px 11px;
        border: 1px solid transparent; }
        @media (max-width: 767px) {
          #home_new_products .tab-category li a {
            white-space: nowrap;
            line-height: 20px; } }
      #home_new_products .tab-category li.is-active a {
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
        border-radius: 20px;
        border: 1px solid #5f5f5f; }
  @media (max-width: 1024px) {
    #home_new_products .productCarousel {
      margin-bottom: 0; } }
  #home_new_products .loading-items {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2; }
  #home_new_products .loadingOverlay {
    background-color: #ffffff;
    left: -15px !important;
    right: -15px !important; }
    @media (min-width: 1281px) {
      #home_new_products .loadingOverlay {
        left: -20px !important;
        right: -20px !important; } }
  #home_new_products .tabs-contents .tab-content {
    position: relative;
    min-height: 300px; }

/* homeTabsProducts */
#homeTabsProducts {
  margin-top: 35px; }
  @media (min-width: 768px) {
    #homeTabsProducts {
      margin-top: 50px; } }
  #homeTabsProducts .loading-items {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2; }
  #homeTabsProducts .loadingOverlay {
    background-color: #ffffff; }
    @media (min-width: 1281px) {
      #homeTabsProducts .loadingOverlay {
        left: -20px !important;
        right: -20px !important; } }
  #homeTabsProducts .tabs-contents .tab-content {
    position: relative;
    min-height: 300px; }

/* Home Custom Block */
#home-custom-block {
  margin-bottom: 40px;
  margin-top: 0px; }
  @media (min-width: 1025px) {
    #home-custom-block {
      margin-top: 50px; } }
  #home-custom-block .page-description {
    width: 100%;
    display: inline-block; }
  #home-custom-block .slick-list {
    margin: 0 -10px; }
    @media (min-width: 1025px) {
      #home-custom-block .slick-list {
        margin: 0 -15px; } }
  #home-custom-block .spotlights {
    margin-top: 12px;
    margin-bottom: 0px; }
    #home-custom-block .spotlights .spotlight-item {
      display: inline-block;
      padding: 0 10px;
      position: relative; }
      @media (min-width: 1025px) {
        #home-custom-block .spotlights .spotlight-item {
          padding: 0 15px; } }
      #home-custom-block .spotlights .spotlight-item .card-img-container:after {
        padding-bottom: 64.91228%; }
      #home-custom-block .spotlights .spotlight-item .spotlight-wrap {
        position: absolute;
        left: 10px;
        right: 10px;
        bottom: 0;
        padding: 20px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-box-pack: flex-start;
        -moz-box-pack: flex-start;
        -ms-flex-pack: flex-start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        min-height: calc(50% - 36px); }
        @media (min-width: 1025px) {
          #home-custom-block .spotlights .spotlight-item .spotlight-wrap {
            left: 15px;
            right: 15px;
            padding: 20px 40px; } }
        #home-custom-block .spotlights .spotlight-item .spotlight-wrap .spotlight-inner h3 {
          color: white;
          font-weight: 500;
          letter-spacing: .05em;
          text-transform: uppercase;
          font-size: 24px;
          line-height: 24px;
          display: inline; }
          @media (min-width: 992px) {
            #home-custom-block .spotlights .spotlight-item .spotlight-wrap .spotlight-inner h3 {
              font-size: 30px;
              line-height: 30px; } }
          #home-custom-block .spotlights .spotlight-item .spotlight-wrap .spotlight-inner h3 > a {
            color: white; }
        #home-custom-block .spotlights .spotlight-item .spotlight-wrap .spotlight-inner .link {
          color: white;
          font-size: 12px;
          line-height: 20px;
          margin-bottom: 0;
          margin-top: 10px;
          display: block; }
          @media (min-width: 768px) {
            #home-custom-block .spotlights .spotlight-item .spotlight-wrap .spotlight-inner .link {
              font-size: 14px;
              line-height: 22px; } }
      #home-custom-block .spotlights .spotlight-item:hover .spotlight-inner .title {
        background-image: linear-gradient(transparent 97%, white 3%);
        background-repeat: repeat-x;
        background-position-y: -6px; }
  #home-custom-block .home-spotlight-button {
    text-align: center;
    margin-top: 25px;
    display: inline-block;
    width: 100%; }
    #home-custom-block .home-spotlight-button .button {
      min-width: 210px; }

/* Home Customer Review */
#home-customer-review {
  margin-top: 17px; }
  @media (min-width: 1025px) {
    #home-customer-review {
      margin-top: 42px; } }
  #home-customer-review .reviews {
    display: inline-block;
    margin-top: 12px;
    margin-bottom: 0px; }
    #home-customer-review .reviews .review-item {
      display: inline-block;
      padding: 0 10px; }
      @media (min-width: 1025px) {
        #home-customer-review .reviews .review-item {
          padding: 0 15px; } }
      #home-customer-review .reviews .review-item .review-item-inner {
        border: 1px solid #e8e8e8;
        padding: 20px;
        text-align: center; }
        @media (min-width: 1025px) {
          #home-customer-review .reviews .review-item .review-item-inner {
            padding: 30px; } }
        #home-customer-review .reviews .review-item .review-item-inner .card-img-container {
          margin-bottom: 15px;
          max-width: 90px; }
          #home-customer-review .reviews .review-item .review-item-inner .card-img-container:after {
            padding-bottom: 127.77778%; }
        #home-customer-review .reviews .review-item .review-item-inner .rating {
          margin-bottom: 12px; }
          #home-customer-review .reviews .review-item .review-item-inner .rating .icon {
            height: 2rem;
            width: 2rem; }
        #home-customer-review .reviews .review-item .review-item-inner .title-review {
          text-align: center;
          margin-bottom: 15px; }
          #home-customer-review .reviews .review-item .review-item-inner .title-review .text {
            display: inline-block; }
          #home-customer-review .reviews .review-item .review-item-inner .title-review h3 {
            color: #005599;
            font-size: 12px;
            font-weight: 500;
            line-height: 22px;
            margin-bottom: 0px;
            margin-top: 0;
            display: inline-block; }
            #home-customer-review .reviews .review-item .review-item-inner .title-review h3 > a {
              color: #005599; }
        #home-customer-review .reviews .review-item .review-item-inner .body-review {
          max-width: 450px;
          margin: 0 auto 15px auto; }
        #home-customer-review .reviews .review-item .review-item-inner .name-review h5 {
          font-size: 14px;
          text-transform: uppercase;
          margin-bottom: 4px;
          margin-top: 14px; }
          #home-customer-review .reviews .review-item .review-item-inner .name-review h5 span {
            background-image: linear-gradient(transparent 97%, #0f0f0f 3%);
            background-repeat: repeat-x;
            background-position-y: -2px; }
  #home-customer-review .slick-list {
    margin: 0 -10px; }
    @media (min-width: 1025px) {
      #home-customer-review .slick-list {
        margin: 0 -15px; } }
  #home-customer-review .slick-arrow {
    margin-top: -22px; }

/* Home Brand */
#home-brand {
  margin-top: 25px; }
  #home-brand .brand-list .slick-list {
    margin: 0 -10px; }
    @media (min-width: 1025px) {
      #home-brand .brand-list .slick-list {
        margin: 0 -15px; } }
  #home-brand .brand-list .brand-item {
    padding: 0 10px; }
    @media (min-width: 1025px) {
      #home-brand .brand-list .brand-item {
        padding: 0 15px;
        width: 20%; } }
    #home-brand .brand-list .brand-item .card-img-container {
      max-width: 210px; }
      #home-brand .brand-list .brand-item .card-img-container:after {
        padding-bottom: 35.71429%; }
  #home-brand .btn-wrap {
    margin-top: 35px; }
    #home-brand .btn-wrap .button {
      min-width: 210px; }

/* Instagram */
#InstagramGallery {
  margin-top: 38px;
  border-top: 1px solid #e8e8e8;
  padding-top: 45px;
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    #InstagramGallery {
      margin-top: 48px;
      padding-top: 55px; } }
  #InstagramGallery .snptwdgt-container .snptwdgt-rtd__fotr {
    display: none; }
  #InstagramGallery #instafeed {
    display: inline-block;
    width: 100%; }
    #InstagramGallery #instafeed .instafeed-inner {
      margin: 7px -5px 0 -5px; }
    #InstagramGallery #instafeed .instagram-item {
      padding: 5px;
      display: inline-block;
      float: left;
      text-align: center;
      width: 50%; }
      @media (min-width: 768px) {
        #InstagramGallery #instafeed .instagram-item {
          width: 25%; } }
      #InstagramGallery #instafeed .instagram-item .card-img-container {
        max-width: 570px;
        margin: 0 auto; }
        #InstagramGallery #instafeed .instagram-item .card-img-container:after {
          padding-bottom: 100%; }
    #InstagramGallery #instafeed.column-3 .instagram-item {
      width: 50%; }
      @media (min-width: 768px) {
        #InstagramGallery #instafeed.column-3 .instagram-item {
          width: 33.33%; } }
    #InstagramGallery #instafeed.column-4 .instagram-item {
      width: 50%; }
      @media (min-width: 768px) {
        #InstagramGallery #instafeed.column-4 .instagram-item {
          width: 25%; } }
    #InstagramGallery #instafeed.column-5 .instagram-item {
      width: 50%; }
      @media (min-width: 768px) {
        #InstagramGallery #instafeed.column-5 .instagram-item {
          width: 25%; } }
      @media (min-width: 1025px) {
        #InstagramGallery #instafeed.column-5 .instagram-item {
          width: 20%; } }
    #InstagramGallery #instafeed.column-6 .instagram-item {
      width: 50%; }
      @media (min-width: 768px) {
        #InstagramGallery #instafeed.column-6 .instagram-item {
          width: 25%; } }
      @media (min-width: 1025px) {
        #InstagramGallery #instafeed.column-6 .instagram-item {
          width: 16.6666%; } }
  #InstagramGallery .infinite-scrolling-instagram {
    margin-top: 20px; }
    #InstagramGallery .infinite-scrolling-instagram .intagram-btn {
      font-size: 0;
      width: 40px;
      height: 40px;
      position: relative;
      display: inline-block; }
      #InstagramGallery .infinite-scrolling-instagram .intagram-btn:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        background: #000;
        width: 100%;
        height: 4px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%); }
      #InstagramGallery .infinite-scrolling-instagram .intagram-btn:after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        background: #000;
        width: 4px;
        height: 100%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%); }
      #InstagramGallery .infinite-scrolling-instagram .intagram-btn.no-more {
        cursor: default; }
        #InstagramGallery .infinite-scrolling-instagram .intagram-btn.no-more:after, #InstagramGallery .infinite-scrolling-instagram .intagram-btn.no-more:before {
          opacity: .5; }

.snptwdgt-container .snptwdgt-pagr .snpt-load-more {
  background: none !important;
  color: #000000 !important;
  padding: 0 !important;
  margin-top: 15px !important; }
  .snptwdgt-container .snptwdgt-pagr .snpt-load-more:before, .snptwdgt-container .snptwdgt-pagr .snpt-load-more:after {
    position: absolute;
    content: "";
    background-color: #000;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .snptwdgt-container .snptwdgt-pagr .snpt-load-more:before {
    width: 40px;
    height: 3px; }
  .snptwdgt-container .snptwdgt-pagr .snpt-load-more:after {
    width: 3px;
    height: 40px; }

.snptwdgt-container .snptwdgt-rtd__fotr .snptwdgt__usr-profl,
.snptwdgt-container .snptwdgt-rtd__fotr .snptwdgt__tagline {
  margin-top: 15px; }

.snptwdgt-container .snptwdgt-rtd__fotr .snptwdgt__usr-profl {
  bottom: -20px !important; }

.snptwdgt-container .snptwdgt-pagr .snpt-load-more .snptico {
  display: none !important; }

.collection-list,
.reviews,
.spotlights,
.brand-list,
.shipping-list {
  height: 0;
  opacity: 0;
  visibility: hidden; }
  .collection-list.slick-slider,
  .reviews.slick-slider,
  .spotlights.slick-slider,
  .brand-list.slick-slider,
  .shipping-list.slick-slider {
    height: auto;
    opacity: 1;
    visibility: visible; }

.productLayout #InstagramGallery .container {
  padding: 0; }
  @media (min-width: 1281px) {
    .productLayout #InstagramGallery .container {
      padding: 0; } }

.productLayout #InstagramGallery #instafeed {
  margin: 7px 0px 0 0px; }
  .productLayout #InstagramGallery #instafeed .instagram-link {
    padding: 0 7.5px;
    position: relative; }
    .productLayout #InstagramGallery #instafeed .instagram-link .card-img-container {
      max-width: 342px; }
      .productLayout #InstagramGallery #instafeed .instagram-link .card-img-container:after {
        padding-bottom: 100%; }

.productLayout #InstagramGallery .slick-list {
  margin: 0 -7.5px; }

.productLayout #InstagramGallery .slick-arrow {
  height: 100%;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  margin-top: 0px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  border: none; }
  @media (min-width: 1025px) {
    .productLayout #InstagramGallery .slick-arrow {
      margin-top: 1px; } }
  .productLayout #InstagramGallery .slick-arrow:before {
    color: #fff; }
  .productLayout #InstagramGallery .slick-arrow.slick-prev {
    left: 0px; }
  .productLayout #InstagramGallery .slick-arrow.slick-next {
    right: -2px; }
    @media (min-width: 1025px) {
      .productLayout #InstagramGallery .slick-arrow.slick-next {
        right: -3px; } }
  .productLayout #InstagramGallery .slick-arrow.slick-disabled {
    opacity: .5; }

/* =============== Home Page Layout 2 ================ */
/* Home Shipping Block*/
#home-shipping-block {
  background: #f4f4f4; }
  @media (max-width: 767px) {
    #home-shipping-block {
      margin-top: 15px; } }
  #home-shipping-block .shipping-list .slick-list {
    margin: 0 -15px; }
  #home-shipping-block .shipping-item {
    padding: 0px 15px;
    min-height: 53px;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #0f0f0f;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media (min-width: 768px) {
      #home-shipping-block .shipping-item {
        min-height: 85px; } }
  #home-shipping-block .slick-arrow {
    background: transparent;
    border: none;
    width: 22px;
    height: 22px;
    padding: 0;
    margin-top: -1px; }
    #home-shipping-block .slick-arrow.slick-prev {
      left: 0px; }
      #home-shipping-block .slick-arrow.slick-prev::before {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M22.4572074 1.00746147l-21 20.02482143 20.9479397 19.9751786' stroke='%230f0f0f' stroke-width='5' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
    #home-shipping-block .slick-arrow.slick-next {
      right: 0px; }
      #home-shipping-block .slick-arrow.slick-next::before {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M1.45679 1.00746147l21 20.02482143L1.50885 41.0074615' stroke='%230f0f0f' stroke-width='5' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }

/* Home Top Seller */
#topSellerProduct {
  margin-top: 38px;
  margin-bottom: 10px; }
  @media (max-width: 1280px) {
    #topSellerProduct .productCarousel {
      margin-bottom: 0; } }

/* Featured Product */
@media (max-width: 1280px) {
  #featuredProduct .productCarousel {
    margin-bottom: 0; } }

/* Home Two Banner */
@media (max-width: 1024px) {
  #home-two-banner {
    margin-bottom: 25px; } }

#home-two-banner .banner-list {
  margin: 0 -10px; }
  @media (min-width: 1025px) {
    #home-two-banner .banner-list {
      margin: 0 -15px; } }
  #home-two-banner .banner-list .banner-item {
    padding: 0 10px;
    width: 100%;
    float: left;
    margin-bottom: 15px; }
    @media (min-width: 768px) {
      #home-two-banner .banner-list .banner-item {
        width: 50%;
        margin-bottom: 0; } }
    @media (min-width: 1025px) {
      #home-two-banner .banner-list .banner-item {
        padding: 0 15px; } }
    #home-two-banner .banner-list .banner-item .banner-item-inner {
      position: relative; }
      #home-two-banner .banner-list .banner-item .banner-item-inner .card-img-container:after {
        padding-bottom: 104%; }
    #home-two-banner .banner-list .banner-item .caption {
      position: absolute;
      left: 0;
      right: 0;
      padding: 20px; }
      @media (min-width: 1025px) {
        #home-two-banner .banner-list .banner-item .caption {
          padding: 70px; } }
      #home-two-banner .banner-list .banner-item .caption.position-top {
        top: 0; }
      #home-two-banner .banner-list .banner-item .caption.position-center {
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%); }
      #home-two-banner .banner-list .banner-item .caption.position-bottom {
        bottom: 0; }
      #home-two-banner .banner-list .banner-item .caption h3 {
        margin-top: 0;
        font-size: 24px;
        line-height: 30px;
        font-weight: 500;
        letter-spacing: .05em;
        color: white;
        text-transform: uppercase;
        margin-bottom: 25px; }
        @media (min-width: 1025px) {
          #home-two-banner .banner-list .banner-item .caption h3 {
            font-size: 30px;
            line-height: 38px; } }
      #home-two-banner .banner-list .banner-item .caption .button {
        min-width: 182px;
        background: transparent;
        color: white;
        border: 1px solid white; }

/* Home 2 Custom Block */
#home2-custom-block .page-heading {
  margin-bottom: 20px; }

#home2-custom-block .page-description {
  max-width: 640px;
  margin: 0 auto 20px auto;
  line-height: 24px; }
  @media (min-width: 768px) {
    #home2-custom-block .page-description {
      margin: 0 auto 41px auto; } }

#home2-custom-block .spotlights {
  height: auto;
  opacity: 1;
  visibility: visible; }
  #home2-custom-block .spotlights .spotlight-item {
    position: relative; }
    #home2-custom-block .spotlights .spotlight-item .card-img-container:after {
      padding-bottom: 42.67516%; }
    #home2-custom-block .spotlights .spotlight-item .spotlight-wrap {
      padding: 20px 0;
      margin: 0 auto; }
      @media (min-width: 768px) {
        #home2-custom-block .spotlights .spotlight-item .spotlight-wrap {
          max-width: 470px;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          padding: 20px; } }
      @media (min-width: 1025px) {
        #home2-custom-block .spotlights .spotlight-item .spotlight-wrap.position-left {
          left: 10%;
          transform: translate(0%, -50%);
          -webkit-transform: translate(0%, -50%);
          -moz-transform: translate(0%, -50%);
          -ms-transform: translate(0%, -50%); } }
      @media (min-width: 1025px) {
        #home2-custom-block .spotlights .spotlight-item .spotlight-wrap.position-center {
          left: 50%;
          transform: translate(-50%, -50%);
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%); } }
      @media (min-width: 1025px) {
        #home2-custom-block .spotlights .spotlight-item .spotlight-wrap.position-right {
          right: 10%;
          left: auto;
          transform: translate(0%, -50%);
          -webkit-transform: translate(0%, -50%);
          -moz-transform: translate(0%, -50%);
          -ms-transform: translate(0%, -50%); } }
      #home2-custom-block .spotlights .spotlight-item .spotlight-wrap h5, #home2-custom-block .spotlights .spotlight-item .spotlight-wrap h3 {
        color: #0f0f0f; }
        @media (min-width: 768px) {
          #home2-custom-block .spotlights .spotlight-item .spotlight-wrap h5, #home2-custom-block .spotlights .spotlight-item .spotlight-wrap h3 {
            color: white; } }
      #home2-custom-block .spotlights .spotlight-item .spotlight-wrap h5 {
        font-size: 14px;
        margin-top: 0; }
      #home2-custom-block .spotlights .spotlight-item .spotlight-wrap h3 {
        font-size: 24px;
        line-height: 30px;
        text-transform: uppercase;
        margin-bottom: 10px;
        margin-top: 10px; }
        @media (min-width: 1025px) {
          #home2-custom-block .spotlights .spotlight-item .spotlight-wrap h3 {
            font-size: 40px;
            line-height: 48px;
            margin-bottom: 15px;
            margin-top: 15px; } }
      #home2-custom-block .spotlights .spotlight-item .spotlight-wrap .desc {
        font-size: 12px;
        line-height: 24px;
        margin-bottom: 20px;
        color: #5f5f5f; }
        @media (min-width: 768px) {
          #home2-custom-block .spotlights .spotlight-item .spotlight-wrap .desc {
            color: white; } }
        @media (min-width: 1025px) {
          #home2-custom-block .spotlights .spotlight-item .spotlight-wrap .desc {
            font-size: 14px;
            line-height: 26px;
            margin-bottom: 30px; } }
      #home2-custom-block .spotlights .spotlight-item .spotlight-wrap .button {
        background: transparent;
        color: #0f0f0f;
        border: 1px solid #0f0f0f;
        min-width: 278px;
        margin-bottom: 0; }
        @media (min-width: 768px) {
          #home2-custom-block .spotlights .spotlight-item .spotlight-wrap .button {
            background: transparent;
            color: white;
            border: 1px solid white; } }

.homepage-layout-1 #home-two-banner {
  margin-top: 50px;
  margin-bottom: 20px; }

.homepage-layout-1 #home2-custom-block {
  margin-top: 25px;
  margin-bottom: 25px; }

.homepage-layout-2.page-type-default .body {
  margin-bottom: 45px; }

.homepage-layout-2 #home-custom-block {
  margin-top: 30px;
  margin-bottom: 0px; }
  @media (min-width: 768px) {
    .homepage-layout-2 #home-custom-block {
      margin-top: 72px; } }
  .homepage-layout-2 #home-custom-block .button {
    margin-bottom: 0; }

.homepage-layout-2 #home-customer-review {
  margin-top: 72px; }

.homepage-layout-2 #home-brand {
  margin-top: 15px; }
  @media (min-width: 768px) {
    .homepage-layout-2 #home-brand {
      margin-top: 70px; } }

.homepage-layout-2.page-type-default #InstagramGallery {
  padding-top: 0;
  border-top: none;
  margin-top: 60px;
  margin-bottom: 10px; }
  .homepage-layout-2.page-type-default #InstagramGallery .page-heading.no-desc {
    margin-bottom: 22px; }
  .homepage-layout-2.page-type-default #InstagramGallery .container {
    max-width: 1690px; }
  @media (min-width: 1025px) {
    .homepage-layout-2.page-type-default #InstagramGallery #instafeed .instafeed-inner {
      margin-left: -15px;
      margin-right: -15px; } }
  @media (min-width: 1025px) {
    .homepage-layout-2.page-type-default #InstagramGallery #instafeed .instagram-item {
      padding: 15px; } }

.homepage-layout-2 #InstagramGallery #instafeed {
  margin-top: 5px; }

/* ========== Category Page ============== */
.category-description {
  display: inline-block;
  width: 100%; }
  .category-description .card-img-container:after {
    padding-bottom: 21.16402%; }
  .category-description .container {
    max-width: 1140px;
    text-align: center; }
  .category-description h1 {
    font-size: 22px;
    margin-top: 38px;
    margin-bottom: 20px;
    color: #0f0f0f; }
    @media (min-width: 768px) {
      .category-description h1 {
        font-size: 25px;
        margin-top: 55px; } }
  .category-description p {
    color: #5f5f5f;
    line-height: 22px; }
    @media (min-width: 1025px) {
      .category-description p {
        line-height: 24px; } }
    @media (max-width: 767px) {
      .category-description p {
        margin-bottom: 4px; } }
  .category-layout-2 .category-description {
    position: relative;
    float: left; }
    .category-layout-2 .category-description .content {
      width: 100%;
      max-width: 100%;
      padding: 10px 15px;
      margin: 0 auto; }
      @media (min-width: 1025px) {
        .category-layout-2 .category-description .content {
          max-width: 850px;
          margin: 0 auto 18px auto; } }
      @media (min-width: 1281px) {
        .category-layout-2 .category-description .content {
          max-width: 730px; } }
      @media (min-width: 1025px) {
        .category-layout-2 .category-description .content h1, .category-layout-2 .category-description .content p {
          color: #0f0f0f; } }
      .category-layout-2 .category-description .content h1 {
        margin-top: 20px; }
      .category-layout-2 .category-description .content p {
        margin-bottom: 0;
        text-align: center; }
      .category-layout-2 .category-description .content.has-img {
        margin-bottom: 0; }
        @media (min-width: 1025px) {
          .category-layout-2 .category-description .content.has-img {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%); } }
        @media (min-width: 1025px) {
          .category-layout-2 .category-description .content.has-img h1, .category-layout-2 .category-description .content.has-img p {
            color: white; } }
        .category-layout-2 .category-description .content.has-img h1 {
          margin-top: 20px; }
          @media (min-width: 1025px) {
            .category-layout-2 .category-description .content.has-img h1 {
              margin-top: 0;
              margin-bottom: 15px;
              -webkit-text-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
              -moz-text-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
              -ms-text-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
              text-shadow: 0 1px 4px rgba(0, 0, 0, 0.35); } }

.themevale_category-toolbar {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 25px;
  margin-bottom: 35px;
  position: relative; }
  @media (max-width: 991px) {
    .themevale_category-toolbar .column-left {
      margin-bottom: 15px; } }
  @media (max-width: 767px) {
    .themevale_category-toolbar .column-left {
      margin-bottom: 0; } }
  @media (max-width: 767px) {
    .themevale_category-toolbar .column-left .sidebar-label {
      position: absolute;
      top: 4px;
      left: 0; } }
  @media (min-width: 992px) {
    .themevale_category-toolbar .column-left + .column-right {
      width: 80%; } }
  .themevale_category-toolbar .column-right {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%; }
    @media (max-width: 991px) {
      .themevale_category-toolbar .column-right {
        width: 100%;
        -ms-flex-pack: space-between;
        -webkit-justify-content: space-between;
        justify-content: space-between; } }
    @media (max-width: 767px) {
      .themevale_category-toolbar .column-right {
        -ms-flex-pack: flex-end;
        -webkit-justify-content: flex-end;
        justify-content: flex-end; } }
    .themevale_category-toolbar .column-right .actionBar {
      margin: 0 0 0 35px; }
      @media (min-width: 768px) {
        .themevale_category-toolbar .column-right .actionBar .form-select {
          min-width: 187px; } }
      @media (max-width: 767px) {
        .themevale_category-toolbar .column-right .actionBar {
          margin-left: 0;
          margin-top: 15px;
          width: 100%;
          text-align: right;
          position: relative; }
          .themevale_category-toolbar .column-right .actionBar .form-label {
            width: 105px;
            text-align: left;
            padding-left: 0;
            float: left;
            height: 42px;
            line-height: 42px; }
          .themevale_category-toolbar .column-right .actionBar .form-select {
            width: calc(100% - 105px);
            max-width: calc(100% - 105px); } }

@media (max-width: 767px) {
  .page-type-search .themevale_category-toolbar {
    margin-top: 35px; } }

.view-as-btn {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  .view-as-btn label {
    display: inline-block;
    float: left;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    margin: 0 15px 0 0;
    color: #232323;
    position: relative;
    letter-spacing: .05em; }
    @media (max-width: 767px) {
      .view-as-btn label {
        height: 36px;
        line-height: 36px; } }
  .view-as-btn .btn-group {
    display: inline-block;
    float: left; }
    .view-as-btn .btn-group > a {
      padding: 9px 10px;
      display: inline-block;
      vertical-align: middle;
      border: 1px solid #dadada;
      background: #fff;
      height: 36px;
      float: left; }
      .view-as-btn .btn-group > a > div {
        width: 14px;
        padding-left: 4px; }
      .view-as-btn .btn-group > a .icon-bar {
        width: 4px;
        height: 4px;
        background: #cfcfcf;
        margin: 1px 0 0;
        transition: all .15s ease; }
      .view-as-btn .btn-group > a#grid-view .icon-bar {
        position: relative; }
        .view-as-btn .btn-group > a#grid-view .icon-bar:before, .view-as-btn .btn-group > a#grid-view .icon-bar:after {
          position: absolute;
          display: block;
          width: 4px;
          height: 4px;
          content: '';
          transition: all .15s ease;
          background: #cfcfcf; }
        .view-as-btn .btn-group > a#grid-view .icon-bar:before {
          left: -5px; }
        .view-as-btn .btn-group > a#grid-view .icon-bar:after {
          right: -5px; }
      .view-as-btn .btn-group > a#grid-view.current-view .icon-bar:before, .view-as-btn .btn-group > a#grid-view.current-view .icon-bar:after {
        background: #232323; }
      .view-as-btn .btn-group > a#list-view {
        margin-left: -1px; }
        .view-as-btn .btn-group > a#list-view > div {
          padding-left: 0; }
        .view-as-btn .btn-group > a#list-view .icon-bar {
          width: 14px; }
      .view-as-btn .btn-group > a.current-view .icon-bar {
        background: #232323; }

.sidebar-label {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: .05em;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  cursor: pointer;
  color: #232323; }
  .sidebar-label .icon-filter {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #232323;
    margin-right: 14px;
    position: relative;
    top: -1px; }
    .sidebar-label .icon-filter svg {
      height: 27px;
      padding-left: 2px;
      width: 24px;
      -moz-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg); }
  .product-layout-2 .sidebar-label {
    margin-bottom: 10px; }
    @media (min-width: 1025px) {
      .product-layout-2 .sidebar-label {
        display: none; } }

.pagination-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  padding: 10px 0 50px 0;
  margin-top: 10px; }
  @media (min-width: 1025px) {
    .pagination-wrapper {
      padding-bottom: 80px; } }
  .pagination-wrapper .pagination {
    text-align: center;
    width: 100%; }
    @media (min-width: 1025px) {
      .pagination-wrapper .pagination {
        width: calc(100% - 180px);
        padding-left: 200px;
        padding-right: 8px; } }
  .pagination-wrapper .compare-link {
    width: 180px;
    text-align: right;
    display: none; }
    @media (min-width: 1025px) {
      .pagination-wrapper .compare-link {
        display: inline-block; } }
    .pagination-wrapper .compare-link .text {
      text-transform: uppercase;
      color: #3c3c3c;
      border-bottom: 1px solid #3c3c3c;
      line-height: 15px;
      display: inline-block;
      font-weight: 500;
      letter-spacing: .05em; }
    .pagination-wrapper .compare-link .countPill {
      position: relative;
      top: auto;
      right: auto;
      margin-left: 10px; }

.category-layout-1 .pagination-wrapper {
  margin-top: 0;
  padding-top: 5px; }

/* Category Layout 2 */
.category-layout-2 .subcategories {
  background: #f8f8f8;
  clear: both;
  margin-bottom: 5px;
  display: inline-block;
  width: 100%; }
  @media (max-width: 1024px) {
    .category-layout-2 .subcategories {
      margin-top: 22px; } }
  .category-layout-2 .subcategories .subList {
    margin: 0;
    text-align: center;
    margin: 0 -23px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    padding: 14px 0;
    z-index: 1;
    position: relative; }
    .category-layout-2 .subcategories .subList .subList-item {
      display: inline-block;
      list-style: none;
      padding: 0 23px; }
      .category-layout-2 .subcategories .subList .subList-item a {
        color: #0f0f0f; }
        .category-layout-2 .subcategories .subList .subList-item a:hover {
          background-image: linear-gradient(transparent 97%, #0f0f0f 3%);
          background-repeat: repeat-x;
          background-position-y: -3px; }

.category-layout-2 .themevale_category-toolbar {
  margin-top: 35px; }
  @media (min-width: 1025px) {
    .category-layout-2 .themevale_category-toolbar {
      -ms-flex-pack: flex-end;
      justify-content: flex-end;
      -webkit-justify-content: flex-end; } }
  @media (min-width: 1025px) {
    .category-layout-2 .themevale_category-toolbar .column-left {
      display: none; } }

.category-layout-2 .pagination-wrapper {
  padding-top: 13px; }

/* Look Book */
@-webkit-keyframes zoom-animation {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.4, 1.4, 1);
    transform: scale3d(1.4, 1.4, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes zoom-animation {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.4, 1.4, 1);
    transform: scale3d(1.4, 1.4, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.zoom-animation {
  -webkit-animation-name: zoom-animation;
  animation-name: zoom-animation; }

.themevale_lookbook .navBar {
  margin-top: 32px; }

.themevale_lookbook .page-content {
  padding-top: 32px; }

@media (min-width: 1025px) {
  .themevale_lookbook .breadcrumbs {
    margin-top: 75px; } }

.lookbook {
  display: inline-block;
  width: 100%; }
  .lookbook .lookbook-carousel.slick-dotted.slick-slider {
    margin-bottom: 0; }
  .lookbook .lookbook-carousel .slide-item {
    position: relative; }
    .lookbook .lookbook-carousel .slide-item .card-img-container:after {
      padding-bottom: 42.67516%; }
    .lookbook .lookbook-carousel .slide-item .slide-content {
      width: 100%;
      padding: 15px 0 0 0;
      text-align: center; }
      @media (min-width: 768px) {
        .lookbook .lookbook-carousel .slide-item .slide-content {
          max-width: 450px;
          padding: 15px 20px;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%); } }
      @media (min-width: 1025px) {
        .lookbook .lookbook-carousel .slide-item .slide-content {
          max-width: 770px;
          padding: 15px 100px; } }
      @media (min-width: 768px) {
        .lookbook .lookbook-carousel .slide-item .slide-content.slide-content-left {
          left: 0;
          text-align: left; } }
      @media (min-width: 768px) {
        .lookbook .lookbook-carousel .slide-item .slide-content.slide-content-center {
          left: 50%;
          transform: translate(-50%, -50%);
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          text-align: center; } }
      @media (min-width: 768px) {
        .lookbook .lookbook-carousel .slide-item .slide-content.slide-content-right {
          right: 0;
          text-align: right; } }
      .lookbook .lookbook-carousel .slide-item .slide-content .slide-heading {
        color: #0f0f0f;
        margin-top: 0;
        font-size: 20px;
        line-height: 24px;
        letter-spacing: .1em;
        text-transform: uppercase; }
        @media (min-width: 768px) {
          .lookbook .lookbook-carousel .slide-item .slide-content .slide-heading {
            font-size: 30px;
            line-height: 36px;
            color: white; } }
        @media (min-width: 1025px) {
          .lookbook .lookbook-carousel .slide-item .slide-content .slide-heading {
            font-size: 40px;
            line-height: 52px; } }
      .lookbook .lookbook-carousel .slide-item .slide-content .slide-desc {
        color: #5f5f5f;
        font-size: 12px;
        line-height: 22px;
        margin-bottom: 0; }
        @media (min-width: 768px) {
          .lookbook .lookbook-carousel .slide-item .slide-content .slide-desc {
            color: white;
            filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.15));
            font-size: 14px;
            line-height: 26px; } }
    .lookbook .lookbook-carousel .slide-item .lookbook-item {
      position: absolute;
      z-index: 2; }
      .lookbook .lookbook-carousel .slide-item .lookbook-item .position-point {
        width: 24px;
        height: 24px;
        color: white;
        font-size: 22px;
        line-height: 25px;
        text-align: center;
        border-radius: 50%;
        display: inline-block;
        cursor: pointer;
        background-color: #0f0f0f;
        position: relative; }
        .lookbook .lookbook-carousel .slide-item .lookbook-item .position-point:before {
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          content: "";
          z-index: -1;
          position: absolute;
          border-radius: 50%;
          background-color: rgba(15, 15, 15, 0.2);
          -webkit-animation: zoom-animation 1.4s ease-in-out infinite;
          animation: zoom-animation 1.4s ease-in-out infinite; }
  .lookbook .lookbook-carousel .slick-arrow {
    border-color: #bcbdbf;
    background: transparent;
    display: none !important; }
    .lookbook .lookbook-carousel .slick-arrow.slick-prev {
      left: 2%; }
      .lookbook .lookbook-carousel .slick-arrow.slick-prev::before {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M22.4572074 1.00746147l-21 20.02482143 20.9479397 19.9751786' stroke='%23bcbdbf' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
    .lookbook .lookbook-carousel .slick-arrow.slick-next {
      right: 2%; }
      .lookbook .lookbook-carousel .slick-arrow.slick-next::before {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M1.45679 1.00746147l21 20.02482143L1.50885 41.0074615' stroke='%23bcbdbf' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
  .lookbook .lookbook-carousel:hover .slick-arrow {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .lookbook .lookbook-popup {
    top: 0px;
    left: 0px;
    width: 270px;
    display: none;
    padding: 0px;
    z-index: 20;
    position: absolute; }
    .lookbook .lookbook-popup.show {
      display: block; }
    .lookbook .lookbook-popup .card {
      margin-bottom: 0;
      padding: 15px;
      border-radius: 2px;
      background-color: #ffffff;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
      display: inline-block;
      width: 100%; }
      .lookbook .lookbook-popup .card .card-figure {
        vertical-align: top; }
        @media (max-width: 767px) {
          .lookbook .lookbook-popup .card .card-figure {
            width: 60px;
            float: left; } }
      .lookbook .lookbook-popup .card .themevale_badges {
        display: none; }
      .lookbook .lookbook-popup .card .card-body {
        vertical-align: top;
        padding: 0 0 0 10px;
        text-align: left; }
        .lookbook .lookbook-popup .card .card-body .card-title {
          font-size: 12px;
          color: #232323; }
        @media (max-width: 767px) {
          .lookbook .lookbook-popup .card .card-body {
            float: left;
            width: calc(100% - 60px); } }
      .lookbook .lookbook-popup .card .card-detail,
      .lookbook .lookbook-popup .card .card-figcaption {
        display: none; }
    @media (min-width: 768px) {
      .lookbook .lookbook-popup .card {
        padding: 30px;
        display: block; }
        .lookbook .lookbook-popup .card .card-figure {
          display: block;
          width: 100%;
          max-width: 120px;
          margin: 0 auto; }
        .lookbook .lookbook-popup .card .themevale_badges {
          display: flex; }
        .lookbook .lookbook-popup .card .card-body {
          display: block;
          padding: 10px 0 0 0;
          text-align: center; }
        .lookbook .lookbook-popup .card .card-figcaption {
          position: relative;
          left: auto;
          top: auto;
          bottom: 0;
          transform: none;
          opacity: 1;
          display: block;
          visibility: visible;
          margin-top: 10px; }
          .lookbook .lookbook-popup .card .card-figcaption .card-figcaption-button {
            margin: 0;
            width: 100%;
            max-width: none;
            font-size: 12px; }
        .lookbook .lookbook-popup .card .card-detail {
          display: block;
          margin-top: 5px;
          width: 100%; }
          .lookbook .lookbook-popup .card .card-detail .button {
            width: 100%;
            font-size: 12px;
            margin-bottom: 0; } }
  .lookbook .black-icons {
    text-align: right;
    padding-top: 27px;
    padding-bottom: 26px;
    margin-bottom: 45px;
    border-bottom: 1px solid #eaeaea;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    .lookbook .black-icons .share-text {
      display: inline-block;
      margin-right: 15px;
      margin-top: -2px; }
    .lookbook .black-icons .social-mediaBlock {
      display: inline-block; }
  .lookbook .lookbook-bottom {
    text-align: center; }
    .lookbook .lookbook-bottom .button {
      min-width: 240px; }
  .lookbook #topSellerProduct {
    margin-top: 80px; }
    .lookbook #topSellerProduct .page-heading {
      display: none;
      margin-bottom: 18px; }
      .lookbook #topSellerProduct .page-heading.lookbook {
        display: block; }
      .lookbook #topSellerProduct .page-heading.no-desc {
        margin-bottom: 45px; }
    .lookbook #topSellerProduct .description {
      text-align: center;
      margin-bottom: 43px; }

/* Contact Us */
.contact-us .container-smaller {
  clear: both; }

.themevale_map iframe {
  float: left; }

.themevale_contact-us .themevale-heading {
  text-align: center;
  margin-bottom: 45px; }
  .themevale_contact-us .themevale-heading .page-heading {
    margin-bottom: 17px; }
  .themevale_contact-us .themevale-heading .des {
    margin-bottom: 7px; }
  .themevale_contact-us .themevale-heading .line {
    display: inline-block;
    width: 100%;
    max-width: 270px;
    height: 1px;
    background-color: rgba(95, 95, 95, 0.7); }

@media (min-width: 768px) {
  .themevale_contact-us .themevale_form {
    width: 60%;
    float: left;
    padding-right: 30px; } }

@media (min-width: 1025px) {
  .themevale_contact-us .themevale_form {
    width: calc(100% - 470px);
    padding-right: 80px;
    padding-top: 20px; } }

.themevale_contact-us .themevale_form > h2 {
  color: #0f0f0f;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 12px; }

.themevale_contact-us .themevale_form .form {
  display: inline-block;
  width: 100%;
  margin-top: 5px; }
  .themevale_contact-us .themevale_form .form #contact_question {
    max-width: 100%;
    min-height: 216px;
    margin-bottom: 4px; }
  .themevale_contact-us .themevale_form .form .form-actions {
    text-align: left;
    margin-top: 0; }
    .themevale_contact-us .themevale_form .form .form-actions .button {
      min-width: 205px; }

.themevale_contact-us .themevale_location {
  background: #fafafa;
  padding: 25px 20px;
  line-height: 24px; }
  @media (min-width: 768px) {
    .themevale_contact-us .themevale_location {
      width: 40%;
      float: right; } }
  @media (min-width: 1025px) {
    .themevale_contact-us .themevale_location {
      width: 470px; } }
  @media (min-width: 1200px) {
    .themevale_contact-us .themevale_location {
      padding: 65px 70px; } }
  .themevale_contact-us .themevale_location .title {
    margin-top: 0;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 28px; }
  .themevale_contact-us .themevale_location .content .description {
    margin-bottom: 22px; }
  .themevale_contact-us .themevale_location .content .button {
    background: transparent;
    color: #5f5f5f;
    border: 1px solid #5f5f5f;
    min-width: 164px;
    margin-bottom: 32px; }
    .themevale_contact-us .themevale_location .content .button:hover {
      background: #0f0f0f;
      border: 1px solid #0f0f0f;
      color: #fff; }
  .themevale_contact-us .themevale_location .content .store-email a {
    color: #5f5f5f; }
    .themevale_contact-us .themevale_location .content .store-email a:hover {
      color: #0f0f0f; }
  .themevale_contact-us .themevale_location .content.hour-text {
    margin-top: 28px;
    border-top: 1px solid #e6e6e6;
    padding-top: 26px; }
    .themevale_contact-us .themevale_location .content.hour-text .sub-title {
      margin-bottom: 5px;
      text-transform: uppercase;
      font-weight: 500;
      letter-spacing: .05em; }

/* FAQ */
.themevale_faq .banner-top {
  position: relative; }
  .themevale_faq .banner-top .card-img-container:after {
    padding-bottom: 7.24868%; }
  .themevale_faq .banner-top .heading {
    text-transform: uppercase;
    color: #0f0f0f;
    text-align: center;
    padding: 15px 15px 0 15px;
    margin-top: 15px;
    font-size: 20px;
    line-height: 24px;
    margin: 10px 0 0 0; }
    @media (min-width: 1025px) {
      .themevale_faq .banner-top .heading {
        padding: 15px;
        margin-top: 0px;
        font-size: 24px;
        line-height: 32px;
        position: absolute;
        top: 50%;
        left: 50%;
        color: white;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.15)); } }

.themevale_faq .navBar .navBar-section + .need-help-wrapper {
  border-top: 1px solid #0f0f0f;
  padding-top: 25px;
  margin-top: 25px; }

.themevale_faq .page-content {
  padding-top: 30px; }
  .themevale_faq .page-content .left-column {
    display: inline-block;
    width: 100%;
    padding: 25px 30px 30px 30px;
    background: #fafafa;
    margin-top: 15px; }
    @media (min-width: 768px) {
      .themevale_faq .page-content .left-column {
        width: 270px;
        float: left;
        margin-top: 115px; } }
    @media (min-width: 768px) {
      .themevale_faq .page-content .left-column + .right-column {
        padding-left: 30px;
        width: calc(100% - 270px);
        float: right; } }
    .themevale_faq .page-content .left-column .need-help-wrapper {
      margin-bottom: 10px; }
      .themevale_faq .page-content .left-column .need-help-wrapper .heading {
        margin-top: 0;
        font-size: 14px;
        text-align: center;
        text-transform: uppercase;
        color: #0f0f0f;
        border-bottom: 1px solid #0f0f0f;
        padding-bottom: 23px;
        margin-bottom: 26px; }
      .themevale_faq .page-content .left-column .need-help-wrapper .need-help {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: flex-end;
        -moz-align-items: flex-end;
        -ms-align-items: flex-end;
        align-items: flex-end;
        -webkit-box-pack: space-between;
        -moz-box-pack: space-between;
        -ms-flex-pack: space-between;
        -webkit-justify-content: space-between;
        justify-content: space-between; }
        .themevale_faq .page-content .left-column .need-help-wrapper .need-help > a {
          color: #5f5f5f;
          text-align: center;
          font-weight: 500;
          font-size: 12px;
          letter-spacing: .05em;
          text-transform: uppercase;
          width: 50%; }
          .themevale_faq .page-content .left-column .need-help-wrapper .need-help > a svg {
            fill: #0f0f0f;
            stroke: #0f0f0f;
            width: 32px;
            height: 32px;
            margin-bottom: -5px; }
          .themevale_faq .page-content .left-column .need-help-wrapper .need-help > a .fa {
            color: #0f0f0f;
            font-size: 25px; }
          .themevale_faq .page-content .left-column .need-help-wrapper .need-help > a .link_text {
            display: block;
            margin-top: 6px; }
            .themevale_faq .page-content .left-column .need-help-wrapper .need-help > a .link_text span {
              background-image: linear-gradient(transparent 96%, #5f5f5f 4%);
              background-repeat: repeat-x;
              background-position-y: -1px; }

.themevale_faq strong {
  font-weight: 600; }

.themevale_faq .description {
  margin-bottom: 72px;
  max-width: 600px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: #5f5f5f; }
  @media (max-width: 767px) {
    .themevale_faq .description {
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 50px; } }
  .themevale_faq .description a {
    color: #5f5f5f;
    background-image: linear-gradient(transparent 97%, #5f5f5f 3%);
    background-repeat: repeat-x;
    background-position-y: -1px; }

.themevale_faq .question-type-heading {
  text-transform: uppercase;
  letter-spacing: .05em;
  font-size: 14px;
  padding-bottom: 25px;
  border-bottom: 1px solid #0f0f0f;
  margin-bottom: 0; }

.themevale_faq .contact-us-faq {
  margin-top: 30px;
  text-align: center; }
  .themevale_faq .contact-us-faq span {
    display: block;
    margin-bottom: 10px; }
  .themevale_faq .contact-us-faq .button {
    min-width: 255px; }
  @media (min-width: 768px) {
    .themevale_faq .contact-us-faq {
      text-align: right;
      margin-top: 55px; }
      .themevale_faq .contact-us-faq span, .themevale_faq .contact-us-faq .button {
        margin: 0;
        display: inline-block;
        vertical-align: middle; }
      .themevale_faq .contact-us-faq span + .button {
        margin-left: 15px; } }

.themevale_faq .accordion-content > ul {
  list-style-type: disc; }
  .themevale_faq .accordion-content > ul li {
    line-height: 24px;
    margin-bottom: 5px; }

.themevale_faq .accordion-title {
  text-transform: none;
  letter-spacing: .02em;
  font-size: 12px; }
  .themevale_faq .accordion-title:before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 16px;
    height: 2px;
    background: #0f0f0f; }
  .themevale_faq .accordion-title:after {
    content: "";
    position: absolute;
    right: 7px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 2px;
    height: 16px;
    background: #0f0f0f; }

.themevale_faq .accordion-block.is-open .accordion-title:after {
  display: none; }

/* Site Map */
.page-type-sitemap .themevale-heading {
  padding-top: 45px; }

.page-type-sitemap ul {
  list-style: none;
  margin-left: 0; }
  .page-type-sitemap ul.map-level-1 > li {
    margin-bottom: 50px; }
  .page-type-sitemap ul.map-level-2 > li > a {
    text-transform: uppercase;
    font-weight: 500; }
  .page-type-sitemap ul.map-level-3 {
    margin-left: 25px; }
    .page-type-sitemap ul.map-level-3 > li > a {
      font-weight: 500; }
    .page-type-sitemap ul.map-level-3 ul {
      margin-left: 25px; }
  .page-type-sitemap ul ul li a {
    padding: 3px 0;
    display: inline-block; }

.page-type-sitemap h3 {
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: 1px solid #e6e6e6;
  font-size: 16px;
  margin-bottom: 15px; }

#product-listing-container {
  padding-top: 0; }
  #product-listing-container > p {
    text-align: center; }

/* Image Gallery page */
.themevale_image_gallery .page-content {
  padding-top: 30px; }

.themevale_image_gallery .breadcrumbs {
  margin-top: 85px; }

.ImageGallery .image-gallery-list {
  margin: 0 -15px; }
  .ImageGallery .image-gallery-list .image-gallery-item {
    width: 100%;
    float: left;
    margin-bottom: 30px; }
    @media (min-width: 551px) {
      .ImageGallery .image-gallery-list .image-gallery-item {
        width: 50%; } }
    @media (min-width: 992px) {
      .ImageGallery .image-gallery-list .image-gallery-item {
        width: 33.33333%; } }
    @media (min-width: 1025px) {
      .ImageGallery .image-gallery-list .image-gallery-item {
        width: 25%; } }
    .ImageGallery .image-gallery-list .image-gallery-item.hide {
      display: none; }
    .ImageGallery .image-gallery-list .image-gallery-item .card-img-container:after {
      padding-bottom: 128.16901%; }
    .ImageGallery .image-gallery-list .image-gallery-item .banner-wrap {
      padding: 20px; }
      @media (min-width: 1650px) {
        .ImageGallery .image-gallery-list .image-gallery-item .banner-wrap {
          padding: 50px; } }
      @media (max-width: 767px) {
        .ImageGallery .image-gallery-list .image-gallery-item .banner-wrap {
          position: absolute;
          left: 0;
          right: 0;
          bottom: 0; } }
      .ImageGallery .image-gallery-list .image-gallery-item .banner-wrap .banner-inner {
        background: rgba(0, 0, 0, 0.7);
        padding: 20px 15px; }
        @media (min-width: 1025px) {
          .ImageGallery .image-gallery-list .image-gallery-item .banner-wrap .banner-inner {
            transform: translateY(42px);
            -webkit-transform: translateY(42px);
            -moz-transform: translateY(42px);
            -ms-transform: translateY(42px);
            -webkit-transition: all .3s ease 0s;
            -moz-transition: all .3s ease 0s;
            -ms-transition: all .3s ease 0s;
            -o-transition: all .3s ease 0s;
            transition: all .3s ease 0s; } }
      .ImageGallery .image-gallery-list .image-gallery-item .banner-wrap .title {
        color: white;
        margin-top: 0;
        margin-bottom: 2px; }
        .ImageGallery .image-gallery-list .image-gallery-item .banner-wrap .title > a {
          color: white;
          display: inline; }
      .ImageGallery .image-gallery-list .image-gallery-item .banner-wrap .desc {
        color: white;
        margin-bottom: 0; }
      .ImageGallery .image-gallery-list .image-gallery-item .banner-wrap .button {
        width: 100%;
        background: white;
        color: black;
        border-color: white;
        box-shadow: 0 2px 8px 0px rgba(0, 0, 0, 0.08);
        -webkit-box-shadow: 0 2px 8px 0px rgba(0, 0, 0, 0.08);
        -moz-box-shadow: 0 2px 8px 0px rgba(0, 0, 0, 0.08);
        -ms-box-shadow: 0 2px 8px 0px rgba(0, 0, 0, 0.08);
        margin-bottom: 0; }
        @media (min-width: 1025px) {
          .ImageGallery .image-gallery-list .image-gallery-item .banner-wrap .button {
            opacity: 0;
            visibility: hidden; } }
        .ImageGallery .image-gallery-list .image-gallery-item .banner-wrap .button:hover {
          background: black;
          color: white;
          border-color: black; }
    @media (min-width: 1025px) {
      .ImageGallery .image-gallery-list .image-gallery-item:hover .banner-inner {
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px); } }
    @media (min-width: 1025px) {
      .ImageGallery .image-gallery-list .image-gallery-item:hover .button {
        opacity: 1;
        visibility: visible; } }
    .ImageGallery .image-gallery-list .image-gallery-item:hover .title > a {
      color: white;
      background-image: linear-gradient(transparent 97%, white 3%);
      background-repeat: repeat-x;
      background-position-y: -2px; }

.ImageGallery .pagination-wrapper {
  padding-bottom: 0; }

.blog {
  margin-bottom: 1.5rem; }
  @media (min-width: 1025px) {
    .blog {
      margin: auto;
      width: 100%; } }
  .blog + .blog {
    border-top: 1px solid #e5e5e5;
    margin-top: 2.7rem;
    padding-top: 3rem; }
  .blog .tags {
    margin-left: 0; }
    @media (min-width: 768px) {
      .blog .tags {
        padding-right: 20px; } }
    .blog .tags .icon {
      margin-right: 8px;
      padding-left: 0; }
    .blog .tags svg {
      width: 14px;
      height: 14px;
      fill: rgba(95, 95, 95, 0.7);
      margin-top: -2px; }
    .blog .tags .tag {
      position: relative;
      padding-right: 3px;
      padding-left: 1px;
      margin-right: 3px; }
      .blog .tags .tag:after {
        content: ",";
        position: absolute;
        bottom: 7px;
        right: 0px; }
      .blog .tags .tag:last-child:after {
        display: none; }
  .blog .socialLinks {
    text-align: center; }

.blog-title {
  font-size: 18px;
  margin: 0 0 8px 0; }
  .blog-title a {
    text-decoration: none;
    color: #0f0f0f; }

.blog-date,
.blog-author {
  color: rgba(95, 95, 95, 0.7);
  margin-bottom: 0; }

.blog-author {
  margin-bottom: 2.5rem; }

.blog-post {
  font-size: 12px;
  text-align: left; }
  .blog-post .blockquote-img {
    display: none;
    max-width: 498px;
    width: 100%;
    background: #f8f8f8;
    color: #0f0f0f;
    padding: 20px 70px 23px 20px;
    position: relative;
    margin-bottom: 25px;
    font-size: 16px;
    font-family: Tinos;
    font-style: italic;
    letter-spacing: 0; }
    @media (min-width: 768px) {
      .blog-post .blockquote-img {
        position: absolute;
        top: 292px;
        right: 0;
        padding: 40px 82px 43px 50px;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        margin-bottom: 0; } }
    .blog-post .blockquote-img:before {
      content: '”';
      font-family: Tinos;
      font-size: 100px;
      position: absolute;
      top: 40px;
      right: 30px;
      color: #5f5f5f; }
      @media (min-width: 768px) {
        .blog-post .blockquote-img:before {
          top: 65px;
          right: 30px;
          font-size: 128px; } }
  .blog-post.has-thumbnail {
    position: relative; }
    .blog-post.has-thumbnail .blockquote-img {
      display: block; }
  .blog-post h4 {
    font-size: 14px;
    margin-bottom: 12px; }
  .blog-post ul, .blog-post ol {
    margin-left: 12px; }
    .blog-post ul li, .blog-post ol li {
      padding: 3px 0px 3px 8px; }
      .blog-post ul li:first-child, .blog-post ol li:first-child {
        padding-top: 0; }
  .blog-post .slick-dots {
    margin-left: 0; }
  .blog-post blockquote {
    background: #f8f8f8;
    padding: 25px;
    margin-top: 7px;
    margin-bottom: 25px;
    display: inline-block;
    width: 100%; }
  .blog-post table {
    margin-top: 35px;
    margin-bottom: 35px; }
  .blog-post .group-image {
    border: none; }
    .blog-post .group-image tr, .blog-post .group-image td {
      border: none; }
    .blog-post .group-image .image-left .text-col {
      vertical-align: top;
      padding-top: 15px; }
      @media (min-width: 1025px) {
        .blog-post .group-image .image-left .text-col {
          padding-top: 68px; } }
    .blog-post .group-image .image-right .text-col {
      vertical-align: bottom;
      padding-bottom: 0px; }
      @media (min-width: 768px) {
        .blog-post .group-image .image-right .text-col {
          padding-bottom: 15px; } }
      @media (min-width: 1025px) {
        .blog-post .group-image .image-right .text-col {
          padding-bottom: 70px; } }
    @media (min-width: 768px) {
      .blog-post .group-image tr + tr img {
        margin-top: -33%; } }
    .blog-post .group-image tr td {
      padding-left: 0;
      padding-right: 0; }
      @media (min-width: 768px) {
        .blog-post .group-image tr td {
          padding-left: 15px;
          padding-right: 15px; } }
      @media (max-width: 767px) {
        .blog-post .group-image tr td {
          display: block; } }
      .blog-post .group-image tr td:first-child {
        padding-left: 0; }
      .blog-post .group-image tr td:last-child {
        padding-right: 0; }
    .blog-post .group-image .text-col h2 {
      font-size: 18px;
      line-height: 26px;
      text-transform: uppercase;
      margin-bottom: 15px;
      display: inline-block;
      width: 100%;
      margin-top: 0;
      background-image: linear-gradient(transparent 97%, #0f0f0f 3%);
      background-repeat: repeat-x;
      background-position-y: -3px;
      display: inline; }
      @media (min-width: 1025px) {
        .blog-post .group-image .text-col h2 {
          font-size: 24px;
          line-height: 34px;
          margin-top: 20px;
          margin-bottom: 28px; } }
    .blog-post .group-image .text-col p {
      display: inline-block;
      margin-top: 15px; }
      @media (min-width: 1025px) {
        .blog-post .group-image .text-col p {
          margin-top: 28px; } }
  .blog-post .page-heading {
    margin-top: 25px;
    position: relative; }
    .blog-post .page-heading:before {
      content: "";
      background: #e5e5e5;
      width: 100%;
      height: 1px;
      position: absolute;
      top: 50%;
      left: 0;
      margin-top: -1px; }
    .blog-post .page-heading span {
      font-size: 16px;
      background: #ffffff;
      padding: 0 30px;
      position: relative;
      z-index: 1; }
  .blog-post .imageGallery-carousel {
    margin-left: 0;
    margin-bottom: 38px; }
    .blog-post .imageGallery-carousel .slick-list {
      margin-left: -7.5px;
      margin-right: -7.5px; }
      @media (min-width: 768px) {
        .blog-post .imageGallery-carousel .slick-list {
          margin-left: -15px;
          margin-right: -15px; } }
    .blog-post .imageGallery-carousel .image-item {
      padding: 0 7.5px; }
      @media (min-width: 768px) {
        .blog-post .imageGallery-carousel .image-item {
          padding: 0 15px; } }

.blog-thumbnail {
  margin: 33px 0 30px 0;
  position: relative;
  max-width: 870px; }
  .blog-thumbnail img {
    width: 100%; }

.blog-post-figure {
  display: block; }
  .blog-post-figure .blog-header {
    margin-bottom: 18px; }

.blog-post-body {
  display: block;
  width: 100%; }

.blog-post-footer {
  margin-top: 2.5rem; }
  @media (min-width: 768px) {
    .blog-post-footer {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -ms-flex-pack: space-between;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .blog-post-footer .button {
    min-width: 161px; }
    @media (max-width: 767px) {
      .blog-post-footer .button {
        width: 100%;
        margin-bottom: 20px; } }
  .blog-post-footer .addthis_toolbox {
    display: inline-block;
    width: auto; }
  .blog-post-footer .social-mediaBlock {
    display: inline-block; }
    @media (min-width: 768px) {
      .blog-post-footer .social-mediaBlock {
        margin-top: -16px; } }

.page-type-blog .pagination-wrapper {
  border-top: 1px solid #e5e5e5;
  margin-top: 32px;
  padding-top: 40px;
  padding-bottom: 55px; }

.blog-footer {
  margin-top: 3rem;
  padding-top: 22px;
  border-top: 1px solid #e5e5e5;
  display: block; }
  @media (min-width: 768px) {
    .blog-footer {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -ms-flex-pack: space-between;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .blog-footer .social-mediaBlock {
    margin-bottom: 22px; }

.page.blog .blog-footer {
  display: none; }

.sidebarBlock:last-child {
  margin-bottom: 50px; }

.sidebarBorder + .sidebarBorder {
  border-top: 1px solid #e5e5e5;
  margin-top: 3.16667rem;
  padding-top: 3.16667rem; }

.sidebarBlock-heading {
  margin-top: 0;
  margin-bottom: 18px;
  text-transform: inherit;
  text-transform: uppercase;
  font-size: 16px;
  display: inline-block;
  width: 100%; }

#sideAllCategories .sidebarBlock-heading {
  margin-bottom: 10px; }

#sideAllCategories + .navFacetedSearch {
  padding-top: 40px;
  margin-top: 35px;
  border-top: 1px solid #e5e5e5; }

.all-categories-list {
  margin: 0;
  list-style: none; }
  .all-categories-list li {
    margin-bottom: 0px;
    margin: 6px 0 7px 0;
    position: relative; }
  .all-categories-list .navPages-item {
    float: none;
    display: block;
    position: relative;
    margin-bottom: 0; }
    .all-categories-list .navPages-item > a {
      text-transform: uppercase;
      font-weight: 500; }
    .all-categories-list .navPages-item a {
      padding: 0 15px 0 0;
      font-size: 12px;
      vertical-align: top;
      display: inline-block;
      color: #0f0f0f;
      letter-spacing: .02em;
      line-height: 28px;
      position: relative;
      z-index: 2; }
    .all-categories-list .navPages-item .icon-dropdown {
      float: right;
      width: 100%;
      height: 30px;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -ms-flex-pack: flex-end;
      -webkit-justify-content: flex-end;
      justify-content: flex-end;
      cursor: pointer;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 1; }
      .all-categories-list .navPages-item .icon-dropdown svg {
        width: 18px;
        height: 18px;
        margin-right: -3px; }
    .all-categories-list .navPages-item > .icon-dropdown {
      margin-right: -10px; }
      .all-categories-list .navPages-item > .icon-dropdown.is-clicked svg {
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        margin-right: -5px; }
    .all-categories-list .navPages-item.current-cat > a {
      font-weight: 600; }
    .all-categories-list .navPages-item.current-cat > .icon-dropdown.is-clicked svg {
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
      margin-right: -5px; }
    .all-categories-list .navPages-item.current-cat.open > .icon-dropdown svg {
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
      margin-right: -5px; }
    .all-categories-list .navPages-item.open {
      padding-bottom: 0; }
    .all-categories-list .navPages-item:last-child {
      margin-bottom: 0;
      padding-bottom: 0; }
    .all-categories-list .navPages-item.is-clicked > a, .all-categories-list .navPages-item .current-cat > a {
      font-weight: 600; }
  .all-categories-list > .navPages-item {
    margin: 7px 0 8px 0; }
  .all-categories-list .dropdown-category-list {
    margin: 4px 0 0 0;
    display: none;
    list-style: none;
    overflow: hidden;
    width: 100%; }
    .all-categories-list .dropdown-category-list.cat-expanded {
      display: block; }
      .all-categories-list .dropdown-category-list.cat-expanded .icon-dropdown.is-clicked svg {
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        margin-right: -5px; }
    .all-categories-list .dropdown-category-list .icon-dropdown {
      margin-right: -10px; }
      .all-categories-list .dropdown-category-list .icon-dropdown svg {
        fill: #5f5f5f; }
    .all-categories-list .dropdown-category-list .navPage-subMenu-item {
      width: 100%;
      display: block;
      padding: 0 !important;
      margin: 4px 0; }
      .all-categories-list .dropdown-category-list .navPage-subMenu-item.current-cat > a {
        color: #0f0f0f; }
        .all-categories-list .dropdown-category-list .navPage-subMenu-item.current-cat > a span {
          background-image: linear-gradient(transparent 97%, #0f0f0f 3%);
          background-repeat: repeat-x;
          background-position-y: 0px; }
      .all-categories-list .dropdown-category-list .navPage-subMenu-item.current-cat > .icon-dropdown.is-clicked svg {
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(-90deg);
        margin-right: -5px; }
      .all-categories-list .dropdown-category-list .navPage-subMenu-item.open > .icon-dropdown.is-clicked svg {
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        margin-right: -5px; }
      .all-categories-list .dropdown-category-list .navPage-subMenu-item a {
        font-size: 12px;
        font-weight: 400;
        color: #5f5f5f;
        text-transform: capitalize;
        padding-left: 15px;
        padding-right: 15px;
        -webkit-transition: padding-left 0.3s linear;
        -moz-transition: padding-left 0.3s linear;
        -ms-transition: padding-left 0.3s linear;
        -o-transition: padding-left 0.3s linear;
        transition: padding-left 0.3s linear; }
        .all-categories-list .dropdown-category-list .navPage-subMenu-item a:hover {
          color: #0f0f0f; }
          .all-categories-list .dropdown-category-list .navPage-subMenu-item a:hover span {
            background-image: linear-gradient(transparent 97%, #0f0f0f 3%);
            background-repeat: repeat-x;
            background-position-y: 0px; }
      .all-categories-list .dropdown-category-list .navPage-subMenu-item .dropdown-category-list {
        margin-top: 2px; }
        .all-categories-list .dropdown-category-list .navPage-subMenu-item .dropdown-category-list .navPage-childList-item:last-child {
          margin-bottom: 0px; }
        .all-categories-list .dropdown-category-list .navPage-subMenu-item .dropdown-category-list .navPage-childList-item a {
          padding-left: 35px;
          position: relative; }
          .all-categories-list .dropdown-category-list .navPage-subMenu-item .dropdown-category-list .navPage-childList-item a:hover {
            padding-left: 50px;
            background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='9' viewBox='0 0 24 42'%3E%3Cpath d='M1.45679 1.00746147l21 20.02482143L1.50885 41.0074615' stroke='%23adadad' stroke-width='6' stroke-linecap='none' stroke-linejoin='none' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E");
            background-repeat: no-repeat;
            background-position: 34px 10px; }
        .all-categories-list .dropdown-category-list .navPage-subMenu-item .dropdown-category-list .navPage-childList-item.open > .icon-dropdown.is-clicked svg {
          -moz-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
          margin-right: -5px; }
      .all-categories-list .dropdown-category-list .navPage-subMenu-item .navPages-level-4 .navPage-childList-item a {
        padding-left: 35px; }
        .all-categories-list .dropdown-category-list .navPage-subMenu-item .navPages-level-4 .navPage-childList-item a:hover {
          padding-left: 50px; }
          .all-categories-list .dropdown-category-list .navPage-subMenu-item .navPages-level-4 .navPage-childList-item a:hover:before {
            left: 35px; }
      .all-categories-list .dropdown-category-list .navPage-subMenu-item .navPages-level-5 .navPage-childList-item a {
        padding-left: 45px; }
        .all-categories-list .dropdown-category-list .navPage-subMenu-item .navPages-level-5 .navPage-childList-item a:hover {
          padding-left: 60px; }
          .all-categories-list .dropdown-category-list .navPage-subMenu-item .navPages-level-5 .navPage-childList-item a:hover:before {
            left: 45px; }
      .all-categories-list .dropdown-category-list .navPage-subMenu-item .navPage-subMenu-action {
        margin: 0;
        width: auto;
        border: none;
        font-weight: 500; }
      .all-categories-list .dropdown-category-list .navPage-subMenu-item .navPage-childList-action {
        letter-spacing: .02em; }

.navList li {
  padding: 4px 0; }
  .navList li:first-child {
    padding-top: 0; }

#sideShopByPrice .navList-action {
  letter-spacing: 0; }

#sideShopByBrands .navList-item.view_all a {
  font-weight: 500; }

#sideFeatured {
  margin-bottom: 55px; }
  .sidebar-layout-2 #sideFeatured {
    margin-bottom: 60px; }
  #sideFeatured .productCarousel {
    margin-top: 5px; }
    #sideFeatured .productCarousel .card-figure {
      max-width: 170px;
      margin: 0 auto; }
      #sideFeatured .productCarousel .card-figure .countDowntimer, #sideFeatured .productCarousel .card-figure .product-badge, #sideFeatured .productCarousel .card-figure .card-figcaption-top {
        display: none; }
    #sideFeatured .productCarousel .card-title {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    #sideFeatured .productCarousel .card-figcaption {
      display: none; }
    #sideFeatured .productCarousel .card-action-bottom {
      display: block;
      margin-top: 15px; }
      #sideFeatured .productCarousel .card-action-bottom .card-figcaption-button {
        background-color: white;
        border-color: #232323;
        color: #0f0f0f;
        display: inline-block;
        min-width: 210px; }
        #sideFeatured .productCarousel .card-action-bottom .card-figcaption-button:hover, #sideFeatured .productCarousel .card-action-bottom .card-figcaption-button:focus, #sideFeatured .productCarousel .card-action-bottom .card-figcaption-button.is-active, #sideFeatured .productCarousel .card-action-bottom .card-figcaption-button.active {
          background-color: #0f0f0f;
          border-color: #0f0f0f;
          color: white; }
        #sideFeatured .productCarousel .card-action-bottom .card-figcaption-button:active {
          background-color: #0f0f0f;
          border: 1px solid #0f0f0f;
          color: white; }
    #sideFeatured .productCarousel .slick-arrow {
      background: none;
      border: none;
      width: 21px;
      height: 22px;
      padding: 0; }
      #sideFeatured .productCarousel .slick-arrow:before {
        width: 21px;
        height: 22px;
        color: #34313a; }
      #sideFeatured .productCarousel .slick-arrow.slick-next {
        right: 1px; }
        #sideFeatured .productCarousel .slick-arrow.slick-next::before {
          background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M1.45679 1.00746147l21 20.02482143L1.50885 41.0074615' stroke='%2334313a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
      #sideFeatured .productCarousel .slick-arrow.slick-prev {
        left: 0; }
        #sideFeatured .productCarousel .slick-arrow.slick-prev::before {
          background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M22.4572074 1.00746147l-21 20.02482143 20.9479397 19.9751786' stroke='%2334313a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }

#sideBannerImage .side-cms-content {
  text-align: center; }
  #sideBannerImage .side-cms-content .cms-image {
    display: block; }
    #sideBannerImage .side-cms-content .cms-image + .cms-image {
      margin-top: 30px; }
  #sideBannerImage .side-cms-content .card-img-container {
    max-width: 270px; }
    #sideBannerImage .side-cms-content .card-img-container:after {
      padding-bottom: 137.03704%; }

#sideCustomCMS {
  margin-top: 42px; }
  #sideCustomCMS .side-cms-content p {
    margin-bottom: 27px; }
    #sideCustomCMS .side-cms-content p:last-child {
      margin-bottom: 0; }

#advertisement-content {
  margin-bottom: 58px; }
  #advertisement-content .recentPosts_List .item {
    padding: 9px 0;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 8px; }
    #advertisement-content .recentPosts_List .item:first-child {
      padding-top: 0; }
    #advertisement-content .recentPosts_List .item:last-child {
      padding-bottom: 0;
      border-bottom: none; }

.recentPost-sidebar .title {
  margin-top: 0;
  font-size: 12px;
  text-transform: capitalize; }
  .recentPost-sidebar .title:hover a {
    background-image: linear-gradient(transparent 97%, #0f0f0f 3%);
    background-repeat: repeat-x;
    background-position-y: 0px; }

.sidebar-layout-2 .sidebarBlock-heading {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 13px;
  margin-bottom: 25px; }

.sidebar-layout-2 .sidebarBorder {
  border-top: none;
  padding-top: 10px; }

.sidebar-layout-2 #sideAllCategories .sidebarBlock-heading {
  margin-bottom: 18px; }

.sidebar-layout-2 #sideFeatured .productCarousel {
  opacity: 1;
  visibility: visible;
  height: auto; }
  .sidebar-layout-2 #sideFeatured .productCarousel .productCarousel-slide {
    width: 100%;
    padding: 0;
    height: auto; }
    .sidebar-layout-2 #sideFeatured .productCarousel .productCarousel-slide + .productCarousel-slide {
      margin-top: 25px; }
    .sidebar-layout-2 #sideFeatured .productCarousel .productCarousel-slide .card-figure {
      width: 90px;
      float: left; }
      @media (min-width: 1025px) {
        .sidebar-layout-2 #sideFeatured .productCarousel .productCarousel-slide .card-figure {
          width: 120px; } }
    .sidebar-layout-2 #sideFeatured .productCarousel .productCarousel-slide .card-body {
      width: calc(100% - 90px);
      float: left;
      text-align: left;
      padding-left: 20px;
      padding-top: 0px; }
      @media (min-width: 1025px) {
        .sidebar-layout-2 #sideFeatured .productCarousel .productCarousel-slide .card-body {
          width: calc(100% - 120px);
          padding-left: 30px;
          margin-top: 12px; } }
      .sidebar-layout-2 #sideFeatured .productCarousel .productCarousel-slide .card-body .card_optionImage {
        display: none; }
      .sidebar-layout-2 #sideFeatured .productCarousel .productCarousel-slide .card-body .card-action-bottom .card-figcaption-button {
        background: none;
        border: none;
        color: #232323;
        padding: 0;
        font-size: 12px;
        background-image: linear-gradient(transparent 97%, #232323 3%);
        background-repeat: repeat-x;
        background-position-y: -1px;
        display: inline; }

.sidebar-layout-2 .accordion-title {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 13px;
  margin-bottom: 15px; }

.sidebar-layout-2 .accordion-content {
  padding-bottom: 5px;
  margin-top: 10px; }

.sidebar-layout-2 #facetedSearch-content--brand {
  padding-bottom: 10px; }

.brandGrid {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0;
  margin-bottom: 1.5rem;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 38px -8px 0px -15px; }
  .brandGrid ul,
  .brandGrid ol {
    list-style: none;
    margin-bottom: 0; }
  .brandGrid:before, .brandGrid:after {
    content: " ";
    display: table; }
  .brandGrid:after {
    clear: both; }
  @media (min-width: 1025px) {
    .brandGrid {
      margin: 38px -15px 0px -15px; } }
  .brandGrid .brand {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: none;
    display: inline-block;
    font-size: 12px;
    vertical-align: top;
    padding: 0 8px; }
    @media (min-width: 768px) {
      .brandGrid .brand {
        width: 25%; } }
    @media (min-width: 1025px) {
      .brandGrid .brand {
        width: 25%;
        padding-left: 15px;
        padding-right: 15px; } }
    @media (min-width: 1200px) {
      .brandGrid .brand {
        width: 20%; } }
    @media (min-width: 1441px) {
      .brandGrid .brand {
        width: 16.66667%; } }
    .brandGrid .brand .card {
      border-radius: 0;
      text-align: center;
      border: 1px solid #eaeaea;
      margin-bottom: 16px; }
      @media (min-width: 1025px) {
        .brandGrid .brand .card {
          margin-bottom: 30px; } }
      .brandGrid .brand .card .card-figure {
        padding-bottom: 0; }
      .brandGrid .brand .card .card-img-container {
        margin-left: auto;
        margin-right: auto;
        position: relative; }
      .brandGrid .brand .card .card-title {
        margin: 0;
        font-size: 12px;
        font-weight: 600;
        line-height: 20px;
        text-transform: uppercase;
        font-family: "Poppins", Arial, Helvetica, sans-serif;
        color: #0f0f0f; }
        .brandGrid .brand .card .card-title a {
          color: inherit; }
      .brandGrid .brand .card .card-body {
        padding: 11px 5px 9px 5px;
        text-align: center;
        background-color: #fafafa; }
      @media (min-width: 415px) {
        .brandGrid .brand .card .card-title {
          font-size: 13px;
          line-height: 24px;
          letter-spacing: 1px; } }

/* Brand List A to Z view */
#azBrandsTable {
  font-size: 0;
  display: flex;
  flex-flow: row nowrap;
  margin: 38px -15px 30px -15px;
  overflow-x: auto;
  padding-bottom: 5px; }
  #azBrandsTable li {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #e6e6e6;
    border-left: none; }
    #azBrandsTable li a {
      color: #0f0f0f;
      display: block;
      height: 40px;
      font-size: 12px;
      min-width: 40px;
      font-weight: 600;
      line-height: 40px;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase; }
      #azBrandsTable li a.disable {
        color: #B3B3B3;
        pointer-events: none; }
    #azBrandsTable li:first-child {
      min-width: 70px;
      border-left: 1px solid #e6e6e6;
      margin-left: 15px; }
    #azBrandsTable li:last-child {
      margin-right: 15px; }
    #azBrandsTable li.is-active {
      color: black;
      background-color: #fafafa; }
      #azBrandsTable li.is-active a {
        color: inherit; }
  @media (min-width: 1025px) {
    #azBrandsTable {
      margin: 38px 0 40px 0;
      overflow: visible; }
      #azBrandsTable li {
        width: 10%; }
        #azBrandsTable li:first-child {
          margin-left: 0px; }
        #azBrandsTable li:last-child {
          margin-right: 0px; } }

#azBrands {
  margin-bottom: 20px; }
  #azBrands.active-all {
    column-count: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2; }
    #azBrands.active-all .azBrands-group {
      -moz-page-break-inside: avoid;
      -webkit-column-break-inside: avoid;
      break-inside: avoid;
      -o-column-break-inside: avoid;
      -ms-column-break-inside: avoid;
      column-break-inside: avoid;
      page-break-inside: avoid; }
    @media (min-width: 768px) {
      #azBrands.active-all {
        column-count: 3;
        -moz-column-count: 3;
        -webkit-column-count: 3; } }
    @media (min-width: 1025px) {
      #azBrands.active-all {
        column-count: 4;
        -moz-column-count: 4;
        -webkit-column-count: 4; } }
  #azBrands:not(.active-all) .azBrands-group {
    column-count: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2; }
    @media (min-width: 768px) {
      #azBrands:not(.active-all) .azBrands-group {
        column-count: 3;
        -moz-column-count: 3;
        -webkit-column-count: 3; } }
    @media (min-width: 1025px) {
      #azBrands:not(.active-all) .azBrands-group {
        column-count: 4;
        -moz-column-count: 4;
        -webkit-column-count: 4; } }
  #azBrands + .brandList.hide {
    opacity: 0;
    visibility: hidden; }

.azBrands-group-title {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 10px 0;
  text-transform: uppercase;
  color: #0f0f0f; }
  @media (min-width: 768px) {
    .azBrands-group-title {
      font-size: 20px; } }

.brandList {
  margin: 0;
  list-style: none; }
  .brandList .brand {
    margin-bottom: 5px; }

.brand-name .title {
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  text-transform: capitalize;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  color: #5f5f5f; }
  .brand-name .title a {
    color: inherit; }

.azBrands-group {
  display: none;
  margin-bottom: 32px; }
  .azBrands-group.is-active {
    display: block; }

.brand-image-container {
  position: relative;
  max-width: 272px;
  margin: 38px auto 0 auto; }
  .brand-image-container img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
  .brand-image-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 50%; }

.brand .card-img-container {
  max-width: 272px; }
  .brand .card-img-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 50%; }

@media (min-width: 1025px) {
  .page-type-brand .sidebar-layout-2 {
    padding-top: 32px; } }

.page-type-brand .sidebar-layout-2 + .page-content {
  padding-top: 0; }

.productGrid {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0;
  margin: 0 -10px; }
  .productGrid ul,
  .productGrid ol {
    list-style: none;
    margin-bottom: 0; }
  .productGrid:before, .productGrid:after {
    content: " ";
    display: table; }
  .productGrid:after {
    clear: both; }
  @media (min-width: 1025px) {
    .productGrid {
      margin: 0 -15px; } }
  .productGrid .product {
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
    font-size: 12px;
    vertical-align: top;
    margin-top: 10px;
    width: 100%; }
    @media (min-width: 321px) {
      .productGrid .product {
        width: 50%; } }
    @media (min-width: 768px) {
      .productGrid .product {
        width: 33.33333%; } }
    @media (min-width: 992px) {
      .productGrid .product {
        width: 25%; } }
    @media (min-width: 1025px) {
      .productGrid .product {
        width: 25%;
        padding-left: 15px;
        padding-right: 15px; } }

.productMasonry {
  column-count: 2;
  column-fill: auto;
  column-gap: 1.66667rem;
  margin: 0 0 1.5rem;
  overflow: hidden; }
  @media (min-width: 768px) {
    .productMasonry {
      column-count: 3; } }
  @media (min-width: 1025px) {
    .productMasonry {
      column-count: 4; } }
  .productMasonry .product {
    break-inside: avoid;
    page-break-inside: avoid;
    display: block;
    margin-bottom: 3rem;
    padding: 0;
    width: 100%; }
  .productMasonry .card {
    margin: 0; }

@media (min-width: 1025px) {
  .no-csscolumns .productGrid--maxCol6 .product {
    width: 16.66667%; } }

@media (min-width: 1025px) {
  .csscolumns .productGrid--maxCol6 {
    column-count: 6; } }

@media (min-width: 1025px) {
  .no-csscolumns .productGrid--maxCol3 .product {
    width: 33.33333%; } }

@media (min-width: 1025px) {
  .csscolumns .productGrid--maxCol3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left;
    float: none; }
    .csscolumns .productGrid--maxCol3 .product {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 33.33333%;
      float: none; } }

@media (min-width: 1025px) {
  .category-layout-2 .page-sidebar + .page-content .productGrid .product {
    width: 33.33333%; } }

.productList {
  list-style: none;
  margin-left: 0;
  margin: 10px auto 15px auto;
  max-width: 1170px; }
  .productList ul,
  .productList ol {
    list-style: none;
    margin-bottom: 0; }
  .productList .product + .product {
    margin-top: 2rem; }
  .productList .product .card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
  .productList .product .card-figure {
    width: 350px;
    display: inline-block; }
    @media (min-width: 768px) {
      .productList .product .card-figure {
        margin-right: 30px; } }
    @media (min-width: 1025px) {
      .productList .product .card-figure {
        margin-right: 70px;
        width: 420px; } }
    @media (max-width: 767px) {
      .productList .product .card-figure {
        width: 100%;
        margin: 0 auto; } }
    .productList .product .card-figure .card-figcaption {
      display: none; }
  .productList .product .card-body {
    width: calc(100% - 380px);
    display: inline-block;
    text-align: left;
    padding-top: 14px; }
    @media (min-width: 1025px) {
      .productList .product .card-body {
        width: calc(100% - 490px); } }
    @media (max-width: 767px) {
      .productList .product .card-body {
        width: 100%;
        margin-top: 0px; } }
    .productList .product .card-body .card-title {
      margin-bottom: 8px; }
    .productList .product .card-body .card-price {
      margin-bottom: 12px; }
    .productList .product .card-body .card-rating {
      margin-bottom: 18px; }
    .productList .product .card-body .card-figcaption2 {
      display: block; }
  .productList .product .card-desc {
    display: block; }
  .productList .product .card_optionSize [data-product-attribute] {
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding: 0;
    margin-left: -8px; }
    @media (min-width: 768px) {
      .productList .product .card_optionSize [data-product-attribute] {
        margin-left: -12px; } }
  .productList .product .card_optionImage {
    margin-top: 15px;
    margin-bottom: 25px; }
    .productList .product .card_optionImage [data-product-attribute] {
      -ms-flex-pack: flex-start;
      -webkit-justify-content: flex-start;
      justify-content: flex-start; }
  .productList .product .card-action-bottom {
    display: block;
    max-width: 270px; }
    @media (max-width: 767px) {
      .productList .product .card-action-bottom {
        max-width: 100%; }
        .productList .product .card-action-bottom .card-figcaption-button {
          max-width: 100%; } }

@media (min-width: 768px) {
  .listItem {
    margin: 0 -0.75rem;
    max-width: none;
    width: auto;
    display: table; }
    .listItem:before, .listItem:after {
      content: " ";
      display: table; }
    .listItem:after {
      clear: both; } }

@media (min-width: 768px) {
  .listItem-figure,
  .listItem-body {
    display: table-cell;
    vertical-align: top; } }

@media (min-width: 1281px) {
  .listItem-figure,
  .listItem-body {
    vertical-align: middle; } }

.listItem-button {
  background-color: black;
  border-color: black;
  color: white; }
  .listItem-button:hover {
    background-color: white;
    border-color: black;
    color: white; }

.listItem-figure {
  margin: 0 0 1.5rem; }
  @media (min-width: 768px) {
    .listItem-figure {
      margin-bottom: 0;
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%; } }
  @media (min-width: 1281px) {
    .listItem-figure {
      position: relative; } }
  .listItem-figure .listItem-button {
    margin: 1.5rem 0; }
    @media (min-width: 1281px) {
      .listItem-figure .listItem-button {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        display: inline-block;
        margin: 0 0 1.5rem;
        pointer-events: all;
        transform-style: preserve-3d; } }

.listItem-figureBody {
  opacity: 1;
  text-align: center; }
  @media (min-width: 1281px) {
    .listItem-figureBody {
      bottom: 0;
      height: 100%;
      left: 0.75rem;
      opacity: 0;
      position: absolute;
      right: 0.75rem;
      top: 0; }
      .listItem-figureBody:hover {
        opacity: 1; } }

.listItem-image {
  width: 100%; }

@media (min-width: 768px) {
  .listItem-body {
    padding-left: 1.25rem;
    padding-right: 0.75rem;
    width: 75%; } }

@media (min-width: 1281px) {
  .listItem-content {
    display: table; } }

@media (min-width: 1281px) {
  .listItem-details,
  .listItem-actions {
    display: table-cell;
    vertical-align: top; } }

@media (min-width: 1281px) {
  .listItem-details {
    padding-right: 6rem; }
    .listItem-details > :last-child {
      margin-bottom: 0; } }

.listItem-rating {
  margin-bottom: 0.41667rem; }

.listItem-brand {
  color: #999999;
  font-size: 12px;
  margin: 0 0 0.16667rem; }
  @media (min-width: 1025px) {
    .listItem-brand {
      font-size: 14px;
      margin-bottom: 0; } }

.listItem-title {
  font-size: 14px;
  margin: 0 0 0.16667rem; }
  @media (min-width: 1025px) {
    .listItem-title {
      font-size: 20px; } }
  .listItem-title > a {
    text-decoration: none; }

.listItem-price {
  margin-bottom: 1rem; }
  @media (min-width: 1025px) {
    .listItem-price {
      font-size: 20px; } }

@media (min-width: 1281px) {
  .listItem-actions {
    vertical-align: middle;
    width: 22%; }
    .listItem-actions .button--compare {
      font-size: 13px;
      padding: 0.58333rem 1.5rem; } }

.listItem-actions .button {
  margin-bottom: 0; }
  @media (min-width: 1281px) {
    .listItem-actions .button {
      width: 100%; }
      .listItem-actions .button + .button {
        margin: 0.75rem 0 0; } }

@media (min-width: 1281px) {
  .page-sidebar + .page-content .productList .listItem-details {
    padding-right: 3rem; } }

@media (min-width: 1281px) {
  .page-sidebar + .page-content .productList .listItem-actions {
    width: 30%; } }

.productLayout {
  padding-top: 40px; }
  @media (min-width: 768px) {
    .productLayout {
      padding-top: 60px; } }

.productView {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  margin: 0 -15px 5px -15px; }
  .productView:before, .productView:after {
    content: " ";
    display: table; }
  .productView:after {
    clear: both; }
  @media (min-width: 768px) {
    .productView {
      margin: 0 -15px 32px -15px; } }
  .modal .productView {
    padding-bottom: 0;
    padding-top: 0; }

.productView--quickView .socialLinks-item--print {
  display: none; }

.productView-images {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .productView-images {
      width: 50%; } }
  @media (min-width: 1025px) {
    .productView-images {
      width: calc(100% - 600px); } }
  @media (max-width: 767px) {
    .productView-images {
      margin-bottom: 60px; } }

.productView-details {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .productView-details {
      width: 50%;
      clear: right;
      float: right; } }
  @media (min-width: 1025px) {
    .productView-details {
      width: 600px; } }

.productView-description {
  width: 100%;
  display: inline-block; }
  .productView-description .productView-title {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    text-transform: uppercase;
    font-weight: 500; }
  .productView-description .productView-description {
    margin-bottom: 30px; }
    @media (min-width: 1025px) {
      .productView-description .productView-description {
        clear: both;
        float: none;
        width: 100%; } }
    .productView-description .productView-description h4 {
      font-size: 14px; }

.sale-flag-star,
.sale-flag-star:before,
.sale-flag-star:after {
  content: "";
  display: block;
  height: 4.16667rem;
  left: 0;
  overflow: visible;
  position: absolute;
  top: 0;
  transform: scaleX(1) scaleY(1) scaleZ(1);
  transform-origin: 50% 50% 0;
  width: 4.16667rem;
  z-index: 10; }

.sale-flag-star:before {
  transform: rotateZ(30deg) scaleX(1) scaleY(1) scaleZ(1); }

.sale-flag-star:after {
  transform: rotateZ(60deg) scaleX(1) scaleY(1) scaleZ(1); }

.starwrap {
  height: 4.16667rem;
  position: absolute;
  top: 10px;
  width: 4.16667rem; }

.sale-text-burst {
  font-weight: 600;
  line-height: 1.25rem;
  position: absolute;
  text-align: center;
  top: 20%;
  width: 4.16667rem;
  z-index: 50; }

.sale-flag-side {
  border-radius: 0 50px 50px 0;
  font-size: 15px;
  font-weight: 700;
  height: 1.66667rem;
  line-height: 1.33333rem;
  padding-left: 0.5rem;
  padding-right: 0.75rem;
  padding-top: 0.08333rem;
  position: absolute;
  transition: 800ms ease;
  z-index: 10; }

.product:hover .sale-flag-side {
  transition: 800ms ease; }

.sale-flag-sash {
  font-size: 15px;
  font-weight: 700;
  height: 1.66667rem;
  left: -35px;
  line-height: 1.33333rem;
  padding-top: 0.08333rem;
  position: absolute;
  text-align: center;
  top: 25px;
  transform: rotate(-45deg);
  transition: 800ms ease;
  width: 9.91667rem;
  z-index: 10; }

.product:hover .sale-flag-sash {
  transition: 800ms ease; }

.product {
  overflow: hidden; }

[data-product-attribute] .form-option.form-option-swatch {
  overflow: visible; }
  [data-product-attribute] .form-option.form-option-swatch.two-colors .form-option-variant + .form-option-variant {
    position: absolute;
    top: 17px;
    left: 0;
    height: 16px;
    width: 32px;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    margin-top: 0;
    display: inline-block; }
  [data-product-attribute] .form-option.form-option-swatch.three-colors .form-option-variant:nth-child(2) {
    height: 11px;
    border-radius: 3px;
    top: 11px;
    z-index: 2; }
  [data-product-attribute] .form-option.form-option-swatch.three-colors .form-option-variant:last-child {
    height: 16px;
    top: 16px; }

[data-product-attribute="swatch"] .form-option {
  margin-right: 12px;
  min-width: 32px;
  height: 32px; }

[data-product-attribute="swatch"] .form-radio:checked + .form-option .form-option-variant {
  box-shadow: 0 0 0 3px inset #232323;
  background-color: unset;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center; }

.form-option-variant--color,
.form-option-variant--pattern {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%; }

.form-option-variant--color {
  border: 1px solid transparent; }
  .form-option-variant--color.White, .form-option-variant--color.white {
    border: 1px solid #cbcbcb; }

.form-option-expanded {
  background-color: white;
  border: 1px solid #999999;
  left: calc(100% + 55px);
  opacity: 0;
  padding: 3px;
  position: absolute;
  top: calc(100% + 5px);
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  visibility: hidden; }

.form-option:hover .form-option-expanded {
  opacity: 1;
  transform: translate(-50%, 0);
  visibility: visible;
  z-index: 5000; }

.form-option-image {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 128px;
  width: 100px; }

@media (min-width: 1025px) {
  .account--fixed {
    margin: 0 auto;
    width: 66.66667%; } }

@media (min-width: 1025px) {
  .account--fixedSmall {
    margin: 0 auto;
    width: 50%; } }

@media (min-width: 1025px) {
  .account--fixedLarge {
    margin: 0 auto;
    width: 75%; } }

.account-head {
  margin-bottom: 3rem;
  text-align: center; }
  .account-head .alertBox {
    padding-left: 3rem;
    padding-right: 3rem;
    text-align: left; }

@media (min-width: 1025px) {
  .account-content--fixed {
    width: 66.66667%; } }

@media (min-width: 992px) {
  .account-content--fixedSmall {
    width: 58.33333%;
    display: inline-block;
    padding-right: 15px; } }

.account-sidebar {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding: 0; }
  @media (min-width: 992px) {
    .account-sidebar {
      width: 33.33333%; }
      .account-content--fixedSmall + .account-sidebar {
        float: right;
        padding-right: 0;
        padding-left: 15px; } }

.page.forgot-password .account .alertBox .alertBox-column {
  display: inline; }

.page.forgot-password .forgot-password-form .form-label {
  display: inline-block; }

.page.forgot-password .forgot-password-form .form-input {
  max-width: 100%;
  -ms-flex: unset;
  flex: unset;
  display: inline-block;
  width: 100%; }
  @media (min-width: 768px) {
    .page.forgot-password .forgot-password-form .form-input {
      width: calc(100% - 210px);
      margin-right: 10px;
      float: left; } }

.page.forgot-password .forgot-password-form .form-prefixPostfix {
  display: inline-block;
  width: 100%; }
  .page.forgot-password .forgot-password-form .form-prefixPostfix .form-inlineMessage {
    text-align: left;
    clear: both;
    display: inline-block; }
  .page.forgot-password .forgot-password-form .form-prefixPostfix .button {
    height: 42px;
    display: inline-block; }
    @media (min-width: 768px) {
      .page.forgot-password .forgot-password-form .form-prefixPostfix .button {
        width: 200px;
        float: left;
        margin-top: 0;
        margin-left: 0; } }

.page.account .themevale-heading {
  margin-bottom: 38px; }

@media (min-width: 381px) {
  .page.account .button {
    min-width: 205px; } }

.page.account .form-input {
  max-width: 100%; }

.page.create-account .form-input {
  max-width: 100%; }

.page.create-account .form-actions .button {
  min-width: 255px; }

.page.acount-created .button {
  margin-top: 10px; }

.page.account-message .send-message {
  margin-bottom: 15px; }

.page.account-add-wishlist .table-actions .button {
  min-width: 100px; }

.page.account-wishlist-details .form {
  text-align: center; }
  .page.account-wishlist-details .form .button {
    width: 100%;
    min-width: 0; }

.page.account-wishlist-details .card {
  margin-bottom: 15px; }
  .page.account-wishlist-details .card .button {
    min-width: 0; }

.page.account-recent-items .pagination-wrapper {
  display: block !important;
  text-align: right; }

.page.gift-certificate-purchase .form-label {
  font-weight: 500; }
  .page.gift-certificate-purchase .form-label.agree {
    color: #5f5f5f;
    font-weight: 400; }

.page.gift-certificate-purchase .form-inlineMessage {
  margin-top: 13px; }

.page.gift-certificate-purchase .form-radio + .form-label::after {
  top: 4px; }

.page.gift-certificate-purchase .form-field-group {
  background: #fafafa;
  border: none;
  padding: 18px;
  border-radius: 0;
  margin-bottom: 0; }
  .page.gift-certificate-purchase .form-field-group .form-label {
    color: #5f5f5f;
    margin-bottom: 0.75rem; }

.page.gift-certificate-purchase .form-actions {
  margin-top: 1rem; }
  @media (min-width: 768px) {
    .page.gift-certificate-purchase .form-actions {
      width: 50%;
      float: right;
      padding-left: 15px; } }
  .page.gift-certificate-purchase .form-actions #gift-certificate-preview {
    width: 100%; }
    @media (min-width: 1025px) {
      .page.gift-certificate-purchase .form-actions #gift-certificate-preview {
        min-width: 0;
        width: 185px;
        float: left; } }
  .page.gift-certificate-purchase .form-actions #gift-certificate-submit {
    width: 100%;
    margin-left: 0; }
    @media (min-width: 768px) {
      .page.gift-certificate-purchase .form-actions #gift-certificate-submit {
        margin-top: 15px; } }
    @media (min-width: 1025px) {
      .page.gift-certificate-purchase .form-actions #gift-certificate-submit {
        width: calc(100% - 205px);
        margin-left: 20px;
        margin-top: 0;
        float: left; } }

.page.gift-certificate h3 {
  margin-top: 0;
  margin-bottom: 10px; }

.page.gift-certificate .intro {
  color: #0f0f0f;
  font-weight: 500; }

.page.gift-certificate ol li {
  padding: 3px 0; }

.page .form-prefixPostfix .button, .page .form-prefixPostfix .form-input {
  height: 3.5rem; }

@media (min-width: 768px) {
  .page .form-prefixPostfix .form-input {
    width: calc(100% - 225px); } }

@media (min-width: 768px) {
  .page .form-prefixPostfix .button {
    margin-top: 0;
    width: 205px;
    margin-left: 20px; } }

.g-recaptcha + br + .form-actions {
  margin-top: 5px; }

/* jsTree default theme */
.jstree-node,
.jstree-children,
.jstree-container-ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none; }

.jstree-node {
  white-space: nowrap; }

.jstree-anchor {
  display: inline-block;
  color: black;
  white-space: nowrap;
  padding: 0 4px 0 1px;
  margin: 0;
  vertical-align: top; }

.jstree-anchor:focus {
  outline: 0; }

.jstree-anchor,
.jstree-anchor:link,
.jstree-anchor:visited,
.jstree-anchor:hover,
.jstree-anchor:active {
  text-decoration: none;
  color: inherit; }

.jstree-icon {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: center; }

.jstree-icon:empty {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: center; }

.jstree-ocl {
  cursor: pointer; }

.jstree-leaf > .jstree-ocl {
  cursor: default; }

.jstree .jstree-open > .jstree-children {
  display: block; }

.jstree .jstree-closed > .jstree-children,
.jstree .jstree-leaf > .jstree-children {
  display: none; }

.jstree-anchor > .jstree-themeicon {
  margin-right: 2px; }

.jstree-no-icons .jstree-themeicon,
.jstree-anchor > .jstree-themeicon-hidden {
  display: none; }

.jstree-hidden {
  display: none; }

.jstree-rtl .jstree-anchor {
  padding: 0 1px 0 4px; }

.jstree-rtl .jstree-anchor > .jstree-themeicon {
  margin-left: 2px;
  margin-right: 0; }

.jstree-rtl .jstree-node {
  margin-left: 0; }

.jstree-rtl .jstree-container-ul > .jstree-node {
  margin-right: 0; }

.jstree-wholerow-ul {
  position: relative;
  display: inline-block;
  min-width: 100%; }

.jstree-wholerow-ul .jstree-leaf > .jstree-ocl {
  cursor: pointer; }

.jstree-wholerow-ul .jstree-anchor,
.jstree-wholerow-ul .jstree-icon {
  position: relative; }

.jstree-wholerow-ul .jstree-wholerow {
  width: 100%;
  cursor: pointer;
  position: absolute;
  left: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.vakata-context {
  display: none; }

.vakata-context,
.vakata-context ul {
  margin: 0;
  padding: 2px;
  position: absolute;
  background: #f5f5f5;
  border: 1px solid #979797;
  box-shadow: 2px 2px 2px #999999; }

.vakata-context ul {
  list-style: none;
  left: 100%;
  margin-top: -2.7em;
  margin-left: -4px; }

.vakata-context .vakata-context-right ul {
  left: auto;
  right: 100%;
  margin-left: auto;
  margin-right: -4px; }

.vakata-context li {
  list-style: none;
  display: inline; }

.vakata-context li > a {
  display: block;
  padding: 0 2em 0 2em;
  text-decoration: none;
  width: auto;
  color: black;
  white-space: nowrap;
  line-height: 2.4em;
  text-shadow: 1px 1px 0 white;
  border-radius: 1px; }

.vakata-context li > a:hover {
  position: relative;
  background-color: #e8eff7;
  box-shadow: 0 0 2px #0a6aa1; }

.vakata-context li > a.vakata-context-parent {
  background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAIORI4JlrqN1oMSnmmZDQUAOw==");
  background-position: right center;
  background-repeat: no-repeat; }

.vakata-context li > a:focus {
  outline: 0; }

.vakata-context .vakata-context-hover > a {
  position: relative;
  background-color: #e8eff7;
  box-shadow: 0 0 2px #0a6aa1; }

.vakata-context .vakata-context-separator > a,
.vakata-context .vakata-context-separator > a:hover {
  background: white;
  border: 0;
  border-top: 1px solid #e2e3e3;
  height: 1px;
  min-height: 1px;
  max-height: 1px;
  padding: 0;
  margin: 0 0 0 2.4em;
  border-left: 1px solid #e0e0e0;
  text-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  border-radius: 0; }

.vakata-context .vakata-contextmenu-disabled a,
.vakata-context .vakata-contextmenu-disabled a:hover {
  color: silver;
  background-color: transparent;
  border: 0;
  box-shadow: 0 0 0; }

.vakata-context li > a > i {
  text-decoration: none;
  display: inline-block;
  width: 2.4em;
  height: 2.4em;
  background: transparent;
  margin: 0 0 0 -2em;
  vertical-align: top;
  text-align: center;
  line-height: 2.4em; }

.vakata-context li > a > i:empty {
  width: 2.4em;
  line-height: 2.4em; }

.vakata-context li > a .vakata-contextmenu-sep {
  display: inline-block;
  width: 1px;
  height: 2.4em;
  background: white;
  margin: 0 0.5em 0 0;
  border-left: 1px solid #e2e3e3; }

.vakata-context .vakata-contextmenu-shortcut {
  font-size: 0.8em;
  color: silver;
  opacity: 0.5;
  display: none; }

.vakata-context-rtl ul {
  left: auto;
  right: 100%;
  margin-left: auto;
  margin-right: -4px; }

.vakata-context-rtl li > a.vakata-context-parent {
  background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAINjI+AC7rWHIsPtmoxLAA7");
  background-position: left center;
  background-repeat: no-repeat; }

.vakata-context-rtl .vakata-context-separator > a {
  margin: 0 2.4em 0 0;
  border-left: 0;
  border-right: 1px solid #e2e3e3; }

.vakata-context-rtl .vakata-context-left ul {
  right: auto;
  left: 100%;
  margin-left: -4px;
  margin-right: auto; }

.vakata-context-rtl li > a > i {
  margin: 0 -2em 0 0; }

.vakata-context-rtl li > a .vakata-contextmenu-sep {
  margin: 0 0 0 0.5em;
  border-left-color: white;
  background: #e2e3e3; }

#jstree-marker {
  position: absolute;
  top: 0;
  left: 0;
  margin: -5px 0 0 0;
  padding: 0;
  border-right: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0; }

#jstree-dnd {
  line-height: 16px;
  margin: 0;
  padding: 4px; }

#jstree-dnd .jstree-icon,
#jstree-dnd .jstree-copy {
  display: inline-block;
  text-decoration: none;
  margin: 0 2px 0 0;
  padding: 0;
  width: 16px;
  height: 16px; }

#jstree-dnd .jstree-ok {
  background: green; }

#jstree-dnd .jstree-er {
  background: red; }

#jstree-dnd .jstree-copy {
  margin: 0 2px 0 2px; }

.jstree-default .jstree-node,
.jstree-default .jstree-icon {
  background-repeat: no-repeat;
  background-color: transparent; }

.jstree-default .jstree-anchor,
.jstree-default .jstree-wholerow {
  transition: background-color 0.15s, box-shadow 0.15s; }

.jstree-default .jstree-hovered {
  background: #e7f4f9;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #cccccc; }

.jstree-default .jstree-clicked {
  background: #beebff;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #999999; }

.jstree-default .jstree-no-icons .jstree-anchor > .jstree-themeicon {
  display: none; }

.jstree-default .jstree-disabled {
  background: transparent;
  color: #666666; }

.jstree-default .jstree-disabled.jstree-hovered {
  background: transparent;
  box-shadow: none; }

.jstree-default .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default .jstree-disabled > .jstree-icon {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

.jstree-default .jstree-search {
  font-style: italic;
  color: #8b0000;
  font-weight: bold; }

.jstree-default .jstree-no-checkboxes .jstree-checkbox {
  display: none !important; }

.jstree-default.jstree-checkbox-no-clicked .jstree-clicked {
  background: transparent;
  box-shadow: none; }

.jstree-default.jstree-checkbox-no-clicked .jstree-clicked.jstree-hovered {
  background: #e7f4f9; }

.jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked {
  background: transparent; }

.jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked.jstree-wholerow-hovered {
  background: #e7f4f9; }

.jstree-default > .jstree-striped {
  min-width: 100%;
  display: inline-block;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAkCAMAAAB/qqA+AAAABlBMVEUAAAAAAAClZ7nPAAAAAnRSTlMNAMM9s3UAAAAXSURBVHjajcEBAQAAAIKg/H/aCQZ70AUBjAATb6YPDgAAAABJRU5ErkJggg==") left top repeat; }

.jstree-default > .jstree-wholerow-ul .jstree-hovered,
.jstree-default > .jstree-wholerow-ul .jstree-clicked {
  background: transparent;
  box-shadow: none;
  border-radius: 0; }

.jstree-default .jstree-wholerow {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.jstree-default .jstree-wholerow-hovered {
  background: #e7f4f9; }

.jstree-default .jstree-wholerow-clicked {
  background: #beebff;
  background: -webkit-linear-gradient(top, #beebff 0%, #a8e4ff 100%);
  background: linear-gradient(to bottom, #beebff 0%, #a8e4ff 100%); }

.jstree-default .jstree-node {
  min-height: 24px;
  line-height: 24px;
  margin-left: 24px;
  min-width: 24px; }

.jstree-default .jstree-anchor {
  line-height: 24px;
  height: 24px; }

.jstree-default .jstree-icon {
  width: 24px;
  height: 24px;
  line-height: 24px; }

.jstree-default .jstree-icon:empty {
  width: 24px;
  height: 24px;
  line-height: 24px; }

.jstree-default.jstree-rtl .jstree-node {
  margin-right: 24px; }

.jstree-default .jstree-wholerow {
  height: 24px; }

.jstree-default .jstree-node,
.jstree-default .jstree-icon {
  background-image: url("../img/vendor/jstree/32px.png"); }

.jstree-default .jstree-node {
  background-position: -292px -4px;
  background-repeat: repeat-y; }

.jstree-default .jstree-last {
  background: transparent; }

.jstree-default .jstree-open > .jstree-ocl {
  background-position: -132px -4px; }

.jstree-default .jstree-closed > .jstree-ocl {
  background-position: -100px -4px; }

.jstree-default .jstree-leaf > .jstree-ocl {
  background-position: -68px -4px; }

.jstree-default .jstree-themeicon {
  background-position: -260px -4px; }

.jstree-default > .jstree-no-dots .jstree-node,
.jstree-default > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -36px -4px; }

.jstree-default > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -4px -4px; }

.jstree-default .jstree-disabled {
  background: transparent; }

.jstree-default .jstree-disabled.jstree-hovered {
  background: transparent; }

.jstree-default .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default .jstree-checkbox {
  background-position: -164px -4px; }

.jstree-default .jstree-checkbox:hover {
  background-position: -164px -36px; }

.jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default .jstree-checked > .jstree-checkbox {
  background-position: -228px -4px; }

.jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default .jstree-checked > .jstree-checkbox:hover {
  background-position: -228px -36px; }

.jstree-default .jstree-anchor > .jstree-undetermined {
  background-position: -196px -4px; }

.jstree-default .jstree-anchor > .jstree-undetermined:hover {
  background-position: -196px -36px; }

.jstree-default .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

.jstree-default > .jstree-striped {
  background-size: auto 48px; }

.jstree-default.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y; }

.jstree-default.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -132px -36px; }

.jstree-default.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -100px -36px; }

.jstree-default.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -68px -36px; }

.jstree-default.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -36px -36px; }

.jstree-default.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -4px -36px; }

.jstree-default .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0; }

.jstree-default > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("../img/vendor/jstree/throbber.gif") center center no-repeat; }

.jstree-default .jstree-file {
  background: url("../img/vendor/jstree/32px.png") -100px -68px no-repeat; }

.jstree-default .jstree-folder {
  background: url("../img/vendor/jstree/32px.png") -260px -4px no-repeat; }

.jstree-default > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0; }

#jstree-dnd.jstree-default {
  line-height: 24px;
  padding: 0 4px; }

#jstree-dnd.jstree-default .jstree-ok,
#jstree-dnd.jstree-default .jstree-er {
  background-image: url("../img/vendor/jstree/32px.png");
  background-repeat: no-repeat;
  background-color: transparent; }

#jstree-dnd.jstree-default i {
  background: transparent;
  width: 24px;
  height: 24px;
  line-height: 24px; }

#jstree-dnd.jstree-default .jstree-ok {
  background-position: -4px -68px; }

#jstree-dnd.jstree-default .jstree-er {
  background-position: -36px -68px; }

.jstree-default.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg=="); }

.jstree-default.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-small .jstree-node {
  min-height: 18px;
  line-height: 18px;
  margin-left: 18px;
  min-width: 18px; }

.jstree-default-small .jstree-anchor {
  line-height: 18px;
  height: 18px; }

.jstree-default-small .jstree-icon {
  width: 18px;
  height: 18px;
  line-height: 18px; }

.jstree-default-small .jstree-icon:empty {
  width: 18px;
  height: 18px;
  line-height: 18px; }

.jstree-default-small.jstree-rtl .jstree-node {
  margin-right: 18px; }

.jstree-default-small .jstree-wholerow {
  height: 18px; }

.jstree-default-small .jstree-node,
.jstree-default-small .jstree-icon {
  background-image: url("../img/vendor/jstree/32px.png"); }

.jstree-default-small .jstree-node {
  background-position: -295px -7px;
  background-repeat: repeat-y; }

.jstree-default-small .jstree-last {
  background: transparent; }

.jstree-default-small .jstree-open > .jstree-ocl {
  background-position: -135px -7px; }

.jstree-default-small .jstree-closed > .jstree-ocl {
  background-position: -103px -7px; }

.jstree-default-small .jstree-leaf > .jstree-ocl {
  background-position: -71px -7px; }

.jstree-default-small .jstree-themeicon {
  background-position: -263px -7px; }

.jstree-default-small > .jstree-no-dots .jstree-node,
.jstree-default-small > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-small > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -7px; }

.jstree-default-small > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -7px -7px; }

.jstree-default-small .jstree-disabled {
  background: transparent; }

.jstree-default-small .jstree-disabled.jstree-hovered {
  background: transparent; }

.jstree-default-small .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default-small .jstree-checkbox {
  background-position: -167px -7px; }

.jstree-default-small .jstree-checkbox:hover {
  background-position: -167px -39px; }

.jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default-small .jstree-checked > .jstree-checkbox {
  background-position: -231px -7px; }

.jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default-small .jstree-checked > .jstree-checkbox:hover {
  background-position: -231px -39px; }

.jstree-default-small .jstree-anchor > .jstree-undetermined {
  background-position: -199px -7px; }

.jstree-default-small .jstree-anchor > .jstree-undetermined:hover {
  background-position: -199px -39px; }

.jstree-default-small .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

.jstree-default-small > .jstree-striped {
  background-size: auto 36px; }

.jstree-default-small.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y; }

.jstree-default-small.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-small.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -135px -39px; }

.jstree-default-small.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -103px -39px; }

.jstree-default-small.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -71px -39px; }

.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -39px; }

.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -7px -39px; }

.jstree-default-small .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0; }

.jstree-default-small > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("../img/vendor/jstree/throbber.gif") center center no-repeat; }

.jstree-default-small .jstree-file {
  background: url("../img/vendor/jstree/32px.png") -103px -71px no-repeat; }

.jstree-default-small .jstree-folder {
  background: url("../img/vendor/jstree/32px.png") -263px -7px no-repeat; }

.jstree-default-small > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0; }

#jstree-dnd.jstree-default-small {
  line-height: 18px;
  padding: 0 4px; }

#jstree-dnd.jstree-default-small .jstree-ok,
#jstree-dnd.jstree-default-small .jstree-er {
  background-image: url("../img/vendor/jstree/32px.png");
  background-repeat: no-repeat;
  background-color: transparent; }

#jstree-dnd.jstree-default-small i {
  background: transparent;
  width: 18px;
  height: 18px;
  line-height: 18px; }

#jstree-dnd.jstree-default-small .jstree-ok {
  background-position: -7px -71px; }

#jstree-dnd.jstree-default-small .jstree-er {
  background-position: -39px -71px; }

.jstree-default-small.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAACAQMAAABv1h6PAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMHBgAAiABBI4gz9AAAAABJRU5ErkJggg=="); }

.jstree-default-small.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-large .jstree-node {
  min-height: 32px;
  line-height: 32px;
  margin-left: 32px;
  min-width: 32px; }

.jstree-default-large .jstree-anchor {
  line-height: 32px;
  height: 32px; }

.jstree-default-large .jstree-icon {
  width: 32px;
  height: 32px;
  line-height: 32px; }

.jstree-default-large .jstree-icon:empty {
  width: 32px;
  height: 32px;
  line-height: 32px; }

.jstree-default-large.jstree-rtl .jstree-node {
  margin-right: 32px; }

.jstree-default-large .jstree-wholerow {
  height: 32px; }

.jstree-default-large .jstree-node,
.jstree-default-large .jstree-icon {
  background-image: url("../img/vendor/jstree/32px.png"); }

.jstree-default-large .jstree-node {
  background-position: -288px 0px;
  background-repeat: repeat-y; }

.jstree-default-large .jstree-last {
  background: transparent; }

.jstree-default-large .jstree-open > .jstree-ocl {
  background-position: -128px 0px; }

.jstree-default-large .jstree-closed > .jstree-ocl {
  background-position: -96px 0px; }

.jstree-default-large .jstree-leaf > .jstree-ocl {
  background-position: -64px 0px; }

.jstree-default-large .jstree-themeicon {
  background-position: -256px 0px; }

.jstree-default-large > .jstree-no-dots .jstree-node,
.jstree-default-large > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-large > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px 0px; }

.jstree-default-large > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0px 0px; }

.jstree-default-large .jstree-disabled {
  background: transparent; }

.jstree-default-large .jstree-disabled.jstree-hovered {
  background: transparent; }

.jstree-default-large .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default-large .jstree-checkbox {
  background-position: -160px 0px; }

.jstree-default-large .jstree-checkbox:hover {
  background-position: -160px -32px; }

.jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default-large .jstree-checked > .jstree-checkbox {
  background-position: -224px 0px; }

.jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default-large .jstree-checked > .jstree-checkbox:hover {
  background-position: -224px -32px; }

.jstree-default-large .jstree-anchor > .jstree-undetermined {
  background-position: -192px 0px; }

.jstree-default-large .jstree-anchor > .jstree-undetermined:hover {
  background-position: -192px -32px; }

.jstree-default-large .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

.jstree-default-large > .jstree-striped {
  background-size: auto 64px; }

.jstree-default-large.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y; }

.jstree-default-large.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-large.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -128px -32px; }

.jstree-default-large.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -96px -32px; }

.jstree-default-large.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -64px -32px; }

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px -32px; }

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0px -32px; }

.jstree-default-large .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0; }

.jstree-default-large > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("../img/vendor/jstree/throbber.gif") center center no-repeat; }

.jstree-default-large .jstree-file {
  background: url("../img/vendor/jstree/32px.png") -96px -64px no-repeat; }

.jstree-default-large .jstree-folder {
  background: url("../img/vendor/jstree/32px.png") -256px 0px no-repeat; }

.jstree-default-large > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0; }

#jstree-dnd.jstree-default-large {
  line-height: 32px;
  padding: 0 4px; }

#jstree-dnd.jstree-default-large .jstree-ok,
#jstree-dnd.jstree-default-large .jstree-er {
  background-image: url("../img/vendor/jstree/32px.png");
  background-repeat: no-repeat;
  background-color: transparent; }

#jstree-dnd.jstree-default-large i {
  background: transparent;
  width: 32px;
  height: 32px;
  line-height: 32px; }

#jstree-dnd.jstree-default-large .jstree-ok {
  background-position: 0px -64px; }

#jstree-dnd.jstree-default-large .jstree-er {
  background-position: -32px -64px; }

.jstree-default-large.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAACAQMAAAAD0EyKAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjgIIGBgABCgCBvVLXcAAAAABJRU5ErkJggg=="); }

.jstree-default-large.jstree-rtl .jstree-last {
  background: transparent; }

@media (max-width: 768px) {
  #jstree-dnd.jstree-dnd-responsive {
    line-height: 40px;
    font-weight: bold;
    font-size: 1.1em;
    text-shadow: 1px 1px white; }
  #jstree-dnd.jstree-dnd-responsive > i {
    background: transparent;
    width: 40px;
    height: 40px; }
  #jstree-dnd.jstree-dnd-responsive > .jstree-ok {
    background-image: url("../img/vendor/jstree/40px.png");
    background-position: 0 -200px;
    background-size: 120px 240px; }
  #jstree-dnd.jstree-dnd-responsive > .jstree-er {
    background-image: url("../img/vendor/jstree/40px.png");
    background-position: -40px -200px;
    background-size: 120px 240px; }
  #jstree-marker.jstree-dnd-responsive {
    border-left-width: 10px;
    border-top-width: 10px;
    border-bottom-width: 10px;
    margin-top: -10px; } }

@media (max-width: 768px) {
  .jstree-default-responsive {
    /*
	.jstree-open > .jstree-ocl,
	.jstree-closed > .jstree-ocl { border-radius:20px; background-color:white; }
	*/ }
  .jstree-default-responsive .jstree-icon {
    background-image: url("../img/vendor/jstree/40px.png"); }
  .jstree-default-responsive .jstree-node,
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background: transparent; }
  .jstree-default-responsive .jstree-node {
    min-height: 40px;
    line-height: 40px;
    margin-left: 40px;
    min-width: 40px;
    white-space: nowrap; }
  .jstree-default-responsive .jstree-anchor {
    line-height: 40px;
    height: 40px; }
  .jstree-default-responsive .jstree-icon,
  .jstree-default-responsive .jstree-icon:empty {
    width: 40px;
    height: 40px;
    line-height: 40px; }
  .jstree-default-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0; }
  .jstree-default-responsive.jstree-rtl .jstree-node {
    margin-left: 0;
    margin-right: 40px; }
  .jstree-default-responsive.jstree-rtl .jstree-container-ul > .jstree-node {
    margin-right: 0; }
  .jstree-default-responsive .jstree-ocl,
  .jstree-default-responsive .jstree-themeicon,
  .jstree-default-responsive .jstree-checkbox {
    background-size: 120px 240px; }
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background: transparent; }
  .jstree-default-responsive .jstree-open > .jstree-ocl {
    background-position: 0 0px !important; }
  .jstree-default-responsive .jstree-closed > .jstree-ocl {
    background-position: 0 -40px !important; }
  .jstree-default-responsive.jstree-rtl .jstree-closed > .jstree-ocl {
    background-position: -40px 0px !important; }
  .jstree-default-responsive .jstree-themeicon {
    background-position: -40px -40px; }
  .jstree-default-responsive .jstree-checkbox,
  .jstree-default-responsive .jstree-checkbox:hover {
    background-position: -40px -80px; }
  .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
  .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
  .jstree-default-responsive .jstree-checked > .jstree-checkbox,
  .jstree-default-responsive .jstree-checked > .jstree-checkbox:hover {
    background-position: 0 -80px; }
  .jstree-default-responsive .jstree-anchor > .jstree-undetermined,
  .jstree-default-responsive .jstree-anchor > .jstree-undetermined:hover {
    background-position: 0 -120px; }
  .jstree-default-responsive .jstree-anchor {
    font-weight: bold;
    font-size: 1.1em;
    text-shadow: 1px 1px white; }
  .jstree-default-responsive > .jstree-striped {
    background: transparent; }
  .jstree-default-responsive .jstree-wholerow {
    border-top: 1px solid rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid rgba(64, 64, 64, 0.2);
    background: #ebebeb;
    height: 40px; }
  .jstree-default-responsive .jstree-wholerow-hovered {
    background: #e7f4f9; }
  .jstree-default-responsive .jstree-wholerow-clicked {
    background: #beebff; }
  .jstree-default-responsive .jstree-children .jstree-last > .jstree-wholerow {
    box-shadow: inset 0 -6px 3px -5px #666666; }
  .jstree-default-responsive .jstree-children .jstree-open > .jstree-wholerow {
    box-shadow: inset 0 6px 3px -5px #666666;
    border-top: 0; }
  .jstree-default-responsive .jstree-children .jstree-open + .jstree-open {
    box-shadow: none; }
  .jstree-default-responsive .jstree-node,
  .jstree-default-responsive .jstree-icon,
  .jstree-default-responsive .jstree-node > .jstree-ocl,
  .jstree-default-responsive .jstree-themeicon,
  .jstree-default-responsive .jstree-checkbox {
    background-image: url("../img/vendor/jstree/40px.png");
    background-size: 120px 240px; }
  .jstree-default-responsive .jstree-node {
    background-position: -80px 0;
    background-repeat: repeat-y; }
  .jstree-default-responsive .jstree-last {
    background: transparent; }
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background-position: -40px -120px; }
  .jstree-default-responsive .jstree-last > .jstree-ocl {
    background-position: -40px -160px; }
  .jstree-default-responsive .jstree-themeicon-custom {
    background-color: transparent;
    background-image: none;
    background-position: 0 0; }
  .jstree-default-responsive .jstree-file {
    background: url("../img/vendor/jstree/40px.png") 0 -160px no-repeat;
    background-size: 120px 240px; }
  .jstree-default-responsive .jstree-folder {
    background: url("../img/vendor/jstree/40px.png") -40px -40px no-repeat;
    background-size: 120px 240px; }
  .jstree-default-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0;
    margin-right: 0; } }

/* live fix start */
.paypalCommerce-buttons-container {
  text-align: center !important;
  border-bottom: none !important; }

/* live fix end */
.margin-top185 {
  margin-top: 185px; }

.display_none {
  display: none !important; }

#hidelimit {
  display: none; }

.brand-name .title a {
  color: #222222; }

.product_sidebar {
  overflow: hidden; }

.show_sticky {
  top: 135px !important; }

/* Home New products begin */
#home_new_products .card-body .card-brand {
  display: none; }

/* Home New products end */
/* Home page begin */
#home-customer-review .page-description {
  display: none; }

/* Home page end */
/* Footer begin */
footer .header-logo a {
  z-index: 0 !important; }

/* Footer end */
/* country-selector-button begin */
#wi-country-selector-button {
  top: 5px !important; }

/* country-selector-button end */
/* header bar begin */
.themevale-header-layout-2 .themevale_header .header-top {
  padding: 5px 0px !important; }

.navPages-list.navPages-list-depth-max li.hasMegamenu .navPage-subMenu-horizontal {
  padding-top: 10px !important; }

.header_top_sticky_pc .themevale-header-PC #top-bar-promotion {
  display: none; }

.header_top_sticky_mobile .themevale-header-Mobile #top-bar-promotion {
  display: none; }

.header_menu_sticky {
  position: fixed !important;
  top: 80px !important;
  background-color: #FFFFFF !important;
  width: 100%; }

.header_bar_sticky {
  position: fixed !important;
  top: 0px !important;
  z-index: 999;
  background-color: #FFFFFF !important; }

.header_bar_sticky_mobile {
  position: fixed !important;
  top: 0px !important;
  background-color: #FFFFFF;
  width: 100%; }

.border_shadow {
  box-shadow: 0 7px 7px -4px rgba(0, 0, 0, 0.2) !important; }

.themevale-header-PC #top-bar-promotion {
  height: 45px !important; }

.themevale-header-PC .header_top {
  height: 90px !important; }

.themevale-header-Mobile #top-bar-promotion {
  height: 45px !important; }

#menu .cateArea > ul > li > .navPage-subMenu-action {
  font-weight: 800 !important; }

.navPage-subMenu-item-child .navPage-subMenu-action,
.navPage-subMenu-item-parent .navPage-subMenu-action {
  font-weight: 600 !important; }

/* header bar end */
/* infinite-scroll begin */
.scroller-status {
  text-align: center; }

/* infinite-scroll end */
/*Search begin */
.search_close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold; }

.search_close:hover,
.search_close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer; }

.search_result {
  display: none;
  position: fixed;
  /* Stay in place */
  z-index: 22;
  /* Sit on top */
  /*padding-top: 100px; */
  /* Location of the box */
  bottom: 0;
  width: 100%;
  /* Full width */
  height: calc(100% - 135px);
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */ }

.header_top_sticky_pc .search_result {
  height: calc(100% - 90px); }

.search_result_inner {
  background-color: #F8F8FF;
  width: 90%;
  margin: auto;
  bottom: 0; }

#mobile_search_result {
  height: calc(100% - 95px); }

.header_top_sticky_mobile #mobile_search_result {
  height: calc(100% - 50px); }

#sideFeatured .productCarousel #custom_compare_checkbox {
  display: none; }

#home_new_products .productCarousel-slide #custom_compare_checkbox {
  display: none; }

#homeTabsProducts .productCarousel #custom_compare_checkbox {
  display: none; }

#search_query {
  float: left;
  width: 75%;
  border-left: 1px solid #701914;
  border-top: 1px solid #701914;
  border-bottom: 1px solid #701914;
  height: 38px;
  border-radius: 5px 0px 0px 5px;
  border-right: none; }

#button-holder {
  background-color: #FFF;
  cursor: pointer;
  float: left;
  height: 38px;
  text-align: center;
  width: 50px;
  margin: auto;
  border-right: 1px solid #701914;
  border-top: 1px solid #701914;
  border-bottom: 1px solid #701914;
  border-radius: 0px 5px 5px 0px; }

/*Search end*/
/* Search mobile begin */
.custom_display_style {
  display: flex !important;
  margin-top: -10px !important; }

.custom_icon {
  vertical-align: unset !important; }

#mobile_search_query {
  float: left;
  border-left: 1px solid #701914;
  border-top: 1px solid #701914;
  border-bottom: 1px solid #701914;
  height: 38px;
  border-radius: 5px 0px 0px 5px;
  border-right: none; }

.mobile_search_close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold; }

.mobile_search_close:hover,
.mobile_search_close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer; }

/* Search mobile end */
/* Product details page begin */
.shipping_tbl .tbl_head {
  font-weight: bold; }

.shipping_tbl td p {
  text-align: left !important; }

.shipping_tbl td {
  padding: 5px !important; }

.productTabsProducts #tab-related #custom_compare_checkbox {
  display: none; }

.productTabsProducts #tab-similar #custom_compare_checkbox {
  display: none; }

.productView-details .warranty {
  background: #f0f7fc;
  border: 1px solid #e0ebf3;
  border-radius: 5px;
  padding: 10px;
  font-size: 14px;
  color: #59626b;
  font-weight: normal;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 20px; }

.productView-details .warranty strong {
  font-weight: 500;
  color: #091e33;
  font-size: 15px; }

.free-shipping-pan {
  clear: both;
  border-radius: 5px;
  background: #f7f7f7;
  border: 1px solid #D3D3D3;
  padding: 15px;
  margin: 15px 0;
  display: table; }

.free-shipping-pan .text {
  width: 225px;
  float: left; }

.free-shipping-pan strong {
  color: #790000;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 20px;
  font-weight: bold; }

.free-shipping-pan p {
  margin: 0px;
  font-size: 14px;
  color: #701112;
  font-weight: normal; }

.free-shipping-pan .btn {
  float: right;
  background: none !important;
  padding-top: 2px; }

.free-shipping-pan a {
  display: block;
  padding: 8px 15px;
  border: 1px solid #dbf0d8;
  background: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  color: #7dac3e;
  border-radius: 5px;
  font-weight: bold; }

.custom-product-description .product-tab ul li {
  padding: 0px !important;
  width: unset !important; }

#sideCustomCMS {
  display: none !important; }

/* Product details page end */
.productView-stock span {
  color: #701914 !important;
  background-image: none !important;
  font-weight: 600 !important;
  text-transform: none !important; }

/* Make an offer */
button#make_an_offer {
  background: #701112;
  color: white;
  border-color: #701112; }

button:hover#make_an_offer {
  background: White;
  color: #0f0f0f;
  border-color: #0f0f0f; }

.oferWarper {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 23;
  /* Sit on top */
  /*padding-top: 100px; */
  /* Location of the box */
  bottom: 0;
  width: 100%;
  /* Full width */
  height: 80%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */ }

.modal-body {
  background-color: #FFF;
  width: 90%;
  margin: auto;
  bottom: 0; }

.makoffer_close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold; }

.makoffer_close:hover,
.makoffer_close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer; }

/* Make an offer end*/
/* Ask product question */
button#prod_question {
  background: #000000;
  color: white;
  border-color: #000000; }

button:hover#prod_question {
  background: White;
  color: #0f0f0f;
  border-color: #0f0f0f; }

.prod_questionWarper {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 23;
  /* Sit on top */
  /*padding-top: 100px; */
  /* Location of the box */
  bottom: 0;
  width: 100%;
  /* Full width */
  height: 80%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */ }

.modal-body1 {
  background-color: #FFF;
  width: 90%;
  margin: auto;
  bottom: 0; }

.prod_question_close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold; }

.prod_question_close:hover,
.prod_question_close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer; }

/* Ask product question end*/
#search_result #custom_compare_checkbox {
  display: none; }

.productTabs .tabs-contents .custom-product-description .product-tab {
  padding: 40px !important; }

#search_result .quickSearchResults .productGrid .product {
  width: 25%; }

#policy-block .policy-item .policy-text {
  font-size: 17px;
  letter-spacing: 1px; }

@media screen and (min-width: 1200px) {
  .productTabs .tabs-contents .custom-product-description .product-img {
    width: 40% !important; }
  .productTabs .tabs-contents .custom-product-description .product-tab {
    width: 60% !important; }
  .hide_desktop {
    display: none; }
  .custom_search .form {
    margin-bottom: 0px !important; }
  .custom_search .form .form-field {
    margin-bottom: 0px; } }

@media screen and (min-width: 1025px) {
  .themevale-header-layout-2 .header-top .header-right .phone-number {
    font-weight: 500 !important; }
  .header-telephone {
    padding: 10px; }
  .header-right .search-nav {
    display: none; }
  .header-logo-image {
    max-height: inherit; }
  .custom_search .form {
    width: 35%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    overflow: auto; }
  .css-p3lncx {
    display: none !important; }
  #home-customer-review .reviews .review-item .review-item-inner .title-review {
    height: 70px;
    overflow-y: hidden; }
  .themevale_header .header-center {
    width: calc(100% - 800px); }
  .themevale_header .header-right {
    width: 450px; }
  .themevale_header .header-left {
    width: 350px;
    padding-right: 0px; }
  .navPages-list > .navPages-item > .navPages-action > .text {
    font-size: 15px; }
  .themevale_header .header-right .search-nav {
    padding-left: 10px !important;
    border-left: 0px dotted #0f0f0f !important; }
  .themevale_header .header-right .search-nav .search-icon .icon {
    height: 20px;
    width: 20px; }
  .navUser-action.cart-icon .icon {
    height: 24px;
    width: 24px; }
  .navUser-action .icon {
    height: 22px;
    width: 22px; }
  #policy-block .policy-item .policy-icon {
    margin-right: 12px; }
  #home-customer-review .reviews .review-item .review-item-inner .title-review h3 {
    font-size: 15px;
    line-height: 24px; }
  #home-customer-review .reviews .review-item .review-item-inner .title-review h3 > a {
    color: #555; }
  .css-mwwowe {
    color: #fff !important;
    background: rgba(0, 0, 0, 0.2) !important;
    opacity: 1 !important;
    height: 52px !important;
    width: 52px !important;
    border-radius: 50px !important; }
  .css-1m3by0h > path {
    fill: white !important; }
  [data-sub-layout-container="8e07a887-f4e9-4a78-a78e-5ec24cf416ab"] {
    margin-top: -50px; }
  .sd-hero-image-88bf7fbf-6ba0-458f-97bc-f8828e072081 {
    padding-top: 0px;
    margin-top: -30px; }
  div#sd-hero-image-5048270c-dc08-4fec-ad64-2d8b318ab3af {
    margin-top: -30px; }
  div#sd-carousel-f5caf1ba-8319-475e-82aa-25969eb0cccf {
    margin-top: -50px; } }

#sticky_addtocart .form-action .button {
  border-color: #000;
  background: #000;
  color: #fff; }

.header {
  border-bottom: #ddd; }

.header.is-sticky {
  -webkit-box-shadow: 0 3px 3px 1px rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 3px 1px rgba(0, 0, 0, 0.12); }

#sticky_addtocart {
  background: #701112 !important; }

#sticky_addtocart .form-action .button {
  border-color: #701112; }

div#consent-manager-update-banner {
  display: none; }

#home-customer-review {
  display: block !important; }

#home-customer-review .slick-dots {
  display: none !important; }

.sd-hero-image-88bf7fbf-6ba0-458f-97bc-f8828e072081 {
  padding-top: 0px; }

#top-bar-promotion {
  padding: 12px 0px !important; }

@media screen and (max-width: 768px) {
  /*         #home-customer-review .slick-dots { display: block !important; } */
  /* Home page banner begin */
  .home_li1 {
    min-height: 0px !important; }
  .home_carousel_banner .home_carousel {
    width: 100% !important; }
  .home_carousel_banner .home_c_banner {
    width: 100% !important; }
  .home_carousel_banner {
    display: grid !important; }
  .home_li1 {
    float: left;
    width: 50%;
    padding: 5px; }
  .home_li2 {
    float: left;
    width: 50%;
    padding: 5px; }
  /* Home page banner end */
  .show_sticky {
    top: 135px !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    top: 50px !important; }
  #sticky_addtocart {
    padding: 0 0 0 10px !important;
    z-index: 9999 !important; }
  #sticky_addtocart > .container .item {
    max-width: 100% !important; }
  #sticky_addtocart > .container .item.product-name .productView-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 40ch;
    display: block !important; }
  .productTabs .tabs-contents .custom-product-description .product-img {
    width: 100% !important; }
  .productTabs .tabs-contents .custom-product-description .product-tab {
    width: 100% !important; }
  #sd-hero-image-88bf7fbf-6ba0-458f-97bc-f8828e072081 .go3830062167 {
    padding: 0px !important;
    min-height: 130px !important; }
  #sd-hero-image-88bf7fbf-6ba0-458f-97bc-f8828e072081 .go671630196 {
    padding: 0px !important; }
  #sd-hero-image-5048270c-dc08-4fec-ad64-2d8b318ab3af .go708593718 {
    padding: 0px !important;
    min-height: 140px !important; }
  #sd-hero-image-5048270c-dc08-4fec-ad64-2d8b318ab3af .go671630196 {
    padding: 0px !important; }
  .quickSearchResults .productGrid .product {
    width: 33%; }
  /* Footer begin */
  footer .footer-info .footer-column-2 .footer-info-heading {
    cursor: pointer; }
  /* Footer end */ }

@media screen and (max-width: 767px) {
  .go3830062167, .go708593718, .css-1mp0myj {
    min-height: 145px !important; }
  #wi-country-selector-button {
    position: fixed;
    bottom: 10px;
    top: auto !important;
    right: 50px; }
  [data-sub-layout-container="8e07a887-f4e9-4a78-a78e-5ec24cf416ab"] div {
    margin: 5px 0px; }
  .themevale_tabs.tabs > li > a {
    font-size: 21px; }
  .themevale_tabs.tabs {
    justify-content: flex-start; }
  .css-1csgxr0 {
    height: 65% !important; }
  .css-1rrpll0 {
    min-height: 145px;
    padding: 0px 32px; }
  .css-1w3ufnn {
    height: 180px; }
  .css-p3lncx {
    top: 100%; }
  .go671630196 {
    padding: 0px 21px 10px 21px !important; }
  .compareTable .compareTable-row {
    font-size: 9px !important; }
  .compareTable-heading {
    font-size: 9px !important; } }

@media screen and (max-width: 425px) {
  #sticky_addtocart .container .count-down {
    display: none; }
  .tabs > li.tab.is-active a {
    border-bottom: 0px solid #0f0f0f !important; }
  #homeTabsProducts .themevale_tabs li {
    width: 100%;
    text-align: center; }
  .item--home {
    margin-left: 10px !important;
    display: inline-block !important; }
  #sticky_addtocart > .container .item {
    width: 100% !important; }
  #sticky_addtocart button {
    font-size: 11px !important; }
  #sticky_addtocart > .container .item .productView-price {
    width: 50% !important;
    padding-right: 0px !important; }
  #sticky_addtocart > .container .item .productView-price .price-section {
    font-size: 11px !important; }
  #sticky_addtocart .form {
    width: 50% !important; }
  .compareTable .card-figcaption-button {
    padding: 0px !important;
    font-size: 7px !important;
    text-overflow: ellipsis !important;
    white-space: normal !important; }
  .en-scroll {
    overflow-x: auto;
    overflow-y: hidden; }
  .custom-product-description .product-tab ul li a {
    font-size: 10px !important; }
  .product-description-content .product-tab .tabs {
    justify-content: start !important; }
  .custom_search #mobile_search_query {
    padding: 5px 5px !important; }
  .themevale-header-Mobile .header-Mobile-item .item--hamburger {
    width: 14px !important; }
  .header-logo-image-container .header-logo-image {
    width: 60px !important; }
  footer .header-logo-image-container .header-logo-image {
    width: 60% !important; }
  .themevale-header-Mobile .themevale_header {
    padding: 0 5px !important; }
  .quickSearchResults .productGrid .product {
    width: 50%; }
  .themevale-header-Mobile .item--searchMobile {
    display: none !important; }
  .themevale-header-Mobile .text-left {
    min-width: 60px !important; }
  /* Home page banner begin */
  .home_li1 {
    width: 100%; }
  .home_li2 {
    float: left;
    width: 100% !important; }
  .HomeTopBanner .banners .banner ul {
    display: block !important; }
  .HomeTopBanner .banners .banner ul li {
    width: 100% !important;
    padding: 5px !important; }
  .home_carousel_banner .home_c_banner {
    padding: 0px !important; }
  .heroCarousel .slick-list {
    height: auto !important; }
  .home_carousel_banner .heroCarousel-slide .heroCarousel-image {
    object-fit: contain !important; }
  /* Home page banner end */ }

#InstagramGallery {
  display: block !important; }

.compare-link {
  border: 2px solid #701112;
  border-radius: 10px;
  padding: 5px 7px 5px 0px;
  box-shadow: 3px 6px 4px #888888; }

.compare-link {
  position: fixed;
  bottom: 20px;
  z-index: 100;
  background-color: #FFF;
  right: 20px; }

.pagination-wrapper .compare-link {
  display: block !important; }

@media screen and (min-width: 360px) {
  .quickSearchResults .productGrid .product {
    width: 33%; }
  .themevale-header-Mobile #top-bar-promotion {
    height: 55px !important; } }

@media screen and (max-width: 1196px) {
  .header-right .phone_number_a {
    display: none; }
  .scr-pd15 {
    padding-left: 15% !important; } }

@media screen and (max-width: 1090px) {
  header #header_top .header-logo img {
    width: 90%; } }

/* Home page banner begin */
.home_li1 {
  min-height: 210px; }

.heroCarousel {
  margin-top: 0px !important; }

.heroCarousel .slick-list {
  width: 100% !important;
  height: auto !important;
  margin: 0 auto;
  border-radius: 5px; }

.home_carousel_banner {
  width: 100% !important;
  display: flex;
  padding: 15px; }

.home_carousel_banner .home_carousel {
  width: 66.66%;
  padding: 0px 10px; }

.home_carousel_banner .home_c_banner {
  width: 33.33%;
  padding: 0px 10px; }

.home_carousel_banner .home_c_banner ul {
  list-style-type: none;
  display: table-cell;
  /*padding: 0px 0px 0px 20px;*/ }

.home_carousel_banner .home_carousel .slick-prev {
  left: 25px !important; }

.home_carousel_banner .home_carousel .slick-next {
  right: 25px !important; }

.heroCarousel-image {
  width: 100%;
  /*  height: 360px !important; */ }

.home_carousel_banner .heroCarousel-slide .heroCarousel-image {
  height: 400px !important;
  object-fit: fill !important; }

.home_li1 {
  /*padding-bottom: 27px;*/ }

.home_li2 {
  /*padding-top: 27px;*/ }

.HomeTopBanner {
  background: none;
  width: 100% !important; }

.HomeTopBanner .banner ul {
  /*min-width: 696px;*/
  width: 100%;
  list-style: none;
  list-style-type: none; }

.HomeTopBanner .banners .banner ul {
  display: flex;
  padding: 0px 15px;
  margin-left: 0px; }

.HomeTopBanner .banners .banner ul li {
  width: 33.33%;
  padding: 0px 10px; }

.HomeTopBanner .banners .banner ul li img {
  width: 100%; }

@media (min-width: 1900px) {
  .heroCarousel .slick-list {
    height: auto !important; }
  .heroCarousel-slide .heroCarousel-image-wrapper {
    height: 500px !important; }
  .home_carousel_banner .heroCarousel-slide .heroCarousel-image {
    height: auto !important;
    object-fit: fill !important; }
  .home_li1 {
    min-height: auto !important;
    margin-bottom: 45px; } }

@media (max-width: 1900px) {
  .heroCarousel .slick-list {
    height: auto !important; }
  .heroCarousel-slide .heroCarousel-image-wrapper {
    height: 490px !important; }
  .home_carousel_banner .heroCarousel-slide .heroCarousel-image {
    height: auto !important;
    object-fit: fill !important; }
  .home_li1 {
    min-height: auto !important;
    margin-bottom: 45px; } }

@media (max-width: 1750px) {
  .heroCarousel .slick-list {
    height: auto !important; }
  .heroCarousel-slide .heroCarousel-image-wrapper {
    height: 460px !important; }
  .home_carousel_banner .heroCarousel-slide .heroCarousel-image {
    height: auto !important;
    object-fit: fill !important; }
  .home_li1 {
    min-height: auto !important;
    margin-bottom: 45px; } }

@media (max-width: 1600px) {
  .heroCarousel .slick-list {
    height: auto !important; }
  .heroCarousel-slide .heroCarousel-image-wrapper {
    height: 420px !important; }
  .home_carousel_banner .heroCarousel-slide .heroCarousel-image {
    height: auto !important;
    object-fit: fill !important; }
  .home_li1 {
    min-height: auto !important;
    margin-bottom: 45px; } }

@media (max-width: 1450px) {
  .heroCarousel .slick-list {
    height: auto !important; }
  .heroCarousel-slide .heroCarousel-image-wrapper {
    height: 380px !important; }
  .home_carousel_banner .heroCarousel-slide .heroCarousel-image {
    height: auto !important;
    object-fit: fill !important; }
  .home_li1 {
    min-height: auto !important;
    margin-bottom: 45px; } }

@media (max-width: 1300px) {
  .heroCarousel .slick-list {
    height: auto !important; }
  .heroCarousel-slide .heroCarousel-image-wrapper {
    height: 350px !important; }
  .home_carousel_banner .heroCarousel-slide .heroCarousel-image {
    height: auto !important;
    object-fit: fill !important; }
  .home_li1 {
    min-height: auto !important;
    margin-bottom: 45px; } }

@media (max-width: 1150px) {
  .heroCarousel .slick-list {
    height: auto !important; }
  .heroCarousel-slide .heroCarousel-image-wrapper {
    height: 310px !important; }
  .home_carousel_banner .heroCarousel-slide .heroCarousel-image {
    height: auto !important;
    object-fit: fill !important; }
  .home_li1 {
    min-height: auto !important;
    margin-bottom: 45px; } }

@media (max-width: 1025px) {
  .heroCarousel .slick-list {
    height: auto !important; }
  .heroCarousel-slide .heroCarousel-image-wrapper {
    height: 280px !important; }
  .home_carousel_banner .heroCarousel-slide .heroCarousel-image {
    height: auto !important;
    object-fit: fill !important; }
  .home_li1 {
    min-height: auto !important;
    margin-bottom: 45px; } }

@media (max-width: 880px) {
  .heroCarousel .slick-list {
    height: auto !important; }
  .heroCarousel-slide .heroCarousel-image-wrapper {
    height: 240px !important; }
  .home_carousel_banner .heroCarousel-slide .heroCarousel-image {
    height: auto !important;
    object-fit: fill !important; }
  .home_li1 {
    min-height: auto !important;
    margin-bottom: 45px; } }

@media (max-width: 752px) {
  .heroCarousel .slick-list {
    height: auto !important; }
  .heroCarousel-slide .heroCarousel-image-wrapper {
    height: auto !important; }
  .home_carousel_banner .heroCarousel-slide .heroCarousel-image {
    height: auto !important;
    object-fit: fill !important; }
  .home_li1 {
    min-height: auto !important;
    margin-bottom: 45px; } }

@media (max-width: 550px) {
  .heroCarousel .slick-list {
    height: auto !important; }
  .heroCarousel-slide .heroCarousel-image-wrapper {
    height: auto !important; }
  .home_carousel_banner .heroCarousel-slide .heroCarousel-image {
    height: 190px !important;
    object-fit: contain !important; } }

/* Home page banner end */
#cookieNotice.display-center {
  left: 50%;
  bottom: 30px;
  margin-right: -50%;
  transform: translate(-50%);
  max-width: 395px; }

#cookieNotice.light {
  background-color: #E2E0E0;
  color: #1E1C1C; }

#cookieNotice {
  box-sizing: border-box;
  position: fixed;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.25);
  font-family: inherit;
  z-index: 999997; }

#cookieNotice * {
  /*   margin: 0; */
  padding: 0;
  text-decoration: none;
  list-style: none;
  box-sizing: border-box; }

#cookieNotice .title-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  background: url(https://cdn11.bigcommerce.com/s-1r2382/images/stencil/original/image-manager/cookie.jpg) 0 0/40px 40px no-repeat;
  padding-left: 45px;
  height: 40px; }

#cookieNotice .title-wrap svg {
  margin-right: 10px; }

#cookieNotice h4 {
  font-family: inherit;
  font-weight: 700;
  font-size: 18px; }

#cookieNotice.light p, #cookieNotice.light ul {
  color: #393d4d; }

#cookieNotice p, #cookieNotice ul {
  font-size: 14px;
  margin-bottom: 20px; }

#cookieNotice .btn-wrap {
  display: flex;
  flex-direction: row;
  font-weight: 700;
  justify-content: center;
  margin: 0 -5px 0 -5px;
  flex-wrap: wrap; }

#cookieNotice .btn-wrap button {
  flex-grow: 1;
  padding: 0 7px;
  margin: 0 5px 10px 5px;
  border-radius: 20px;
  cursor: pointer;
  white-space: nowrap;
  min-width: 130px;
  line-height: 36px;
  border: none;
  font-family: inherit;
  font-size: 16px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  transition: box-shadow .3s; }

#cookieNotice button {
  outline: 0;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  appearance: none; }

#cookieNotice .btn-wrap button:hover {
  transition: box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.4);
  transform: translate3d(0, -1px, 0); }

.brand-image-container {
  display: none; }
