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

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

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

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

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

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

/* Homepage Carousel */
/* Vertical Carousel */
/* Before You Leave - Carousel */
/* Homepage Banner */
/*Video Gallery Popup*/
/* Previous/Next Product */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

@-webkit-keyframes load-animate {
  0% {
    transform: rotate(0deg); }
  50% {
    transform: rotate(180deg);
    opacity: .35; }
  100% {
    transform: rotate(360deg); } }

@keyframes load-animate {
  0% {
    transform: rotate(0deg); }
  50% {
    transform: rotate(180deg);
    opacity: .35; }
  100% {
    transform: rotate(360deg); } }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes rotate_180 {
  0% {
    -webkit-transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@-moz-keyframes rotate_180 {
  0% {
    -moz-transform: rotate(0deg); }
  50% {
    -moz-transform: rotate(180deg); }
  100% {
    -moz-transform: rotate(360deg); } }

@-ms-keyframes rotate_180 {
  0% {
    -ms-transform: rotate(0deg); }
  50% {
    -ms-transform: rotate(180deg); }
  100% {
    -ms-transform: rotate(360deg); } }

@-o-keyframes rotate_180 {
  0% {
    -o-transform: rotate(0deg); }
  50% {
    -o-transform: rotate(180deg); }
  100% {
    -o-transform: rotate(360deg); } }

@keyframes rotate_180 {
  0% {
    transform: rotate(0deg); }
  50% {
    transform: rotate(180deg); }
  100% {
    transform: rotate(360deg); } }

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

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 {
    width: 75%;
    max-width: 1058px;
    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: 30px 20px;
  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; }
  @media (min-width: 768px) {
    .fancybox-slide {
      padding: 44px; } }

.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: 50px;
  height: 50px;
  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); }
  @media (min-width: 768px) {
    .fancybox-navigation .fancybox-button {
      width: 72px;
      height: 72px; } }
  .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 {
    position: absolute;
    color: #0f0f0f;
    text-align: center;
    content: "";
    width: 25px;
    height: 20px;
    background-repeat: no-repeat; }
    @media (min-width: 768px) {
      .fancybox-navigation .fancybox-button div:before {
        width: 35px;
        height: 30px; } }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 2px; }
  @media (min-width: 1025px) {
    .fancybox-navigation .fancybox-button--arrow_left {
      left: 60px; } }
  .fancybox-navigation .fancybox-button--arrow_left div: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='%231e1e1e' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E");
    background-position: 3px 50%; }

.fancybox-navigation .fancybox-button--arrow_right {
  right: 10px; }
  @media (min-width: 1025px) {
    .fancybox-navigation .fancybox-button--arrow_right {
      right: 60px; } }
  .fancybox-navigation .fancybox-button--arrow_right div: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='%231e1e1e' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E");
    background-position: -4px 50%; }
    @media (min-width: 768px) {
      .fancybox-navigation .fancybox-button--arrow_right div:before {
        background-position: 4px 50%; } }

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

.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: #464646;
  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: 551px) {
    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: #7caa48;
  line-height: inherit;
  text-decoration: underline; }
  a:hover, a:focus {
    color: #4d878f; }

p {
  margin-bottom: 1.5rem; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #15453c;
  font-family: "Signika", Arial, Helvetica, sans-serif;
  font-weight: 700;
  letter-spacing: 0.25px;
  margin-bottom: 0.75rem; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #787878;
    font-size: 60%;
    line-height: 0; }

h1 {
  font-size: 60px; }

h2 {
  font-size: 30px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 16px; }

h6 {
  font-size: 14px; }

.subheader {
  font-weight: 400;
  line-height: 26px;
  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: #464646;
  cursor: help;
  font-size: 90%;
  text-transform: uppercase; }

abbr {
  text-transform: none; }

blockquote { }

blockquote,
blockquote p {
  font-size: 24px;
  line-height: 32px; }

cite {
  color: #999999;
  display: block;
  font-size: 1rem; }

.icon {
  height: 1.33333rem;
  width: 1.33333rem;
  display: inline-block;
  vertical-align: middle; }
  .icon svg {
    display: inline-block;
    fill: #1e1e1e;
    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: #eeeef1; }
    .table thead tr th,
    .table thead tr td {
      font-size: 1rem;
      font-weight: 700;
      padding: 0.75rem 1.5rem; }
  .table tr th,
  .table tr td {
    padding: 0.75rem 1.5rem;
    text-align: left; }
  .table thead tr th,
  .table tfoot tr th,
  .table tfoot tr td,
  .table tbody tr th,
  .table tbody tr td,
  .table tr td {
    display: table-cell; }
  .table th.table-header--numericData,
  .table td.table-cell--numericData {
    text-align: right; }

.table-thead {
  border: 1px solid #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: "Signika", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 1rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background-color: transparent;
  border-color: #c7bd2e;
  color: #15453c;
  font-size: 1rem;
  padding: 0.91667rem 2.25rem;
  border-radius: 4px;
  outline: none;
  vertical-align: middle; }
  .button:hover, .button:focus, .button.is-active, .button.active {
    background-color: transparent;
    border-color: #c7bd2e;
    color: white; }
  .button:active {
    background-color: transparent;
    border: 1px solid #17a8a3;
    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: #7caa48;
  border-color: #7caa48;
  color: white; }
  .button--primary:hover, .button--primary:focus, .button--primary.is-active, .button--primary.active {
    background-color: #4d878f;
    border-color: #4d878f;
    color: white; }
  .button--primary:active {
    background-color: #117b77;
    border: 1px solid #117b77;
    color: white; }

.button[disabled] {
  background-color: #bababa;
  border-color: #bababa;
  color: white;
  cursor: default; }

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

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

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

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

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

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

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

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

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

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

.button--tiny { }

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

.button--icon {
  font-size: 1rem;
  padding: 0.75rem 0.75rem; }
  .button--icon svg {
    fill: #323232; }

/*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: 1rem;
  height: auto;
  width: 100%;
  z-index: 89;
  max-width: 200px; }
  .dropdown-menu.open {
    display: block; }
  .dropdown-menu > *:first-child {
    margin-top: 0; }
  .dropdown-menu > *:last-child {
    margin-bottom: 0; }

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

.dropdown-menu-item {
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
  padding: 0.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: #787878;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0.5rem; }
  .form-label small {
    color: #787878;
    font-size: 0.83333rem;
    text-transform: uppercase;
    vertical-align: bottom; }

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

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

<div class="form-field">
    <label class="form-label" for="disabled_input2">Input Label</label>
    <input class="form-input" id="disabled_input2" readonly type="text" value="Readonly text">
</div>
```
*/ }
  .form-input:disabled {
    background-color: white;
    color: #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: #787878; }
  .form-input::-ms-clear {
    height: 0;
    width: 0; }
  .form-input::-moz-placeholder {
    color: #787878; }
  .form-input:-ms-input-placeholder {
    color: #787878; }

/*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: #c5c5cf;
  color: #787878;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  padding: 0.75rem;
  border-radius: 0;
  cursor: pointer;
  height: 3rem;
  margin: 0;
  outline: 0; }
  .form-select::-ms-expand {
    display: none; }
  .form-select.radius {
    border-radius: 4px; }
  .form-select:focus {
    border-color: #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(0, 0, 0, 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: 551px) {
    .form-row--half .form-field {
      width: 50%; }
    .form-row--third .form-field {
      width: 33.33333%; }
    .form-row--quarter .form-field {
      width: 25%; } }

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

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

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

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

Styling of the select element with the multiple attribute

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

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

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

```html_example
<div class="form-field">
    <label class="form-label">Field label</label>
    <input class="form-radio" type="radio" name="radio_example" id="radio1">
    <label class="form-label" for="radio1">Radio 1 label</label>
    <input class="form-radio" type="radio" name="radio_example" id="radio2">
    <label class="form-label" for="radio2">Radio 2 label</label>
</div>
```
*/
.form-checkbox,
.form-radio {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .form-checkbox + .form-label,
  .form-radio + .form-label {
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 0.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 #cccccc;
      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: #323232;
    box-shadow: 0 0 4px rgba(50, 50, 50, 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: #8b714a;
    border-color: #8b714a; }
  .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: 26px;
  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: #e13f3f; }

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

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

.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: #8b714a; }

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

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

/*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: #eeeef1;
  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: #eeeef1; }
  .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: #787878;
  float: left;
  font-size: 14px;
  line-height: 14px;
  margin: 0;
  line-height: 1.5; }
  .breadcrumb a {
    color: #787878; }
  .breadcrumb.current {
    color: #787878;
    cursor: default; }
    .breadcrumb.current a {
      color: #787878;
      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: #787878;
    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: #1e1e1e;
    text-decoration: none; }
  .breadcrumb.is-active > .breadcrumb-label {
    color: #787878;
    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: #8e8e8e;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative; }
  @media (min-width: 551px) {
    .tab {
      float: left; } }

.tab.is-active {
  border-bottom-color: #1e1e1e; }

.tab-title {
  color: #787878;
  display: block;
  font-size: 16px;
  padding: 0.75rem 1.5rem; }
  .tab-title:hover {
    color: #464646; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navBar:after {
  clear: both; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.navList:after {
  clear: both; }

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

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

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

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

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

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

.navList-action {
  color: #7caa48;
  font-size: 16px;
  padding: 0.16667rem 0; }

.pagination-list {
  display: block;
  margin-left: 0; }
  .pagination-list li {
    color: #787878;
    font-size: 1rem;
    margin-left: 0.41667rem; }
    .pagination-list li a, .pagination-list li button {
      border-radius: 4px;
      transition: background-color 300ms ease-out;
      background: none;
      color: #787878;
      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: #7caa48; }

li.pagination-item--current a, li.pagination-item--current button {
  background: #f7f7f7;
  color: #7caa48;
  cursor: default; }

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

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

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

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

```html_example
<div class="alertBox">
    <div class="alertBox-column alertBox-icon">
        <icon class="icon" aria-hidden="true">
            <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
                <path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-6h2v6zm0-8h-2V7h2v2z"></path>
            </svg>
        </icon>
    </div>
    <div class="alertBox-column alertBox-message">
        <span>Generic alert</span>
    </div>
    <a class="alertBox-column alertBox-close" tabindex="0" href="#">
        <icon glyph="ic-close" class="icon" aria-hidden="true">
            <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
                <path d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"></path>
            </svg>
        </icon>
    </a>
</div>
```
*/
.alertBox {
  border-style: none;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.75rem;
  padding: 0.75rem 1.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: #31708f;
  border-color: #31708f;
  color: #333333; }
  .alertBox--info svg {
    fill: #eaf3f8; }

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

.alertBox--warning {
  background-color: #fbf8e5;
  border-color: #fbf8e5;
  color: white; }
  .alertBox--warning svg {
    fill: #8b714a; }

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

.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(0, 0, 0, 0.13);
  margin: 0 0 1.5rem; }
  .accordion:before, .accordion:after {
    content: " ";
    display: table; }
  .accordion:after {
    clear: both; }

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

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

.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: #e13f3f; }

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

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: 551px) {
    .modal {
      min-height: 100vh; } }
  .modal .column, .modal .columns {
    min-width: 0; }
  .modal > :first-child {
    margin-top: 0; }
  .modal > :last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 551px) {
    .modal {
      left: 0;
      margin: 0 auto;
      max-width: 80%;
      right: 0;
      width: 900px; } }
  @media only screen and (min-width: 551px) {
    .modal {
      top: 50% !important; } }
  @media (min-width: 551px) {
    .modal {
      transform: translateY(-50%); } }

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

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

.modal-header {
  border-bottom: 1px solid #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: 16px;
  margin: 0 0 0.75rem; }
  @media (min-width: 481px) {
    .modal-footer-link {
      display: inline;
      margin: 1.5rem; } }

.modal-close {
  color: #666666;
  cursor: pointer;
  font-size: 30px;
  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: 16px;
  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: 551px) {
  .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: 551px) {
  .actionBar-section--alt {
    float: right; } }

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

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

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

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

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

.card-image {
  border: 1px solid #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: #787878; }

.card-figcaption-button {
  background-color: #7caa48;
  border-color: #7caa48;
  color: white; }
  .card-figcaption-button:hover {
    background-color: #4d878f;
    border-color: #7caa48;
    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: #787878; }

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

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

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

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

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

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

/* 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.6; }
  .slick-prev:before,
  .slick-next:before {
    font-family: inherit;
    font-size: 20px;
    line-height: 1;
    color: #1e1e1e;
    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.6;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 1; }

.slick-arrow {
  z-index: 1;
  height: 4rem;
  width: 2rem;
  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;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: none;
  background: none; }
  @media (min-width: 1281px) {
    .slick-arrow {
      height: 4rem;
      width: 2rem; } }
  .slick-arrow:before {
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    height: 4rem;
    width: 2rem;
    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%); }
    @media (min-width: 1281px) {
      .slick-arrow:before {
        height: 4rem;
        width: 2rem; } }
  .slick-arrow:hover, .slick-arrow:focus {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%; }
    .slick-arrow:hover:before, .slick-arrow:focus:before {
      opacity: 1; }

.slick-next {
  right: -5px; }
  @media (min-width: 1025px) {
    .slick-next {
      right: -30px; } }
  @media (min-width: 1281px) {
    .slick-next {
      right: -45px; } }
  @media (min-width: 1600px) {
    .slick-next {
      right: -104px; } }
  .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='%231e1e1e' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E");
    background-position: -4px 50%; }

.slick-prev {
  left: -5px; }
  @media (min-width: 1025px) {
    .slick-prev {
      left: -30px; } }
  @media (min-width: 1281px) {
    .slick-prev {
      left: -45px; } }
  @media (min-width: 1600px) {
    .slick-prev {
      left: -104px; } }
  .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='%231e1e1e' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E");
    background-position: 4px 50%; }

.slick-slide img {
  display: block;
  width: 100%; }

.slick-dotted.slick-slider {
  margin-bottom: 0; }

.slick-dots {
  margin: 0;
  position: relative;
  bottom: auto;
  font-size: 0; }
  .slick-dots.no-dots {
    display: none !important; }
  .slick-dots li {
    width: 20px;
    height: 12px;
    line-height: 12px;
    margin: 20px 3px 0 0;
    padding: 0 0.25rem;
    display: inline-block; }
    @media (min-width: 551px) {
      .slick-dots li {
        margin: 30px 3px 0 0; } }
    @media (min-width: 1025px) {
      .slick-dots li {
        margin: 55px 3px 0 0; } }
    .slick-dots li:last-child {
      margin-right: 0; }
    .slick-dots li button {
      height: 0.83333rem;
      width: 0.83333rem;
      border-radius: 50%;
      display: inline-block;
      margin: 0;
      padding: 0;
      position: relative;
      text-align: center;
      vertical-align: middle;
      transition: background 100ms ease-out;
      border: 1px solid #bfbfbf;
      background: #bfbfbf; }
      .slick-dots li button:before {
        display: none; }
      .slick-dots li button:hover {
        background: rgba(0, 0, 255, 0);
        border: 1px solid #bfbfbf; }
    .slick-dots li.slick-active button, .slick-dots li:hover button {
      background: rgba(0, 0, 255, 0);
      border: 1px solid #bfbfbf;
      height: 1rem;
      width: 1rem; }
    .slick-dots li.slick-active button::before, .slick-dots li:hover button::before {
      display: none; }
  .slick-dots > li:only-child {
    display: none; }

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

.slick-disabled {
  cursor: default;
  opacity: 0.5; }

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

div.slick-slider {
  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; }

.swal2-popup.swal2-toast {
  flex-direction: row;
  align-items: center;
  width: auto;
  padding: 0.625em;
  overflow-y: hidden;
  background: #fff;
  box-shadow: 0 0 0.625em #d9d9d9; }
  .swal2-popup.swal2-toast .swal2-header {
    flex-direction: row;
    padding: 0; }
  .swal2-popup.swal2-toast .swal2-title {
    flex-grow: 1;
    justify-content: flex-start;
    margin: 0 0.6em;
    font-size: 1em; }
  .swal2-popup.swal2-toast .swal2-footer {
    margin: 0.5em 0 0;
    padding: 0.5em 0 0;
    font-size: 0.8em; }
  .swal2-popup.swal2-toast .swal2-close {
    position: static;
    width: 0.8em;
    height: 0.8em;
    line-height: 0.8; }
  .swal2-popup.swal2-toast .swal2-content {
    justify-content: flex-start;
    padding: 0;
    font-size: 1em; }
  .swal2-popup.swal2-toast .swal2-icon {
    width: 2em;
    min-width: 2em;
    height: 2em;
    margin: 0; }
    .swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
      display: flex;
      align-items: center;
      font-size: 1.8em;
      font-weight: bold; }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
          font-size: .25em; } }
    .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
      width: 2em;
      height: 2em; }
    .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
      top: .875em;
      width: 1.375em; }
      .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
        left: .3125em; }
      .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
        right: .3125em; }
  .swal2-popup.swal2-toast .swal2-actions {
    flex-basis: auto !important;
    width: auto;
    height: auto;
    margin: 0 .3125em; }
  .swal2-popup.swal2-toast .swal2-styled {
    margin: 0 .3125em;
    padding: .3125em .625em;
    font-size: 1em; }
    .swal2-popup.swal2-toast .swal2-styled:focus {
      box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(50, 100, 150, 0.4); }
  .swal2-popup.swal2-toast .swal2-success {
    border-color: #a5dc86; }
    .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'] {
      position: absolute;
      width: 1.6em;
      height: 3em;
      transform: rotate(45deg);
      border-radius: 50%; }
      .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'][class$='left'] {
        top: -.8em;
        left: -.5em;
        transform: rotate(-45deg);
        transform-origin: 2em 2em;
        border-radius: 4em 0 0 4em; }
      .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'][class$='right'] {
        top: -.25em;
        left: .9375em;
        transform-origin: 0 1.5em;
        border-radius: 0 4em 4em 0; }
    .swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
      width: 2em;
      height: 2em; }
    .swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
      top: 0;
      left: .4375em;
      width: .4375em;
      height: 2.6875em; }
    .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'] {
      height: .3125em; }
      .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'][class$='tip'] {
        top: 1.125em;
        left: .1875em;
        width: .75em; }
      .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'][class$='long'] {
        top: .9375em;
        right: .1875em;
        width: 1.375em; }
    .swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip {
      animation: swal2-toast-animate-success-line-tip .75s; }
    .swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
      animation: swal2-toast-animate-success-line-long .75s; }
  .swal2-popup.swal2-toast.swal2-show {
    animation: swal2-toast-show 0.5s; }
  .swal2-popup.swal2-toast.swal2-hide {
    animation: swal2-toast-hide 0.1s forwards; }

.swal2-container {
  display: flex;
  position: fixed;
  z-index: 1060;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0.625em;
  overflow-x: hidden;
  transition: background-color 0.1s;
  -webkit-overflow-scrolling: touch; }
  .swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation {
    background: rgba(0, 0, 0, 0.4); }
  .swal2-container.swal2-backdrop-hide {
    background: transparent !important; }
  .swal2-container.swal2-top {
    align-items: flex-start; }
  .swal2-container.swal2-top-start, .swal2-container.swal2-top-left {
    align-items: flex-start;
    justify-content: flex-start; }
  .swal2-container.swal2-top-end, .swal2-container.swal2-top-right {
    align-items: flex-start;
    justify-content: flex-end; }
  .swal2-container.swal2-center {
    align-items: center; }
  .swal2-container.swal2-center-start, .swal2-container.swal2-center-left {
    align-items: center;
    justify-content: flex-start; }
  .swal2-container.swal2-center-end, .swal2-container.swal2-center-right {
    align-items: center;
    justify-content: flex-end; }
  .swal2-container.swal2-bottom {
    align-items: flex-end; }
  .swal2-container.swal2-bottom-start, .swal2-container.swal2-bottom-left {
    align-items: flex-end;
    justify-content: flex-start; }
  .swal2-container.swal2-bottom-end, .swal2-container.swal2-bottom-right {
    align-items: flex-end;
    justify-content: flex-end; }
  .swal2-container.swal2-bottom > :first-child,
  .swal2-container.swal2-bottom-start > :first-child,
  .swal2-container.swal2-bottom-left > :first-child,
  .swal2-container.swal2-bottom-end > :first-child,
  .swal2-container.swal2-bottom-right > :first-child {
    margin-top: auto; }
  .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-start, .swal2-container.swal2-grow-column.swal2-center-start, .swal2-container.swal2-grow-column.swal2-bottom-start, .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-end, .swal2-container.swal2-grow-column.swal2-center-end, .swal2-container.swal2-grow-column.swal2-bottom-end, .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.swal2-no-transition {
    transition: none !important; }
  .swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen) > .swal2-modal {
    margin: auto; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .swal2-container .swal2-modal {
      margin: 0 !important; } }

.swal2-popup {
  display: none;
  position: relative;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  width: 32em;
  max-width: 100%;
  padding: 1.25em;
  border: none;
  border-radius: 0.3125em;
  background: #fff;
  font-family: inherit;
  font-size: 1rem; }
  .swal2-popup:focus {
    outline: none; }
  .swal2-popup.swal2-loading {
    overflow-y: hidden; }

.swal2-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 1.8em; }

.swal2-title {
  position: relative;
  max-width: 100%;
  margin: 0 0 0.4em;
  padding: 0;
  color: #595959;
  font-size: 1.875em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  word-wrap: break-word; }

.swal2-actions {
  display: flex;
  z-index: 1;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 1.25em auto 0; }
  .swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
    opacity: .4; }
  .swal2-actions:not(.swal2-loading) .swal2-styled:hover {
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }
  .swal2-actions:not(.swal2-loading) .swal2-styled:active {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }
  .swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
    box-sizing: border-box;
    width: 2.5em;
    height: 2.5em;
    margin: .46875em;
    padding: 0;
    animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
    border: .25em solid transparent;
    border-radius: 100%;
    border-color: transparent;
    background-color: transparent !important;
    color: transparent !important;
    cursor: default;
    user-select: none; }
  .swal2-actions.swal2-loading .swal2-styled.swal2-cancel {
    margin-right: 30px;
    margin-left: 30px; }
  .swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm::after {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: 5px;
    animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
    border: 3px solid #999999;
    border-radius: 50%;
    border-right-color: transparent;
    box-shadow: 1px 1px 1px #fff; }

.swal2-styled {
  margin: .3125em;
  padding: .625em 2em;
  box-shadow: none;
  font-weight: 500; }
  .swal2-styled:not([disabled]) {
    cursor: pointer; }
  .swal2-styled.swal2-confirm {
    border: 0;
    border-radius: 0.25em;
    background: initial;
    background-color: #3085d6;
    color: #fff;
    font-size: 1.0625em; }
  .swal2-styled.swal2-cancel {
    border: 0;
    border-radius: 0.25em;
    background: initial;
    background-color: #aaa;
    color: #fff;
    font-size: 1.0625em; }
  .swal2-styled:focus {
    outline: none;
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(50, 100, 150, 0.4); }
  .swal2-styled::-moz-focus-inner {
    border: 0; }

.swal2-footer {
  justify-content: center;
  margin: 1.25em 0 0;
  padding: 1em 0 0;
  border-top: 1px solid #eee;
  color: #545454;
  font-size: 1em; }

.swal2-timer-progress-bar-container {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0.25em;
  overflow: hidden;
  border-bottom-right-radius: 0.3125em;
  border-bottom-left-radius: 0.3125em; }

.swal2-timer-progress-bar {
  width: 100%;
  height: 0.25em;
  background: rgba(0, 0, 0, 0.2); }

.swal2-image {
  max-width: 100%;
  margin: 1.25em auto; }

.swal2-close {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  align-items: center;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
  padding: 0;
  overflow: hidden;
  transition: color 0.1s ease-out;
  border: none;
  border-radius: 0;
  background: transparent;
  color: #cccccc;
  font-family: serif;
  font-size: 2.5em;
  line-height: 1.2;
  cursor: pointer; }
  .swal2-close:hover {
    transform: none;
    background: transparent;
    color: #f27474; }
  .swal2-close::-moz-focus-inner {
    border: 0; }

.swal2-content {
  z-index: 1;
  justify-content: center;
  margin: 0;
  padding: 0 1.6em;
  color: #545454;
  font-size: 1.125em;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  word-wrap: break-word; }

.swal2-input,
.swal2-file,
.swal2-textarea,
.swal2-select,
.swal2-radio,
.swal2-checkbox {
  margin: 1em auto; }

.swal2-input,
.swal2-file,
.swal2-textarea {
  box-sizing: border-box;
  width: 100%;
  transition: border-color 0.3s, box-shadow 0.3s;
  border: 1px solid #d9d9d9;
  border-radius: 0.1875em;
  background: inherit;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
  color: inherit;
  font-size: 1.125em; }
  .swal2-input.swal2-inputerror,
  .swal2-file.swal2-inputerror,
  .swal2-textarea.swal2-inputerror {
    border-color: #f27474 !important;
    box-shadow: 0 0 2px #f27474 !important; }
  .swal2-input:focus,
  .swal2-file:focus,
  .swal2-textarea:focus {
    border: 1px solid #b4dbed;
    outline: none;
    box-shadow: 0 0 3px #c4e6f5; }
  .swal2-input::placeholder,
  .swal2-file::placeholder,
  .swal2-textarea::placeholder {
    color: #cccccc; }

.swal2-range {
  margin: 1em auto;
  background: #fff; }
  .swal2-range input {
    width: 80%; }
  .swal2-range output {
    width: 20%;
    color: inherit;
    font-weight: 600;
    text-align: center; }
  .swal2-range input,
  .swal2-range output {
    height: 2.625em;
    padding: 0;
    font-size: 1.125em;
    line-height: 2.625em; }

.swal2-input {
  height: 2.625em;
  padding: 0 0.75em; }
  .swal2-input[type='number'] {
    max-width: 10em; }

.swal2-file {
  background: inherit;
  font-size: 1.125em; }

.swal2-textarea {
  height: 6.75em;
  padding: 0.75em; }

.swal2-select {
  min-width: 50%;
  max-width: 100%;
  padding: .375em .625em;
  background: inherit;
  color: inherit;
  font-size: 1.125em; }

.swal2-radio,
.swal2-checkbox {
  align-items: center;
  justify-content: center;
  background: #fff;
  color: inherit; }
  .swal2-radio label,
  .swal2-checkbox label {
    margin: 0 .6em;
    font-size: 1.125em; }
  .swal2-radio input,
  .swal2-checkbox input {
    margin: 0 .4em; }

.swal2-validation-message {
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0.625em;
  overflow: hidden;
  background: #f0f0f0;
  color: #666666;
  font-size: 1em;
  font-weight: 300; }
  .swal2-validation-message::before {
    content: '!';
    display: inline-block;
    width: 1.5em;
    min-width: 1.5em;
    height: 1.5em;
    margin: 0 .625em;
    border-radius: 50%;
    background-color: #f27474;
    color: #fff;
    font-weight: 600;
    line-height: 1.5em;
    text-align: center; }

.swal2-icon {
  position: relative;
  box-sizing: content-box;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 1.25em auto 1.875em;
  border: .25em solid transparent;
  border-radius: 50%;
  font-family: inherit;
  line-height: 5em;
  cursor: default;
  user-select: none; }
  .swal2-icon .swal2-icon-content {
    display: flex;
    align-items: center;
    font-size: 3.75em; }
  .swal2-icon.swal2-error {
    border-color: #f27474;
    color: #f27474; }
    .swal2-icon.swal2-error .swal2-x-mark {
      position: relative;
      flex-grow: 1; }
    .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
      display: block;
      position: absolute;
      top: 2.3125em;
      width: 2.9375em;
      height: .3125em;
      border-radius: .125em;
      background-color: #f27474; }
      .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
        left: 1.0625em;
        transform: rotate(45deg); }
      .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
        right: 1em;
        transform: rotate(-45deg); }
    .swal2-icon.swal2-error.swal2-icon-show {
      animation: swal2-animate-error-icon .5s; }
      .swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark {
        animation: swal2-animate-error-x-mark .5s; }
  .swal2-icon.swal2-warning {
    border-color: #facea8;
    color: #f8bb86; }
  .swal2-icon.swal2-info {
    border-color: #9de0f6;
    color: #3fc3ee; }
  .swal2-icon.swal2-question {
    border-color: #c9dae1;
    color: #87adbd; }
  .swal2-icon.swal2-success {
    border-color: #a5dc86;
    color: #a5dc86; }
    .swal2-icon.swal2-success [class^='swal2-success-circular-line'] {
      position: absolute;
      width: 3.75em;
      height: 7.5em;
      transform: rotate(45deg);
      border-radius: 50%; }
      .swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='left'] {
        top: -.4375em;
        left: -2.0635em;
        transform: rotate(-45deg);
        transform-origin: 3.75em 3.75em;
        border-radius: 7.5em 0 0 7.5em; }
      .swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='right'] {
        top: -.6875em;
        left: 1.875em;
        transform: rotate(-45deg);
        transform-origin: 0 3.75em;
        border-radius: 0 7.5em 7.5em 0; }
    .swal2-icon.swal2-success .swal2-success-ring {
      position: absolute;
      z-index: 2;
      top: -.25em;
      left: -.25em;
      box-sizing: content-box;
      width: 100%;
      height: 100%;
      border: 0.25em solid rgba(165, 220, 134, 0.3);
      border-radius: 50%; }
    .swal2-icon.swal2-success .swal2-success-fix {
      position: absolute;
      z-index: 1;
      top: .5em;
      left: 1.625em;
      width: .4375em;
      height: 5.625em;
      transform: rotate(-45deg); }
    .swal2-icon.swal2-success [class^='swal2-success-line'] {
      display: block;
      position: absolute;
      z-index: 2;
      height: .3125em;
      border-radius: .125em;
      background-color: #a5dc86; }
      .swal2-icon.swal2-success [class^='swal2-success-line'][class$='tip'] {
        top: 2.875em;
        left: .8125em;
        width: 1.5625em;
        transform: rotate(45deg); }
      .swal2-icon.swal2-success [class^='swal2-success-line'][class$='long'] {
        top: 2.375em;
        right: .5em;
        width: 2.9375em;
        transform: rotate(-45deg); }
    .swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip {
      animation: swal2-animate-success-line-tip .75s; }
    .swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long {
      animation: swal2-animate-success-line-long .75s; }
    .swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right {
      animation: swal2-rotate-success-circular-line 4.25s ease-in; }

.swal2-progress-steps {
  align-items: center;
  margin: 0 0 1.25em;
  padding: 0;
  background: inherit;
  font-weight: 600; }
  .swal2-progress-steps li {
    display: inline-block;
    position: relative; }
  .swal2-progress-steps .swal2-progress-step {
    z-index: 20;
    width: 2em;
    height: 2em;
    border-radius: 2em;
    background: #3085d6;
    color: #fff;
    line-height: 2em;
    text-align: center; }
    .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
      background: #3085d6; }
      .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
        background: #add8e6;
        color: #fff; }
      .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
        background: #add8e6; }
  .swal2-progress-steps .swal2-progress-step-line {
    z-index: 10;
    width: 2.5em;
    height: .4em;
    margin: 0 -1px;
    background: #3085d6; }

[class^='swal2'] {
  -webkit-tap-highlight-color: transparent; }

.swal2-show {
  animation: swal2-show 0.3s; }

.swal2-hide {
  animation: swal2-hide 0.15s forwards; }

.swal2-noanimation {
  transition: none; }

.swal2-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

.swal2-rtl .swal2-close {
  right: auto;
  left: 0; }

.swal2-rtl .swal2-timer-progress-bar {
  right: 0;
  left: auto; }

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

@-moz-document url-prefix() {
  .swal2-close:focus {
    outline: 2px solid rgba(50, 100, 150, 0.4); } }

@keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg); }
  33% {
    transform: translateY(0) rotateZ(-2deg); }
  66% {
    transform: translateY(0.3125em) rotateZ(2deg); }
  100% {
    transform: translateY(0) rotateZ(0deg); } }

@keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0; } }

@keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: .5625em;
    left: .0625em;
    width: 0; }
  54% {
    top: .125em;
    left: .125em;
    width: 0; }
  70% {
    top: .625em;
    left: -.25em;
    width: 1.625em; }
  84% {
    top: 1.0625em;
    left: .75em;
    width: .5em; }
  100% {
    top: 1.125em;
    left: .1875em;
    width: .75em; } }

@keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0; }
  65% {
    top: 1.25em;
    right: .9375em;
    width: 0; }
  84% {
    top: .9375em;
    right: 0;
    width: 1.125em; }
  100% {
    top: .9375em;
    right: .1875em;
    width: 1.375em; } }

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

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

@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: .0625em;
    width: 0; }
  54% {
    top: 1.0625em;
    left: .125em;
    width: 0; }
  70% {
    top: 2.1875em;
    left: -.375em;
    width: 3.125em; }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em; }
  100% {
    top: 2.8125em;
    left: .8125em;
    width: 1.5625em; } }

@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0; }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0; }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em; }
  100% {
    top: 2.375em;
    right: .5em;
    width: 2.9375em; } }

@keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg); } }

@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0; }
  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0; }
  80% {
    margin-top: -.375em;
    transform: scale(1.15); }
  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1; } }

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

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

body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  overflow: hidden; }

body.swal2-height-auto {
  height: auto !important; }

body.swal2-no-backdrop .swal2-container {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  max-width: calc(100% - 0.625em * 2);
  background-color: transparent !important; }
  body.swal2-no-backdrop .swal2-container > .swal2-modal {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }
  body.swal2-no-backdrop .swal2-container.swal2-top {
    top: 0;
    left: 50%;
    transform: translateX(-50%); }
  body.swal2-no-backdrop .swal2-container.swal2-top-start, body.swal2-no-backdrop .swal2-container.swal2-top-left {
    top: 0;
    left: 0; }
  body.swal2-no-backdrop .swal2-container.swal2-top-end, body.swal2-no-backdrop .swal2-container.swal2-top-right {
    top: 0;
    right: 0; }
  body.swal2-no-backdrop .swal2-container.swal2-center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  body.swal2-no-backdrop .swal2-container.swal2-center-start, body.swal2-no-backdrop .swal2-container.swal2-center-left {
    top: 50%;
    left: 0;
    transform: translateY(-50%); }
  body.swal2-no-backdrop .swal2-container.swal2-center-end, body.swal2-no-backdrop .swal2-container.swal2-center-right {
    top: 50%;
    right: 0;
    transform: translateY(-50%); }
  body.swal2-no-backdrop .swal2-container.swal2-bottom {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); }
  body.swal2-no-backdrop .swal2-container.swal2-bottom-start, body.swal2-no-backdrop .swal2-container.swal2-bottom-left {
    bottom: 0;
    left: 0; }
  body.swal2-no-backdrop .swal2-container.swal2-bottom-end, body.swal2-no-backdrop .swal2-container.swal2-bottom-right {
    right: 0;
    bottom: 0; }

@media print {
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow-y: scroll !important; }
    body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) > [aria-hidden='true'] {
      display: none; }
    body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
      position: static !important; } }

body.swal2-toast-shown .swal2-container {
  background-color: transparent; }
  body.swal2-toast-shown .swal2-container.swal2-top {
    top: 0;
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translateX(-50%); }
  body.swal2-toast-shown .swal2-container.swal2-top-end, body.swal2-toast-shown .swal2-container.swal2-top-right {
    top: 0;
    right: 0;
    bottom: auto;
    left: auto; }
  body.swal2-toast-shown .swal2-container.swal2-top-start, body.swal2-toast-shown .swal2-container.swal2-top-left {
    top: 0;
    right: auto;
    bottom: auto;
    left: 0; }
  body.swal2-toast-shown .swal2-container.swal2-center-start, body.swal2-toast-shown .swal2-container.swal2-center-left {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 0;
    transform: translateY(-50%); }
  body.swal2-toast-shown .swal2-container.swal2-center {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translate(-50%, -50%); }
  body.swal2-toast-shown .swal2-container.swal2-center-end, body.swal2-toast-shown .swal2-container.swal2-center-right {
    top: 50%;
    right: 0;
    bottom: auto;
    left: auto;
    transform: translateY(-50%); }
  body.swal2-toast-shown .swal2-container.swal2-bottom-start, body.swal2-toast-shown .swal2-container.swal2-bottom-left {
    top: auto;
    right: auto;
    bottom: 0;
    left: 0; }
  body.swal2-toast-shown .swal2-container.swal2-bottom {
    top: auto;
    right: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); }
  body.swal2-toast-shown .swal2-container.swal2-bottom-end, body.swal2-toast-shown .swal2-container.swal2-bottom-right {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto; }

body.swal2-toast-column .swal2-toast {
  flex-direction: column;
  align-items: stretch; }
  body.swal2-toast-column .swal2-toast .swal2-actions {
    flex: 1;
    align-self: stretch;
    height: 2.2em;
    margin-top: .3125em; }
  body.swal2-toast-column .swal2-toast .swal2-loading {
    justify-content: center; }
  body.swal2-toast-column .swal2-toast .swal2-input {
    height: 2em;
    margin: .3125em auto;
    font-size: 1em; }
  body.swal2-toast-column .swal2-toast .swal2-validation-message {
    font-size: 1em; }

.swal2-container {
  z-index: 9997; }

.swal2-modal {
  background-color: white !important;
  border-radius: 4px;
  font-family: "Poppins", Arial, Helvetica, sans-serif; }
  .swal2-modal .swal2-title {
    color: #15453c;
    font-size: 5.16667rem; }
  .swal2-modal .swal2-content {
    color: #464646;
    font-size: 1.16667rem; }
  .swal2-modal .swal2-file,
  .swal2-modal .swal2-input,
  .swal2-modal .swal2-textarea {
    border: 1px solid #c5c5cf;
    color: #787878; }
  .swal2-modal .swal2-checkbox,
  .swal2-modal .swal2-select {
    color: #787878; }
  .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: "Signika", Arial, Helvetica, sans-serif;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 1rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    background-color: transparent;
    border-color: #c7bd2e;
    color: #15453c;
    font-size: 1rem;
    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: transparent;
      border-color: #c7bd2e;
      color: white; }
    .swal2-modal .swal2-styled:active {
      background-color: transparent;
      border: 1px solid #17a8a3;
      color: white; }
  .swal2-modal .swal2-styled:focus {
    outline: none; }
  .swal2-modal .swal2-confirm {
    background-color: #7caa48;
    border-color: #7caa48;
    color: white; }
  .swal2-modal .swal2-confirm:focus,
  .swal2-modal .swal2-confirm:hover {
    background-color: #4d878f;
    border-color: #4d878f;
    color: white; }
  .swal2-modal .swal2-confirm:active {
    background-color: #117b77;
    border-color: #117b77;
    color: white; }
  .swal2-modal .swal2-cancel {
    background-color: transparent;
    border-color: #c7bd2e;
    color: #15453c; }
  .swal2-modal .swal2-cancel:focus,
  .swal2-modal .swal2-cancel:hover {
    background-color: #15453c;
    border-color: #15453c;
    color: white; }
  .swal2-modal .swal2-cancel:active {
    background-color: transparent;
    border-color: #17a8a3;
    color: white; }
  .swal2-modal .button + .button {
    margin-left: 0.75rem; }

.swal2-icon {
  display: flex; }

html,
body {
  height: auto; }

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

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

body {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  letter-spacing: 0; }

a {
  transition: color 0.15s ease;
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

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

.page-heading {
  margin: 0 0 28px;
  text-align: center;
  font-size: 24px;
  line-height: 32px; }
  @media (min-width: 551px) {
    .page-heading {
      font-size: 30px;
      line-height: 38px; } }

h1 {
  font-size: 60px; }

h2 {
  font-size: 22px;
  line-height: 30px; }
  @media (min-width: 361px) {
    h2 {
      font-size: 26px;
      line-height: 34px; } }
  @media (min-width: 551px) {
    h2 {
      font-size: 30px;
      line-height: 38px; } }

h3 {
  font-size: 22px;
  line-height: 30px; }
  @media (min-width: 551px) {
    h3 {
      font-size: 24px;
      line-height: 32px; } }

h4 {
  font-size: 18px; }

h5 {
  font-size: 16px; }

h6 {
  font-size: 14px; }

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

.definitionList:after {
  clear: both; }

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

.definitionList-value {
  margin: 0; }

.form-select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg version='1.0' xmlns='http://www.w3.org/2000/svg' width='12px' height='14px' viewBox='0 0 12 14' preserveAspectRatio='xMidYMid meet'%3E%3Cg transform='translate(0.000000,12) scale(0.100000,-0.100000)' fill='rgba(30, 30, 30, 0.999)' stroke='none'%3E%3Cpath d='M15 100 c-18 -20 -17 -20 20 -20 37 0 38 0 20 20 -10 11 -19 20 -20%0A20 -1 0 -10 -9 -20 -20z'/%3E%3Cpath d='M15 10 c17 -19 19 -19 37 -4 24 23 24 24 -19 24 -36 0 -36 0 -18 -20z'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-position: right 0.58333rem center;
  padding: 0.75rem 3rem 0.75rem 1rem;
  height: 40px;
  max-width: 530px; }

.form-label {
  color: #15453c;
  font-weight: 500;
  margin-bottom: 7px; }
  .form-label small {
    float: right;
    margin-top: 1px;
    text-transform: none;
    font-weight: 400;
    font-size: 11px; }

.form-label--inlineSmall small {
  color: #464646;
  float: none;
  font-size: inherit;
  font-weight: 400;
  text-transform: none; }
  .form-label--inlineSmall small.required {
    color: #15453c; }
  .form-label--inlineSmall small.optional {
    margin-left: 5px; }

textarea {
  min-height: 136px;
  resize: vertical; }

.table {
  margin-top: 2rem; }
  .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: 551px) {
      .table-actions .button {
        display: inline-block;
        margin-bottom: 0;
        width: auto; } }
    @media (min-width: 551px) {
      .table-actions .button + .button {
        margin-left: 0.41667rem; } }

.table--line {
  border-color: #e5e5e5;
  border-width: 0 0 1px; }
  .table--line .table-thead {
    background-color: white;
    border-color: #e5e5e5;
    border-width: 0 0 1px; }
    .table--line .table-thead tr th {
      padding-left: 0;
      padding-right: 0; }
      @media (min-width: 551px) {
        .table--line .table-thead tr th {
          text-align: center; }
          .table--line .table-thead tr th:first-child {
            text-align: left; }
          .table--line .table-thead tr th:last-child {
            text-align: right; } }
      .table--line .table-thead tr th + th {
        padding-left: 1.5rem; }
  .table--line tr {
    border-color: 1px solid #e5e5e5; }
    .table--line tr td {
      display: block;
      padding-left: 0;
      padding-right: 0; }
      @media (min-width: 551px) {
        .table--line tr td {
          text-align: center; }
          .table--line tr td:first-child {
            text-align: left; }
          .table--line tr td:last-child {
            text-align: right; } }
      .table--line tr td + td {
        padding-left: 1.5rem; }
  .table--line td + td {
    border-left: 0; }

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

.dropdown-menu {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  background-color: white;
  border: 1px solid #464646; }
  .dropdown-menu.is-loading .loadingOverlay {
    padding: 4.5rem 0; }
  .dropdown-menu.is-open {
    display: block; }

.dropdown-menu-item {
  text-align: left;
  padding: 10px 30px; }
  .dropdown-menu-item:first-child > a {
    padding-top: 0.75rem; }
  .dropdown-menu-item:last-child > a {
    padding-bottom: 1rem; }
  .dropdown-menu-item + .dropdown-menu-item {
    border-top: 1px solid rgba(70, 70, 70, 0.1); }
  .dropdown-menu-item > a {
    margin: 0;
    padding: 0.25rem 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 {
  display: none;
  list-style: none;
  position: absolute;
  left: 0;
  background-color: white;
  border: 1px solid #464646;
  margin-left: 0; }
  .wishlist-dropdown.is-open {
    display: block;
    background: transparent;
    left: auto !important;
    max-width: none !important;
    width: 100% !important;
    border: 1px solid #e5e5e5;
    margin-top: 10px;
    margin-bottom: 0; }
  .wishlist-dropdown:focus {
    outline: none; }
  .wishlist-dropdown [data-wishlist] {
    border-top: none;
    margin-bottom: 0px;
    width: 100%; }
  .wishlist-dropdown .button {
    background-color: white;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    width: 100%;
    border: none;
    text-transform: none;
    font-weight: 400;
    font-size: 12px; }
    .wishlist-dropdown .button:hover {
      background: #fafafa;
      color: #7caa48; }
  .wishlist-dropdown .button--has-items {
    font-weight: 700; }
  .wishlist-dropdown li + li {
    border-top: 1px solid #e5e5e5; }

.modal {
  margin: 0;
  max-height: 85%;
  max-width: 95%;
  min-height: 240px;
  outline: none;
  overflow: visible;
  padding: 0;
  left: 50%;
  top: 50% !important;
  transform: translate(-50%, -50%);
  background: transparent;
  z-index: 9996;
  height: auto; }
  @media (min-width: 768px) {
    .modal {
      padding: 0 60px; } }
  @media (min-width: 1025px) {
    .modal {
      z-index: 9998; } }
  .modal.modal--editOptions {
    z-index: 9998; }

.modal-background {
  background-color: rgba(47, 47, 47, 0.6);
  z-index: 9995; }
  .modal-background.modal--editOptions-background {
    z-index: 9997; }
  @media (min-width: 1025px) {
    .has-activeModal .modal-background, .has-quickViewModal .modal-background {
      z-index: 9997; } }

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

.modal-header {
  padding: 9px 15px;
  background: #fafafa;
  border-bottom: none;
  position: unset;
  text-align: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }

.modal-header-title {
  font-size: 16px;
  text-align: center;
  font-weight: 500; }

.modal-close {
  height: 1.5rem;
  width: 1.5rem;
  color: #15453c;
  font-size: 40px;
  width: 20px;
  height: 18px;
  line-height: 20px;
  padding: 0;
  position: absolute;
  top: 15px;
  right: 15px;
  text-align: center;
  text-decoration: none;
  z-index: 50;
  font-family: "Poppins", sans-serif;
  font-weight: 200; }
  @media (min-width: 768px) {
    .modal-close {
      color: white;
      font-size: 72px;
      font-family: "Poppins", sans-serif;
      font-weight: 200;
      top: 0px;
      right: 0px;
      height: 2.66667rem;
      width: 2.66667rem;
      line-height: 32px; } }
  .modal-close:hover, .modal-close:active, .modal-close:focus {
    color: #15453c; }
    @media (min-width: 768px) {
      .modal-close:hover, .modal-close:active, .modal-close:focus {
        color: white; } }

.modal-content {
  background: white;
  border-radius: 0;
  border: none;
  position: unset;
  display: inline-block;
  width: 100%; }

.modal-body {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 30px 15px;
  scrollbar-color: #323232 #f5f5f5;
  scrollbar-width: thin !important; }
  @media (min-width: 1025px) {
    .modal-body {
      padding: 35px 50px; } }
  .modal-body::-webkit-scrollbar {
    width: 8px; }
  .modal-body::-webkit-scrollbar-track {
    background: #f5f5f5; }
  .modal-body::-webkit-scrollbar-thumb {
    background: #323232; }
  .modal-body::-webkit-scrollbar-thumb:hover {
    background: #323232; }

.modal--alert {
  background-color: white !important;
  border-radius: 4px;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  padding: 40px 20px 20px 20px;
  text-align: center; }
  .modal--alert .modal-content {
    color: #464646;
    font-size: 1.16667rem; }
  .modal--alert .button-container {
    margin: 25px 0 0; }
    .modal--alert .button-container .confirm {
      background-color: #7caa48;
      border-color: #7caa48;
      color: white; }
    .modal--alert .button-container .confirm:focus, .modal--alert .button-container .confirm:hover {
      background-color: #4d878f;
      border-color: #4d878f;
      color: white; }
    .modal--alert .button-container .confirm:active {
      background-color: #117b77;
      border-color: #117b77;
      color: white; }

.breadcrumbs {
  font-size: 0;
  margin: 0px 0 12px 0; }
  .breadcrumbs a {
    color: #464646;
    font-size: 12px; }
  .breadcrumbs.no-breadcrumbs {
    margin-top: 0 !important; }

.breadcrumb {
  display: inline-block;
  float: none;
  background: none;
  padding: 0; }
  .breadcrumb.is-active > .breadcrumb-label {
    cursor: text;
    color: #464646; }
  .breadcrumb:not(:first-child) {
    left: 5px;
    padding-left: 6px; }
  .breadcrumb:not(:first-child):before {
    display: inline-block;
    height: 0.8em;
    color: #464646;
    content: '>'; }

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

.panel--large .panel-body {
  margin-bottom: 2rem;
  padding: 20px 15px; }
  @media (min-width: 551px) {
    .panel--large .panel-body {
      padding: 2rem; } }

.pagination-list {
  font-size: 0;
  margin-bottom: 0;
  text-align: center; }
  .pagination-list:before, .pagination-list:after {
    content: " ";
    display: table; }
  .pagination-list:after {
    clear: both; }
  .pagination-list .pagination-item {
    display: inline-block;
    margin-bottom: 5px; }

.pagination-item {
  line-height: 1; }
  .pagination-item .pagination-link {
    text-decoration: none;
    transition: all 0.2s ease;
    color: #464646;
    font-size: 12px;
    font-weight: 500;
    font-family: "Signika", sans-serif;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    height: 40px;
    line-height: 30px;
    min-width: 40px;
    padding: 5px;
    text-align: center; }
    .pagination-item .pagination-link:hover {
      color: #464646;
      background: #f7f7f7; }
  .pagination-item.pagination-item--current a {
    color: #464646;
    background: #f7f7f7; }
  .pagination-item.pagination-item--previous > a, .pagination-item.pagination-item--next > a {
    text-transform: uppercase;
    font-size: 0;
    border: 1px solid rgba(70, 70, 70, 0.9);
    text-align: center; }
    .pagination-item.pagination-item--previous > a .icon, .pagination-item.pagination-item--next > a .icon {
      margin-left: 0;
      height: 1.25rem;
      width: 1rem; }
      .pagination-item.pagination-item--previous > a .icon > svg, .pagination-item.pagination-item--next > a .icon > svg {
        width: 15px;
        height: 15px;
        fill: black;
        margin-top: -1px; }
    .pagination-item.pagination-item--previous > a:hover, .pagination-item.pagination-item--next > a:hover {
      background: #7caa48;
      border-color: #7caa48;
      color: white; }
      .pagination-item.pagination-item--previous > a:hover .icon > svg, .pagination-item.pagination-item--next > a:hover .icon > svg {
        fill: white; }

.pagination-item--previous .icon {
  margin-right: 0.25rem; }

.pagination-item--next .icon {
  margin-left: 0.25rem; }

.pagination-list--small {
  position: relative; }
  .pagination-list--small .pagination-item {
    color: #787878;
    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;
  padding: 12px 10px;
  font-size: 12px;
  font-weight: 600;
  font-family: "Signika", sans-serif;
  text-transform: uppercase;
  letter-spacing: .02em;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0;
  background: white;
  color: #15453c;
  border-color: #c7bd2e;
  text-decoration: none; }
  @media (min-width: 321px) {
    .button {
      font-size: 13px; } }
  @media (min-width: 381px) {
    .button {
      padding: 13px 15px 12px 15px; } }
  @media (min-width: 1025px) {
    .button {
      padding: 16px 25px 14px 25px; } }
  .button.button--large {
    padding: 16px 15px 15px 15px; }
    @media (min-width: 1025px) {
      .button.button--large {
        padding: 17px 25px; } }
  .button:hover, .button:focus, .button:active {
    background: #7caa48;
    color: white;
    border-color: #c7bd2e;
    text-decoration: none; }
  .button + .button {
    margin-left: 0; }
    @media (min-width: 1025px) {
      .button + .button {
        margin-left: 0.75rem; } }

.button--primary {
  background: #7caa48;
  color: white;
  border-color: #7caa48; }
  .button--primary:hover, .button--primary:focus, .button--primary:active {
    background: #4d878f;
    color: white;
    border-color: #4d878f; }

.button--checkout {
  background: #fc961d;
  color: white;
  border-color: #fc961d; }
  .button--checkout:hover, .button--checkout:focus, .button--checkout:active {
    background: #d67e17;
    color: white;
    border-color: #d67e17; }

.button[disabled], .button.disabled {
  background: #bababa;
  color: white;
  border-color: #bababa;
  pointer-events: none; }
  .button[disabled]:hover, .button[disabled]:focus, .button[disabled]:active, .button.disabled:hover, .button.disabled:focus, .button.disabled:active {
    background: #bababa;
    color: white;
    border-color: #bababa; }

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

.tabs {
  position: relative;
  border: none; }
  .tabs:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 53px;
    width: 100%;
    height: 1px;
    background: #8e8e8e; }

.tab {
  float: none;
  position: relative; }
  @media (min-width: 551px) {
    .tab {
      border: 1px solid #8e8e8e;
      float: left;
      margin-left: -1px; }
      .tab:first-child {
        margin-left: 0; } }
  @media (min-width: 551px) {
    .tab.is-active {
      border-bottom-color: #1e1e1e; }
      .tab.is-active:before {
        content: "";
        position: absolute;
        left: -1px;
        right: -1px;
        bottom: 0;
        height: 3px;
        width: calc(100% + 2px);
        background: #1e1e1e;
        z-index: 1; } }
  .tab.is-active .tab-title {
    font-weight: 500;
    color: #15453c; }

.tab-title {
  padding: 1.16667rem 0;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  font-size: 14px;
  color: #464646; }
  @media (min-width: 768px) {
    .tab-title {
      padding: 12px 10px; } }
  @media (min-width: 991px) {
    .tab-title {
      padding: 12px 15px; } }

.tab-content.has-jsContent {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  visibility: hidden; }
  .tab-content.has-jsContent.is-active {
    height: auto;
    overflow: visible;
    padding: 1.5rem 0;
    visibility: visible; }

@media (min-width: 551px) {
  .tab-content .productReview {
    width: 50%; } }

@media (min-width: 1025px) {
  .tab-content .productReview {
    width: 33.33333%; } }

@media (min-width: 1281px) {
  .tab-content .productReview {
    width: 50%; } }

.tab-content .productReviews {
  border-top: 0; }

.accordion {
  border-radius: 4px;
  box-shadow: none;
  border: none; }
  .accordion .navList {
    margin-bottom: 0; }

.accordion-content {
  border: 0; }
  .accordion-content .form:only-child {
    margin-bottom: 0; }

.accordion-title {
  cursor: pointer;
  color: #15453c;
  display: inline-block;
  width: 100%;
  padding: 24px 35px 22px 0px;
  position: relative;
  font-size: 14px;
  font-family: "Signika", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none; }
  .accordion-title:focus, .accordion-title:hover {
    color: #15453c; }

.accordion--List {
  margin-bottom: 67px; }
  .accordion--List .accordion-block {
    list-style: none; }
    .accordion--List .accordion-block.is-open .accordion-title {
      border-bottom: none; }
    .accordion--List .accordion-block .accordion-content {
      padding: 20px 0 32px 0;
      border-bottom: 1px solid #c5c5cf; }
      .accordion--List .accordion-block .accordion-content a {
        color: #464646;
        text-decoration: underline;
        text-underline-offset: 2px;
        text-decoration-color: rgba(70, 70, 70, 0.7); }
        .accordion--List .accordion-block .accordion-content a:hover {
          color: black;
          text-decoration-color: rgba(0, 0, 0, 0.7); }
      .accordion--List .accordion-block .accordion-content p {
        margin-bottom: 2.5rem; }
        .accordion--List .accordion-block .accordion-content p:last-child {
          margin-bottom: 1.5rem; }

.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: 1.83333rem;
  display: inline-block;
  width: 100%; }
  .accordion--navList .accordion-block + .accordion-block {
    border-top: 1px solid #909195;
    padding-top: 2.5rem; }

.accordion--navList .accordion-content {
  padding: 0;
  margin-top: 1.16667rem; }
  .accordion--navList .accordion-content .toggleLink {
    margin-top: 7px;
    margin-bottom: 8px;
    display: block;
    color: #7caa48; }
    .accordion--navList .accordion-content .toggleLink .toggleLink-text {
      font-size: 12px;
      background-image: linear-gradient(transparent 96%, rgba(124, 170, 72, 0.7) 4%);
      background-repeat: repeat-x;
      background-position-y: -2px; }

.accordion--navList .accordion-navigation {
  border: 0; }
  @media (min-width: 1025px) {
    .accordion--navList .accordion-navigation {
      background-position: right 0 top 50%;
      border: 0; } }

.accordion--navList .accordion-title {
  font-weight: 600;
  font-size: 20px;
  text-decoration: none;
  margin-bottom: 0.5rem;
  margin-top: 0;
  padding: 0;
  border-bottom: none; }

.accordion--navList .accordion-indicator {
  fill: #15453c;
  width: 24px;
  height: 24px;
  margin-right: -4px; }

.accordion--navList .accordion-navigation-actions {
  right: 0;
  top: 0; }

.accordion--navList #facetedSearch-content--price {
  margin-top: 18px;
  margin-bottom: 12px; }

.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: #15453c;
    vertical-align: middle; }
    .accordion-navigation-actions > a:hover {
      color: #15453c; }

.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: 1.66667rem;
  padding: 13px 15px 11px 15px; }

.alertBox-icon .icon {
  height: 2.08333rem;
  width: 2.08333rem; }

.alertBox--info {
  color: #31708f;
  background: #eaf3f8; }
  .alertBox--info svg {
    fill: #31708f; }
  .alertBox--info .alertBox-close svg {
    fill: #31708f; }

.alertBox--success {
  color: #008a06; }

.alertBox--error {
  color: #e13f3f; }

.alertBox--warning {
  color: #8b714a;
  background: #fbf8e5; }

.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 {
  margin-bottom: 17px; }

.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(225, 63, 63, 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-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-radio + .form-label {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  color: #464646;
  text-transform: none; }
  .form-radio + .form-label:last-child {
    display: block;
    margin-bottom: -0.33333rem; }
  .form-radio + .form-label::after {
    top: 3px;
    width: 1rem;
    height: 1rem; }
  .form-radio + .form-label::before {
    top: 2px;
    width: 1.16667rem;
    height: 1.16667rem; }

.form-checkbox + .form-label {
  width: auto;
  padding-left: 10px;
  display: inline; }
  .form-checkbox + .form-label::after {
    display: none; }
  .form-checkbox + .form-label:before {
    display: none; }

input[type="checkbox"] {
  width: 15px;
  height: 15px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  position: relative;
  display: inline-block;
  margin-bottom: -3px; }
  input[type="checkbox"]:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 15px;
    height: 15px;
    background: #fff;
    border: 1px solid #d8d8d8;
    border-radius: 0; }
  input[type="checkbox"]:after {
    content: '';
    top: 3px;
    left: 3px;
    height: 6px;
    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; }
  input[type="checkbox"]:checked:before {
    background: #323232;
    border-color: #323232; }
  input[type="checkbox"]:checked:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter: alpha(opacity=100);
    transform: scale(1.1) rotate(-45deg);
    border-color: #fff; }

.form-actions {
  display: block; }
  @media (min-width: 551px) {
    .form-actions {
      margin-top: 1.5rem; } }
  .form-actions .button,
  .form-actions input,
  .form-actions a {
    vertical-align: top;
    width: 100%; }
    @media (min-width: 551px) {
      .form-actions .button,
      .form-actions input,
      .form-actions a {
        margin-bottom: 0;
        width: auto; } }
    .form-actions .button + .button,
    .form-actions .button + input,
    .form-actions .button + a,
    .form-actions input + .button,
    .form-actions input + input,
    .form-actions input + a,
    .form-actions a + .button,
    .form-actions a + input,
    .form-actions a + a {
      margin-top: 15px; }
      @media (min-width: 551px) {
        .form-actions .button + .button,
        .form-actions .button + input,
        .form-actions .button + a,
        .form-actions input + .button,
        .form-actions input + input,
        .form-actions input + a,
        .form-actions a + .button,
        .form-actions a + input,
        .form-actions a + a {
          margin: 0 0 0 0.75rem; } }

.form-label [data-option-value] {
  margin-left: 7px;
  color: #a0a0a0; }

.form-label--alternate {
  font-family: "Signika", Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin-bottom: 15px; }

.form-select--date {
  width: initial; }
  .form-select--date + .form-select--date {
    margin-left: 0.41667rem; }

.form-select--small,
.form-select--date {
  background-position: right 7px center;
  background-size: 1rem;
  font-size: 12px;
  height: 40px;
  line-height: 1rem;
  max-width: 20rem;
  padding: 10px 30px 10px 10px; }

.form-select--short {
  max-width: 6rem;
  width: 8rem; }

.form-file {
  margin-bottom: 0.5rem; }

.form-fileDescription {
  color: #999999;
  font-size: 12px;
  margin-bottom: 0; }

.form-field-group {
  border: 1px solid #c5c5cf;
  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: 551px) {
    .form-column {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 50%;
      float: left;
      padding: 0; } }

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

@media (max-width: 550px) {
  .form-prefixPostfix {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; } }

.form-prefixPostfix.wrap {
  flex-wrap: wrap; }

.form-prefixPostfix .form-input,
.form-prefixPostfix .button {
  display: block;
  width: 100%;
  height: 45px; }

@media (min-width: 1281px) {
  .form-prefixPostfix .form-input {
    width: auto; } }

@media (min-width: 551px) {
  .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: 20px 0 0;
  order: 1; }
  @media (min-width: 551px) {
    .form-prefixPostfix-button--postfix {
      margin: 0 0 0 30px;
      order: 0; } }

.form-option {
  color: #787878;
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  margin-bottom: 5px;
  margin-right: 7px;
  transition: all 0.15s ease;
  border: 1px solid #e6e6e6; }
  .form-option:last-child {
    margin-right: 0; }

.form-radio:checked + .form-option {
  border-color: #505050; }
  .form-radio:checked + .form-option .form-option-variant {
    color: #15453c; }
  .form-radio:checked + .form-option.unavailable {
    border-color: #505050; }
    .form-radio:checked + .form-option.unavailable .form-option-variant {
      opacity: 0.7; }

.form-option-variant {
  display: inline-block;
  font-size: 1rem;
  min-width: 2.66667rem;
  padding: 0px 15px;
  pointer-events: none;
  text-align: center;
  height: 32px;
  line-height: 32px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 1px solid #cccccc;
  font-size: 12px;
  font-weight: 500;
  color: #464646;
  background: white; }

.form-option-variant--color,
.form-option-variant--pattern {
  height: 1.83333rem;
  width: 1.83333rem;
  min-width: initial;
  padding: 0; }
  @media (min-width: 551px) {
    .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: 12px;
  height: 2.33333rem;
  line-height: 1rem;
  padding: 0.58333rem 0.75rem; }

.form-input {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  height: 40px;
  max-width: 530px; }
  .form-input::-webkit-input-placeholder {
    opacity: 1; }
  .form-input::-moz-placeholder {
    opacity: 1; }
  .form-input:-ms-input-placeholder {
    opacity: 1 !important; }

.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%;
    padding: 12px 10px; }

.form-increment {
  position: relative;
  display: inline-block; }
  .form-increment .button {
    margin: 0;
    padding: 0;
    border: none;
    width: 0.83333rem;
    height: 0.83333rem;
    position: absolute;
    right: 10px;
    background: transparent; }
    .form-increment .button:before {
      content: "";
      width: 1px;
      height: 1px;
      border: 4px solid transparent;
      position: absolute;
      left: 0; }
    .form-increment .button[data-action="dec"] {
      bottom: 9px; }
      .form-increment .button[data-action="dec"]:before {
        border-top-color: #000000;
        bottom: 2px; }
    .form-increment .button[data-action="inc"] {
      top: 9px; }
      .form-increment .button[data-action="inc"]:before {
        border-bottom-color: #000000;
        top: 2px; }

.form-input--incrementTotal {
  display: inline-block;
  font-size: 12px;
  height: 45px;
  line-height: 45px;
  padding: 0;
  text-align: left;
  vertical-align: middle;
  width: 12rem;
  color: #464646;
  padding-left: 15px;
  padding-right: 32px; }
  .form-input--incrementTotal:disabled {
    background: rgba(245, 245, 245, 0.7); }

@media (min-width: 551px) {
  .form-row--half > .form-field:nth-child(odd) {
    clear: left; } }

[data-product-attribute] .form-option {
  position: relative; }
  [data-product-attribute] .form-option.unavailable {
    border-color: rgba(225, 225, 230, 0.5); }
    [data-product-attribute] .form-option.unavailable .form-option-variant {
      background-color: #e1e1e6;
      opacity: 0.5; }

[data-product-attribute="set-rectangle"] .form-option {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px; }

[data-product-attribute="set-rectangle"] .form-option-variant {
  border: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px; }

[data-product-attribute="swatch"] .form-option {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%; }
  [data-product-attribute="swatch"] .form-option .form-option-variant {
    border: 3px solid #ffffff; }
  [data-product-attribute="swatch"] .form-option.unavailable {
    opacity: 1;
    border-color: rgba(225, 225, 230, 0.5); }
    [data-product-attribute="swatch"] .form-option.unavailable:before {
      background-color: #e95144;
      content: "";
      height: 0.5px;
      left: -10px;
      position: absolute;
      top: 19px;
      transform: rotate(-45deg);
      width: 150%;
      z-index: 3; }
    [data-product-attribute="swatch"] .form-option.unavailable.two-colors:before, [data-product-attribute="swatch"] .form-option.unavailable.three-colors:before {
      transform: rotate(0deg); }

[data-product-attribute="set-radio"] .unavailable,
[data-product-attribute="product-list"] .unavailable {
  opacity: 0.8;
  text-decoration: line-through; }

[data-product-attribute="set-radio"] .form-label {
  margin-bottom: 12px; }
  [data-product-attribute="set-radio"] .form-label.form-label--alternate {
    margin-bottom: 12px; }

.card {
  border: none;
  margin-bottom: 30px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: white;
  background-clip: border-box; }
  @media (min-width: 551px) {
    .card {
      margin-bottom: 40px; } }
  @media (min-width: 1025px) {
    .card {
      margin-bottom: 55px; } }
  .card:focus-within .card-figcaption {
    opacity: 1; }
  .card.focus-within .card-figcaption {
    opacity: 1; }
  .card:focus {
    outline: 0; }
  @media (min-width: 1025px) {
    .card:hover .card-bottom .card-compare {
      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;
      opacity: 1; } }
  @media (min-width: 1025px) {
    .card:hover .card-figcaption-top .icon {
      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:hover .card-figcaption {
      opacity: 1;
      bottom: 0; }
    .card:hover .price-wrap .card-rating {
      display: inline-block; }
    .card:hover .card-img-container:before {
      opacity: 1;
      visibility: visible; }
    .card:hover .card-img-hover > .card-image {
      opacity: 0;
      visibility: hidden; }
    .card:hover .card-img-hover .product-additional {
      opacity: 1;
      visibility: visible; } }
  .card.card-custom {
    display: table;
    background-color: white; }

.card-custom .card-image {
  display: table-cell;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 85px;
  border: 0; }

.card-custom .card-link img {
  width: 100%;
  position: absolute;
  top: 0;
  transition: color 0.15s ease;
  left: 0;
  max-height: 100%;
  object-fit: cover; }

.card-custom .card-link:after {
  content: "";
  display: block;
  padding-bottom: 126%; }

.card-custom .card-content {
  display: table-cell;
  vertical-align: top;
  width: calc(100% - 85px);
  padding: 0 0 0 15px; }

.card-custom .card-title {
  position: relative;
  top: -5px;
  margin-bottom: 0; }
  .card-custom .card-title > a {
    margin-bottom: 0; }
  .card-custom .card-title .card-ellipsis {
    -webkit-line-clamp: 2; }

.card-custom .card-price {
  justify-content: flex-start;
  font-size: 10px; }

.card-custom .card-option .form-field {
  margin-bottom: 15px;
  text-align: left; }

.card-custom .card-action {
  background: transparent !important;
  border: 0;
  padding: 0 0 0 17px;
  font-size: 10px;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
  color: #15453c;
  width: 100%;
  text-align: left;
  transition: unset; }
  .card-custom .card-action span {
    position: relative; }
    .card-custom .card-action span:before, .card-custom .card-action span:after {
      content: "";
      position: absolute;
      display: block;
      line-height: 22px;
      background-color: white; }
    .card-custom .card-action span:before {
      top: 9px;
      right: calc(100% + 7px);
      width: 10px;
      height: 1px; }
    .card-custom .card-action span:after {
      top: 50%;
      right: calc(100% + 12px);
      width: 1px;
      height: 10px;
      transform: translateY(-50%); }

.card-custom.card-custom2 {
  margin-bottom: 35px; }
  .card-custom.card-custom2 .card-content {
    position: relative;
    top: -6px; }
  .card-custom.card-custom2 .card-price {
    font-size: 12px; }
  .card-custom.card-custom2 .card-action {
    font-size: 12px;
    font-weight: 700;
    height: 46px;
    line-height: 46px;
    text-transform: capitalize;
    text-align: center;
    padding-left: 12px;
    margin-left: 0;
    width: 135px;
    border: 1px solid #7caa48;
    color: white;
    background-color: #7caa48 !important; }
    .card-custom.card-custom2 .card-action span {
      background-image: unset; }

.card-custom.card-custom3 {
  margin-bottom: 35px; }
  .card-custom.card-custom3 .card-image {
    width: 64px; }
  .card-custom.card-custom3 .card-content {
    position: relative;
    width: calc(100% - 64px);
    padding-left: 15px; }
  .card-custom.card-custom3 .card-price {
    font-size: 12px; }

.card-custom + .card-custom {
  margin-top: 38px; }

@media (min-width: 1025px) {
  .card-custom .card-content {
    padding-left: 20px; }
  .card-custom .card-action:hover {
    color: #4d878f; }
    .card-custom .card-action:hover span {
      background-image: linear-gradient(transparent 97%, #4d878f 3%);
      background-repeat: repeat-x;
      background-position-y: 0; }
      .card-custom .card-action:hover span:before, .card-custom .card-action:hover span:after {
        background-color: #4d878f; }
  .card-custom.card-custom2 .card-action:hover {
    color: white;
    border-color: #4d878f;
    background-color: #4d878f !important; }
    .card-custom.card-custom2 .card-action:hover span {
      background-image: unset; }
      .card-custom.card-custom2 .card-action:hover span:before, .card-custom.card-custom2 .card-action:hover span:after {
        background-color: white; } }

.card-figure {
  margin-top: 0;
  position: relative;
  overflow: hidden;
  background: white; }
  @media (max-width: 1024px) {
    .card-figure .card-figcaption {
      display: none; } }

.card-img-container {
  max-width: 390px;
  position: relative;
  margin: 0 auto; }
  .card-img-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%; }
  .card-img-container img {
    transition: all .3s ease; }
  .card-img-container .product-additional {
    top: 50%;
    left: 50%;
    z-index: 3;
    width: 100%;
    height: 100%;
    text-align: center;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, -50%);
    margin-top: -1px; }
    @media (max-width: 1024px) {
      .card-img-container .product-additional {
        display: none; } }
    .card-img-container .product-additional img {
      display: inline-block;
      max-height: 100%; }

.card-figcaption-top {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 6;
  display: none; }
  .card-figcaption-top.show-mobile {
    display: block; }
  @media (min-width: 1025px) {
    .card-figcaption-top {
      display: block; } }
  .card-figcaption-top > .icon {
    display: none;
    margin-bottom: 8px;
    position: relative;
    background-color: white;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04);
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04);
    -ms-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04); }
    @media (min-width: 551px) {
      .card-figcaption-top > .icon {
        width: 35px;
        height: 35px;
        margin-bottom: 12px; } }
    .card-figcaption-top > .icon.show-mobile {
      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-figcaption-top > .icon svg {
      width: 18px;
      height: 18px;
      fill: #15453c; }
      @media (min-width: 551px) {
        .card-figcaption-top > .icon svg {
          width: 20px;
          height: 20px; } }
    @media (min-width: 1025px) {
      .card-figcaption-top > .icon.wishlist {
        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-figcaption-top > .icon .text {
      position: absolute;
      right: 0px;
      top: 50%;
      bottom: 0px;
      display: inline-block;
      height: 24px;
      line-height: 24px;
      font-weight: 400;
      font-size: 1.1rem;
      white-space: nowrap;
      letter-spacing: 0;
      padding-left: 10px;
      padding-right: 10px;
      -moz-border-radius: 20px;
      -webkit-border-radius: 20px;
      -ms-border-radius: 20px;
      border-radius: 20px;
      -webkit-transition: all .35s ease, color 0s ease;
      transition: all .35s ease, color 0s ease;
      opacity: 0;
      visibility: hidden;
      z-index: -1;
      background-color: #c7bd2e;
      color: white;
      transform: translate(-15px, -50%);
      -webkit-transform: translate(-15px, -50%);
      -moz-transform: translate(-15px, -50%);
      -ms-transform: translate(-15px, -50%); }
    @media (min-width: 1025px) {
      .card-figcaption-top > .icon:hover {
        background-color: white; }
        .card-figcaption-top > .icon:hover .svg {
          fill: #15453c; }
        .card-figcaption-top > .icon:hover .text {
          visibility: visible;
          opacity: 1;
          transform: translate(-44px, -50%);
          -webkit-transform: translate(-44px, -50%);
          -moz-transform: translate(-44px, -50%);
          -ms-transform: translate(-44px, -50%); } }
    .card-figcaption-top > .icon.wishlist svg {
      width: 21px;
      height: 18px; }
      @media (min-width: 551px) {
        .card-figcaption-top > .icon.wishlist svg {
          width: 22px;
          height: 20px; } }
  .card-figcaption-top .compare {
    position: relative; }

.card-figcaption {
  margin: 0;
  pointer-events: none;
  z-index: 4;
  top: auto;
  height: 65px;
  bottom: 0;
  transition: all 0.3s ease;
  opacity: 1; }
  @media (min-width: 1025px) {
    .card-figcaption {
      opacity: 0;
      bottom: -65px;
      padding: 10px; }
      .card-figcaption:active .card-figcaption-button, .card-figcaption:hover .card-figcaption-button, .card-figcaption:focus .card-figcaption-button {
        background: #4d878f;
        border-color: #4d878f;
        color: white; } }

.card-figcaption-body {
  display: inline-block;
  pointer-events: all;
  width: 100%;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  top: auto; }

.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 6px 0;
  font-weight: 500;
  position: relative;
  line-height: 1.66667rem; }
  @media (min-width: 1025px) {
    .card-title .has-color-name {
      padding-right: 90px; } }
  .card-title > a {
    display: block;
    color: #15453c;
    text-decoration: none;
    white-space: normal; }
    .card-title > a.clamp {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      overflow: hidden;
      position: relative;
      word-wrap: break-word;
      -webkit-line-clamp: 2;
      text-overflow: ellipsis; }
    .card-title > a:hover {
      color: #7caa48; }

@media (min-width: 1025px) {
  .price-wrap {
    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; } }

.card-price {
  margin-bottom: 7px;
  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; }
  @media (max-width: 1024px) {
    .card-price {
      width: 100%; } }
  .card-price > p {
    margin-bottom: 0;
    font-size: 12px; }
  .card-price .price-section {
    font-size: 0px;
    letter-spacing: 0;
    display: inline-block; }
    .card-price .price-section .price {
      font-size: 14px; }
    .card-price .price-section .non-sale-price-label, .card-price .price-section .price-now-label {
      display: none !important; }
    .card-price .price-section.price-section--withoutTax, .card-price .price-section.price-section--withTax {
      color: #881504; }
      .card-price .price-section.price-section--withoutTax.rrp-price--withoutTax, .card-price .price-section.price-section--withoutTax.rrp-price--withTax, .card-price .price-section.price-section--withTax.rrp-price--withoutTax, .card-price .price-section.price-section--withTax.rrp-price--withTax {
        color: #1e1e1e; }
    .card-price .price-section.rrp-price--withoutTax, .card-price .price-section.rrp-price--withTax {
      color: #1e1e1e;
      margin-right: 7px; }
      .card-price .price-section.rrp-price--withoutTax + .non-sale-price--withoutTax, .card-price .price-section.rrp-price--withoutTax .non-sale-price--withTax, .card-price .price-section.rrp-price--withTax + .non-sale-price--withoutTax, .card-price .price-section.rrp-price--withTax .non-sale-price--withTax {
        display: none !important; }
        .card-price .price-section.rrp-price--withoutTax + .non-sale-price--withoutTax.no-retail-price, .card-price .price-section.rrp-price--withoutTax .non-sale-price--withTax.no-retail-price, .card-price .price-section.rrp-price--withTax + .non-sale-price--withoutTax.no-retail-price, .card-price .price-section.rrp-price--withTax .non-sale-price--withTax.no-retail-price {
          display: inline-block !important; }
          .card-price .price-section.rrp-price--withoutTax + .non-sale-price--withoutTax.no-retail-price.price-none, .card-price .price-section.rrp-price--withoutTax .non-sale-price--withTax.no-retail-price.price-none, .card-price .price-section.rrp-price--withTax + .non-sale-price--withoutTax.no-retail-price.price-none, .card-price .price-section.rrp-price--withTax .non-sale-price--withTax.no-retail-price.price-none {
            display: none !important; }
    .card-price .price-section.non-sale-price--withoutTax, .card-price .price-section.non-sale-price--withTax {
      color: #1e1e1e;
      margin-right: 7px; }
    .card-price .price-section.price-none + .price-section--withoutTax, .card-price .price-section.price-none + .price-section--withTax {
      color: #1e1e1e; }
    .card-price .price-section.price_range {
      color: #1e1e1e; }
    .card-price .price-section.price-section--saving {
      display: none !important; }

.card-price-default {
  display: none; }

.card-text {
  margin-bottom: 0.16667rem; }
  .card-text abbr {
    border: 0;
    color: inherit;
    font-size: inherit; }

.card-figcaption-button {
  border-color: #7caa48;
  background: #7caa48;
  color: white;
  display: block; }
  @media (min-width: 381px) {
    .card-figcaption-button {
      padding: 13px 15px 10px 15px; }
      .card-figcaption-button.out_stock {
        padding: 14px 15px 11px 15px; } }
  @media (min-width: 1025px) {
    .card-figcaption-button {
      padding: 15px 25px 13px 25px; }
      .card-figcaption-button.out_stock {
        padding: 16px 25px 14px 25px; } }
  .card-figcaption-button + .card-figcaption-button {
    margin: 0.41667rem 0 0; }
  .card-figcaption-button span {
    position: relative; }
    @media (min-width: 361px) {
      .card-figcaption-button span {
        padding-left: 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: inline-block; } }
    @media (min-width: 381px) {
      .card-figcaption-button span {
        padding-left: 18px; } }
    .card-figcaption-button span:before, .card-figcaption-button span:after {
      content: "";
      position: absolute;
      background: white; }
      @media (max-width: 360px) {
        .card-figcaption-button span:before, .card-figcaption-button span:after {
          display: none; } }
    .card-figcaption-button span:before {
      width: 2px;
      height: 10px;
      left: 4px;
      top: 1px; }
    .card-figcaption-button span:after {
      width: 10px;
      height: 2px;
      top: 5px;
      left: 0; }
  .card-figcaption-button:hover span:before, .card-figcaption-button:hover span:after {
    background: white; }

.card-desc {
  display: none; }

.card-body {
  text-align: left;
  padding-top: 18px; }
  .card-body .card-brand {
    font-size: 12px;
    color: #787878;
    margin-bottom: 5px; }
    .card-body .card-brand a {
      color: #787878; }
  .card-body .card-figcaption {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    padding: 0;
    height: auto;
    margin-top: 20px;
    display: inline-block;
    width: 100%; }
    @media (min-width: 1025px) {
      .card-body .card-figcaption {
        display: none; } }
  @media (max-width: 1024px) {
    .card-body .card-bottom.no-option {
      height: 0; }
      .card-body .card-bottom.no-option + .card-figcaption-bottom .card-figcaption {
        margin-top: 5px; }
      .card-body .card-bottom.no-option + .card-figcaption {
        margin-top: 5px; } }
  .card-body .card-bottom.no-option .card_optionImage {
    display: none; }

.card-rating {
  margin-bottom: 10px;
  width: 100%; }
  @media (min-width: 1025px) {
    .card-rating {
      display: none;
      margin-left: 15px;
      margin-bottom: 7px;
      width: auto; } }

.cart-rating-list {
  display: none; }

.compare-list {
  display: none; }

.card-figcaption-list {
  display: none; }

/* Color Variant */
.card_optionImage {
  display: inline-block; }
  .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: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin-bottom: 0; }
    .card_optionImage [data-product-attribute] .showmore {
      margin-left: 2px;
      color: #464646;
      font-size: 12px; }
    .card_optionImage [data-product-attribute] .form-option {
      min-width: auto;
      pointer-events: none;
      margin-bottom: 0;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%; }
      .card_optionImage [data-product-attribute] .form-option.form-option-swatch {
        min-width: 24px;
        height: 24px;
        margin-right: 7px; }
        .card_optionImage [data-product-attribute] .form-option.form-option-swatch.two-colors .form-option-variant + .form-option-variant {
          width: 22px;
          top: 10px;
          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: 7px; }
        .card_optionImage [data-product-attribute] .form-option.form-option-swatch.three-colors .form-option-variant:last-child {
          height: 8px;
          top: 7px; }
      .card_optionImage [data-product-attribute] .form-option .form-option-variant {
        border: 2px solid #ffffff;
        background-size: 100%; }
      .card_optionImage [data-product-attribute] .form-option .form-option-variant--color.White, .card_optionImage [data-product-attribute] .form-option .form-option-variant--color.white {
        border: 2px solid #ffffff; }
      .card_optionImage [data-product-attribute] .form-option.unavailable:before {
        display: none; }
      .card_optionImage [data-product-attribute] .form-option.unavailable .form-option-variant {
        opacity: 1; }
    .card_optionImage [data-product-attribute] .form-radio:checked + .form-option {
      border-color: #e5e5e5; }
  .card_optionImage .form-option-variant--color, .card_optionImage .form-option-variant--pattern {
    width: 22px;
    height: 22px;
    min-width: 22px; }
  .card_optionImage .form-option-swatch {
    height: 24px;
    width: 24px; }
    .card_optionImage .form-option-swatch.has-pattern .form-option-expanded {
      display: none; }

.card-details {
  color: #7caa48;
  font-weight: 500;
  margin-top: 3px;
  display: inline-block;
  font-size: 1rem;
  position: relative;
  padding-left: 18px; }
  .card-details.out_of_stock {
    padding-left: 0; }
  .card-details span:before, .card-details span:after {
    content: "";
    position: absolute;
    background: #7caa48; }
  .card-details span:before {
    width: 1px;
    height: 9px;
    left: 4px;
    top: 8px; }
  .card-details span:after {
    width: 9px;
    height: 1px;
    top: 12px;
    left: 0; }
  .card-details:hover {
    color: #4d878f; }
    .card-details:hover span:before, .card-details:hover span:after {
      background: #4d878f; }

/* Product label */
.product-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  padding: 0px 7px;
  min-width: 45px;
  height: 18px;
  line-height: 16px;
  z-index: 5;
  letter-spacing: .02em;
  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: 1025px) {
    .product-badge {
      top: 25px;
      left: 25px; } }

.new-badge {
  color: white;
  background: #c7bd2e;
  border: 1px solid #c7bd2e; }
  .new-badge ~ .sale-badge {
    top: 38px; }
    @media (min-width: 1025px) {
      .new-badge ~ .sale-badge {
        top: 48px; } }
    .new-badge ~ .sale-badge ~ .soldout-badge {
      top: 61px; }
      @media (min-width: 1025px) {
        .new-badge ~ .sale-badge ~ .soldout-badge {
          top: 71px; } }
      .new-badge ~ .sale-badge ~ .soldout-badge ~ .custom-badge {
        top: 84px; }
        @media (min-width: 1025px) {
          .new-badge ~ .sale-badge ~ .soldout-badge ~ .custom-badge {
            top: 94px; } }
    .new-badge ~ .sale-badge ~ .custom-badge {
      top: 61px; }
      @media (min-width: 1025px) {
        .new-badge ~ .sale-badge ~ .custom-badge {
          top: 71px; } }
  .new-badge ~ .soldout-badge {
    top: 38px; }
    @media (min-width: 1025px) {
      .new-badge ~ .soldout-badge {
        top: 48px; } }
    .new-badge ~ .soldout-badge ~ .custom-badge {
      top: 61px; }
      @media (min-width: 1025px) {
        .new-badge ~ .soldout-badge ~ .custom-badge {
          top: 71px; } }
  .new-badge ~ .custom-badge {
    top: 38px; }
    @media (min-width: 1025px) {
      .new-badge ~ .custom-badge {
        top: 48px; } }

.sale-badge {
  color: white;
  background: #881504;
  border: 1px solid #881504; }
  .sale-badge ~ .soldout-badge {
    top: 38px; }
    @media (min-width: 1025px) {
      .sale-badge ~ .soldout-badge {
        top: 48px; } }
    .sale-badge ~ .soldout-badge ~ .custom-badge {
      top: 61px; }
      @media (min-width: 1025px) {
        .sale-badge ~ .soldout-badge ~ .custom-badge {
          top: 71px; } }
  .sale-badge ~ .custom-badge {
    top: 38px; }
    @media (min-width: 1025px) {
      .sale-badge ~ .custom-badge {
        top: 48px; } }

.soldout-badge {
  color: white;
  background: #bababa;
  border: 1px solid #bababa; }
  .soldout-badge ~ .custom-badge {
    top: 48px; }

.custom-badge {
  color: white;
  background: #4d878f;
  border: 1px solid #4d878f; }

.card-bottom .card-compare {
  opacity: 0; }
  @media (max-width: 1024px) {
    .card-bottom .card-compare {
      display: none; } }

@media (min-width: 1025px) {
  .card-compare {
    float: right;
    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;
    margin-top: 5px;
    margin-bottom: 0;
    position: relative; }
    .card-compare input {
      margin-right: 10px;
      border-color: rgba(70, 70, 70, 0.6);
      margin-bottom: 0; }
      .card-compare input + span {
        display: inline-block;
        margin-top: -1px;
        color: #464646;
        background-image: linear-gradient(transparent 96%, rgba(70, 70, 70, 0.7) 4%);
        background-repeat: repeat-x;
        background-position-y: -2px; } }

.navList,
.navBar {
  margin-left: 0; }

.navList-action,
.navBar-action {
  text-decoration: none; }

.navList-action.is-active {
  font-weight: 700; }

.navList-action--checkbox {
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.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 #cccccc;
    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.66667rem; }
  .navList-action--checkbox:after {
    margin-top: -0.58333rem; }
  .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: #eeeef1;
  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: #7caa48; }
  .navList-action.is-selected:hover .navList-action-close {
    opacity: 1;
    visibility: visible; }

.navBar--sub {
  margin-bottom: 3.91667rem; }
  .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;
    background-color: #ffffff;
    position: relative;
    z-index: 1; }
  .navBar--sub .navBar-item {
    float: none;
    display: inline-block;
    text-align: center;
    color: #15453c;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 700;
    border: 1px solid #8e8e8e;
    width: calc(100% + 1px);
    margin-left: -1px; }
    .navBar--sub .navBar-item:first-child {
      width: 100%;
      margin-left: 0; }
    .navBar--sub .navBar-item .navBar-action-color--active {
      background: #ffffff;
      display: inline-block;
      width: 100%;
      position: relative;
      color: #15453c; }
      .navBar--sub .navBar-item .navBar-action-color--active:before {
        content: "";
        position: absolute;
        left: -1px;
        right: -1px;
        bottom: 0;
        height: 3px;
        width: calc(100% + 2px);
        background: #15453c;
        z-index: 1; }
    .navBar--sub .navBar-item > a {
      padding: 13px 10px 12px 10px; }
    .navBar--sub .navBar-item .num {
      background: #464646;
      color: #ffffff;
      color: white;
      font-size: 12px;
      font-weight: 400;
      height: 23px;
      line-height: 23px;
      text-align: center;
      width: 23px;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      display: inline-block;
      margin-left: 8px; }
  .navBar--sub .navBar-action {
    color: #464646;
    display: inline-block;
    width: 100%;
    font-family: "Signika", sans-serif;
    font-size: 14px;
    font-weight: 500;
    position: relative; }
    .navBar--sub .navBar-action .toggleLink-text {
      font-size: 14px;
      font-weight: 500; }
    .navBar--sub .navBar-action:hover {
      color: #15453c;
      background: #ffffff; }
      .navBar--sub .navBar-action:hover:before {
        content: "";
        position: absolute;
        left: -1px;
        right: -1px;
        bottom: 0;
        height: 3px;
        width: calc(100% + 2px);
        background: #15453c;
        z-index: 1; }

.navBar--account .navBar-item.is-active, .account-navigation .navBar-item.is-active {
  padding: 13px 10px 12px 10px;
  position: relative; }
  .navBar--account .navBar-item.is-active:before, .account-navigation .navBar-item.is-active:before {
    content: "";
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: 0;
    height: 3px;
    width: calc(100% + 2px);
    background: #15453c;
    z-index: 1; }
  .navBar--account .navBar-item.is-active > a, .account-navigation .navBar-item.is-active > a {
    padding: 0; }
    .navBar--account .navBar-item.is-active > a:hover:before, .account-navigation .navBar-item.is-active > a:hover:before {
      display: none; }

.loadingOverlay {
  background-color: rgba(255, 255, 255, 0.9);
  display: none;
  z-index: 20; }
  @media (min-width: 768px) {
    .loadingOverlay {
      left: 60px;
      right: 60px;
      width: calc(100% - 120px); }
      .halo_productLoading .loadingOverlay {
        left: 0;
        right: 0;
        width: 100%; } }

.icons-svg-sprite {
  display: none; }

.icon,
.icon svg {
  transition: all 0.15s ease;
  height: 1.83333rem;
  width: 1.83333rem; }

.actionBar-section .form-field {
  background-color: white;
  margin-bottom: 0; }

.actionBar-section .form-label {
  color: #15453c;
  font-size: 12px;
  line-height: 2.16667rem;
  margin-bottom: 0;
  font-weight: 500;
  margin-right: 10px;
  display: none; }
  @media (min-width: 551px) {
    .actionBar-section .form-label {
      display: inline-block; } }

.actionBar-section .form-input,
.actionBar-section .form-select {
  border: 0;
  width: auto; }

.actionBar-section .form-input,
.actionBar-section .form-select {
  display: inline-block; }

.actionBar-section .form-select {
  color: #464646;
  border: 1px solid #c5c5cf;
  height: 45px; }

.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: 551px) {
    .navUser-item {
      float: left; } }
  .navUser-item, .navUser-action {
    display: block; }
  @media (min-width: 1025px) {
    .navUser {
      padding: 0 0 0 30px;
      position: relative;
      right: auto;
      top: auto;
      transform: none;
      z-index: 50; } }
  .navUser .loadingOverlay {
    left: 0;
    right: 0;
    width: 100%; }

@media (min-width: 1025px) {
  .navUser-section {
    position: relative; } }

.navUser-action {
  color: #15453c;
  font-weight: 700;
  padding: 0;
  text-decoration: none;
  text-transform: uppercase;
  position: relative; }
  .navUser-action:hover, .navUser-action.is-open {
    color: #7caa48; }
    .navUser-action:hover svg, .navUser-action.is-open svg {
      fill: #7caa48;
      stroke: #7caa48; }
  .navUser-action .icon {
    height: 1.83333rem;
    width: 1.83333rem;
    margin: -1px 0 0 0.16667rem; }
  .navUser-action svg {
    fill: #15453c;
    stroke: #15453c;
    transition: all 0.15s ease; }

.navUser-action--currencySelector + .dropdown-menu:before {
  left: auto !important;
  right: 0.75rem; }

.navUser-action--currencySelector + .dropdown-menu:after {
  left: auto !important;
  right: 0.91667rem; }

.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: #787878;
  display: inline-block;
  padding: 0 1.66667rem 0 0;
  text-decoration: none; }

.navUser-item {
  display: none;
  position: relative; }
  @media (min-width: 1025px) {
    .navUser-item {
      display: block;
      padding: 0 18px; }
      .navUser-item:first-child {
        padding-left: 0; }
      .navUser-item:last-child {
        padding-right: 0; }
      .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.navUser-item--account > .navUser-action .icon {
        width: 22px;
        height: 23px;
        margin-top: -2px; } }
  .navUser-item .dropdown-menu {
    position: absolute;
    margin-top: 31px;
    top: 100%;
    color: #787878;
    background: white; }

.navUser-item--cart {
  display: block;
  padding-right: 14px !important; }
  .navUser-item--cart .navUser-action {
    color: #15453c; }
    .navUser-item--cart .navUser-action:hover, .navUser-item--cart .navUser-action.is-open {
      color: #7caa48; }
  .navUser-item--cart .dropdown-menu {
    min-width: 39.16667rem;
    max-width: 39.16667rem; }
    .navUser-item--cart .dropdown-menu.is-open {
      top: auto !important;
      left: auto !important;
      right: 0;
      min-height: 120px; }
      .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: 551px) {
    .navUser-item-cartLabel {
      display: inline; } }

.navUser-item--compare {
  display: none; }
  .navUser-item--compare.show {
    display: block; }

.navUser-item--account .navUser-or + .navUser-action {
  margin-right: -0.5rem; }

.navUser-item--account .navUser-action {
  display: inline-block; }

.navUser-item--account .account-dropdown {
  min-width: 340px;
  max-width: 340px;
  padding-bottom: 15px;
  padding-top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%); }

.account-dropdown {
  padding: 0; }
  .account-dropdown .login-dropdown > .navPage-subMenu-title {
    padding: 13px 47px 13px 15px;
    background: #fafafa;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 12px;
    margin-bottom: 0;
    color: #464646;
    width: 100%; }
    @media (min-width: 551px) {
      .account-dropdown .login-dropdown > .navPage-subMenu-title {
        padding: 13px 52px 13px 20px; } }
    @media (min-width: 1025px) {
      .account-dropdown .login-dropdown > .navPage-subMenu-title {
        display: none; } }
  .account-dropdown .login-dropdown .navPages-list {
    display: inline-block;
    width: 100%;
    padding-top: 15px; }
    @media (min-width: 1025px) {
      .account-dropdown .login-dropdown .navPages-list {
        padding-top: 10px; } }
    .account-dropdown .login-dropdown .navPages-list > .navPages-item {
      width: 100%; }
      .account-dropdown .login-dropdown .navPages-list > .navPages-item > .navPages-action {
        padding: 6px 0px;
        line-height: 24px; }
        @media (min-width: 1025px) {
          .account-dropdown .login-dropdown .navPages-list > .navPages-item > .navPages-action {
            padding: 6px 20px; } }
        .account-dropdown .login-dropdown .navPages-list > .navPages-item > .navPages-action > .text {
          color: #464646;
          font-family: "Poppins", Arial, Helvetica, sans-serif;
          font-size: 12px;
          text-transform: capitalize;
          font-weight: 400;
          letter-spacing: 0; }
      .account-dropdown .login-dropdown .navPages-list > .navPages-item:hover > .navPages-action > .text {
        color: #15453c;
        text-decoration: underline;
        text-underline-offset: 2px;
        text-decoration-color: rgba(21, 69, 60, 0.7); }
      .account-dropdown .login-dropdown .navPages-list > .navPages-item:last-child {
        padding-left: 0; }
        @media (min-width: 1025px) {
          .account-dropdown .login-dropdown .navPages-list > .navPages-item:last-child {
            padding-left: 15px; } }
        .account-dropdown .login-dropdown .navPages-list > .navPages-item:last-child:before {
          display: none; }
  .account-dropdown .login-dropdown.customer {
    padding-bottom: 0; }
  .account-dropdown .login-form-popup {
    width: 100%;
    margin-top: 0;
    margin-bottom: 15px;
    padding: 28px 15px 0 15px; }
    @media (min-width: 551px) {
      .account-dropdown .login-form-popup {
        padding: 28px 20px 0 20px; } }
    @media (min-width: 1025px) {
      .account-dropdown .login-form-popup {
        padding: 28px 35px 0 35px; } }
    .account-dropdown .login-form-popup .form-field {
      margin-bottom: 15px; }
      .account-dropdown .login-form-popup .form-field .form-label {
        font-family: "Poppins", Arial, Helvetica, sans-serif;
        font-weight: 700;
        text-transform: capitalize;
        font-size: 12px;
        letter-spacing: 0; }
        .account-dropdown .login-form-popup .form-field .form-label small {
          float: none;
          color: #15453c;
          font-size: 12px; }
      .account-dropdown .login-form-popup .form-field .form-input {
        height: 45px;
        line-height: 45px; }
        .account-dropdown .login-form-popup .form-field .form-input[type="email"] {
          text-transform: lowercase; }
          .account-dropdown .login-form-popup .form-field .form-input[type="email"]::-webkit-input-placeholder {
            text-transform: lowercase; }
          .account-dropdown .login-form-popup .form-field .form-input[type="email"]::-moz-placeholder {
            text-transform: lowercase; }
          .account-dropdown .login-form-popup .form-field .form-input[type="email"]:-ms-input-placeholder {
            text-transform: lowercase !important; }
    .account-dropdown .login-form-popup .form-actions {
      margin-top: 15px;
      text-align: center; }
      .account-dropdown .login-form-popup .form-actions .button {
        width: 100%;
        margin-bottom: 10px; }
        .account-dropdown .login-form-popup .form-actions .button + .forgot-password {
          margin-left: 0;
          margin-bottom: 12px;
          color: #787878;
          background-image: linear-gradient(transparent 96%, rgba(120, 120, 120, 0.7) 4%);
          background-repeat: repeat-x;
          background-position-y: 0px;
          float: none;
          width: auto; }
  .account-dropdown .new-customer {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 20px; }
    @media (min-width: 551px) {
      .account-dropdown .new-customer {
        padding: 0 20px; } }
    @media (min-width: 1025px) {
      .account-dropdown .new-customer {
        padding: 0 35px; } }
    .account-dropdown .new-customer .button {
      width: 100%; }

.navUser-or {
  color: #15453c;
  cursor: default;
  display: inline-block;
  margin: 0 -1rem;
  padding: 0 2px;
  position: relative;
  z-index: 1; }

.navUser-action--quickSearch .icon.close {
  display: none;
  font-size: 40px;
  line-height: 24px;
  font-weight: 200;
  color: rgba(21, 69, 60, 0.9); }

.navUser-action--quickSearch.is-open {
  position: relative; }
  .navUser-action--quickSearch.is-open .icon {
    display: none; }
    .navUser-action--quickSearch.is-open .icon.close {
      display: inline-block; }

.dropdown--quickSearch {
  background-color: white;
  border-top: 1px solid rgba(21, 69, 60, 0.9);
  -webkit-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
  padding: 1.5rem 0;
  display: none; }
  @media (min-width: 551px) {
    .dropdown--quickSearch {
      padding: 25px 5px; } }
  @media (min-width: 1025px) {
    .dropdown--quickSearch {
      padding: 25px 15px; } }
  .dropdown--quickSearch.is-open {
    display: initial;
    left: 0 !important;
    outline: none;
    right: 0 !important;
    width: 100% !important;
    z-index: 50;
    top: 100%;
    max-height: 90vh;
    overflow-y: auto; }
  .dropdown--quickSearch .container {
    max-width: 1200px; }
  .dropdown--quickSearch .form {
    width: 100%;
    display: inline-block;
    margin: 0 auto 30px auto; }
    .dropdown--quickSearch .form .form-field {
      margin-bottom: 0;
      position: relative; }
  .dropdown--quickSearch #search_query {
    height: 3.75rem;
    padding: 12px 15px;
    color: #787878;
    font-size: 16px;
    font-weight: 400;
    border: none;
    background: none;
    border-bottom: 1px solid #787878;
    max-width: 100%; }
    .dropdown--quickSearch #search_query::-webkit-input-placeholder {
      color: #787878;
      opacity: 1; }
    .dropdown--quickSearch #search_query::-moz-placeholder {
      color: #787878;
      opacity: 1; }
    .dropdown--quickSearch #search_query:-ms-input-placeholder {
      color: #787878;
      opacity: 1; }
  .dropdown--quickSearch button {
    position: absolute;
    top: 10px;
    left: auto;
    right: 15px;
    padding: 0; }
    .dropdown--quickSearch button .icon {
      fill: #15453c;
      width: 21px;
      height: 22px; }
  .dropdown--quickSearch .search-form-title {
    font-size: 14px;
    font-weight: 500;
    color: #15453c;
    display: inline-block;
    margin-bottom: 25px; }
  .dropdown--quickSearch .header-search-wrap {
    margin-top: 0px;
    display: none; }
    @media (min-width: 1025px) {
      .dropdown--quickSearch .header-search-wrap {
        margin-top: 38px;
        margin-left: -15px;
        margin-right: -15px; } }
    .dropdown--quickSearch .header-search-wrap.show-result {
      display: block; }
      @media (max-width: 1024px) {
        .dropdown--quickSearch .header-search-wrap.show-result {
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -ms-flex-wrap: wrap;
          -webkit-flex-wrap: wrap;
          flex-wrap: wrap; } }
    .dropdown--quickSearch .header-search-wrap .header-search-column {
      width: 100%;
      float: left;
      position: relative; }
      @media (min-width: 1025px) {
        .dropdown--quickSearch .header-search-wrap .header-search-column {
          width: 50%;
          padding-left: 15px;
          padding-right: 15px; } }
      .dropdown--quickSearch .header-search-wrap .header-search-column .title-wrap {
        position: relative; }
      .dropdown--quickSearch .header-search-wrap .header-search-column .view-all {
        float: right;
        margin-top: 5px; }
    @media (max-width: 1024px) {
      .dropdown--quickSearch .header-search-wrap .search_product_block {
        order: 2; } }
    @media (max-width: 1024px) {
      .dropdown--quickSearch .header-search-wrap .header-search-trending {
        order: 1; } }
    .dropdown--quickSearch .header-search-wrap .header-search-trending .list-item {
      list-style: none;
      margin-left: 0; }
      .dropdown--quickSearch .header-search-wrap .header-search-trending .list-item li {
        display: inline-block;
        margin: 0 10px 10px 0; }
        .dropdown--quickSearch .header-search-wrap .header-search-trending .list-item li a {
          padding: 7px 12px;
          background: #f7f7f7;
          color: #464646;
          font-size: 12px;
          display: inline-block; }
          .dropdown--quickSearch .header-search-wrap .header-search-trending .list-item li a .icon {
            height: 1rem;
            width: 1rem;
            fill: #464646;
            stroke: #464646;
            margin-right: 2px; }
  .dropdown--quickSearch .productGrid {
    margin: 0;
    overflow-x: auto;
    white-space: nowrap; }
    @media (min-width: 1025px) {
      .dropdown--quickSearch .productGrid {
        margin: 0 -15px;
        scrollbar-color: #323232 #f5f5f5;
        scrollbar-width: thin !important;
        -webkit-overflow-scrolling: auto; }
        .dropdown--quickSearch .productGrid::-webkit-scrollbar {
          background-color: #f5f5f5;
          -webkit-appearance: none;
          height: 10px; }
        .dropdown--quickSearch .productGrid::-webkit-scrollbar-thumb {
          background-color: #323232; } }
    .dropdown--quickSearch .productGrid .product {
      margin-right: 20px;
      padding: 0;
      white-space: normal;
      width: 200px; }
      .dropdown--quickSearch .productGrid .product:last-child {
        margin-right: 0; }
      @media (min-width: 1025px) {
        .dropdown--quickSearch .productGrid .product {
          width: 33.33%;
          margin-right: 0;
          padding: 0 15px; } }
      .dropdown--quickSearch .productGrid .product .product-badge,
      .dropdown--quickSearch .productGrid .product .card-figcaption-top,
      .dropdown--quickSearch .productGrid .product .card-figcaption {
        display: none; }
      .dropdown--quickSearch .productGrid .product .card {
        margin-bottom: 22px;
        background: white; }
      @media (max-width: 1024px) {
        .dropdown--quickSearch .productGrid .product .card-figure {
          padding-bottom: 0; } }
      .dropdown--quickSearch .productGrid .product .card-figure .countDowntimer {
        display: none; }
      .dropdown--quickSearch .productGrid .product .card-body {
        text-align: left;
        padding-top: 13px; }
        .dropdown--quickSearch .productGrid .product .card-body .card-brand {
          display: none; }
        .dropdown--quickSearch .productGrid .product .card-body .card-title {
          padding-right: 0;
          font-size: 12px; }
          .dropdown--quickSearch .productGrid .product .card-body .card-title > a {
            display: -webkit-box;
            -webkit-box-orient: vertical;
            overflow: hidden;
            position: relative;
            white-space: normal;
            word-wrap: break-word; }
          .dropdown--quickSearch .productGrid .product .card-body .card-title .color-name {
            display: none; }
        .dropdown--quickSearch .productGrid .product .card-body .card-price {
          margin-bottom: 6px; }
        .dropdown--quickSearch .productGrid .product .card-body .price-section--saving {
          display: none !important; }
      .dropdown--quickSearch .productGrid .product .card_optionImage {
        margin-bottom: 14px;
        width: 100%; }
        .dropdown--quickSearch .productGrid .product .card_optionImage .form-label {
          display: none; }
    .dropdown--quickSearch .productGrid.show-brand .product .card-body .card-brand {
      display: block; }

.countPill {
  background-color: #7caa48;
  border-radius: 50%;
  color: white;
  font-size: 12px;
  font-weight: 400;
  height: 23px;
  line-height: 23px;
  text-align: center;
  width: 23px;
  position: absolute;
  top: -4px;
  right: -13px; }

.countPill--positive {
  display: inline-block; }

.countPill--alt {
  background-color: #cccccc;
  color: #333333; }

.navPage-childList {
  border-left: 1px solid #787878;
  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 {
      background: transparent;
      display: block;
      height: auto;
      padding: 0; } }
  .navPages-container.is-open {
    display: block;
    padding-top: 50px;
    z-index: 0; }

.navPages {
  background-color: white;
  height: 100%;
  overflow-y: auto;
  padding: 1.5rem; }
  @media (min-width: 1025px) {
    .navPages {
      margin: 0 auto;
      max-width: 100rem;
      width: 100%;
      background: none;
      font-size: 0;
      overflow-y: visible;
      padding: 0;
      text-align: left; }
      .navPages:before, .navPages:after {
        content: " ";
        display: table; }
      .navPages:after {
        clear: both; }
      .navPages:before, .navPages:after {
        content: " ";
        display: table; }
      .navPages:after {
        clear: both; }
      .navPages ul,
      .navPages ol {
        list-style: none;
        margin-left: 0;
        margin: 0;
        padding: 0; }
        .navPages ul ul,
        .navPages ul ol,
        .navPages ol ul,
        .navPages ol ol {
          list-style: none;
          margin-bottom: 0; }
        .navPages ul li,
        .navPages ol li {
          margin: 0;
          padding: 0; }
      .navPages-section {
        float: left; }
        .navPages-section:before, .navPages-section:after {
          content: " ";
          display: table; }
        .navPages-section:after {
          clear: both; }
      .navPages-section--alt {
        float: right;
        margin-left: 1.5rem; }
      .navPages-section + .navPages-section {
        margin-left: 1.5rem; } }
  @media (min-width: 1025px) and (min-width: 551px) {
    .navPages-item {
      float: left; } }
  @media (min-width: 1025px) {
      .navPages-item, .navPages-action {
        display: block; } }
  .navPages ul {
    list-style: none; }
  .navPages .navPage-subMenu-list {
    border-left: 0;
    list-style: none;
    margin-left: 0;
    padding-left: 0; }

.navPages-list {
  margin: 0; }
  @media (min-width: 1025px) {
    .navPages-list {
      display: inline-block;
      float: none;
      margin-top: 10px !important; } }
  .navPages-list + .navPages-list {
    margin-top: 0.75rem;
    padding-top: 0.75rem; }
  @media (min-width: 1025px) {
    .navPages-list .navPages-item {
      padding: 0 15px; } }
  .navPages-list .navPages-item > .navPages-action {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    padding: 7px 0 11px 0;
    color: #1e1e1e;
    margin-bottom: 0; }
    @media (min-width: 1025px) {
      .navPages-list .navPages-item > .navPages-action:after {
        content: "";
        position: absolute;
        bottom: -16px;
        left: 0;
        width: 100%;
        height: 19px;
        z-index: 2; }
      .navPages-list .navPages-item > .navPages-action:hover {
        color: #4d878f; } }
    .navPages-list .navPages-item > .navPages-action .text {
      color: inherit; }
  @media (min-width: 1025px) {
    .navPages-list .navPages-item:hover > .navPages-action.has-subMenu:before {
      border: inset 6px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent #787878 transparent;
      border-bottom-style: solid;
      bottom: -16px;
      left: 50%;
      position: absolute;
      transform: translateX(-50%); }
    .navPages-list .navPages-item:hover > .navPage-subMenu {
      display: block;
      margin-top: 16px; } }
  .navPages-list > .navPages-item {
    position: relative; }
    @media (min-width: 1025px) {
      .navPages-list > .navPages-item:last-child {
        padding-left: 35px; }
        .navPages-list > .navPages-item:last-child:before {
          content: '';
          position: absolute;
          left: 10px;
          top: 7px;
          height: 20px;
          width: 2px;
          background: #15453c; } }

.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-root.is-open .navPages-action-moreIcon {
    transform: rotate(0); } }

.navPages-action-depth-max.has-subMenu.is-open {
  border-bottom: 1px solid #787878;
  text-align: center; }
  @media (min-width: 1025px) {
    .navPages-action-depth-max.has-subMenu.is-open {
      text-align: left; } }
  .navPages-action-depth-max.has-subMenu.is-open .navPages-action-moreIcon {
    border: solid 1px #d6cdc0;
    border-radius: 4px;
    float: left;
    height: 35px;
    margin-top: -10px;
    padding: 11.7px;
    transform: rotate(90deg);
    width: 35px; }
    @media (min-width: 1025px) {
      .navPages-action-depth-max.has-subMenu.is-open .navPages-action-moreIcon {
        height: 0.66667rem;
        width: 0.66667rem;
        border: 0;
        border-radius: 0;
        float: none;
        margin-top: 0;
        padding: 0;
        transform: rotate(-90deg); } }
  .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 {
  color: #1e1e1e;
  display: block;
  font-size: 12px;
  text-decoration: none;
  position: relative; }
  .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  @media (min-width: 1025px) {
    .navPages-action {
      display: inline-block; }
      .navPages-action.is-open {
        background-color: white; }
        .navPages-action.is-open svg {
          fill: #4d878f;
          stroke: #4d878f; } }
  .navPages-action:hover, .navPages-action.activePage {
    color: #4d878f; }
    .navPages-action:hover svg, .navPages-action.activePage svg {
      fill: #4d878f;
      stroke: #4d878f; }
  .navPages-action svg {
    fill: #1e1e1e;
    stroke: #1e1e1e;
    transition: all 0.15s ease; }

.navPages-action--storeCredit {
  color: #787878; }

.navPages-action--compare {
  display: none; }
  .navPages-action--compare.show {
    display: block; }

.navPages-action-moreIcon {
  width: 8px;
  height: 10px;
  margin-left: 0.75rem; }
  @media (min-width: 1025px) {
    .navPages-action-moreIcon {
      transform: none;
      display: none; } }
  .has-subMenu.is-open .navPages-action-moreIcon,
  .collapsible-icon-wrapper.is-open .navPages-action-moreIcon {
    transform: rotate(0); }
  .navPages-list:not(.navPages-list-depth-max) .navPages-action-moreIcon {
    height: 0.91667rem;
    width: 0.91667rem;
    margin: 0 1.5rem; }
    @media (min-width: 1025px) {
      .navPages-list:not(.navPages-list-depth-max) .navPages-action-moreIcon {
        width: 8px;
        height: 10px;
        margin: 0 0 0 0.75rem; } }

.navPage-childList {
  display: none; }
  @media (min-width: 1025px) {
    .navPage-childList {
      border: 0;
      display: block; } }
  .navPage-childList.is-open {
    display: block; }
  .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList {
    margin-left: 3rem; }
    @media (min-width: 1025px) {
      .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList {
        margin-left: 0; } }

.navPage-subMenu {
  display: none;
  outline: 0;
  z-index: 3; }
  @media (min-width: 1025px) {
    .navPage-subMenu {
      background-color: white;
      position: absolute;
      text-align: left; }
      .navPage-subMenu .navPages-action-moreIcon {
        display: none; } }
  .navPage-subMenu.is-open {
    display: block; }
  .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu + .navPage-subMenu .navPage-subMenu-list {
    margin-right: 0; }
    @media (min-width: 1025px) {
      .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu + .navPage-subMenu .navPage-subMenu-list {
        margin-right: auto; } }

.has-subMenu.is-root + .navPage-subMenu-horizontal .navPage-subMenu-list li {
  position: relative; }
  @media (min-width: 1025px) {
    .has-subMenu.is-root + .navPage-subMenu-horizontal .navPage-subMenu-list li:hover > .navPage-subMenu {
      display: block; } }

@media (min-width: 1025px) {
  .navPages-list-depth-max .navPage-subMenu {
    border: 1px solid #787878;
    width: 17.5rem; }
    .navPages-list-depth-max .navPage-subMenu .navPage-subMenu {
      border: 1px solid rgba(120, 120, 120, 0.6); } }

@media (min-width: 1025px) {
  .navPages-list-depth-max .has-subMenu.is-root + .navPage-subMenu-horizontal {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%); } }

.navPages-list-depth-max .has-subMenu.is-root + .navPage-subMenu-horizontal .navPage-subMenu-list li {
  padding: 0 20px; }

.navPages-list-depth-max .has-subMenu.is-root + .navPage-subMenu-horizontal .navPage-subMenu-list .navPage-subMenu {
  top: -1px;
  left: 100%;
  margin-left: -10px; }

.navPages-list-depth-max .has-subMenu.is-root + .navPage-subMenu-horizontal .navPages-action {
  padding: 8px 0px 8px 0;
  color: #787878;
  position: relative;
  margin-bottom: 0; }
  .navPages-list-depth-max .has-subMenu.is-root + .navPage-subMenu-horizontal .navPages-action .text {
    color: inherit; }
  .navPages-list-depth-max .has-subMenu.is-root + .navPage-subMenu-horizontal .navPages-action.has-subMenu {
    padding: 8px 20px 8px 0; }
    .navPages-list-megamenu .navPages-list-depth-max .has-subMenu.is-root + .navPage-subMenu-horizontal .navPages-action.has-subMenu {
      padding: 0; }
  .navPages-list-depth-max .has-subMenu.is-root + .navPage-subMenu-horizontal .navPages-action:hover {
    color: #7caa48; }
    .navPages-list-depth-max .has-subMenu.is-root + .navPage-subMenu-horizontal .navPages-action:hover .navPages-action-moreIcon {
      color: #7caa48; }

.navPages-list-depth-max .navPage-subMenu-item-child > .navPage-subMenu-action {
  border-bottom: 1px solid rgba(120, 120, 120, 0.15); }

.navPages-list-depth-max .navPage-subMenu-item-child:last-child > .navPage-subMenu-action {
  border-bottom: none; }

@media (min-width: 1025px) {
  .navPage-subMenu-horizontal.is-open {
    border-left: 1px solid #787878;
    display: inherit;
    height: auto;
    margin-left: 17.5rem;
    padding: 0 !important;
    top: 0;
    width: 18.5rem; } }

.navPage-subMenu-horizontal .navPages-action-moreIcon {
  width: 10px;
  height: 10px;
  line-height: 10px;
  font-size: 11px;
  color: #787878;
  position: absolute;
  right: -2px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%); }
  @media (min-width: 1025px) {
    .navPage-subMenu-horizontal .navPages-action-moreIcon {
      display: inline-block; } }

@media (min-width: 1025px) {
  .navPage-subMenu-item {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 25%;
    float: left; }
    .navPage-subMenu-item .navPages-action {
      text-transform: none;
      width: 100%; }
    .navPage-subMenu-item > .navPage-subMenu-action {
      border-bottom: 1px solid rgba(120, 120, 120, 0.15);
      margin-bottom: 1.16667rem; } }

@media (min-width: 1025px) {
  .navPage-subMenu-title, .navPage-subMenu-all {
    display: none; } }

@media (min-width: 1025px) {
  .navPage-subMenu-item-parent {
    display: none; } }

.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 {
      width: 100%; } }

.navPage-subMenu-action .collapsible-icon-wrapper {
  height: 100%;
  width: 100%;
  box-sizing: content-box;
  padding: 0.75rem 0;
  display: inline-block;
  text-align: right; }
  @media (min-width: 1025px) {
    .navPage-subMenu-action .collapsible-icon-wrapper {
      display: none; } }

.navPage-childList-action {
  font-weight: 400;
  padding: 0 0 0.41667rem; }

.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-list-megamenu .navPages-item > .navPages-action {
  border-bottom: none; }

.navPages-list-megamenu .navPages-item.has-megamenu {
  position: static; }

.navPages-list-megamenu .navPages-item.has-dropdown {
  position: relative; }
  .navPages-list-megamenu .navPages-item.has-dropdown .navPages-action-depth-max + .navPage-subMenu {
    width: 17.5rem;
    top: inherit;
    left: 100%;
    margin-left: -10px;
    background: white; }
    @media (min-width: 1025px) {
      .navPages-list-megamenu .navPages-item.has-dropdown .navPages-action-depth-max + .navPage-subMenu {
        border: 1px solid #787878; } }
    .navPages-list-megamenu .navPages-item.has-dropdown .navPages-action-depth-max + .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item-child {
      padding: 0 20px; }
      .navPages-list-megamenu .navPages-item.has-dropdown .navPages-action-depth-max + .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item-child .navPages-action {
        padding: 8px 0px 8px 0;
        position: relative;
        color: #787878; }
        .navPages-list-megamenu .navPages-item.has-dropdown .navPages-action-depth-max + .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item-child .navPages-action .text {
          color: inherit; }
        .navPages-list-megamenu .navPages-item.has-dropdown .navPages-action-depth-max + .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item-child .navPages-action.has-subMenu {
          padding: 8px 20px 8px 0; }
        .navPages-list-megamenu .navPages-item.has-dropdown .navPages-action-depth-max + .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item-child .navPages-action:hover {
          color: #7caa48; }
          .navPages-list-megamenu .navPages-item.has-dropdown .navPages-action-depth-max + .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item-child .navPages-action:hover .navPages-action-moreIcon {
            color: #7caa48; }
      .navPages-list-megamenu .navPages-item.has-dropdown .navPages-action-depth-max + .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item-child > .navPage-subMenu-action {
        border-bottom: 1px solid rgba(120, 120, 120, 0.15);
        margin-bottom: 0; }
      .navPages-list-megamenu .navPages-item.has-dropdown .navPages-action-depth-max + .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item-child:last-child > .navPage-subMenu-action {
        border-bottom: none; }
      .navPages-list-megamenu .navPages-item.has-dropdown .navPages-action-depth-max + .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item-child:hover .navPage-subMenu-action {
        transform: none; }
        .navPages-list-megamenu .navPages-item.has-dropdown .navPages-action-depth-max + .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item-child:hover .navPage-subMenu-action .text {
          background-image: none; }
          .navPages-list-megamenu .navPages-item.has-dropdown .navPages-action-depth-max + .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item-child:hover .navPage-subMenu-action .text:before {
            display: none; }
    .navPages-list-megamenu .navPages-item.has-dropdown .navPages-action-depth-max + .navPage-subMenu .navPage-subMenu-list .navPage-subMenu {
      top: -1px;
      left: 100%;
      position: absolute; }
      @media (min-width: 1025px) {
        .navPages-list-megamenu .navPages-item.has-dropdown .navPages-action-depth-max + .navPage-subMenu .navPage-subMenu-list .navPage-subMenu {
          border: 1px solid rgba(120, 120, 120, 0.6); } }
  .navPages-list-megamenu .navPages-item.has-dropdown .navPages-action-depth-max.is-root + .navPage-subMenu {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%); }

@media (min-width: 1025px) {
  .navPages-list-megamenu .has-megamenu > .navPage-subMenu {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 70vh;
    width: 100%;
    transition-property: transform, opacity, visibility;
    position: absolute;
    left: 0;
    top: auto;
    display: none; }
    .navPages-list-megamenu .has-megamenu > .navPage-subMenu::-webkit-scrollbar {
      width: 8px; }
    .navPages-list-megamenu .has-megamenu > .navPage-subMenu::-webkit-scrollbar-track {
      background: #fafafa; }
    .navPages-list-megamenu .has-megamenu > .navPage-subMenu::-webkit-scrollbar-thumb {
      background: #999999; }
    .navPages-list-megamenu .has-megamenu > .navPage-subMenu::-webkit-scrollbar-thumb:hover {
      background: #e5e5e5; } }

@media (min-width: 1025px) {
  .navPages-list-megamenu .has-megamenu:hover > .navPage-subMenu {
    display: flex; }
  .navPages-list-megamenu .has-megamenu .centerArea > .navPage-subMenu-list {
    padding: 0 15px; }
  .navPages-list-megamenu .has-megamenu .cateArea > .navPage-subMenu-list:not(.navPage-subMenu-links) {
    padding: 0 15px; } }

.navPages-list-megamenu .has-megamenu .navPage-subMenu-list .navPage-subMenu-item-child > .navPage-subMenu {
  opacity: 1;
  visibility: visible;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  transform: unset;
  width: 100%;
  margin: 0;
  box-shadow: unset;
  background-color: transparent;
  display: inline-block; }

.navPages-list-megamenu .has-megamenu .navPage-subMenu-list .navPage-subMenu-item-child .navPage-subMenu-action {
  transition: transform ease .3s;
  display: block;
  line-height: 22px;
  color: #787878; }
  .navPages-list-megamenu .has-megamenu .navPage-subMenu-list .navPage-subMenu-item-child .navPage-subMenu-action .navPages-action-moreIcon {
    display: none; }

.navPages-list-megamenu .has-megamenu .navPage-subMenu-list:not(.navPage-subMenu-links) {
  margin: 0;
  float: none;
  font-size: 0;
  list-style: none; }
  .navPages-list-megamenu .has-megamenu .navPage-subMenu-list:not(.navPage-subMenu-links) > li {
    width: 100%;
    overflow: hidden;
    background-color: transparent; }
    .navPages-list-megamenu .has-megamenu .navPage-subMenu-list:not(.navPage-subMenu-links) > li .navPage-subMenu-list {
      padding: 0; }
    .navPages-list-megamenu .has-megamenu .navPage-subMenu-list:not(.navPage-subMenu-links) > li > .navPage-subMenu-action {
      padding: 4px 15px; }
      .navPages-list-megamenu .has-megamenu .navPage-subMenu-list:not(.navPage-subMenu-links) > li > .navPage-subMenu-action .text {
        position: relative;
        color: inherit; }

.navPages-list-megamenu .has-megamenu .navPage-subMenu-links {
  width: 100%; }
  @media (min-width: 1025px) {
    .navPages-list-megamenu .has-megamenu .navPage-subMenu-links {
      width: 25%;
      padding: 25px 15px 40px 15px;
      background-color: #fafafa; } }
  .navPages-list-megamenu .has-megamenu .navPage-subMenu-links > .navPage-subMenu-item-child:hover > .navPage-subMenu-action {
    color: #15453c; }
  .navPages-list-megamenu .has-megamenu .navPage-subMenu-links .navPage-subMenu-action {
    padding-top: 4px;
    padding-bottom: 3px; }

@media (min-width: 1025px) {
  .navPages-list-megamenu .has-megamenu .megamenu-product-list {
    padding: 29px 0 0 0; } }

.navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-title {
  font-size: 14px;
  line-height: 22px;
  padding: 0 0 14px 0;
  color: #15453c; }

.navPages-list-megamenu .has-megamenu .megamenu-product-list .title-wrapper {
  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-bottom: 14px; }
  .navPages-list-megamenu .has-megamenu .megamenu-product-list .title-wrapper .megamenu-title {
    padding-bottom: 0; }
    .navPages-list-megamenu .has-megamenu .megamenu-product-list .title-wrapper .megamenu-title.has-view-all {
      padding-right: 15px; }
  .navPages-list-megamenu .has-megamenu .megamenu-product-list .title-wrapper .view-all {
    font-size: 12px;
    max-width: 50%;
    position: relative;
    top: auto;
    right: auto;
    margin-bottom: 8px; }

.navPages-list-megamenu .has-megamenu .megamenu-product-list .card .card-title {
  font-size: 12px;
  color: #15453c; }

.navPages-list-megamenu .has-megamenu .megamenu-product-list .card .card-price {
  margin-bottom: 0px; }

.navPages-list-megamenu .has-megamenu .megamenu-product-list .card .card_optionImage {
  display: block; }
  .navPages-list-megamenu .has-megamenu .megamenu-product-list .card .card_optionImage .form-field {
    margin-top: 11px;
    margin-bottom: 9px; }

.navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider2 .item {
  margin-top: 0 !important; }

.navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider2 .card-img-container {
  max-width: 120px; }
  .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider2 .card-img-container img {
    object-fit: contain; }

.navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider2 .card-action {
  background: transparent !important;
  border: 0;
  padding: 0 0 0 17px;
  font-size: 10px;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
  color: #15453c;
  width: 100%;
  text-align: center;
  transition: unset; }
  .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider2 .card-action span {
    position: relative; }
    .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider2 .card-action span:before, .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider2 .card-action span:after {
      content: "";
      position: absolute;
      display: block;
      line-height: 22px;
      background-color: white; }
    .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider2 .card-action span:before {
      top: 9px;
      right: calc(100% + 7px);
      width: 10px;
      height: 1px; }
    .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider2 .card-action span:after {
      top: 50%;
      right: calc(100% + 12px);
      width: 1px;
      height: 10px;
      transform: translateY(-50%); }

.navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider2 .slick-arrow {
  fill: #1e1e1e;
  top: 50px;
  width: 14px;
  height: 23px;
  transform: none; }
  .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider2 .slick-arrow:before {
    width: 20px;
    height: 23px; }
  .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider2 .slick-arrow.slick-prev {
    left: 0; }
    .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider2 .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='%231e1e1e' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
  .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider2 .slick-arrow.slick-next {
    right: 0; }
    .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider2 .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='%231e1e1e' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }

.navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-brands {
  font-size: 0; }
  @media (max-width: 1024px) {
    .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-brands {
      margin-left: -7px;
      margin-right: -7px; } }
  .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-brands .image {
    margin-bottom: 15px;
    display: inline-block; }
    @media (max-width: 1024px) {
      .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-brands .image {
        width: 50%;
        padding-left: 7px;
        padding-right: 7px; } }

.navPages-list-megamenu .has-megamenu .megamenu-custom-list {
  display: block;
  width: 100%;
  background-color: white;
  color: #7caa48;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  padding: 11px 20px 10px 20px; }
  @media (min-width: 1025px) {
    .navPages-list-megamenu .has-megamenu .megamenu-custom-list {
      padding: 11px 0 10px 0; } }

.navPages-list-megamenu .has-megamenu .card {
  background: white; }
  .navPages-list-megamenu .has-megamenu .card .card-figure {
    background: white; }

.navPages-list-megamenu .cateArea {
  display: flex;
  align-items: stretch;
  justify-content: flex-start; }
  @media (max-width: 1024px) {
    .navPages-list-megamenu .cateArea {
      flex-direction: column-reverse; } }
  @media (min-width: 1025px) {
    .navPages-list-megamenu .cateArea > .navPage-subMenu-list > .navPage-subMenu-item-child {
      padding-bottom: 23px !important; } }
  .navPages-list-megamenu .cateArea > .navPage-subMenu-list:not(.navPage-subMenu-links) {
    width: 100%; }
    @media (min-width: 1025px) {
      .navPages-list-megamenu .cateArea > .navPage-subMenu-list:not(.navPage-subMenu-links) {
        width: 75%;
        padding-top: 25px !important;
        padding-bottom: 40px !important; } }
  @media (min-width: 1025px) {
    .navPages-list-megamenu .cateArea.columns-3 > .navPage-subMenu-list:not(.navPage-subMenu-links) {
      display: flex;
      align-items: flex-start;
      justify-content: flex-start;
      flex-wrap: wrap; }
      .navPages-list-megamenu .cateArea.columns-3 > .navPage-subMenu-list:not(.navPage-subMenu-links) > li {
        flex: 0 0 33.333333%; }
    .navPages-list-megamenu .cateArea.columns-4 > .navPage-subMenu-list:not(.navPage-subMenu-links) {
      display: flex;
      align-items: flex-start;
      justify-content: flex-start;
      flex-wrap: wrap; }
      .navPages-list-megamenu .cateArea.columns-4 > .navPage-subMenu-list:not(.navPage-subMenu-links) > li {
        flex: 0 0 25%; }
    .navPages-list-megamenu .cateArea.columns-5 > .navPage-subMenu-list:not(.navPage-subMenu-links) {
      display: flex;
      align-items: flex-start;
      justify-content: flex-start;
      flex-wrap: wrap; }
      .navPages-list-megamenu .cateArea.columns-5 > .navPage-subMenu-list:not(.navPage-subMenu-links) > li {
        flex: 0 0 20%; } }
  .navPages-list-megamenu .cateArea > .navPage-subMenu-list > .navPage-subMenu-item-child > .navPage-subMenu-action {
    font-weight: 600;
    color: #15453c;
    padding-left: 15px;
    margin-bottom: 4px;
    transform: unset !important;
    font-size: 14px; }
    .navPages-list-megamenu .cateArea > .navPage-subMenu-list > .navPage-subMenu-item-child > .navPage-subMenu-action > .text:before {
      display: none !important; }
  .navPages-list-megamenu .cateArea > .navPage-subMenu-list > .navPage-subMenu-item-child:hover > .navPage-subMenu-action {
    color: #15453c; }
    .navPages-list-megamenu .cateArea > .navPage-subMenu-list > .navPage-subMenu-item-child:hover > .navPage-subMenu-action:hover {
      color: #7caa48; }
    .navPages-list-megamenu .cateArea > .navPage-subMenu-list > .navPage-subMenu-item-child:hover > .navPage-subMenu-action > .text {
      background-image: none; }

.navPages-list-megamenu .imageArea {
  padding: 20px 20px 0 20px; }
  @media (min-width: 1025px) {
    .navPages-list-megamenu .imageArea {
      display: flex;
      align-items: stretch;
      justify-content: flex-start;
      padding: 0 0 40px 15px; } }
  .navPages-list-megamenu .imageArea .image {
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center; }
  .navPages-list-megamenu .imageArea img.lazyload, .navPages-list-megamenu .imageArea img.lazyloading {
    width: 60px;
    height: 60px;
    margin: auto;
    object-fit: contain; }

.navPages-list-megamenu .style-1 .megamenu-left-item {
  width: 100%; }
  @media (min-width: 1025px) {
    .navPages-list-megamenu .style-1 .megamenu-left-item {
      width: 263px;
      padding-right: 3px; } }
  @media (min-width: 1281px) {
    .navPages-list-megamenu .style-1 .megamenu-left-item {
      padding-right: 0; } }
  @media (min-width: 1025px) {
    .navPages-list-megamenu .style-1 .megamenu-left-item .megamenu-slider {
      padding-bottom: 20px; } }
  .navPages-list-megamenu .style-1 .megamenu-left-item .megamenu-slider .slick-dots {
    bottom: 20px; }
    @media (min-width: 1025px) {
      .navPages-list-megamenu .style-1 .megamenu-left-item .megamenu-slider .slick-dots {
        bottom: -20px; } }
    @media (max-width: 1024px) {
      .navPages-list-megamenu .style-1 .megamenu-left-item .megamenu-slider .slick-dots {
        margin-bottom: 10px; }
        .navPages-list-megamenu .style-1 .megamenu-left-item .megamenu-slider .slick-dots li {
          margin-top: 0; } }

@media (min-width: 1025px) {
  .navPages-list-megamenu .style-1 .megamenu-right-item {
    width: calc(100% - 263px);
    padding-left: 15px;
    padding-right: 30px;
    padding-top: 38px; } }

@media (min-width: 1281px) {
  .navPages-list-megamenu .style-1 .megamenu-right-item {
    padding-left: 30px; } }

.navPages-list-megamenu .style-1 .megamenu-right-item .image {
  display: block; }
  .navPages-list-megamenu .style-1 .megamenu-right-item .image img {
    width: 100%; }

.navPages-list-megamenu .style-1 .megamenu-right-item .text-wrapper {
  font-size: 12px;
  margin-top: 14px; }
  @media (min-width: 1025px) {
    .navPages-list-megamenu .style-1 .megamenu-right-item .text-wrapper {
      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: space-between;
      -webkit-justify-content: space-between;
      justify-content: space-between; } }
  .navPages-list-megamenu .style-1 .megamenu-right-item .text-wrapper .text {
    color: #15453c;
    display: inline-block;
    width: 100%;
    margin-top: 2px;
    margin-bottom: 12px; }
    @media (min-width: 1025px) {
      .navPages-list-megamenu .style-1 .megamenu-right-item .text-wrapper .text {
        max-width: 265px;
        padding-right: 15px; } }
  .navPages-list-megamenu .style-1 .megamenu-right-item .text-wrapper .link {
    color: #7caa48;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    white-space: nowrap;
    background-image: linear-gradient(transparent 96%, rgba(124, 170, 72, 0.7) 4%);
    background-repeat: repeat-x;
    background-position-y: -2px; }

@media (min-width: 1025px) {
  .navPages-list-megamenu .style-2 .megamenu-left-item {
    width: 170px; } }

.navPages-list-megamenu .style-2 .megamenu-right-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-left: -7px;
  margin-right: -7px; }
  @media (min-width: 1025px) {
    .navPages-list-megamenu .style-2 .megamenu-right-item {
      margin-left: 0;
      margin-right: 0;
      width: calc(100% - 170px);
      padding-top: 38px;
      padding-right: 30px;
      padding-left: 10px; } }
  @media (min-width: 1281px) {
    .navPages-list-megamenu .style-2 .megamenu-right-item {
      padding-left: 0; } }
  .navPages-list-megamenu .style-2 .megamenu-right-item .item {
    width: 50%;
    padding: 0 7px 0 7px; }
    @media (min-width: 1281px) {
      .navPages-list-megamenu .style-2 .megamenu-right-item .item {
        padding: 0 0 0 30px; } }

.navPages-list-megamenu .style-3:hover > .navPage-subMenu {
  display: block; }

.navPages-list-megamenu .style-3 .cateArea {
  display: block; }
  @media (min-width: 1025px) {
    .navPages-list-megamenu .style-3 .cateArea > .navPage-subMenu-list {
      margin-right: -15px !important;
      padding-bottom: 18px !important; } }
  .navPages-list-megamenu .style-3 .cateArea > .navPage-subMenu-list:not(.navPage-subMenu-links) {
    display: block;
    font-size: 0;
    letter-spacing: 0;
    width: auto; }
    @media (min-width: 1025px) {
      .navPages-list-megamenu .style-3 .cateArea > .navPage-subMenu-list:not(.navPage-subMenu-links) {
        margin-left: -15px;
        margin-right: -15px; } }
    .navPages-list-megamenu .style-3 .cateArea > .navPage-subMenu-list:not(.navPage-subMenu-links) > li {
      display: inline-block;
      vertical-align: top; }
      @media (min-width: 1025px) {
        .navPages-list-megamenu .style-3 .cateArea > .navPage-subMenu-list:not(.navPage-subMenu-links) > li {
          padding-left: 15px !important;
          padding-right: 15px !important; } }
      .navPages-list-megamenu .style-3 .cateArea > .navPage-subMenu-list:not(.navPage-subMenu-links) > li.navPage-subMenu-title {
        display: none; }
      .navPages-list-megamenu .style-3 .cateArea > .navPage-subMenu-list:not(.navPage-subMenu-links) > li.navPage-subMenu-all {
        display: none; }
    .navPages-list-megamenu .style-3 .cateArea > .navPage-subMenu-list:not(.navPage-subMenu-links) .navPage-subMenu-action {
      padding-left: 0; }
    .navPages-list-megamenu .style-3 .cateArea > .navPage-subMenu-list:not(.navPage-subMenu-links) .navPage-subMenu-item-child {
      padding-left: 0;
      padding-right: 0; }
      .navPages-list-megamenu .style-3 .cateArea > .navPage-subMenu-list:not(.navPage-subMenu-links) .navPage-subMenu-item-child.is-open {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; }
        .navPages-list-megamenu .style-3 .cateArea > .navPage-subMenu-list:not(.navPage-subMenu-links) .navPage-subMenu-item-child.is-open .image {
          display: block; }
  @media (min-width: 1025px) {
    .navPages-list-megamenu .style-3 .cateArea.columns-3 > .navPage-subMenu-list > li {
      width: 33.333333%; }
    .navPages-list-megamenu .style-3 .cateArea.columns-4 > .navPage-subMenu-list > li {
      width: 25%; }
    .navPages-list-megamenu .style-3 .cateArea.columns-5 > .navPage-subMenu-list > li {
      width: 20%; } }

.navPages-list-megamenu .style-3 .image {
  display: none;
  overflow: hidden;
  position: relative;
  text-align: center;
  margin: 15px 0 15px 0; }
  @media (min-width: 1025px) {
    .navPages-list-megamenu .style-3 .image {
      margin: 12px 0 14px 0;
      display: block; } }
  .navPages-list-megamenu .style-3 .image img.lazyload, .navPages-list-megamenu .style-3 .image img.lazyloading {
    width: 60px;
    height: 60px;
    margin: auto;
    object-fit: contain; }

@media (max-width: 1024px) {
  .navPages-list-megamenu .style-4 > .navPage-subMenu {
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    .navPages-list-megamenu .style-4 > .navPage-subMenu .leftArea {
      order: 2; }
    .navPages-list-megamenu .style-4 > .navPage-subMenu .centerArea {
      order: 1; }
    .navPages-list-megamenu .style-4 > .navPage-subMenu .rightArea {
      order: 3; } }

.navPages-list-megamenu .style-4 .itemArea .image {
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center; }
  .navPages-list-megamenu .style-4 .itemArea .image img {
    text-align: center; }
    .navPages-list-megamenu .style-4 .itemArea .image img.lazyload, .navPages-list-megamenu .style-4 .itemArea .image img.lazyloading {
      width: auto;
      height: auto;
      margin: auto;
      object-fit: contain; }

.navPages-list-megamenu .style-4 .leftArea {
  width: 100%; }
  @media (min-width: 1025px) {
    .navPages-list-megamenu .style-4 .leftArea {
      width: 31%; } }

.navPages-list-megamenu .style-4 .centerArea {
  width: 100%; }
  @media (min-width: 1025px) {
    .navPages-list-megamenu .style-4 .centerArea {
      width: 34%; }
      .navPages-list-megamenu .style-4 .centerArea.columns-3 > .navPage-subMenu-list:not(.navPage-subMenu-links) {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-wrap: wrap; }
        .navPages-list-megamenu .style-4 .centerArea.columns-3 > .navPage-subMenu-list:not(.navPage-subMenu-links) > li {
          flex: 0 0 33.333333%;
          padding-bottom: 22px; }
      .navPages-list-megamenu .style-4 .centerArea.columns-4 > .navPage-subMenu-list:not(.navPage-subMenu-links) {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-wrap: wrap; }
        .navPages-list-megamenu .style-4 .centerArea.columns-4 > .navPage-subMenu-list:not(.navPage-subMenu-links) > li {
          flex: 0 0 25%;
          padding-bottom: 22px; }
      .navPages-list-megamenu .style-4 .centerArea.columns-5 > .navPage-subMenu-list:not(.navPage-subMenu-links) {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-wrap: wrap; }
        .navPages-list-megamenu .style-4 .centerArea.columns-5 > .navPage-subMenu-list:not(.navPage-subMenu-links) > li {
          flex: 0 0 20%;
          padding-bottom: 22px; } }
  @media (min-width: 1025px) {
    .navPages-list-megamenu .style-4 .centerArea > .navPage-subMenu-list {
      padding-top: 25px !important;
      padding-bottom: 40px !important; } }
  .navPages-list-megamenu .style-4 .centerArea > .navPage-subMenu-list > .navPage-subMenu-item-child > .navPage-subMenu-action {
    font-weight: 600;
    color: #15453c;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 4px;
    transform: unset !important;
    font-size: 14px; }
    .navPages-list-megamenu .style-4 .centerArea > .navPage-subMenu-list > .navPage-subMenu-item-child > .navPage-subMenu-action > .text {
      background-image: unset; }
      .navPages-list-megamenu .style-4 .centerArea > .navPage-subMenu-list > .navPage-subMenu-item-child > .navPage-subMenu-action > .text:before {
        display: none !important; }
    .navPages-list-megamenu .style-4 .centerArea > .navPage-subMenu-list > .navPage-subMenu-item-child > .navPage-subMenu-action:hover {
      color: #7caa48; }

.navPages-list-megamenu .style-4 .rightArea {
  width: 100%;
  padding: 20px 20px 0 20px; }
  @media (min-width: 1025px) {
    .navPages-list-megamenu .style-4 .rightArea {
      display: flex;
      align-items: stretch;
      justify-content: flex-start;
      padding: 0 0 0 15px;
      width: 35%; } }
  .navPages-list-megamenu .style-4 .rightArea .megamenu-left-item {
    width: 100%; }
    @media (min-width: 1025px) {
      .navPages-list-megamenu .style-4 .rightArea .megamenu-left-item {
        width: 195px; } }
  .navPages-list-megamenu .style-4 .rightArea .megamenu-right-item {
    width: 100%; }
    @media (min-width: 1025px) {
      .navPages-list-megamenu .style-4 .rightArea .megamenu-right-item {
        width: calc(100% - 195px);
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 38px; } }
  .navPages-list-megamenu .style-4 .rightArea .item {
    display: block;
    width: 100%; }
    .navPages-list-megamenu .style-4 .rightArea .item + .item {
      margin-top: 15px; }
    .navPages-list-megamenu .style-4 .rightArea .item .card {
      margin-bottom: 40px; }
      .navPages-list-megamenu .style-4 .rightArea .item .card .card-body {
        padding-top: 11px; }
      .navPages-list-megamenu .style-4 .rightArea .item .card .card-rating {
        display: block;
        margin-left: 0;
        margin-top: 5px;
        margin-bottom: 10px;
        display: inline-block;
        width: 100%; }

.navPages-list-megamenu .navPages-label {
  display: inline-block;
  line-height: 1;
  font-size: 10px;
  font-weight: 500;
  border-radius: 3px;
  text-align: center;
  text-transform: capitalize;
  margin: 0 0 0 15px;
  padding: 0px 7px;
  line-height: 17px;
  height: 17px; }
  .navPages-list-megamenu .navPages-label.sale-label {
    color: white;
    background-color: #881504; }
  .navPages-list-megamenu .navPages-label.new-label {
    color: white;
    background-color: #7caa48; }
  .navPages-list-megamenu .navPages-label.hot-label {
    color: white;
    background-color: #c7bd2e; }

@media (min-width: 1025px) {
  .navPages-list-megamenu .has-megamenu:hover > .navPage-subMenu {
    border-top: 1px solid #787878; }
  .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-brands .image {
    width: 100%; }
    .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-brands .image:before, .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-brands .image:after {
      border-color: #dadada; }
  .navPages-list-megamenu .navPage-subMenu-list .navPage-subMenu-item-child:hover > .navPage-subMenu-action {
    transform: translateX(15px);
    color: #7caa48; }
    .navPages-list-megamenu .navPage-subMenu-list .navPage-subMenu-item-child:hover > .navPage-subMenu-action .text {
      background-image: linear-gradient(transparent 96%, rgba(124, 170, 72, 0.7) 4%);
      background-repeat: repeat-x;
      background-position-y: 0px; }
      .navPages-list-megamenu .navPage-subMenu-list .navPage-subMenu-item-child:hover > .navPage-subMenu-action .text:before {
        content: '>';
        display: block;
        position: absolute;
        left: -15px;
        top: 50%;
        font-size: 16px;
        line-height: inherit;
        transform: translateY(-50%);
        font-weight: 400;
        color: #7caa48; }
  .navPages-list-megamenu .imageArea .animate-hvr:hover:after {
    height: 100%; }
  .navPages-list-megamenu .style-3 .navPage-subMenu-item-child:hover .image + .navPage-subMenu {
    pointer-events: auto; }
  .navPages-list-megamenu .style-3 .animate-hvr:hover:after {
    height: 100%; }
  .navPages-list-megamenu .style-4 .itemArea .animate-hvr:hover:after {
    height: 100%; }
  .navPages-list-megamenu .navPages-label {
    position: absolute;
    right: -10px;
    top: -8px;
    margin: 0; } }

@media (min-width: 1920px) {
  .navPages-list-megamenu .has-megamenu .navPage-subMenu-links {
    width: 35%;
    padding-left: calc((100vw - 1620px)/ 2); }
  .navPages-list-megamenu .cateArea > .navPage-subMenu-list:not(.navPage-subMenu-links) {
    width: 65%; }
  .navPages-list-megamenu .style-1 .megamenu-right-item {
    padding-left: 35px;
    padding-right: calc((100vw - 1590px)/ 2); }
  .navPages-list-megamenu .style-2 .megamenu-right-item {
    padding-right: calc((100vw - 1590px)/ 2); }
  .navPages-list-megamenu .style-4 .leftArea {
    width: calc(65% - 625px); }
  .navPages-list-megamenu .style-4 .centerArea {
    width: 625px; }
    .navPages-list-megamenu .style-4 .centerArea > .navPage-subMenu-list {
      padding-left: 40px !important; }
  .navPages-list-megamenu .style-4 .rightArea .megamenu-right-item {
    padding-left: 25px;
    padding-right: calc((100vw - 1605px)/ 2); } }

#menuMobile .navPages {
  padding: 0; }

#menuMobile .is-hidden {
  display: none !important; }

#menuMobile .cateArea {
  position: relative;
  max-width: 100% !important; }
  #menuMobile .cateArea > .navPage-subMenu-list > .navPage-subMenu-item-child .navPage-subMenu-action {
    color: #787878;
    font-weight: 400;
    font-size: 12px;
    text-transform: capitalize; }
  #menuMobile .cateArea > .navPage-subMenu-list > .navPage-subMenu-item-child > .navPages-action {
    color: #15453c;
    font-weight: 600;
    font-size: 14px;
    text-transform: capitalize; }

#menuMobile .imageArea {
  max-width: 100% !important; }
  #menuMobile .imageArea .featuredProductCarousel .slick-track {
    min-width: 100%; }

#menuMobile .navPages-list {
  position: relative;
  overflow: hidden; }
  #menuMobile .navPages-list + .navPages-list {
    margin-top: 30px;
    margin-bottom: 20px; }
  #menuMobile .navPages-list > .navPages-item > .navPages-action > .text {
    font-weight: 700; }
  #menuMobile .navPages-list.navPages-list--user > .navPages-item > .navPages-action .text {
    font-weight: 400; }
    #menuMobile .navPages-list.navPages-list--user > .navPages-item > .navPages-action .text .icon, #menuMobile .navPages-list.navPages-list--user > .navPages-item > .navPages-action .text img {
      margin-right: 10px;
      display: inline-block;
      vertical-align: middle; }
    #menuMobile .navPages-list.navPages-list--user > .navPages-item > .navPages-action .text .icon {
      fill: #787878;
      stroke: #787878;
      width: 16px;
      height: 16px; }
      #menuMobile .navPages-list.navPages-list--user > .navPages-item > .navPages-action .text .icon.icon-telephone {
        width: 15px;
        height: 15px; }
      #menuMobile .navPages-list.navPages-list--user > .navPages-item > .navPages-action .text .icon.icon-location {
        width: 17px;
        height: 17px; }
    #menuMobile .navPages-list.navPages-list--user > .navPages-item > .navPages-action .text img {
      position: relative;
      top: -1px; }
  #menuMobile .navPages-list.navPages-list--user > .navPages-item .navPage-subMenu {
    display: none; }
  #menuMobile .navPages-list.navPages-list--user > .navPages-item.is-open .navPage-subMenu {
    display: inline-block; }

#menuMobile .navPages-action {
  margin: 0;
  padding: 0;
  cursor: pointer;
  display: inline-block;
  width: 100%;
  text-transform: uppercase;
  background-color: transparent;
  color: #15453c;
  text-align: left;
  border-bottom: none;
  padding: 14px 20px;
  line-height: 17px;
  font-size: 14px;
  font-weight: 500;
  border-top: none; }
  #menuMobile .navPages-action:not(.navPages-action-end) .text {
    pointer-events: none; }

#menuMobile .navPages-item {
  width: 100%;
  margin-right: 0;
  position: relative;
  vertical-align: top;
  display: inline-block;
  border-bottom: 1px solid #ebebeb; }
  #menuMobile .navPages-item .container {
    padding: 0; }
  #menuMobile .navPages-item.hide {
    display: none; }
  #menuMobile .navPages-item > .navPages-action {
    font-size: 14px;
    font-weight: 500;
    color: #15453c;
    text-align: left; }
    #menuMobile .navPages-item > .navPages-action .text {
      color: inherit; }
  #menuMobile .navPages-item.is-open {
    border-bottom: none; }
    #menuMobile .navPages-item.is-open > .navPages-action {
      display: none !important; }
    #menuMobile .navPages-item.is-open .navPages-label-wrap {
      display: none; }
    #menuMobile .navPages-item.is-open > .navPage-subMenu {
      position: relative;
      right: 0;
      transition: all 0.3s ease; }
  #menuMobile .navPages-item > .navPage-subMenu > .navPage-subMenu-list li {
    padding: 0; }
  #menuMobile .navPages-item > .navPage-subMenu > .navPage-subMenu-list > .navPage-subMenu-item-child .navPages-action {
    font-size: 12px;
    color: #787878;
    font-weight: 400; }
  #menuMobile .navPages-item > .navPage-subMenu > .navPage-subMenu-list > .navPage-subMenu-item-child > .navPages-action {
    color: #15453c;
    font-weight: 500;
    font-family: "Signika", Arial, Helvetica, sans-serif;
    font-size: 12px; }
    #menuMobile .navPages-item > .navPage-subMenu > .navPage-subMenu-list > .navPage-subMenu-item-child > .navPages-action .text {
      color: inherit; }
      #menuMobile .navPages-item > .navPage-subMenu > .navPage-subMenu-list > .navPage-subMenu-item-child > .navPages-action .text img {
        margin-top: -3px;
        margin-right: 5px; }
  #menuMobile .navPages-item > .navPage-subMenu > .navPage-subMenu-list .navPage-subMenu-item-parent {
    border-bottom: 1px solid #ebebeb; }

#menuMobile .navPages-action-moreIcon {
  width: 10px;
  height: 16px;
  right: auto;
  float: right;
  line-height: 16px;
  text-align: center;
  display: inline-block;
  position: relative;
  transform: none;
  pointer-events: none;
  color: #15453c;
  margin-right: 0px;
  text-decoration: none;
  border: none; }
  #menuMobile .navPages-action-moreIcon .icon {
    font-weight: 200;
    font-size: 15px;
    width: 10px;
    height: 15px;
    margin-top: -2px; }
  #menuMobile .navPages-action-moreIcon .text {
    font-size: 12px;
    font-weight: 500; }

#menuMobile .navPage-megamenu {
  border-bottom: 1px solid #ebebeb; }
  #menuMobile .navPage-megamenu a {
    padding: 17px 20px;
    color: inherit;
    display: inline-block;
    width: 100%;
    line-height: 17px;
    font-family: "Signika", sans-serif;
    font-weight: 500;
    font-size: 14px; }

#menuMobile .navPage-subMenu-item-brand .navPage-subMenu-list li a {
  padding: 17px 20px; }

#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;
  display: inline-block; }
  #menuMobile .navPage-subMenu .navPage-subMenu-action {
    display: block; }
  #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-item-child.is-open .navPage-megamenu {
      display: none; }

#menuMobile .navPage-subMenu-title {
  display: block;
  text-align: center;
  width: 100%;
  border-bottom: 1px solid #ebebeb;
  text-align: right; }
  #menuMobile .navPage-subMenu-title .navPages-action {
    background-color: #f8f8f8;
    font-family: "Signika", Arial, Helvetica, sans-serif;
    font-size: 14px !important;
    font-weight: 600 !important;
    display: block;
    text-align: right;
    color: #15453c;
    padding: 14px 20px 14px 80px; }
    #menuMobile .navPage-subMenu-title .navPages-action > .text {
      color: #15453c; }
  #menuMobile .navPage-subMenu-title .navPages-action-moreIcon {
    position: absolute;
    left: 0;
    top: 50%;
    margin-right: 0;
    float: none;
    margin-top: -8px;
    width: auto;
    min-width: 40px; }
    #menuMobile .navPage-subMenu-title .navPages-action-moreIcon .icon {
      -moz-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
      -webkit-transform: rotate(-180deg);
      transform: rotate(-180deg);
      margin-right: 5px; }
    #menuMobile .navPage-subMenu-title .navPages-action-moreIcon .text {
      text-transform: none;
      font-size: 14px;
      font-weight: 600; }

#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: uppercase;
    padding-top: 10px;
    padding-bottom: 10px; }
  #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;
    font-size: 0; }

#menuMobile #navPages-currency .navPages-action-moreIcon svg {
  margin-left: 15px; }

#menuMobile.navPages-item-page {
  position: relative; }

.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: 1rem;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 6px 10px 5px 10px;
  background: #f7f7f7;
  border-bottom: 1px solid transparent; }
  .tag a {
    color: #464646;
    display: inline-block;
    text-decoration: none; }
  .tag:hover {
    background: transparent;
    border-bottom: 1px solid #15453c; }
    .tag:hover a {
      color: #15453c; }
  .tag.active {
    background: transparent;
    border-bottom: 1px solid #15453c; }
    .tag.active a {
      color: #15453c; }

.socialLinks {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0;
  font-size: 0; }
  .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.5rem;
    width: 1.5rem;
    margin: 0;
    text-decoration: none; }
    .socialLinks .icon:hover svg {
      fill: black; }
    .socialLinks .icon svg {
      fill: #1e1e1e;
      transition: all 0.15s ease; }
    .socialLinks .icon.icon--twitter {
      width: 22px; }
      .socialLinks .icon.icon--twitter svg {
        width: 23px; }
    .socialLinks .icon.icon--pinterest svg {
      width: 20px; }
    .socialLinks .icon.icon--tumblr {
      width: 16px; }
    .socialLinks .icon.icon--stumbleupon {
      width: 22px;
      height: 20px; }
    .socialLinks .icon.icon--youtube {
      width: 26px;
      height: 22px; }
    .socialLinks .icon.icon--messenger {
      height: 20px; }
      .socialLinks .icon.icon--messenger svg {
        width: 20px; }

.socialLinks-item--pinterest {
  width: 25px; }

.pin_it_iframe_widget {
  display: none; }

.socialLinks-item {
  display: inline-block;
  font-size: 0; }
  .socialLinks .socialLinks-item {
    margin-bottom: 15px;
    margin-right: 15px; }
    .socialLinks .socialLinks-item:last-child {
      margin-right: 0; }

.socialLinks--alt .icon {
  height: 1.5rem;
  width: 1.5rem; }

.socialLinks--alt svg {
  fill: #787878;
  height: 1.5rem;
  width: 1.5rem; }

.socialLinks--alt .icon--twitter {
  width: 25px; }

.socialLinks--alt .icon--pinterest {
  width: 20px; }

.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: #15453c !important; }
  .at-share-btn-elements .at-icon-wrapper:last-child {
    margin-right: 0 !important; }

.addthis_toolbox .socialLinks {
  line-height: 20px;
  margin-top: -2px;
  margin-bottom: 10px; }
  .addthis_toolbox .socialLinks .socialLinks-item {
    margin-right: 12px; }
    .addthis_toolbox .socialLinks .socialLinks-item .icon svg {
      height: 15px; }
    .addthis_toolbox .socialLinks .socialLinks-item:last-child {
      margin-right: 0; }

.social-mediaBlock {
  display: inline-block;
  margin-bottom: 12px; }

.heroCarousel {
  width: 1px;
  min-width: 100%; }
  .heroCarousel.slick-initialized {
    max-height: 60rem;
    opacity: 1;
    margin-bottom: 20px; }
    @media (min-width: 1025px) {
      .heroCarousel.slick-initialized {
        margin-bottom: 30px; } }
  .heroCarousel:not(.slick-initialized) :not(.heroCarousel-slide--first).heroCarousel-slide {
    display: none; }
  .heroCarousel a {
    text-decoration: none; }
  .heroCarousel .slick-next,
  .heroCarousel .slick-prev {
    display: none !important; }
  .heroCarousel .slick-next {
    right: 15px; }
    @media (min-width: 1025px) {
      .heroCarousel .slick-next {
        right: 30px; } }
    @media (min-width: 1281px) {
      .heroCarousel .slick-next {
        right: 58px; } }
    .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='white' stroke-width='2' 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: 30px; } }
    @media (min-width: 1281px) {
      .heroCarousel .slick-prev {
        left: 58px; } }
    .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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
  .heroCarousel .slick-dots {
    position: absolute;
    bottom: 20px; }
    @media (min-width: 1025px) {
      .heroCarousel .slick-dots {
        bottom: 30px; } }
    .heroCarousel .slick-dots li {
      width: 37px;
      height: 3px; }
      .heroCarousel .slick-dots li button {
        width: 32px;
        height: 3px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        -ms-border-radius: 0px;
        border-radius: 0px;
        background: rgba(255, 255, 255, 0.5); }
      .heroCarousel .slick-dots li.slick-active button, .heroCarousel .slick-dots li:hover button {
        background: white;
        border: 1px solid white; }
  @media (min-width: 1025px) {
    .heroCarousel:hover .slick-next,
    .heroCarousel:hover .slick-prev {
      display: block !important; } }
  .heroCarousel:hover .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='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
  .heroCarousel:hover .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='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }

.heroCarousel-slide {
  position: relative; }
  .heroCarousel-slide a {
    text-decoration: none; }
  .heroCarousel-slide .heroCarousel-image {
    object-fit: cover;
    height: 370px;
    width: 100%; }
    @media (min-width: 551px) {
      .heroCarousel-slide .heroCarousel-image {
        height: 440px; } }
    @media (min-width: 992px) {
      .heroCarousel-slide .heroCarousel-image {
        height: 480px; } }
    @media (min-width: 1025px) {
      .heroCarousel-slide .heroCarousel-image {
        height: 630px; } }
    @media (max-width: 550px) {
      .heroCarousel-slide .heroCarousel-image.has-image-mobile {
        display: none; } }
  .heroCarousel-slide .heroCarousel-image-mobile {
    height: 370px;
    object-fit: cover;
    width: 100%; }
    @media (min-width: 551px) {
      .heroCarousel-slide .heroCarousel-image-mobile {
        display: none; } }
  .heroCarousel-slide.stretch .heroCarousel-image {
    object-fit: cover;
    object-position: 50% 50%; }
  .heroCarousel-slide.stretch.compat-object-fit .heroCarousel-image {
    width: 100%;
    height: 100%; }
  .heroCarousel-slide.compat-object-fit {
    overflow: hidden; }
    .heroCarousel-slide.compat-object-fit .heroCarousel-image {
      width: auto; }
  .heroCarousel-slide .heroCarousel-image-wrapper {
    position: relative; }
    @media (min-width: 1025px) {
      .heroCarousel-slide .heroCarousel-image-wrapper {
        max-height: 75rem; } }
    .heroCarousel-slide .heroCarousel-image-wrapper .heroCarousel-title-mobile {
      color: white;
      font-weight: 700;
      margin-top: 0;
      text-transform: uppercase;
      font-family: "Signika", sans-serif;
      font-size: 20px;
      width: 100%; }
      @media (min-width: 551px) {
        .heroCarousel-slide .heroCarousel-image-wrapper .heroCarousel-title-mobile {
          display: none; } }
  .heroCarousel-slide.is-square-image-type .heroCarousel-image-wrapper {
    height: 100vw; }
    @media (min-width: 551px) {
      .heroCarousel-slide.is-square-image-type .heroCarousel-image-wrapper {
        height: 56.25vw; } }
  .heroCarousel-slide.is-vertical-image-type .heroCarousel-image-wrapper {
    height: 110vw; }
    @media (min-width: 551px) {
      .heroCarousel-slide.is-vertical-image-type .heroCarousel-image-wrapper {
        height: 56.25vw; } }

.heroCarousel-title-mobile {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  padding: 20px 15px; }

.heroCarousel-content {
  background-color: rgba(0, 0, 255, 0);
  padding: 22px 30px 30px 30px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%); }
  @media (min-width: 551px) and (max-width: 1024px) {
    .heroCarousel-content {
      padding: 2.5rem;
      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: 668px) {
    .heroCarousel-content {
      max-width: 510px; } }
  @media (min-width: 1025px) {
    .heroCarousel-content.left {
      left: 60px;
      text-align: left; }
    .heroCarousel-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; }
    .heroCarousel-content.right {
      right: 60px;
      text-align: right; }
    .heroCarousel-content.left-custom {
      left: 15%;
      text-align: center; }
    .heroCarousel-content.right-custom {
      right: 15%;
      text-align: center; } }
  @media (min-width: 1281px) {
    .heroCarousel-content.left {
      left: 145px; }
    .heroCarousel-content.right {
      right: 145px; }
    .heroCarousel-content.left-custom {
      left: 20%; }
    .heroCarousel-content.right-custom {
      right: 20%; } }
  .heroCarousel-content.heroCarousel-content--empty {
    background-color: transparent; }
  .heroCarousel-content .countDowntimer {
    margin-bottom: 18px;
    display: inline-block;
    width: 100%; }
    @media (min-width: 1025px) {
      .heroCarousel-content .countDowntimer {
        margin-bottom: 22px; } }
    @media (min-width: 1025px) {
      .heroCarousel-content .countDowntimer {
        margin-bottom: 35px;
        margin-top: 8px; } }
    .heroCarousel-content .countDowntimer .clock-item {
      padding: 10px 5px 6px 5px;
      min-width: 60px;
      margin-right: 10px;
      border: 2px solid rgba(255, 255, 255, 0.5);
      color: white;
      background: transparent;
      display: inline-block;
      text-align: center;
      margin-left: -1px;
      margin-bottom: 0;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%; }
      .heroCarousel-content .countDowntimer .clock-item:last-child {
        margin-right: 0; }
      .heroCarousel-content .countDowntimer .clock-item span {
        display: block; }
      .heroCarousel-content .countDowntimer .clock-item .num {
        font-size: 16px;
        line-height: 16px;
        font-weight: 500;
        color: white; }
      .heroCarousel-content .countDowntimer .clock-item .text {
        font-size: 12px;
        font-weight: 500;
        line-height: 24px;
        text-transform: uppercase;
        color: white; }
      @media (min-width: 361px) {
        .heroCarousel-content .countDowntimer .clock-item {
          min-width: 60px;
          padding: 10px 5px 6px 5px;
          margin-bottom: 3px; } }
      @media (min-width: 551px) {
        .heroCarousel-content .countDowntimer .clock-item {
          margin-right: 20px;
          min-width: 70px;
          padding: 12px 5px 10px 5px; }
          .heroCarousel-content .countDowntimer .clock-item .num {
            font-size: 20px;
            line-height: 20px; } }
      @media (min-width: 1025px) {
        .heroCarousel-content .countDowntimer .clock-item {
          padding: 20px 5px 18px 5px;
          min-width: 96px; }
          .heroCarousel-content .countDowntimer .clock-item .num {
            font-size: 30px;
            line-height: 30px;
            margin-bottom: 0; } }

.heroCarousel-subTitle {
  color: white;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 16px;
  font-size: 12px;
  text-transform: uppercase; }
  @media (min-width: 551px) {
    .heroCarousel-subTitle {
      font-size: 14px;
      letter-spacing: .06em;
      margin-bottom: 20px; } }
  .heroCarousel-subTitle span {
    background-image: linear-gradient(transparent 96%, white 4%);
    background-repeat: repeat-x;
    background-position-y: 0px; }
    @media (min-width: 551px) {
      .heroCarousel-subTitle span {
        padding-bottom: 4px; } }

.heroCarousel-title {
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 30px;
  color: white;
  display: block; }
  @media (min-width: 551px) {
    .heroCarousel-title {
      font-size: 30px;
      line-height: 40px;
      margin-bottom: 14px; } }
  @media (min-width: 1025px) {
    .heroCarousel-title {
      font-size: 70px;
      line-height: 90px; } }

.heroCarousel-description {
  color: white;
  font-size: 12px;
  margin-bottom: 17px;
  line-height: 22px; }
  @media (min-width: 551px) {
    .heroCarousel-description {
      font-size: 14px;
      margin-bottom: 20px; } }
  @media (min-width: 1025px) {
    .heroCarousel-description {
      font-size: 16px;
      line-height: 26px;
      margin-bottom: 25px; } }
  .heroCarousel-description br {
    display: none; }

.heroCarousel-action {
  margin: 0;
  min-width: 192px;
  margin-top: 2px; }
  @media (min-width: 551px) {
    .heroCarousel-action {
      background: #4d878f;
      color: white;
      border: 1px solid #4d878f; }
      .heroCarousel-action:hover, .heroCarousel-action:active, .heroCarousel-action:focus {
        background: white;
        color: #7caa48;
        border: 1px solid #7caa48; } }
  @media (min-width: 1025px) {
    .heroCarousel-action {
      margin-top: 12px; } }

.writeReview-productDetails {
  width: 100%;
  float: left; }
  @media (min-width: 768px) {
    .writeReview-productDetails {
      width: 47%;
      padding-right: 10px;
      text-align: center; } }
  @media (min-width: 991px) {
    .writeReview-productDetails {
      width: 50%;
      padding-right: 15px; } }
  .writeReview-productDetails .product-brand {
    color: #787878;
    text-transform: capitalize;
    font-weight: 400;
    margin: 0 0 2px 0;
    font-size: 12px; }
  .writeReview-productDetails .product-title {
    margin-top: 0;
    font-size: 14px;
    font-weight: 500;
    text-transform: none; }

.writeReview-form {
  width: 100%;
  float: left;
  margin-top: 10px; }
  @media (min-width: 768px) {
    .writeReview-form {
      margin-top: -4px;
      width: 53%;
      padding-left: 10px; } }
  @media (min-width: 991px) {
    .writeReview-form {
      width: 50%;
      padding-left: 15px; } }
  .writeReview-form .form-field {
    margin-bottom: 20px; }
    .writeReview-form .form-field.form-field--submit {
      margin-bottom: 30px; }
  .writeReview-form .form-label {
    margin-bottom: 13px;
    max-width: 530px; }
  .writeReview-form .form-select, .writeReview-form .form-input {
    height: 45px; }
  .writeReview-form .form-select {
    background-position: right 7px center; }

.writeReview-productImage-container {
  position: relative;
  margin-bottom: 15px; }
  .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: 100%; }

#modal-review-form {
  width: 1210px; }
  #modal-review-form .modal-body {
    padding: 35px 15px 0 15px;
    margin-bottom: 30px; }
    @media (min-width: 1025px) {
      #modal-review-form .modal-body {
        padding: 50px 50px 0 50px;
        margin-bottom: 50px; } }

@media (max-width: 320px) {
  .g-recaptcha > div {
    width: 100% !important; }
    .g-recaptcha > div iframe {
      width: 100%; } }

.account.account-add-return h1.page-heading {
  margin-bottom: 24px; }

.account--addReturn .table {
  display: block;
  margin-bottom: 3rem;
  margin-top: 0; }
  @media (min-width: 551px) {
    .account--addReturn .table {
      display: table;
      margin-bottom: 45px; } }
  .account--addReturn .table tr {
    display: block;
    padding: 25px 0; }
    .account--addReturn .table tr:first-child {
      padding-top: 10px; }
    @media (min-width: 551px) {
      .account--addReturn .table tr {
        display: table-row;
        padding: 0; } }
  .account--addReturn .table th,
  .account--addReturn .table td {
    display: block;
    padding: 0; }
    @media (min-width: 551px) {
      .account--addReturn .table th,
      .account--addReturn .table td {
        display: table-cell;
        padding-bottom: 0.75rem;
        padding-top: 0.75rem; } }
    .account--addReturn .table th + th,
    .account--addReturn .table th + td,
    .account--addReturn .table td + th,
    .account--addReturn .table td + td {
      padding-left: 0; }
      @media (min-width: 551px) {
        .account--addReturn .table th + th,
        .account--addReturn .table th + td,
        .account--addReturn .table td + th,
        .account--addReturn .table td + td {
          padding-left: 1.5rem; } }
  .account--addReturn .table .return-itemTitle + .definitionList {
    margin-top: 0.16667rem; }
  @media (min-width: 551px) {
    .account--addReturn .table .return-itemPrice {
      text-align: center; } }
  @media (min-width: 551px) {
    .account--addReturn .table .return-itemQuantity {
      text-align: right; } }

.account--addReturn .table-thead {
  display: none; }
  @media (min-width: 551px) {
    .account--addReturn .table-thead {
      display: table-header-group; } }
  .account--addReturn .table-thead th {
    font-size: 14px; }
  .account--addReturn .table-thead th:first-child {
    width: 60%; }

.account--addReturn .table-tbody {
  display: block; }
  @media (min-width: 551px) {
    .account--addReturn .table-tbody {
      display: table-row-group; } }

.account--addReturn .definitionList {
  margin-bottom: 5px; }
  .account--addReturn .definitionList .definitionList-label, .account--addReturn .definitionList .definitionList-description {
    float: left;
    font-size: 1rem;
    font-weight: 400; }
  .account--addReturn .definitionList .definitionList-label {
    min-width: 45px;
    clear: both;
    padding-right: 10px; }
  .account--addReturn .definitionList .definitionList-description {
    margin-bottom: 5px; }

.account--addReturn .form-actions {
  margin-top: 0; }

.return-itemName {
  font-size: 14px; }

.return-itemTitle {
  font-weight: 500;
  color: #15453c; }

.return-itemPrice {
  margin-bottom: 0.41667rem;
  font-weight: 500; }
  @media (min-width: 551px) {
    .return-itemPrice {
      margin-bottom: 0;
      text-align: center; } }
  .return-itemPrice .form-label {
    display: inline;
    margin-right: 0.41667rem; }
    @media (min-width: 551px) {
      .return-itemPrice .form-label {
        border: 0;
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px; } }
  .table-tbody .return-itemPrice {
    color: #15453c; }
    @media (min-width: 551px) {
      .table-tbody .return-itemPrice {
        font-size: 14px; } }

.return-itemQuantity .form-label {
  display: inline;
  margin-right: 0.41667rem; }
  @media (min-width: 551px) {
    .return-itemQuantity .form-label {
      border: 0;
      clip: rect(1px, 1px, 1px, 1px);
      height: 1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; } }

.account--addReturn-row {
  margin: 0 -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: 551px) {
    .account--addReturn-column {
      width: 50%; } }
  .account--addReturn-column textarea {
    resize: none;
    min-height: 129px;
    max-height: 129px; }

.productCarousel {
  width: 1px;
  min-width: 100%;
  max-width: none;
  width: auto;
  margin: 0; }
  .productCarousel .slick-list {
    margin: 0 -7.5px; }
    @media (min-width: 1025px) {
      .productCarousel .slick-list {
        margin: 0 -15px; } }

.productCarousel-slide {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 50%;
  float: left;
  padding-left: 7.5px;
  padding-right: 7.5px; }
  @media (min-width: 551px) {
    .productCarousel-slide {
      width: 33.33333%; } }
  @media (min-width: 1025px) {
    .productCarousel-slide {
      padding-left: 15px;
      padding-right: 15px;
      width: 25%; } }
  @media (min-width: 1281px) {
    .productCarousel-slide {
      width: 25%; } }
  .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; }

.productView--quickView .productView-options .alertBox.alertBox--error {
  display: none; }

.modal-quickview {
  width: 1210px; }
  .modal-quickview .modal-body.quickView {
    padding: 50px 15px 30px 15px; }
    @media (min-width: 768px) {
      .modal-quickview .modal-body.quickView {
        padding: 30px; } }
    @media (min-width: 1025px) {
      .modal-quickview .modal-body.quickView {
        padding: 60px; } }
    .modal-quickview .modal-body.quickView .productView {
      margin: 0; }
      .modal-quickview .modal-body.quickView .productView > .container {
        padding: 0; }
    .modal-quickview .modal-body.quickView > .container {
      padding: 0; }
    .modal-quickview .modal-body.quickView .productView-images {
      padding-left: 0;
      width: 100%;
      margin-bottom: 0;
      padding-right: 0; }
      @media (min-width: 992px) {
        .modal-quickview .modal-body.quickView .productView-images {
          width: 50%;
          padding-right: 15px;
          position: -webkit-sticky;
          /* Safari */
          position: sticky;
          top: 0px; } }
      .modal-quickview .modal-body.quickView .productView-images .price-sale {
        display: none; }
      .modal-quickview .modal-body.quickView .productView-images .product-img-wrapper {
        display: inline-block;
        width: 100%; }
        .modal-quickview .modal-body.quickView .productView-images .product-img-wrapper .productView-nav-inner {
          width: 100%;
          margin-left: 0;
          margin-bottom: 12px; }
      .modal-quickview .modal-body.quickView .productView-images .click-to-zoom {
        text-align: center; }
        .modal-quickview .modal-body.quickView .productView-images .click-to-zoom svg {
          width: 16px;
          height: 16px;
          margin-right: 6px;
          margin-top: -1px; }
    .modal-quickview .modal-body.quickView .productView-thumbnails-wrap {
      width: 100%; }
      .modal-quickview .modal-body.quickView .productView-thumbnails-wrap .productView-thumbnail {
        padding: 0 7.5px; }
        .modal-quickview .modal-body.quickView .productView-thumbnails-wrap .productView-thumbnail .productView-thumbnail-link {
          height: auto;
          padding-bottom: 100%; }
      .modal-quickview .modal-body.quickView .productView-thumbnails-wrap .productView-thumbnails {
        padding: 0 30px;
        margin-bottom: 30px !important;
        margin-top: 15px; }
        @media (min-width: 992px) {
          .modal-quickview .modal-body.quickView .productView-thumbnails-wrap .productView-thumbnails {
            margin-bottom: 50px !important; } }
        .modal-quickview .modal-body.quickView .productView-thumbnails-wrap .productView-thumbnails .slick-list {
          margin: 0 -7.5px; }
        .modal-quickview .modal-body.quickView .productView-thumbnails-wrap .productView-thumbnails .slick-arrow {
          height: 2.16667rem;
          width: 2.16667rem; }
          .modal-quickview .modal-body.quickView .productView-thumbnails-wrap .productView-thumbnails .slick-arrow:before {
            height: 2.16667rem;
            width: 2.16667rem;
            background-position: 0px 50%;
            -moz-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
            -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
            left: 0;
            top: 0; }
          .modal-quickview .modal-body.quickView .productView-thumbnails-wrap .productView-thumbnails .slick-arrow.slick-prev {
            left: -5px; }
          .modal-quickview .modal-body.quickView .productView-thumbnails-wrap .productView-thumbnails .slick-arrow.slick-next {
            right: -5px; }
    .modal-quickview .modal-body.quickView .productView-details {
      text-align: left;
      width: 100%;
      float: right; }
      @media (min-width: 992px) {
        .modal-quickview .modal-body.quickView .productView-details {
          width: 50%;
          padding-left: 15px; } }
      @media (min-width: 768px) {
        .modal-quickview .modal-body.quickView .productView-details.productView-details-2 {
          padding-bottom: 20px; } }
      .modal-quickview .modal-body.quickView .productView-details .productView-brand {
        font-weight: 400;
        margin-bottom: 5px;
        line-height: 24px; }
        .modal-quickview .modal-body.quickView .productView-details .productView-brand > a {
          color: #464646; }
      .modal-quickview .modal-body.quickView .productView-details .productView-title {
        font-size: 20px;
        margin-bottom: 7px; }
      .modal-quickview .modal-body.quickView .productView-details .productView-rating-wrap {
        margin-bottom: 2px; }
        .modal-quickview .modal-body.quickView .productView-details .productView-rating-wrap .productView-rating {
          margin-right: 20px; }
        .modal-quickview .modal-body.quickView .productView-details .productView-rating-wrap .productView-reviewLink--new {
          margin-left: 20px; }
        .modal-quickview .modal-body.quickView .productView-details .productView-rating-wrap .sold-product svg {
          margin-right: 5px; }
      .modal-quickview .modal-body.quickView .productView-details .productView-info {
        margin-bottom: 0; }
        .modal-quickview .modal-body.quickView .productView-details .productView-info .productView-info-name {
          width: auto;
          min-width: 125px;
          text-align: left; }
      .modal-quickview .modal-body.quickView .productView-details .productCountDown {
        margin-top: 12px;
        margin-bottom: 10px; }
      .modal-quickview .modal-body.quickView .productView-details .productView-price .price-section.price-section--saving {
        font-weight: 400; }
      .modal-quickview .modal-body.quickView .productView-details .productView-short-desc {
        text-align: left; }
      .modal-quickview .modal-body.quickView .productView-details .productView-options {
        text-align: left; }
        .modal-quickview .modal-body.quickView .productView-details .productView-options [data-product-option-change] {
          margin: 0; }
        .modal-quickview .modal-body.quickView .productView-details .productView-options .form-field {
          margin-bottom: 1.83333rem; }
          .modal-quickview .modal-body.quickView .productView-details .productView-options .form-field .form-option:nth-child(3):hover .form-option-expanded {
            left: 0;
            transform: none; }
        .modal-quickview .modal-body.quickView .productView-details .productView-options .productAttributes-message {
          margin-bottom: 20px; }
        .modal-quickview .modal-body.quickView .productView-details .productView-options .form-field--increments .form-label--alternate {
          margin-bottom: 0.58333rem; }
      .modal-quickview .modal-body.quickView .productView-details .form-action.addToCart {
        margin-top: 0px; }
        .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 .button {
        margin-bottom: 0; }
      .modal-quickview .modal-body.quickView .productView-details .form-wishlist .wishlist-dropdown.is-open {
        top: 100% !important;
        display: block; }
      .modal-quickview .modal-body.quickView .productView-details .payment-custom-block {
        text-align: left; }
        .modal-quickview .modal-body.quickView .productView-details .payment-custom-block .container {
          padding: 0; }

.productReviews-list {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0; }
  .productReviews-list ul,
  .productReviews-list ol {
    list-style: none;
    margin-bottom: 0; }
  .productReviews-list:before, .productReviews-list:after {
    content: " ";
    display: table; }
  .productReviews-list:after {
    clear: both; }

.productReview {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  display: inline-block;
  float: none;
  font-size: 1rem;
  vertical-align: top; }
  @media (min-width: 1025px) {
    .productReview {
      width: 50%; } }
  @media (min-width: 1281px) {
    .productReview {
      width: 33.33333%; } }

.productReview-title {
  margin: 0;
  text-transform: none; }

.productReview-author {
  color: #787878;
  margin-bottom: 1rem; }

.productReview-rating {
  display: inline-block;
  margin-bottom: 0.41667rem; }

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

.productView {
  padding-top: 40px;
  display: inline-block;
  width: 100%; }
  @media (min-width: 551px) {
    .productView {
      margin-bottom: 30px; } }
  .productView.no-breadcrumbs {
    padding-top: 17px; }

.productView-images {
  margin-bottom: 3rem; }

.productView-image {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: auto;
  position: relative;
  display: none; }
  .productView-image:first-child, .productView-image.slick-slide {
    display: block; }
  @media (min-width: 1025px) {
    .productView-image {
      min-height: 366px;
      min-width: inherit; } }

.productView-img-container {
  position: relative;
  margin: auto;
  max-width: 630px;
  width: 100%; }
  .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: 100%; }

.productView-thumbnails {
  margin-left: 0;
  margin-top: 20px; }
  @media (min-width: 1025px) {
    .productView-thumbnails {
      width: 100px;
      padding: 37px 0;
      margin-bottom: 0;
      margin-top: 0; } }
  .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;'; }
  .productView-thumbnails .productView-thumbnail {
    margin: 0;
    padding: 0 7.5px;
    max-height: 100%;
    overflow: hidden;
    border: none;
    text-align: center; }
    @media (min-width: 1025px) {
      .productView-thumbnails .productView-thumbnail {
        padding: 0 7.5px; } }
    .productView-thumbnails .productView-thumbnail.slick-current .productView-thumbnail-link img {
      border-color: #15453c; }
  @media (max-width: 1024px) {
    .productView-thumbnails .slick-list {
      margin-left: -7.5px;
      margin-right: -7.5px; } }
  @media (max-width: 1024px) {
    .productView-thumbnails .slick-arrow {
      height: 2.16667rem;
      width: 2.16667rem; }
      .productView-thumbnails .slick-arrow:before {
        height: 2.16667rem;
        width: 2.16667rem;
        background-position: 0px 50%;
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        left: 0;
        top: 0; } }
  .productView-thumbnails .slick-prev:before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' focusable='false' data-prefix='fal' data-icon='chevron-up' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' class='svg-inline--fa fa-chevron-up fa-w-14 fa-2x'%3e%3cpath fill='currentColor' d='M4.465 366.475l7.07 7.071c4.686 4.686 12.284 4.686 16.971 0L224 178.053l195.494 195.493c4.686 4.686 12.284 4.686 16.971 0l7.07-7.071c4.686-4.686 4.686-12.284 0-16.97l-211.05-211.051c-4.686-4.686-12.284-4.686-16.971 0L4.465 349.505c-4.687 4.686-4.687 12.284 0 16.97z' class=''%3e%3c/path%3e%3c/svg%3e"); }
  .productView-thumbnails .slick-next:before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' focusable='false' data-prefix='fal' data-icon='chevron-down' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' class='svg-inline--fa fa-chevron-down fa-w-14 fa-2x'%3e%3cpath fill='currentColor' d='M443.5 162.6l-7.1-7.1c-4.7-4.7-12.3-4.7-17 0L224 351 28.5 155.5c-4.7-4.7-12.3-4.7-17 0l-7.1 7.1c-4.7 4.7-4.7 12.3 0 17l211 211.1c4.7 4.7 12.3 4.7 17 0l211-211.1c4.8-4.7 4.8-12.3.1-17z' class=''%3e%3c/path%3e%3c/svg%3e"); }
  .productView-thumbnails.slick-vertical .productView-thumbnail {
    padding: 0; }
  .productView-thumbnails.slick-vertical .slick-arrow {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    height: 1.33333rem;
    width: 2.16667rem; }
    .productView-thumbnails.slick-vertical .slick-arrow:before {
      height: 1.33333rem;
      width: 2.16667rem;
      background-position: 0px 50%; }
  .productView-thumbnails.slick-vertical .slick-prev {
    top: 0px; }
    .productView-thumbnails.slick-vertical .slick-prev:before {
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' focusable='false' data-prefix='fal' data-icon='chevron-up' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' class='svg-inline--fa fa-chevron-up fa-w-14 fa-2x'%3e%3cpath fill='currentColor' d='M4.465 366.475l7.07 7.071c4.686 4.686 12.284 4.686 16.971 0L224 178.053l195.494 195.493c4.686 4.686 12.284 4.686 16.971 0l7.07-7.071c4.686-4.686 4.686-12.284 0-16.97l-211.05-211.051c-4.686-4.686-12.284-4.686-16.971 0L4.465 349.505c-4.687 4.686-4.687 12.284 0 16.97z' class=''%3e%3c/path%3e%3c/svg%3e"); }
  .productView-thumbnails.slick-vertical .slick-next {
    top: auto;
    bottom: 0px; }
    .productView-thumbnails.slick-vertical .slick-next:before {
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' focusable='false' data-prefix='fal' data-icon='chevron-down' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' class='svg-inline--fa fa-chevron-down fa-w-14 fa-2x'%3e%3cpath fill='currentColor' d='M443.5 162.6l-7.1-7.1c-4.7-4.7-12.3-4.7-17 0L224 351 28.5 155.5c-4.7-4.7-12.3-4.7-17 0l-7.1 7.1c-4.7 4.7-4.7 12.3 0 17l211 211.1c4.7 4.7 12.3 4.7 17 0l211-211.1c4.8-4.7 4.8-12.3.1-17z' class=''%3e%3c/path%3e%3c/svg%3e"); }

.productView-thumbnail-link {
  display: inline-flex;
  height: 100px;
  max-width: 100px;
  position: relative;
  width: 100%;
  justify-content: center; }
  @media (min-width: 1025px) {
    .productView-thumbnail-link {
      margin: 7.5px 0; } }
  .productView-thumbnail-link img {
    border: 1px solid transparent; }
  .productView-thumbnail-link:hover img {
    border-color: #15453c; }

.productView-details {
  margin-bottom: 22px; }

@media (min-width: 1025px) {
  .productView-details-1 {
    margin-top: -7px; } }

.productView-product > :last-child {
  margin-bottom: 0; }

.productView-title {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 0 0 8px 0; }
  @media (min-width: 1025px) {
    .productView-title {
      font-size: 24px;
      line-height: 32px; } }

.productView-brand {
  color: #787878;
  font-size: 12px;
  margin-bottom: 5px;
  font-weight: 400; }
  .productView-brand a {
    color: #787878; }
    .productView-brand a:hover {
      color: #787878; }

.productView-price {
  font-size: 0;
  margin-top: 5px;
  margin-bottom: 10px;
  font-weight: 500; }
  .productView-price > p.login-price {
    font-size: 18px;
    font-weight: 500;
    color: #1e1e1e; }
  .productView-price .price-section {
    color: #881504;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
    margin-left: 2px;
    letter-spacing: 0; }
    .productView-price .price-section.rrp-price--withoutTax, .productView-price .price-section .rrp-price--withTax {
      color: #1e1e1e;
      margin-left: 0;
      margin-right: 7px;
      font-weight: 400; }
      .productView-price .price-section.rrp-price--withoutTax .price-label, .productView-price .price-section .rrp-price--withTax .price-label {
        display: none !important; }
    .productView-price .price-section.price-section--withoutTax, .productView-price .price-section.price-section--withTax {
      color: #881504; }
      .productView-price .price-section.price-section--withoutTax.rrp-price--withoutTax, .productView-price .price-section.price-section--withoutTax.rrp-price--withTax, .productView-price .price-section.price-section--withTax.rrp-price--withoutTax, .productView-price .price-section.price-section--withTax.rrp-price--withTax {
        color: #1e1e1e; }
    .productView-price .price-section.no-retail-price {
      margin-left: 0; }
    .productView-price .price-section.rrp-price--withoutTax, .productView-price .price-section.rrp-price--withTax {
      color: #1e1e1e;
      margin-right: 7px; }
      .productView-price .price-section.rrp-price--withoutTax + .non-sale-price--withoutTax, .productView-price .price-section.rrp-price--withoutTax .non-sale-price--withTax, .productView-price .price-section.rrp-price--withTax + .non-sale-price--withoutTax, .productView-price .price-section.rrp-price--withTax .non-sale-price--withTax {
        display: none !important; }
        .productView-price .price-section.rrp-price--withoutTax + .non-sale-price--withoutTax.no-retail-price, .productView-price .price-section.rrp-price--withoutTax .non-sale-price--withTax.no-retail-price, .productView-price .price-section.rrp-price--withTax + .non-sale-price--withoutTax.no-retail-price, .productView-price .price-section.rrp-price--withTax .non-sale-price--withTax.no-retail-price {
          display: inline-block !important; }
          .productView-price .price-section.rrp-price--withoutTax + .non-sale-price--withoutTax.no-retail-price.price-none, .productView-price .price-section.rrp-price--withoutTax .non-sale-price--withTax.no-retail-price.price-none, .productView-price .price-section.rrp-price--withTax + .non-sale-price--withoutTax.no-retail-price.price-none, .productView-price .price-section.rrp-price--withTax .non-sale-price--withTax.no-retail-price.price-none {
            display: none !important; }
            .productView-price .price-section.rrp-price--withoutTax + .non-sale-price--withoutTax.no-retail-price.price-none + .price-section--withoutTax, .productView-price .price-section.rrp-price--withoutTax + .non-sale-price--withoutTax.no-retail-price.price-none + .price-section--withTax, .productView-price .price-section.rrp-price--withoutTax .non-sale-price--withTax.no-retail-price.price-none + .price-section--withoutTax, .productView-price .price-section.rrp-price--withoutTax .non-sale-price--withTax.no-retail-price.price-none + .price-section--withTax, .productView-price .price-section.rrp-price--withTax + .non-sale-price--withoutTax.no-retail-price.price-none + .price-section--withoutTax, .productView-price .price-section.rrp-price--withTax + .non-sale-price--withoutTax.no-retail-price.price-none + .price-section--withTax, .productView-price .price-section.rrp-price--withTax .non-sale-price--withTax.no-retail-price.price-none + .price-section--withoutTax, .productView-price .price-section.rrp-price--withTax .non-sale-price--withTax.no-retail-price.price-none + .price-section--withTax {
              margin-left: 0; }
    .productView-price .price-section.non-sale-price--withoutTax, .productView-price .price-section.non-sale-price--withTax {
      color: #1e1e1e;
      margin-right: 14px; }
    .productView-price .price-section.price-none + .price-section--withoutTax, .productView-price .price-section.price-none + .price-section--withTax {
      color: #1e1e1e; }
    .productView-price .price-section.price-section--saving {
      width: 100%;
      margin-left: 0;
      margin-bottom: 10px;
      font-style: italic;
      margin-top: -4px;
      font-size: 12px;
      font-weight: 400;
      color: #464646; }
  .productView-price .price-section--saving {
    font-size: 16px; }
  .productView-price abbr {
    border: 0;
    color: inherit;
    font-size: inherit; }

.productView-rating-wrap {
  display: inline-block;
  width: 100%; }
  .productView-rating-wrap .sold-product {
    display: inline-block;
    color: #881504;
    margin-bottom: 10px; }
    @media (max-width: 550px) {
      .productView-rating-wrap .sold-product {
        width: 100%;
        margin-left: 0; } }
    .productView-rating-wrap .sold-product svg {
      fill: #881504;
      margin-top: -5px;
      width: 14px;
      height: 16px;
      margin-right: 7px; }

.productView-rating {
  display: inline-block;
  margin-right: 26px;
  margin-bottom: 10px; }

.productView-reviewLink {
  display: inline-block;
  margin-left: 8px;
  vertical-align: middle;
  text-transform: capitalize; }
  .productView-reviewLink--new {
    padding: 0;
    margin-left: 27px; }
  .productView-reviewLink > a {
    color: #464646; }
    .productView-reviewLink > a:hover {
      color: black; }

.productCountDown {
  margin-top: 14px;
  margin-bottom: 5px;
  display: inline-block;
  width: 100%; }
  .productCountDown .CountDownIcon {
    width: 16px;
    height: 16px;
    fill: #464646;
    margin-right: 8px;
    display: inline-block;
    margin-top: -1px; }
  .productCountDown .CountDownText {
    display: inline-block;
    margin-right: 5px;
    font-weight: 500;
    color: #464646;
    background-image: linear-gradient(transparent 96%, rgba(70, 70, 70, 0.4) 4%);
    background-repeat: repeat-x;
    background-position-y: -1px; }

.countDowntimer2 {
  display: inline-block; }
  .countDowntimer2 .clock-item {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .02em;
    color: #15453c;
    display: inline-block; }
    .countDowntimer2 .clock-item .text {
      padding: 0 5px; }

.productView-info {
  margin-top: 0.75rem; }
  .productView-info:before, .productView-info:after {
    content: " ";
    display: table; }
  .productView-info:after {
    clear: both; }
  @media (min-width: 551px) {
    .productView-info {
      margin-top: 0; } }
  .productView-info > :last-child {
    margin-bottom: 0; }

.productView-info-name,
.productView-info-value {
  float: left;
  font-size: 12px; }

.productView-info-name {
  clear: both;
  margin-bottom: 0.16667rem;
  margin-right: 20px;
  font-weight: 500;
  color: #15453c;
  min-width: 95px; }

.productView-info-value {
  display: inline-block;
  margin-bottom: 0.41667rem; }

.productView-options {
  margin-bottom: 1.5rem; }
  .productView-options:before, .productView-options:after {
    content: " ";
    display: table; }
  .productView-options:after {
    clear: both; }
  @media (min-width: 551px) {
    .productView-options .form-input[type="number"] {
      width: 16.66667%; } }
  .productView-options .form {
    display: inline; }
    .productView-options .form[data-cart-item-add] {
      font-size: 0; }
  .productView-options input[type="file"] {
    font-size: 14px; }
  .productView-options .form-field {
    font-size: 0;
    margin-bottom: 28px; }
    .productView-options .form-field > .form-checkbox + .form-label {
      display: inline-block; }
    .productView-options .form-field > .form-radio + .form-label {
      text-align: justify;
      display: inline-block; }
    .productView-options .form-field > .form-label:nth-of-type(2) {
      margin-left: 0; }
    .productView-options .form-field[data-product-attribute="swatch"] {
      margin-bottom: 24px; }
    .productView-options .form-field[data-product-attribute="set-radio"] {
      margin-bottom: 32px; }
    .productView-options .form-field[data-product-attribute="set-rectangle"] {
      margin-bottom: 25px; }
    .productView-options .form-field.form-field--stock {
      margin-bottom: 10px; }
    .productView-options .form-field.form-field--increments {
      margin-bottom: 20px; }
  .productView-options .productAttributes-message {
    margin-bottom: 12px; }
  .productView-options [data-product-option-change] .form-field:last-child {
    margin-bottom: 21px; }
  .productView-options .form-action {
    display: inline-block;
    width: 100%; }
    @media (min-width: 551px) {
      .productView-options .form-action {
        width: calc(50% - 5px);
        padding: 0;
        max-width: 290px; } }
    @media (min-width: 1025px) {
      .productView-options .form-action {
        width: calc(50% - 10px); } }
    .productView-options .form-action .button {
      width: 100%;
      padding: 17px 15px; }
    .productView-options .form-action.form-wishlist {
      margin-bottom: 0px; }
      @media (min-width: 551px) {
        .productView-options .form-action.form-wishlist.has-add-cart {
          margin-left: 10px; } }
      @media (min-width: 1025px) {
        .productView-options .form-action.form-wishlist.has-add-cart {
          margin-left: 20px; } }
      .productView-options .form-action.form-wishlist.has-add-cart.login-price {
        margin-left: 0; }
      .productView-options .form-action.form-wishlist > .button {
        background: white;
        color: #15453c;
        border-color: #c7bd2e;
        padding: 17px 15px;
        margin-top: 7px; }
        @media (min-width: 1281px) {
          .productView-options .form-action.form-wishlist > .button {
            padding: 17px 25px; } }
        @media (max-width: 550px) {
          .productView-options .form-action.form-wishlist > .button {
            margin-top: 15px; } }
        .productView-options .form-action.form-wishlist > .button span {
          position: relative;
          padding-left: 18px; }
          .productView-options .form-action.form-wishlist > .button span:before, .productView-options .form-action.form-wishlist > .button span:after {
            content: "";
            position: absolute;
            background: #15453c; }
          .productView-options .form-action.form-wishlist > .button span:before {
            width: 2px;
            height: 10px;
            left: 4px;
            top: 6px; }
          .productView-options .form-action.form-wishlist > .button span:after {
            width: 10px;
            height: 2px;
            top: 10px;
            left: 0; }
        .productView-options .form-action.form-wishlist > .button:hover, .productView-options .form-action.form-wishlist > .button:focus, .productView-options .form-action.form-wishlist > .button:active {
          background: #7caa48;
          color: white;
          border-color: #c7bd2e; }
          .productView-options .form-action.form-wishlist > .button:hover span:before, .productView-options .form-action.form-wishlist > .button:hover span:after, .productView-options .form-action.form-wishlist > .button:focus span:before, .productView-options .form-action.form-wishlist > .button:focus span:after, .productView-options .form-action.form-wishlist > .button:active span:before, .productView-options .form-action.form-wishlist > .button:active span:after {
            background: white; }
  .productView-options .size-chart-wrapper {
    display: block; }
  .productView-options .size-chart {
    font-size: 1rem;
    margin-bottom: 20px;
    display: inline-block;
    color: #464646; }
    .productView-options .size-chart svg {
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      width: 29px;
      height: 29px;
      fill: #464646;
      margin-right: 10px; }
    .productView-options .size-chart:hover, .productView-options .size-chart:focus, .productView-options .size-chart:active {
      color: #7caa48; }
      .productView-options .size-chart:hover svg, .productView-options .size-chart:focus svg, .productView-options .size-chart:active svg {
        fill: #7caa48; }

.productOptions-list {
  border: 1px solid #c5c5cf;
  list-style: none;
  margin: 0;
  max-height: 400px;
  overflow-y: auto;
  max-width: 530px; }

.productOptions-list-item {
  padding: 12px 15px 11px 15px; }
  .productOptions-list-item:first-child {
    padding: 23px 15px; }
  .productOptions-list-item + .productOptions-list-item {
    border-top: 1px solid #c5c5cf; }
  .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-nav-inner {
  position: relative; }
  .productView-nav-inner .productView-nav .slick-prev {
    left: 15px; }
    @media (min-width: 551px) {
      .productView-nav-inner .productView-nav .slick-prev {
        left: 25px; } }
  .productView-nav-inner .productView-nav .slick-next {
    right: 15px; }
    @media (min-width: 551px) {
      .productView-nav-inner .productView-nav .slick-next {
        right: 25px; } }
  .productView-nav-inner .label-videos {
    position: absolute;
    right: 20px;
    bottom: 20px;
    background: white;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1); }
    @media (min-width: 551px) {
      .productView-nav-inner .label-videos {
        right: 30px;
        bottom: 30px; } }
    .productView-nav-inner .label-videos .video-link {
      padding: 9px 15px 8px 15px;
      color: #464646;
      display: inline-block; }
      .productView-nav-inner .label-videos .video-link .text {
        margin-right: 10px; }
      .productView-nav-inner .label-videos .video-link svg {
        width: 21px;
        height: 21px; }

.viewing-product {
  color: #464646;
  background: #f7f7f9;
  margin-bottom: 22px;
  text-align: center;
  padding: 8px 15px; }

.seal-logos {
  margin-top: 20px;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  z-index: 1;
  position: relative;
  -webkit-overflow-scrolling: touch; }
  .seal-logos img {
    margin-right: 20px;
    margin-bottom: 15px;
    display: inline-block; }
    .seal-logos img:last-child {
      margin-right: 0; }

/* Size Chart Popup*/
#modal-size-chart-form {
  width: 790px; }
  #modal-size-chart-form .modal-body {
    padding: 0; }
    #modal-size-chart-form .modal-body .size_chart_text {
      padding: 28px 35px; }
      @media (min-width: 1025px) {
        #modal-size-chart-form .modal-body .size_chart_text {
          padding: 42px 70px; } }
      #modal-size-chart-form .modal-body .size_chart_text + .size_chart_img {
        border-top: 1px solid #eee; }
    #modal-size-chart-form .modal-body .size_chart_img {
      margin-bottom: 35px;
      padding: 35px 35px 0 35px; }
      #modal-size-chart-form .modal-body .size_chart_img + .size_chart_text {
        border-top: 1px solid #eee; }

/* Video Gallery Popup */
#video-gallery-pc-popup .modal-header-title {
  text-align: left;
  font-size: 12px;
  font-weight: 400;
  text-transform: none; }
  #video-gallery-pc-popup .modal-header-title strong {
    font-weight: 500;
    margin-right: 10px; }

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

.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='%231e1e1e' 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='%231e1e1e' 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: 390px;
    position: absolute;
    transform: translate(-50%, -50%); }
    @media (min-width: 1200px) {
      .vgallery_popup .galleryView > iframe {
        min-height: 480px; } }
    @media (min-width: 1281px) {
      .vgallery_popup .galleryView > iframe {
        min-height: 530px; } }
    @media (min-width: 1440px) {
      .vgallery_popup .galleryView > iframe {
        min-height: 530px; } }

.vgallery_popup .gallery-thumbnail h2 {
  font-size: 12px;
  font-weight: 400;
  color: #464646;
  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: 100%; }
    .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; }

/* Custom CMS Block */
.product-custom-cms-block {
  text-align: center;
  margin: 25px auto 0 auto;
  width: 100%;
  float: right; }
  @media (min-width: 1025px) {
    .product-custom-cms-block {
      width: calc(100% - 130px); } }
  .product-custom-cms-block .container {
    max-width: 600px;
    padding: 0; }
  .product-custom-cms-block .heading {
    text-transform: capitalize; }

/* Custom Block */
.product-custom-block {
  margin-top: 20px;
  margin-bottom: 40px; }
  @media (min-width: 1025px) {
    .product-custom-block {
      margin-top: 50px;
      margin-bottom: 50px; } }
  .product-custom-block .block-list .slick-list {
    margin-left: -10px;
    margin-right: -10px; }
    @media (min-width: 1025px) {
      .product-custom-block .block-list .slick-list {
        margin-left: -15px;
        margin-right: -15px; } }
    .product-custom-block .block-list .slick-list .block-item {
      padding-left: 10px;
      padding-right: 10px;
      text-align: center; }
      @media (min-width: 1025px) {
        .product-custom-block .block-list .slick-list .block-item {
          padding-left: 15px;
          padding-right: 15px; } }
      .product-custom-block .block-list .slick-list .block-item svg {
        width: 86px;
        height: 86px;
        fill: #7caa48; }
      .product-custom-block .block-list .slick-list .block-item .title {
        font-size: 18px;
        margin-top: 20px; }
      .product-custom-block .block-list .slick-list .block-item .desc p {
        margin-bottom: 0px; }
      .product-custom-block .block-list .slick-list .block-item .link {
        background-image: linear-gradient(transparent 96%, rgba(124, 170, 72, 0.7) 4%);
        background-repeat: repeat-x;
        background-position-y: 0px;
        padding-bottom: 2px; }

/* Previous/Next Product */
.productView-title-wrap {
  position: relative; }
  @media (min-width: 1025px) {
    .productView-title-wrap.has-prev-next {
      padding-right: 80px; } }

.productView-nextProducts {
  display: none; }
  @media (min-width: 1025px) {
    .productView-nextProducts {
      display: block;
      position: absolute;
      top: 0;
      right: 0; } }
  .productView-nextProducts .next-prev-icons > a.disable {
    display: none; }
  .productView-nextProducts .next-prev-icons > a {
    font-size: 0;
    display: inline-block; }
  .productView-nextProducts .next-prev-icons .prev-icon + .next-icon {
    margin-left: 5px; }
  .productView-nextProducts .next-prev-icons .text {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    font-family: "Signika", Arial, Helvetica, sans-serif;
    color: #a0a0a0;
    display: none; }
  .productView-nextProducts .next-prev-icons .icon {
    width: 25px;
    height: 25px;
    position: relative; }
    .productView-nextProducts .next-prev-icons .icon:before {
      content: "";
      background-repeat: no-repeat;
      background-size: 60%;
      display: block;
      width: 25px;
      height: 25px;
      position: absolute;
      left: 0;
      top: 0; }
    .productView-nextProducts .next-prev-icons .icon.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='%231e1e1e' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E");
      background-position: right 50%; }
    .productView-nextProducts .next-prev-icons .icon.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='%231e1e1e' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E");
      background-position: 0px 50%; }
  .productView-nextProducts .next-prev-modal {
    display: none;
    width: 350px;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 3;
    padding-top: 10px; }
    .productView-nextProducts .next-prev-modal.is-active {
      display: block; }
  .productView-nextProducts .next-prev-content {
    display: none;
    width: 100%;
    padding: 0;
    background-color: #fff;
    border-radius: 0;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1); }
    .productView-nextProducts .next-prev-content.is-show {
      display: block; }
  .productView-nextProducts .card {
    margin-bottom: 0; }
    .productView-nextProducts .card .card-image {
      display: table-cell;
      vertical-align: top;
      position: relative;
      overflow: hidden;
      z-index: 1;
      width: 70px;
      border: 0; }
      .productView-nextProducts .card .card-image .card-link {
        width: 100%; }
    .productView-nextProducts .card .card-content {
      display: table-cell;
      vertical-align: middle;
      width: calc(100% - 70px);
      padding: 10px 10px 10px 20px; }
      .productView-nextProducts .card .card-content .card-title {
        margin: 0 0 12px;
        margin-top: -3px;
        text-align: left; }
      .productView-nextProducts .card .card-content .card-price {
        line-height: 1;
        position: relative;
        margin: 0 0 16px;
        visibility: visible;
        margin-bottom: 0; }

.productView-optionsStock {
  font-size: 12px;
  font-weight: 400;
  font-style: italic;
  color: #881504;
  margin-top: -15px;
  margin-bottom: 20px; }

/* Bundle */
.halo-bundle-products {
  background: #ffffff;
  margin: 20px 0 50px 0;
  position: relative; }
  @media (min-width: 1025px) {
    .halo-bundle-products {
      margin: 45px 0 65px 0; } }
  .halo-bundle-products .halo-block-header .desc {
    margin-bottom: 7px;
    display: inline-block; }
  .halo-bundle-products .bundle-products-wrapper {
    display: block;
    margin-top: 45px; }
    @media (min-width: 768px) {
      .halo-bundle-products .bundle-products-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center; } }
  .halo-bundle-products .bundle-product-left {
    width: 100%; }
    @media (min-width: 768px) {
      .halo-bundle-products .bundle-product-left {
        width: calc(100% - 250px);
        max-width: 1220px; } }
    @media (min-width: 1025px) {
      .halo-bundle-products .bundle-product-left {
        width: calc(100% - 280px); } }
    @media (min-width: 1600px) {
      .halo-bundle-products .bundle-product-left {
        width: calc(100% - 320px); } }
  .halo-bundle-products .bundle-product-right {
    width: 100%;
    margin: 40px 0 0 0; }
    @media (min-width: 768px) {
      .halo-bundle-products .bundle-product-right {
        width: 220px;
        margin-top: 0; } }
    @media (min-width: 1025px) {
      .halo-bundle-products .bundle-product-right {
        width: 250px; } }
    @media (min-width: 1600px) {
      .halo-bundle-products .bundle-product-right {
        width: 290px; } }
  .halo-bundle-products .halo-product-list {
    width: auto; }
    @media (min-width: 1025px) {
      .halo-bundle-products .halo-product-list {
        padding-left: 50px;
        padding-right: 50px; } }
    @media (min-width: 1600px) {
      .halo-bundle-products .halo-product-list {
        padding-left: 100px;
        padding-right: 100px; } }
    .halo-bundle-products .halo-product-list .slick-list {
      margin: 0 -15px; }
    .halo-bundle-products .halo-product-list:not(.slick-initialized) {
      display: block;
      white-space: nowrap;
      overflow: hidden;
      font-size: 0;
      letter-spacing: 0;
      position: relative; }
      .halo-bundle-products .halo-product-list:not(.slick-initialized) .halo-product-item {
        display: inline-block;
        vertical-align: top;
        width: auto;
        opacity: 0;
        visibility: hidden; }
    .halo-bundle-products .halo-product-list .slick-prev {
      left: -5px; }
    .halo-bundle-products .halo-product-list .slick-next {
      right: -4px; }
  .halo-bundle-products .halo-product-item {
    padding: 0 15px; }
    .halo-bundle-products .halo-product-item .halo-product-image {
      position: relative; }
      .halo-bundle-products .halo-product-item .halo-product-image:after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #ffffff;
        opacity: .6;
        z-index: 1; }
    .halo-bundle-products .halo-product-item.isChecked .halo-product-image:after {
      display: none; }
  .halo-bundle-products .icon-plus {
    position: absolute;
    top: 50%;
    left: -23px;
    z-index: 10;
    display: none;
    vertical-align: top;
    width: 16px;
    height: 16px;
    transform: translateY(-50%); }
    .halo-bundle-products .icon-plus:before, .halo-bundle-products .icon-plus:after {
      content: "";
      background-color: #a0a0a0;
      position: absolute;
      top: 50%; }
    .halo-bundle-products .icon-plus:before {
      width: 16px;
      height: 2px;
      left: 100%;
      transform: translate3D(-100%, -50%, 0) rotate(0); }
    .halo-bundle-products .icon-plus:after {
      width: 2px;
      height: 16px;
      left: auto;
      right: 7px;
      transform: translate3D(0, -50%, 0) rotate(0); }
  .halo-bundle-products .halo-product-link {
    display: block;
    position: relative; }
  .halo-bundle-products .halo-product-container {
    display: block;
    position: relative; }
    .halo-bundle-products .halo-product-container img {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      opacity: 1;
      visibility: visible;
      border: 0;
      width: 100%;
      max-height: 100%;
      object-fit: contain;
      font-family: 'object-fit: contain;';
      transition: color 0.15s ease; }
    .halo-bundle-products .halo-product-container:before {
      content: '';
      display: block;
      height: 0;
      width: 100%;
      padding-bottom: 100%; }
  .halo-bundle-products .halo-product-content {
    padding: 37px 0 0 0; }
    .halo-bundle-products .halo-product-content .halo-detail-field input[type="checkbox"] {
      width: 1px;
      height: 11px;
      position: absolute; }
      .halo-bundle-products .halo-product-content .halo-detail-field input[type="checkbox"]:before, .halo-bundle-products .halo-product-content .halo-detail-field input[type="checkbox"]:after {
        display: none; }
  .halo-bundle-products .halo-detail-label {
    display: inline-block !important;
    vertical-align: top;
    padding: 0;
    margin: 0; }
    .halo-bundle-products .halo-detail-label:before {
      position: absolute;
      display: inline-block;
      vertical-align: top;
      top: 6px;
      border-radius: 0;
      width: 15px;
      height: 15px;
      background: transparent;
      -moz-border-radius: 1px;
      -webkit-border-radius: 1px;
      -ms-border-radius: 1px;
      border-radius: 1px; }
    .halo-bundle-products .halo-detail-label:after {
      content: '';
      height: 7px;
      width: 11px;
      position: absolute;
      top: 9px;
      left: 2px;
      border: 2px solid #fff;
      border-top: none;
      border-right: none;
      background-color: transparent;
      transform: rotate(-45deg);
      opacity: 0;
      display: inline-block; }
  .halo-bundle-products .halo-detail-checkbox[disable] + .halo-detail-label:before {
    border-color: #323232;
    background: #323232; }
  .halo-bundle-products .halo-detail-checkbox:checked + .halo-detail-label:before {
    border-color: #323232;
    background: #323232; }
  .halo-bundle-products .halo-detail-checkbox:checked + .halo-detail-label:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter: alpha(opacity=100);
    transform: scale(1) rotate(-45deg); }
  .halo-bundle-products .halo-detail-name {
    color: #15453c;
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
    padding: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis; }
    .halo-bundle-products .halo-detail-name .subtitle {
      position: absolute;
      top: -31px;
      color: #464646;
      font-size: 12px;
      font-weight: 400;
      font-style: italic;
      background-image: linear-gradient(transparent 96%, rgba(70, 70, 70, 0.3) 4%);
      background-repeat: repeat-x;
      background-position-y: -4px; }
    .halo-bundle-products .halo-detail-name .text {
      display: inline;
      padding: 0 0 0 23px; }
  .halo-bundle-products .halo-detai-price {
    line-height: 1;
    position: relative;
    margin: 10px 0 0 0;
    display: flex;
    justify-content: flex-start; }
    .halo-bundle-products .halo-detai-price > p {
      margin-bottom: 0; }
  .halo-bundle-products .halo-toggle-options {
    margin: 17px 0 0 0;
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    font-weight: 400;
    text-transform: unset;
    color: #7caa48;
    padding: 0;
    transition: unset;
    width: auto;
    background-image: linear-gradient(transparent 96%, #7caa48 4%);
    background-repeat: repeat-x;
    background-position-y: -1px; }
    @media (min-width: 1025px) {
      .halo-bundle-products .halo-toggle-options:hover {
        color: #4d878f;
        background-image: linear-gradient(transparent 96%, #4d878f 4%); } }
  .halo-bundle-products .halo-detail-options {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ffffff;
    z-index: 101;
    padding: 20px;
    width: 300px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: color 0.15s ease;
    padding: 0; }
    .halo-bundle-products .halo-detail-options .halo-option-close {
      position: absolute;
      top: 0px;
      right: 0px;
      width: 32px;
      height: 32px;
      z-index: 10;
      line-height: 1;
      text-align: center;
      pointer-events: auto;
      background-color: transparent;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 5px;
      color: #15453c;
      font-size: 28px; }
    .halo-bundle-products .halo-detail-options .alertBox-message {
      font-style: italic;
      line-height: 1.75;
      color: #f08584; }
    .halo-bundle-products .halo-detail-options .halo-detail-options-wrap {
      max-height: 290px;
      padding: 20px; }
    .halo-bundle-products .halo-detail-options .form-field {
      font-size: 0;
      margin: 0 0 15px 0;
      padding: 0; }
      .halo-bundle-products .halo-detail-options .form-field > .form-label small {
        color: #15453c;
        float: none;
        margin-left: 0; }
      .halo-bundle-products .halo-detail-options .form-field > .form-label [data-option-value] {
        color: #464646;
        font-size: 12px;
        font-weight: 400;
        font-style: italic;
        text-transform: capitalize;
        margin: 0 0 0 5px; }
      .halo-bundle-products .halo-detail-options .form-field + .form-field {
        margin-top: 0; }
      .halo-bundle-products .halo-detail-options .form-field input {
        font-size: 12px; }
    .halo-bundle-products .halo-detail-options.is-open {
      display: block; }
  .halo-bundle-products .halo-product-total {
    width: 100%;
    margin: 12px 0 0 0;
    display: block;
    text-align: center; }
    @media (min-width: 768px) {
      .halo-bundle-products .halo-product-total {
        max-width: 270px; } }
    .halo-bundle-products .halo-product-total .total-price {
      display: block;
      margin: 0 0 18px 0;
      font-size: 12px;
      color: #464646; }
      .halo-bundle-products .halo-product-total .total-price .text {
        background-image: linear-gradient(transparent 96%, rgba(70, 70, 70, 0.3) 4%);
        background-repeat: repeat-x;
        background-position-y: 0px;
        padding-bottom: 2px; }
    .halo-bundle-products .halo-product-total .price {
      font-size: 16px;
      font-weight: 600;
      color: #464646;
      margin: 0 0 0 10px; }
    .halo-bundle-products .halo-product-total .button {
      width: 100%; }
    .halo-bundle-products .halo-product-total .discount-text {
      margin-top: 16px;
      display: inline-block;
      width: 100%; }
      @media (min-width: 1025px) {
        .halo-bundle-products .halo-product-total .discount-text {
          padding: 0 25px; } }
  .halo-bundle-products .slick-dots li {
    margin-top: 42px; }
  .halo-bundle-products .slick-slide + .slick-active .halo-detail-options {
    left: 15px;
    transform: translateY(-50%); }
  .halo-bundle-products .slick-active {
    position: relative; }
    .halo-bundle-products .slick-active + .slick-active .icon-plus {
      display: inline-block; }
    .halo-bundle-products .slick-active:first-of-type .halo-detail-options {
      left: 15px;
      transform: translateY(-50%); }
    .halo-bundle-products .slick-active:last-of-type .halo-detail-options {
      left: auto;
      right: 15px;
      transform: translateY(-50%); }
    .halo-bundle-products .slick-active + .slick-slide .halo-detail-options {
      left: auto;
      right: 15px;
      transform: translateY(-50%); }
  .halo-bundle-products.halo-block-disable .loadingOverlay {
    display: block;
    left: 0;
    right: 0;
    width: 100%; }

.modal--previewMini2 .modal-header-title {
  font-size: 14px;
  font-weight: 400; }

.modal--previewMini2 .modal-body {
  padding: 25px 20px 20px 20px; }

.modal--previewMini2 .previewCartCheckout2 {
  float: left;
  width: 100%;
  background: none;
  padding: 0; }
  .modal--previewMini2 .previewCartCheckout2 .button {
    max-width: 240px;
    margin: 0 auto; }
  .modal--previewMini2 .previewCartCheckout2 .previewCartCheckout-autoClose {
    font-size: 12px;
    margin-bottom: 0; }

/* Description */
.productView-description .productView-description-title {
  margin-bottom: 27px; }

.productView-description .tabs {
  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; }
  @media (max-width: 767px) {
    .productView-description .tabs.tab-horizontal {
      display: none; } }
  .productView-description .tabs.tab-vertical {
    display: none; }
  .productView-description .tabs .custom_tab {
    display: none; }
    .productView-description .tabs .custom_tab.show {
      display: inline-block; }
  .productView-description .tabs .tab {
    width: calc(25% + 1px);
    margin-bottom: 10px; }
    .productView-description .tabs .tab:first-child {
      width: 25%; }
    .productView-description .tabs .tab.four {
      width: calc(25% + 1px); }
      .productView-description .tabs .tab.four:first-child {
        width: 25%; }
    @media (min-width: 768px) {
      .productView-description .tabs .tab.five {
        width: calc(20% + 1px); }
        .productView-description .tabs .tab.five:first-child {
          width: 20%; } }
    @media (min-width: 1025px) {
      .productView-description .tabs .tab.five {
        width: calc(20% + 1px); }
        .productView-description .tabs .tab.five:first-child {
          width: 20%; } }
    @media (min-width: 768px) {
      .productView-description .tabs .tab.six {
        width: calc(25% + 1px); }
        .productView-description .tabs .tab.six:first-child {
          width: 25%; } }
    @media (min-width: 1025px) {
      .productView-description .tabs .tab.six {
        width: calc(16.6667% + 1px); }
        .productView-description .tabs .tab.six:first-child {
          width: 16.6667%; } }
    .productView-description .tabs .tab .tab-title {
      text-overflow: ellipsis;
      overflow: hidden; }

.productView-description #tab-custom {
  display: none;
  width: 100%; }
  .productView-description #tab-custom.is-active {
    display: inline-block; }

.productView-description .tabs-contents {
  margin-top: 10px; }
  @media (min-width: 1025px) {
    .productView-description .tabs-contents.tab-horizontal {
      margin-bottom: 2px; } }
  @media (max-width: 767px) {
    .productView-description .tabs-contents.tab-horizontal {
      margin-bottom: 0; } }
  @media (max-width: 767px) {
    .productView-description .tabs-contents.tab-horizontal .toggle-title .toggleLink {
      padding-bottom: 13px; } }
  @media (min-width: 768px) {
    .productView-description .tabs-contents.tab-horizontal .tab-content {
      padding-top: 22px;
      padding-bottom: 40px; } }
  @media (max-width: 767px) {
    .productView-description .tabs-contents.tab-horizontal .tab-content {
      display: block;
      padding: 0; } }
  .productView-description .tabs-contents.tab-horizontal .tab-content .tab-content-inner {
    position: relative; }
    @media (max-width: 767px) {
      .productView-description .tabs-contents.tab-horizontal .tab-content .tab-content-inner {
        margin-top: 10px;
        overflow: hidden;
        display: none;
        width: 100%; }
        .productView-description .tabs-contents.tab-horizontal .tab-content .tab-content-inner.is-open {
          display: inline-block; } }
    .productView-description .tabs-contents.tab-horizontal .tab-content .tab-content-inner p {
      margin-bottom: 27px; }
    .productView-description .tabs-contents.tab-horizontal .tab-content .tab-content-inner .productView-info {
      margin-bottom: 40px; }
    .productView-description .tabs-contents.tab-horizontal .tab-content .tab-content-inner .custom-tab {
      margin-bottom: 5px; }
  .productView-description .tabs-contents.tab-horizontal .tab-content #tab-warranty-content {
    margin-bottom: 12px; }
  .productView-description .tabs-contents.tab-horizontal .custom_tab {
    display: none; }
  .productView-description .tabs-contents .toggle-title {
    width: 100%;
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .productView-description .tabs-contents .toggle-title {
        display: none; } }
    .productView-description .tabs-contents .toggle-title .toggleLink {
      width: 100%;
      font-size: 14px;
      font-weight: 500;
      color: #15453c;
      padding-top: 13px;
      padding-bottom: 11px;
      border-top: 1px solid #c5c5cf; }
      .productView-description .tabs-contents .toggle-title .toggleLink .icon {
        float: right;
        width: 1.25rem;
        height: 1.25rem;
        margin-top: 6px; }
        .productView-description .tabs-contents .toggle-title .toggleLink .icon svg {
          width: 1.25rem;
          height: 0.91667rem; }
      .productView-description .tabs-contents .toggle-title .toggleLink.is-open .icon {
        -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg); }
  .productView-description .tabs-contents h1, .productView-description .tabs-contents h2, .productView-description .tabs-contents h3, .productView-description .tabs-contents h4, .productView-description .tabs-contents h5, .productView-description .tabs-contents h6 {
    font-weight: 600;
    margin-bottom: 12px;
    display: inline-block;
    text-transform: capitalize; }
    @media (min-width: 551px) {
      .productView-description .tabs-contents h1, .productView-description .tabs-contents h2, .productView-description .tabs-contents h3, .productView-description .tabs-contents h4, .productView-description .tabs-contents h5, .productView-description .tabs-contents h6 {
        margin-bottom: 16px; } }
  .productView-description .tabs-contents p {
    line-height: 22px;
    margin-bottom: 2.25rem; }
    .productView-description .tabs-contents p:last-child {
      margin-bottom: 0; }
    .productView-description .tabs-contents p + .paragraphTable {
      margin-top: 33px;
      margin-bottom: 0; }
    .productView-description .tabs-contents p + h1, .productView-description .tabs-contents p + h2, .productView-description .tabs-contents p + h3, .productView-description .tabs-contents p + h4, .productView-description .tabs-contents p + h5, .productView-description .tabs-contents p + h6 {
      margin-top: 5px; }
  .productView-description .tabs-contents .paragraphTable {
    margin-top: 5px;
    border: none; }
    .productView-description .tabs-contents .paragraphTable tr:nth-child(2n+1) {
      background: #f7f7f9; }
    .productView-description .tabs-contents .paragraphTable td {
      padding: 10px 15px; }
      .productView-description .tabs-contents .paragraphTable td + td {
        border-left: none; }
  .productView-description .tabs-contents em strong {
    font-style: italic; }
  .productView-description .tabs-contents strong {
    color: #15453c;
    font-weight: 500;
    font-size: 12px;
    font-family: "Signika", sans-serif; }
  .productView-description .tabs-contents ul, .productView-description .tabs-contents ol {
    margin-left: 12px;
    margin-bottom: 25px; }
    .productView-description .tabs-contents ul li, .productView-description .tabs-contents ol li {
      padding: 5px 0px 5px 3px; }
  .productView-description .tabs-contents ul li::marker {
    color: rgba(70, 70, 70, 0.7);
    font-size: 1.08333rem; }
  .productView-description .tabs-contents blockquote {
    background: #fafafa;
    padding: 24px 25px;
    margin-top: 5px;
    margin-bottom: 8px;
    display: inline-block;
    width: 100%;
    position: relative;
    border-left: 5px solid #e13f3f;
    font-size: 12px;
    font-style: italic;
    line-height: 24px;
    margin-bottom: 35px; }
  .productView-description .tabs-contents .custom-product-description {
    margin-top: 55px; }
    .productView-description .tabs-contents .custom-product-description .product-description-content {
      display: inline-block;
      width: 100%; }
    @media (min-width: 551px) {
      .productView-description .tabs-contents .custom-product-description .product-img {
        width: 50%; } }
    @media (min-width: 1200px) {
      .productView-description .tabs-contents .custom-product-description .product-img {
        width: 55%; } }
    @media (min-width: 551px) {
      .productView-description .tabs-contents .custom-product-description .product-tab {
        width: 50%; } }
    @media (min-width: 1200px) {
      .productView-description .tabs-contents .custom-product-description .product-tab {
        width: 45%; } }
    .productView-description .tabs-contents .custom-product-description .product-tab .tabs {
      margin-left: 0; }
      .productView-description .tabs-contents .custom-product-description .product-tab .tabs .custom-field-tab {
        display: none; }
        .productView-description .tabs-contents .custom-product-description .product-tab .tabs .custom-field-tab.has-custom-field {
          display: inline-block; }
  .productView-description .tabs-contents #productReviews-list {
    margin-left: 0;
    margin-bottom: 10px; }
    .productView-description .tabs-contents #productReviews-list .productReview {
      padding: 35px 0 0 0;
      width: 100%; }
      @media (min-width: 551px) {
        .productView-description .tabs-contents #productReviews-list .productReview {
          padding: 47px 0 0 0; } }
      .productView-description .tabs-contents #productReviews-list .productReview:first-child {
        padding-top: 0; }
      .productView-description .tabs-contents #productReviews-list .productReview:last-child {
        padding-bottom: 35px; }
      .productView-description .tabs-contents #productReviews-list .productReview .productReview-title {
        margin-bottom: 3px;
        margin-right: 18px;
        font-weight: 500;
        font-style: italic; }
      .productView-description .tabs-contents #productReviews-list .productReview .productReview-author {
        margin-bottom: 15px; }
      .productView-description .tabs-contents #productReviews-list .productReview .productReview-body {
        margin-bottom: 0; }
  .productView-description .tabs-contents #tab-description > .custom-tab, .productView-description .tabs-contents #tab-description > .spec-tab {
    display: none; }
  .productView-description .tabs-contents #tab-description .description_showmore {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px; }
    .productView-description .tabs-contents #tab-description .description_showmore.hide {
      display: none; }
    @media (min-width: 768px) {
      .productView-description .tabs-contents #tab-description .description_showmore {
        display: none; } }
    .productView-description .tabs-contents #tab-description .description_showmore .show_more {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      padding: 50px 0 20px 0;
      background-color: rgba(255, 255, 255, 0.9);
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 12%, rgba(255, 255, 255, 0.9) 34%, rgba(255, 255, 255, 0.96) 57%, #fff 73%); }
      .productView-description .tabs-contents #tab-description .description_showmore .show_more.hide {
        display: none; }
    .productView-description .tabs-contents #tab-description .description_showmore .show_less.hide {
      display: none; }
    .productView-description .tabs-contents #tab-description .description_showmore .button {
      width: 160px; }

.productView-description .custom-description .description-2-col {
  margin-bottom: 25px;
  margin-top: 15px; }
  @media (min-width: 551px) {
    .productView-description .custom-description .description-2-col {
      margin-bottom: 35px; } }
  .productView-description .custom-description .description-2-col .container {
    max-width: 1130px;
    padding: 0 15px; }
  .productView-description .custom-description .description-2-col .col {
    width: 100%; }
    @media (min-width: 551px) {
      .productView-description .custom-description .description-2-col .col {
        width: 50%;
        float: left; }
        .productView-description .custom-description .description-2-col .col.col-1 {
          padding-right: 30px; }
        .productView-description .custom-description .description-2-col .col.col-2 {
          padding-left: 30px; } }
    @media (min-width: 1281px) {
      .productView-description .custom-description .description-2-col .col.col-1 {
        padding-right: 50px; }
      .productView-description .custom-description .description-2-col .col.col-2 {
        padding-left: 50px; } }
    @media (max-width: 550px) {
      .productView-description .custom-description .description-2-col .col.col-2 {
        margin-top: 32px; } }

.productView-description .custom-description .description-parallax {
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden; }
  @media (min-width: 551px) {
    .productView-description .custom-description .description-parallax {
      margin-top: 30px;
      margin-bottom: 30px; } }
  .productView-description .custom-description .description-parallax > img {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    position: absolute; }
    @media (min-width: 551px) {
      .productView-description .custom-description .description-parallax > img {
        top: auto; } }
    @media (max-width: 1024px) {
      .productView-description .custom-description .description-parallax > img {
        min-height: 700px;
        object-fit: cover; } }
    @media (max-width: 551px) {
      .productView-description .custom-description .description-parallax > img {
        transform: none !important;
        min-height: 350px; } }
  .productView-description .custom-description .description-parallax .parallax-content {
    padding: 1.25rem 0;
    position: relative; }
    @media (min-width: 551px) {
      .productView-description .custom-description .description-parallax .parallax-content {
        padding: 8.33333rem 0; } }
    @media (min-width: 1025px) {
      .productView-description .custom-description .description-parallax .parallax-content {
        padding: 12.5rem 0; } }
    @media (min-width: 1281px) {
      .productView-description .custom-description .description-parallax .parallax-content {
        padding: 15rem 0; } }
    @media (min-width: 1441px) {
      .productView-description .custom-description .description-parallax .parallax-content {
        padding: 16.66667rem 0; } }
    @media (min-width: 1600px) {
      .productView-description .custom-description .description-parallax .parallax-content {
        padding: 21.75rem 0; } }
    @media (max-width: 551px) {
      .productView-description .custom-description .description-parallax .parallax-content {
        min-height: 350px;
        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; } }
    .productView-description .custom-description .description-parallax .parallax-content * {
      color: white; }
    .productView-description .custom-description .description-parallax .parallax-content .parallax-content-inner {
      max-width: 600px; }
      @media (min-width: 1025px) {
        .productView-description .custom-description .description-parallax .parallax-content .parallax-content-inner {
          max-width: 420px; } }
    .productView-description .custom-description .description-parallax .parallax-content .sub-heading {
      font-weight: 400; }
    .productView-description .custom-description .description-parallax .parallax-content .heading {
      margin-bottom: 20px;
      display: inline-block;
      width: 100%; }
      @media (min-width: 1025px) {
        .productView-description .custom-description .description-parallax .parallax-content .heading {
          margin-bottom: 30px;
          line-height: 38px; } }
    .productView-description .custom-description .description-parallax .parallax-content .desc {
      font-size: 12px;
      margin-bottom: 1.5rem; }
      @media (min-width: 1025px) {
        .productView-description .custom-description .description-parallax .parallax-content .desc {
          font-size: 14px;
          margin-bottom: 2.33333rem; } }
      .productView-description .custom-description .description-parallax .parallax-content .desc:last-child {
        margin-bottom: 0; }

.productView-description .custom-description .description-text {
  margin-top: 20px;
  margin-bottom: 20px; }
  @media (min-width: 551px) {
    .productView-description .custom-description .description-text {
      margin-top: 30px;
      margin-bottom: 30px; } }

.productView-description .custom-description .description-custom-block {
  margin-top: 27px;
  margin-bottom: 20px; }
  @media (min-width: 551px) {
    .productView-description .custom-description .description-custom-block {
      margin-top: 37px; } }
  .productView-description .custom-description .description-custom-block .col {
    float: left;
    width: 100%; }
    @media (min-width: 992px) {
      .productView-description .custom-description .description-custom-block .col {
        width: 50%; } }
    .productView-description .custom-description .description-custom-block .col.content h3 {
      line-height: 34px; }
    .productView-description .custom-description .description-custom-block .col.content ul {
      margin-top: 5px;
      display: inline-block;
      width: 100%;
      margin-bottom: 20px; }
    .productView-description .custom-description .description-custom-block .col.content .button {
      min-width: 182px;
      margin-top: 15px; }
  .productView-description .custom-description .description-custom-block .img .img-animate-hvr {
    position: relative; }
    .productView-description .custom-description .description-custom-block .img .img-animate-hvr:after {
      content: "";
      position: absolute;
      width: 100%;
      height: 0;
      bottom: 0;
      left: 0;
      z-index: 4;
      transform: none;
      transition: all 0.3s ease;
      background-color: rgba(0, 0, 0, 0.5);
      background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.5) 100%); }
    .productView-description .custom-description .description-custom-block .img .img-animate-hvr:hover:after {
      height: 100%; }
  .productView-description .custom-description .description-custom-block .description-custom-block-inner {
    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; }
  .productView-description .custom-description .description-custom-block.custom-block-img-left .container {
    max-width: 1320px; }
    @media (min-width: 1025px) {
      .productView-description .custom-description .description-custom-block.custom-block-img-left .container {
        padding: 0 30px; } }
  .productView-description .custom-description .description-custom-block.custom-block-img-left .img {
    text-align: center; }
    @media (min-width: 992px) {
      .productView-description .custom-description .description-custom-block.custom-block-img-left .img {
        padding-right: 30px; } }
    @media (min-width: 1025px) {
      .productView-description .custom-description .description-custom-block.custom-block-img-left .img {
        padding-right: 60px; } }
    @media (min-width: 1600px) {
      .productView-description .custom-description .description-custom-block.custom-block-img-left .img {
        padding-right: 80px; } }
    @media (max-width: 991px) {
      .productView-description .custom-description .description-custom-block.custom-block-img-left .img {
        padding-bottom: 30px; } }
  @media (min-width: 1025px) {
    .productView-description .custom-description .description-custom-block.custom-block-img-left .content {
      padding-left: 60px; } }
  @media (min-width: 1600px) {
    .productView-description .custom-description .description-custom-block.custom-block-img-left .content {
      padding-left: 80px; } }
  .productView-description .custom-description .description-custom-block.custom-block-img-right .container {
    max-width: 1430px; }
    @media (min-width: 1025px) {
      .productView-description .custom-description .description-custom-block.custom-block-img-right .container {
        padding: 0 30px; } }
  .productView-description .custom-description .description-custom-block.custom-block-img-right .img {
    text-align: center; }
    @media (min-width: 992px) {
      .productView-description .custom-description .description-custom-block.custom-block-img-right .img {
        text-align: right;
        padding-right: 30px; } }
    @media (min-width: 1025px) {
      .productView-description .custom-description .description-custom-block.custom-block-img-right .img {
        padding-right: 60px; } }
  @media (max-width: 991px) {
    .productView-description .custom-description .description-custom-block.custom-block-img-right .content {
      margin-bottom: 50px; } }
  @media (min-width: 992px) {
    .productView-description .custom-description .description-custom-block.custom-block-img-right .content * {
      max-width: 500px; } }
  .productView-description .custom-description .description-custom-block.has-video .description-custom-block-inner {
    background: #fafafa; }
    @media (max-width: 1024px) and (min-width: 551px) {
      .productView-description .custom-description .description-custom-block.has-video .description-custom-block-inner {
        -ms-flex-pack: flex-end;
        -webkit-justify-content: flex-end;
        justify-content: flex-end; } }
    .productView-description .custom-description .description-custom-block.has-video .description-custom-block-inner .img {
      background: #fff; }
      @media (min-width: 1025px) {
        .productView-description .custom-description .description-custom-block.has-video .description-custom-block-inner .img {
          padding-right: 60px; } }
      .productView-description .custom-description .description-custom-block.has-video .description-custom-block-inner .img .video-link {
        font-size: 0;
        position: relative;
        display: inline-block;
        width: 100%; }
        .productView-description .custom-description .description-custom-block.has-video .description-custom-block-inner .img .video-link .video-icon {
          width: 130px;
          height: 130px;
          position: absolute;
          top: 50%;
          left: 50%;
          width: 60px;
          height: 60px;
          transform: translate(-50%, -50%);
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%); }
          .productView-description .custom-description .description-custom-block.has-video .description-custom-block-inner .img .video-link .video-icon svg {
            width: 100%;
            height: 100%;
            fill: white;
            stroke: white; }
    .productView-description .custom-description .description-custom-block.has-video .description-custom-block-inner .content {
      padding: 20px 20px; }
      @media (min-width: 1025px) {
        .productView-description .custom-description .description-custom-block.has-video .description-custom-block-inner .content {
          padding-left: 60px;
          padding-right: 60px; } }
      @media (min-width: 1600px) {
        .productView-description .custom-description .description-custom-block.has-video .description-custom-block-inner .content {
          padding-left: 100px;
          padding-right: 100px; } }
      @media (max-width: 1024px) and (min-width: 551px) {
        .productView-description .custom-description .description-custom-block.has-video .description-custom-block-inner .content {
          float: right; } }
      .productView-description .custom-description .description-custom-block.has-video .description-custom-block-inner .content .slick-dots {
        margin-bottom: 0; }
        .productView-description .custom-description .description-custom-block.has-video .description-custom-block-inner .content .slick-dots li {
          width: 37px;
          height: 3px; }
          .productView-description .custom-description .description-custom-block.has-video .description-custom-block-inner .content .slick-dots li button {
            width: 32px;
            height: 3px;
            background: #cecece;
            border-radius: 0;
            position: unset; }
          .productView-description .custom-description .description-custom-block.has-video .description-custom-block-inner .content .slick-dots li.slick-active button, .productView-description .custom-description .description-custom-block.has-video .description-custom-block-inner .content .slick-dots li:hover button {
            background: transparent;
            border: 1px solid #1e1e1e;
            background: #1e1e1e; }
  .productView-description .custom-description .description-custom-block .block-list .item {
    text-align: center;
    background: #fafafa;
    display: none; }
    .productView-description .custom-description .description-custom-block .block-list .item:first-child, .productView-description .custom-description .description-custom-block .block-list .item.slick-slide {
      display: inline-block; }
    .productView-description .custom-description .description-custom-block .block-list .item .info-user {
      font-size: 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;
      margin-bottom: 35px; }
      .productView-description .custom-description .description-custom-block .block-list .item .info-user .icon-user {
        width: 64px;
        display: inline-block; }
      .productView-description .custom-description .description-custom-block .block-list .item .info-user .info {
        display: inline-block;
        font-size: 12px;
        vertical-align: top;
        text-align: left;
        padding-left: 20px; }
        .productView-description .custom-description .description-custom-block .block-list .item .info-user .info * {
          display: inline-block;
          width: 100%;
          vertical-align: top; }
        .productView-description .custom-description .description-custom-block .block-list .item .info-user .info h4 {
          font-size: 16px;
          line-height: 24px;
          font-weight: 700;
          margin-bottom: 0;
          text-transform: uppercase; }
        .productView-description .custom-description .description-custom-block .block-list .item .info-user .info span {
          margin-top: -3px;
          line-height: 20px;
          font-style: italic; }
    .productView-description .custom-description .description-custom-block .block-list .item .title {
      margin-bottom: 22px; }
    .productView-description .custom-description .description-custom-block .block-list .item .desc p {
      margin-bottom: 25px; }
      .productView-description .custom-description .description-custom-block .block-list .item .desc p:last-child {
        margin-bottom: 0; }

.productView-description > .custom-tab {
  margin-top: 35px;
  margin-bottom: 25px;
  display: inline-block;
  width: 100%; }

#product-reviews {
  margin-bottom: 0; }
  #product-reviews .toggle-title {
    color: #464646;
    font-size: 12px;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    text-transform: capitalize;
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 37px;
    display: inline-block; }
    #product-reviews .toggle-title .reviews-title {
      display: none; }
    #product-reviews .toggle-title .toggleLink {
      border-top: 0;
      font-size: 12px; }
    #product-reviews .toggle-title .reviews-total {
      line-height: 24px;
      display: inline-block; }
    #product-reviews .toggle-title .btn-createReview {
      display: inline-block; }
      #product-reviews .toggle-title .btn-createReview .button {
        max-width: 186px;
        width: 100%;
        border: none;
        padding: 0;
        color: #7caa48;
        text-transform: capitalize;
        font-weight: 500;
        font-size: 1rem;
        margin-left: 18px;
        background: none;
        border: none;
        line-height: 24px;
        margin-top: -1px; }
        #product-reviews .toggle-title .btn-createReview .button:hover, #product-reviews .toggle-title .btn-createReview .button:active, #product-reviews .toggle-title .btn-createReview .button:focus {
          background: none;
          border: none;
          color: #4d878f; }
        #product-reviews .toggle-title .btn-createReview .button svg {
          width: 14px;
          height: 16px;
          margin-right: 7px;
          margin-bottom: -1px; }
  #product-reviews #productReviews-content {
    padding-top: 0; }
    #product-reviews #productReviews-content .alert {
      margin-bottom: 15px; }
    #product-reviews #productReviews-content .pagination {
      max-width: 100%;
      padding-top: 2px; }
      #product-reviews #productReviews-content .pagination .pagination-info {
        display: none; }
      #product-reviews #productReviews-content .pagination .pagination-list {
        text-align: left;
        margin-left: 0;
        margin-bottom: 30px; }
        #product-reviews #productReviews-content .pagination .pagination-list li:first-child {
          padding-left: 0; }

.reviews-not-tab #product-reviews {
  margin-top: 40px;
  margin-bottom: 22px;
  border-top: 0; }
  .reviews-not-tab #product-reviews .reviews-title {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    color: #464646;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 22px; }
  .reviews-not-tab #product-reviews .toggle-title {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px; }
  .reviews-not-tab #product-reviews #productReviews-content {
    margin-bottom: 42px; }

.shipping-not-tab, .custom-tab-not-tab, .warranty-not-tab, .custom-fields-not-tab {
  margin-bottom: 40px;
  display: none; }

.custom-tab-not-tab {
  margin-bottom: 50px; }

.warranty-not-tab {
  margin-bottom: 42px; }

.custom-fields-not-tab {
  margin-bottom: 40px; }

/* Customer Also Viewed */
@media (max-width: 1024px) {
  #tab-related .page-heading, #tab-similar .page-heading {
    margin-bottom: 30px; } }

#tab-related {
  margin-top: 30px;
  margin-bottom: 50px; }
  #tab-related + #tab-similar {
    margin-top: 25px; }
    @media (min-width: 1025px) {
      #tab-related + #tab-similar {
        margin-top: 45px; } }

#tab-similar {
  margin-top: 30px;
  margin-bottom: 60px; }
  @media (min-width: 1025px) {
    #tab-similar {
      margin-bottom: 100px; } }

.module-wrapper {
  display: inline-block;
  width: 100%; }

/* Sticky Add To Cart */
#sticky_addtocart {
  position: fixed;
  left: 0;
  right: 0;
  top: 75px;
  width: 100%;
  z-index: -1;
  padding: 10px 0;
  text-align: center;
  background: white;
  transition: all 0.5s ease;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden; }
  @media (min-width: 551px) {
    #sticky_addtocart {
      padding: 5px 0; } }
  #sticky_addtocart > .container {
    position: unset; }
    #sticky_addtocart > .container:before, #sticky_addtocart > .container:after {
      content: none; }
    #sticky_addtocart > .container .item-wrap {
      display: flex;
      position: static;
      align-items: center;
      justify-content: center;
      justify-content: space-between; }
    #sticky_addtocart > .container .item {
      width: 100%;
      padding: 0 10px;
      display: inline-block; }
      @media (min-width: 551px) {
        #sticky_addtocart > .container .item {
          width: 66.66%; } }
      @media (min-width: 992px) {
        #sticky_addtocart > .container .item {
          padding: 0 15px; } }
      @media (min-width: 1025px) {
        #sticky_addtocart > .container .item {
          width: 50%; } }
      #sticky_addtocart > .container .item:first-child {
        display: none;
        padding-left: 0; }
        @media (min-width: 551px) {
          #sticky_addtocart > .container .item:first-child {
            display: inline-block; } }
        @media (min-width: 551px) and (max-width: 767px) {
          #sticky_addtocart > .container .item:first-child {
            width: calc(100% - 175px); } }
        #sticky_addtocart > .container .item:first-child .product-content {
          padding-left: 20px; }
      #sticky_addtocart > .container .item:last-child {
        padding-right: 0; }
        @media (min-width: 551px) and (max-width: 767px) {
          #sticky_addtocart > .container .item:last-child {
            width: 175px; } }
        @media (max-width: 550px) {
          #sticky_addtocart > .container .item:last-child {
            padding-left: 0; } }
      #sticky_addtocart > .container .item.has-countDown {
        width: 100%; }
        @media (min-width: 551px) {
          #sticky_addtocart > .container .item.has-countDown {
            width: 60%; } }
        @media (min-width: 768px) {
          #sticky_addtocart > .container .item.has-countDown {
            width: 40%; }
            #sticky_addtocart > .container .item.has-countDown:first-child {
              width: 32%; } }
        @media (min-width: 992px) {
          #sticky_addtocart > .container .item.has-countDown {
            width: 38%; } }
        @media (min-width: 1400px) {
          #sticky_addtocart > .container .item.has-countDown {
            width: 40%; } }
        @media (min-width: 1600px) {
          #sticky_addtocart > .container .item.has-countDown {
            width: 33.33%; } }
      #sticky_addtocart > .container .item.product-info .productView-title {
        margin-bottom: 0;
        font-size: 14px;
        font-weight: 500;
        color: #15453c;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        overflow: hidden;
        position: relative;
        word-wrap: break-word;
        -webkit-line-clamp: 1;
        text-overflow: ellipsis; }
        #sticky_addtocart > .container .item.product-info .productView-title .color-name {
          color: #787878; }
      #sticky_addtocart > .container .item.count-down {
        display: none; }
        @media (min-width: 768px) {
          #sticky_addtocart > .container .item.count-down {
            width: 28%; } }
        @media (min-width: 992px) {
          #sticky_addtocart > .container .item.count-down {
            width: 30%; } }
        @media (min-width: 1400px) {
          #sticky_addtocart > .container .item.count-down {
            width: 20%; } }
        @media (min-width: 1600px) {
          #sticky_addtocart > .container .item.count-down {
            width: 33.33%; } }
        #sticky_addtocart > .container .item.count-down.has-countDown {
          display: none; }
          @media (min-width: 768px) {
            #sticky_addtocart > .container .item.count-down.has-countDown {
              display: inline-block; } }
      #sticky_addtocart > .container .item .productCountDown {
        margin: 0;
        text-align: center; }
        #sticky_addtocart > .container .item .productCountDown .CountDownText {
          display: inline-block;
          padding-top: 2px;
          margin-right: 10px;
          background-position-y: -1px; }
        #sticky_addtocart > .container .item .productCountDown .product-count-down {
          display: inline-block; }
      #sticky_addtocart > .container .item .countDowntimer2 .clock-item {
        background: none;
        border: none;
        padding: 0;
        color: #15453c;
        margin-bottom: 0;
        display: inline-block; }
      #sticky_addtocart > .container .item.item-right {
        text-align: right; }
        @media (min-width: 551px) and (max-width: 767px) {
          #sticky_addtocart > .container .item.item-right {
            width: 40%; } }
        #sticky_addtocart > .container .item.item-right .productView-price {
          margin-top: 2px;
          margin-bottom: 0;
          margin-right: 15px;
          line-height: 22px;
          display: none; }
          @media (min-width: 768px) {
            #sticky_addtocart > .container .item.item-right .productView-price {
              display: inline-block; } }
          @media (min-width: 1281px) {
            #sticky_addtocart > .container .item.item-right .productView-price {
              margin-right: 30px; } }
          #sticky_addtocart > .container .item.item-right .productView-price .price-section {
            margin-bottom: 0;
            font-size: 14px;
            font-weight: 400; }
            #sticky_addtocart > .container .item.item-right .productView-price .price-section.price-section--saving {
              display: none !important; }
  #sticky_addtocart .productView-countDown {
    display: none; }
    @media (min-width: 1025px) {
      #sticky_addtocart .productView-countDown {
        display: inline-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 .product-wrapper {
    display: table;
    text-align: left; }
    #sticky_addtocart .product-wrapper > .product-image {
      display: table-cell;
      vertical-align: middle;
      width: 60px;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border: 1px solid #f0f0f0; }
      #sticky_addtocart .product-wrapper > .product-image img {
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border: 4px solid #ffffff; }
    #sticky_addtocart .product-wrapper > .product-content {
      display: table-cell;
      vertical-align: middle;
      padding-left: 10px; }
    #sticky_addtocart .product-wrapper .productView-price {
      font-size: 12px;
      margin-bottom: 0; }
      #sticky_addtocart .product-wrapper .productView-price .price-section {
        font-size: 12px; }
  #sticky_addtocart .form-field--increments {
    margin: 0px 15px 0 0;
    font-size: 0;
    display: none; }
    @media (min-width: 1025px) {
      #sticky_addtocart .form-field--increments {
        display: inline-block; } }
    #sticky_addtocart .form-field--increments .form-increment .form-input--incrementTotal {
      width: 80px;
      padding-top: 1px;
      height: 40px; }
      @media (min-width: 1025px) {
        #sticky_addtocart .form-field--increments .form-increment .form-input--incrementTotal {
          width: 102px; } }
    #sticky_addtocart .form-field--increments .form-increment .button[data-action="inc"] {
      top: 8px; }
    #sticky_addtocart .form-field--increments .form-increment .button[data-action="dec"] {
      bottom: 8px; }
    #sticky_addtocart .form-field--increments .form-label {
      display: none; }
  #sticky_addtocart .form-action {
    position: relative;
    width: 100%;
    height: 100%;
    display: inline-block;
    height: 40px; }
    @media (min-width: 551px) {
      #sticky_addtocart .form-action {
        max-width: 130px; } }
    @media (min-width: 992px) {
      #sticky_addtocart .form-action {
        max-width: 160px; } }
    @media (min-width: 1600px) {
      #sticky_addtocart .form-action {
        max-width: 200px; } }
    #sticky_addtocart .form-action input {
      margin-bottom: 0;
      width: 100%; }
    #sticky_addtocart .form-action .button {
      width: 100%;
      margin: 0;
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      opacity: 1;
      visibility: visible;
      z-index: 5;
      padding: 12px 10px;
      text-transform: none;
      font-weight: 500; }
      @media (min-width: 992px) {
        #sticky_addtocart .form-action .button {
          padding: 12px 15px; } }
      #sticky_addtocart .form-action .button.is-active {
        opacity: 0;
        visibility: hidden; }
  #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: -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;
    height: 40px; }
    #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); }
      @media (min-width: 551px) {
        #sticky_addtocart .form .pop-up-option {
          padding: 40px 0px 20px 0px; } }
      @media (min-width: 1025px) {
        #sticky_addtocart .form .pop-up-option {
          padding: 30px 0px 15px 0px; } }
      #sticky_addtocart .form .pop-up-option.is-open {
        visibility: visible;
        opacity: 1; }
      #sticky_addtocart .form .pop-up-option .data-product-name {
        display: block;
        padding-top: 10px;
        margin-bottom: 20px;
        padding-bottom: 10px;
        border-bottom: 1px solid #f8f8f8; }
        @media (min-width: 551px) {
          #sticky_addtocart .form .pop-up-option .data-product-name {
            display: none; } }
        #sticky_addtocart .form .pop-up-option .data-product-name .productView-title {
          font-size: 13px;
          margin-bottom: 0px; }
        #sticky_addtocart .form .pop-up-option .data-product-name .productView-price {
          display: inline-block;
          height: auto;
          line-height: unset; }
        #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%;
        max-height: 300px; }
        @media (min-width: 551px) {
          #sticky_addtocart .form .pop-up-option .data-product-option {
            position: relative; } }
      #sticky_addtocart .form .pop-up-option .form-field {
        width: 100%;
        font-size: 12px;
        margin: 0 0 15px 0;
        display: block;
        vertical-align: top;
        position: relative; }
        @media (min-width: 551px) {
          #sticky_addtocart .form .pop-up-option .form-field {
            font-size: 12px;
            margin: 0 0 20px 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;
          width: 100%;
          margin-bottom: 7px; }
          @media (min-width: 551px) {
            #sticky_addtocart .form .pop-up-option .form-field .form-label {
              display: inline-block;
              vertical-align: middle; } }
          #sticky_addtocart .form .pop-up-option .form-field .form-label > small {
            float: none; }
        #sticky_addtocart .form .pop-up-option .form-field > .form-checkbox + .form-label {
          display: inline;
          width: auto; }
        #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 .form-select {
          max-width: 530px; }
      #sticky_addtocart .form .pop-up-option .close {
        font-size: 20px;
        color: #15453c;
        position: absolute;
        right: 14px;
        width: 20px;
        height: 20px;
        line-height: 20px;
        top: 13px;
        opacity: 1;
        background: #fff;
        filter: alpha(opacity=100);
        text-align: center;
        font-weight: 600;
        z-index: 10; }
        @media (min-width: 551px) {
          #sticky_addtocart .form .pop-up-option .close {
            top: 10px; } }
        @media (min-width: 1025px) {
          #sticky_addtocart .form .pop-up-option .close {
            right: 5px;
            top: -45px; } }
        @media (min-width: 1310px) {
          #sticky_addtocart .form .pop-up-option .close {
            right: 25px; } }
        @media (min-width: 1780px) {
          #sticky_addtocart .form .pop-up-option .close {
            right: 60px; } }
    #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; }

.show_sticky#sticky_addtocart {
  z-index: 9992;
  opacity: 1;
  visibility: visible; }

.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: 5px; }
  .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-size: 16px;
  font-weight: 600;
  padding: 1.25rem 1rem;
  position: relative;
  text-align: center;
  width: 0;
  color: #15453c; }
  @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-item.custom_fields {
    text-align: left; }
    .compareTable-item.custom_fields ul li {
      text-align: left;
      margin-bottom: 10px;
      list-style: square; }
      .compareTable-item.custom_fields ul li span {
        font-weight: 500; }

.compareTable-removeProduct {
  background-color: #15453c;
  height: 25px;
  position: absolute;
  right: -12px;
  top: -12px;
  transition: background-color 0.15s ease;
  width: 25px; }
  .compareTable-removeProduct .icon {
    fill: white;
    stroke: white;
    height: 16px;
    width: 16px; }

.compareTable-product {
  font-weight: 400;
  padding: 2rem 1.25rem 1.25rem; }
  .compareTable-product .card {
    margin-bottom: 0; }
  .compareTable-product .card-figure {
    overflow: visible; }
  .compareTable-product .card-body {
    min-height: 6rem;
    padding-top: 15px; }
    .compareTable-product .card-body .price-section {
      margin-bottom: 9px; }
    .compareTable-product .card-body .card-figcaption-button {
      width: 100%; }
    .compareTable-product .card-body .card-title {
      padding-right: 0; }

.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: #787878; }
  .toggleLink:hover {
    color: #1e1e1e; }
  .toggle-title .toggleLink {
    float: right;
    line-height: 24px; }

.toggleLink-text {
  font-size: 12px;
  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; }
  .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 .accordion--navList {
  border: none; }

.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: 35px; }

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

.facetedSearch-refineFilters > a {
  color: #15453c;
  background-image: linear-gradient(transparent 96%, rgba(21, 69, 60, 0.7) 4%);
  background-repeat: repeat-x;
  background-position-y: 0px; }

.facetedSearch-content--rating .is-selected {
  font-weight: bold; }

.banners {
  background-color: #323232;
  color: white;
  padding: 0.75rem 0;
  text-align: center; }
  .banners p:last-child {
    margin-bottom: 0; }
  .banners a {
    color: white; }

.banner {
  margin: 0 auto;
  max-width: 100rem;
  width: 100%; }
  .banner:before, .banner:after {
    content: " ";
    display: table; }
  .banner:after {
    clear: both; }
  .banner + .banner {
    margin-top: 1.5rem; }

.facetLabel {
  background: #f7f7f7;
  border-radius: 4px;
  padding: 0.16667rem 0.5rem 0.16667rem 0.66667rem;
  text-decoration: none;
  color: #464646; }
  .facetLabel:hover, .facetLabel:focus, .facetLabel:active {
    color: black; }
  .facetLabel .icon {
    height: 1rem;
    width: 1rem;
    display: inline-block;
    fill: #323232;
    position: relative;
    top: -1px; }

[data-cart] .loadingOverlay {
  left: 0;
  right: 0;
  width: 100%; }

.cart-notification {
  text-align: center;
  margin-bottom: 25px; }
  @media (min-width: 1025px) {
    .cart-notification {
      margin-bottom: 45px; } }
  .cart-notification .alertBox-column {
    display: inline-block;
    padding-right: 7px; }
  .cart-notification .alertBox-message {
    max-width: calc(100% - 40px);
    width: auto;
    display: inline-block; }
  .cart-notification .cart-count-down {
    font-weight: 600; }

.free_shipping_message .shipping_message_100 {
  padding: 11px 30px;
  text-align: center; }

[data-cart-status].CalculateFreeShipping {
  display: none; }

.page-type-cart .empty_cart {
  text-align: center;
  font-weight: 400;
  margin-top: 0px;
  text-transform: none;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  margin-bottom: 28px;
  color: #464646;
  font-size: 14px; }

.page-type-cart .halo-heading h1.page-heading {
  margin-bottom: 32px; }
  @media (min-width: 1025px) {
    .page-type-cart .halo-heading h1.page-heading {
      margin-bottom: 42px; } }

.page-type-cart .halo-heading [data-cart-page-title] {
  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; }
  .page-type-cart .halo-heading [data-cart-page-title] span {
    background: #f5f5f5;
    padding: 4px 10px 3px 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    font-size: 12px;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: capitalize;
    color: #464646;
    line-height: 14px;
    margin-left: 15px; }

.page-type-cart .left-col {
  width: 100%; }
  @media (min-width: 992px) {
    .page-type-cart .left-col {
      width: 66%;
      float: left;
      padding-right: 15px; } }
  @media (min-width: 1025px) {
    .page-type-cart .left-col {
      width: 73%; } }
  @media (min-width: 1441px) {
    .page-type-cart .left-col {
      width: 70%;
      padding-right: 35px; } }
  @media (min-width: 1600px) {
    .page-type-cart .left-col {
      width: 73%; } }
  .page-type-cart .left-col [data-cart-content] table {
    margin-bottom: 20px; }
  .page-type-cart .left-col .secure {
    margin-top: 10px;
    display: inline-block;
    width: 100%;
    text-align: center; }
    .page-type-cart .left-col .secure .text {
      color: #464646;
      margin-bottom: 0; }
      .page-type-cart .left-col .secure .text p {
        margin-bottom: 6px; }
  .page-type-cart .left-col .cart-seal-logos {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 27px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    padding-bottom: 15px;
    position: relative;
    z-index: 1; }
    @media (max-width: 991px) {
      .page-type-cart .left-col .cart-seal-logos {
        margin-bottom: 30px; } }
    .page-type-cart .left-col .cart-seal-logos > img {
      padding: 0 10px; }
      .page-type-cart .left-col .cart-seal-logos > img:first-child {
        padding-left: 0; }
      .page-type-cart .left-col .cart-seal-logos > img:last-child {
        padding-right: 0; }

.page-type-cart .right-col {
  width: 100%; }
  @media (min-width: 992px) {
    .page-type-cart .right-col {
      width: 34%;
      float: left;
      padding-left: 15px; } }
  @media (min-width: 1025px) {
    .page-type-cart .right-col {
      width: 27%; } }
  @media (min-width: 1441px) {
    .page-type-cart .right-col {
      width: 30%;
      padding-left: 35px; } }
  @media (min-width: 1600px) {
    .page-type-cart .right-col {
      width: 27%; } }

.page-type-cart #modal .form-actions {
  margin-top: 0; }
  .page-type-cart #modal .form-actions .button {
    min-width: 126px; }

.page-type-cart #modal .giftWrapping-form .giftWrapping-image-all {
  color: #7caa48;
  margin-left: 30px;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: rgba(124, 170, 72, 0.7); }

.cart-additionalCheckoutButtons:before, .cart-additionalCheckoutButtons:after {
  content: " ";
  display: table; }

.cart-additionalCheckoutButtons:after {
  clear: both; }

.cart-additionalCheckoutButtons .FloatRight:before, .cart-additionalCheckoutButtons .FloatRight:after {
  content: " ";
  display: table; }

.cart-additionalCheckoutButtons .FloatRight:after {
  clear: both; }

.cart-additionalCheckoutButtons .FloatRight p {
  float: none !important;
  margin: 0.5rem 0;
  text-align: right; }

.cart-additionalCheckoutButtons .FloatRight div {
  float: right; }

.cart-additionalCheckoutButtons .CheckoutButton {
  margin-bottom: 25px; }
  .cart-additionalCheckoutButtons .CheckoutButton:first-child {
    margin-top: 8px; }
  .cart-additionalCheckoutButtons .CheckoutButton:last-child {
    margin-bottom: 3px; }

.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: 11px 15px 10px 15px;
  font-weight: 500;
  font-size: 14px;
  color: #15453c; }

.cart-list {
  display: block; }
  @media (min-width: 1025px) {
    .cart-list {
      display: table-row-group; } }

.cart-item-padding td {
  padding-top: 15px; }

.cart-item {
  border-bottom: 1px solid #e5e5e5;
  clear: both;
  display: inline-block;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 85px;
  position: relative;
  border: 1px solid #e6e6e6;
  width: 100%; }
  @media (min-width: 361px) {
    .cart-item {
      padding-left: 105px; } }
  @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; }
      .cart-item:before, .cart-item:after {
        display: none; } }
  .cart-item:first-child {
    padding-top: 10px; }

.cart-item-block {
  display: inline-block; }
  @media (min-width: 1025px) {
    .cart-item-block {
      display: table-cell;
      padding: 30px 15px 27px 15px; } }
  @media (max-width: 550px) {
    .cart-item-block {
      width: 100%; } }
  .cart-item-block.cart-item-title {
    padding-left: 15px; }
    @media (max-width: 550px) {
      .cart-item-block.cart-item-title {
        padding-right: 15px; } }
  .cart-item-block .definitionList {
    margin-bottom: 5px; }
    .cart-item-block .definitionList dt, .cart-item-block .definitionList dd {
      margin-bottom: 3px;
      font-style: italic; }

.cart-item-figure {
  float: left;
  margin-bottom: 1.5rem;
  position: relative;
  margin-left: -70px;
  width: 70px; }
  @media (min-width: 361px) {
    .cart-item-figure {
      margin-left: -90px;
      width: 90px; } }
  @media (min-width: 551px) {
    .cart-item-figure {
      margin-bottom: 0; } }
  @media (min-width: 768px) {
    .cart-item-figure {
      width: 145px;
      margin-left: -145px; } }
  @media (min-width: 1025px) {
    .cart-item-figure {
      float: none;
      padding-left: 30px; } }
  .cart-item-figure:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%; }
  .cart-item-figure.giftCertificate:after {
    padding-bottom: 0; }

.cart-item-fixed-image {
  width: 100%; }

.cart-item-image, .cart-item-fixed-image {
  max-width: 70px;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0;
  margin: auto; }
  @media (min-width: 361px) {
    .cart-item-image, .cart-item-fixed-image {
      max-width: 90px; } }
  @media (min-width: 768px) {
    .cart-item-image, .cart-item-fixed-image {
      margin-left: 30px;
      max-width: 100px; } }
  @media (min-width: 1025px) {
    .cart-item-image, .cart-item-fixed-image {
      top: 30px; } }

.cart-item-title {
  display: table-cell;
  height: 8.33333rem;
  padding-left: 15px;
  padding-bottom: 15px;
  padding-top: 0px; }
  @media (min-width: 551px) {
    .cart-item-title {
      display: block;
      height: auto;
      overflow: hidden; } }
  @media (min-width: 1025px) {
    .cart-item-title {
      display: table-cell;
      padding: 27px 20px 27px 30px;
      margin-bottom: 1.5rem; } }
  .cart-item-title a[data-item-edit], .cart-item-title .change-giftCertificate {
    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;
    line-height: 16px; }
    .cart-item-title a[data-item-edit] svg, .cart-item-title .change-giftCertificate svg {
      height: 1.16667rem;
      margin-top: -2px; }
    .cart-item-title a[data-item-edit] span, .cart-item-title .change-giftCertificate span {
      margin-left: 5px;
      line-height: 16px; }

.cart-item-info {
  width: 100%; }
  @media (min-width: 551px) {
    .cart-item-info {
      clear: none;
      float: left;
      overflow: hidden;
      width: 33.33%; }
      .cart-item-info + .cart-item-quantity {
        margin-top: 3px; } }
  @media (min-width: 1025px) {
    .cart-item-info {
      float: none;
      width: 18%;
      clear: both;
      vertical-align: middle; }
      .cart-item-info + .cart-item-info {
        margin-top: 0.75rem; }
      .cart-item-info.cart-item-total {
        width: 22%; }
      .cart-item-info.cart-item-quantity {
        width: 16%; }
      .cart-item-info.cart-item-price {
        width: 17%; } }

.cart-item-price {
  letter-spacing: 0;
  color: #15453c; }
  @media (max-width: 767px) {
    .cart-item-price {
      padding-bottom: 12px; } }
  @media (max-width: 550px) {
    .cart-item-price {
      padding-bottom: 8px; } }
  @media (min-width: 551px) {
    .cart-item-price {
      position: relative; } }
  @media (min-width: 1025px) {
    .cart-item-price {
      text-align: center; } }
  .cart-item-price .cart-item-value {
    color: #15453c;
    font-size: 14px; }
    .cart-item-price .cart-item-value.price--discounted {
      color: #464646;
      margin-right: 2px; }
  @media (min-width: 1025px) {
    .cart-item-price.giftCertificate {
      padding-top: 69px; } }

.cart-item-total {
  color: #15453c;
  position: relative;
  font-size: 14px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .cart-item-total {
      padding-right: 30px; } }
  @media (max-width: 550px) {
    .cart-item-total {
      text-align: left !important;
      margin-top: 10px; } }
  .cart-item-total .cart-item-value {
    font-weight: 500;
    padding-right: 15px; }
  .cart-item-total .cart-remove {
    font-size: 33px;
    width: 22px;
    height: 22px;
    color: #464646;
    right: 15px;
    bottom: 6px;
    margin-top: 2px; }
    @media (min-width: 551px) {
      .cart-item-total .cart-remove {
        bottom: 3px; } }
    @media (min-width: 768px) {
      .cart-item-total .cart-remove {
        right: 30px; } }
    @media (min-width: 1025px) {
      .cart-item-total .cart-remove {
        bottom: auto; }
        .cart-item-total .cart-remove.gift {
          margin-top: 1px;
          bottom: -3px; } }

@media (min-width: 1025px) {
  .cart-header-quantity,
  .cart-item-quantity {
    text-align: center; } }

@media (max-width: 1025px) {
  .cart-item-quantity {
    text-align: left !important; }
    .cart-item-quantity .form-increment {
      padding-left: 15px; } }

.cart-item-quantity .cart-item-label {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-transform: capitalize;
  font-weight: 500; }
  @media (max-width: 550px) {
    .cart-item-quantity .cart-item-label {
      height: 40px;
      line-height: 40px; } }

.cart-item-quantity .form-increment {
  display: inline-block;
  margin: 0px 0.16667rem 0px 0;
  vertical-align: middle; }
  @media (min-width: 551px) {
    .cart-item-quantity .form-increment {
      margin: 1px 0.16667rem 1px 0; } }
  .cart-item-quantity .form-increment .form-input--incrementTotal {
    width: 96px; }
    @media (min-width: 1600px) {
      .cart-item-quantity .form-increment .form-input--incrementTotal {
        width: 108px; } }

.cart-item-label {
  color: #323232;
  float: left;
  margin-bottom: 0.58333rem;
  text-align: left;
  width: auto;
  padding-left: 15px;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0; }
  @media (min-width: 551px) {
    .cart-item-label {
      display: block;
      width: 100%; } }
  @media (min-width: 1025px) {
    .cart-item-label {
      display: none; } }
  @media (max-width: 550px) {
    .cart-item-label {
      width: 65px; } }

.cart-item-value {
  padding-left: 1.5rem; }
  @media (min-width: 1025px) {
    .cart-item-value {
      padding-left: 0; } }
  @media (max-width: 1025px) {
    .cart-item-value {
      display: inline-block;
      text-align: left;
      padding-left: 15px; } }
  @media (min-width: 551px) and (max-width: 1024px) {
    .cart-item-value {
      width: 100%; } }
  @media (max-width: 550px) {
    .cart-item-value {
      width: calc(100% - 65px); } }

.cart-item-brand {
  color: #a0a0a0;
  margin-bottom: 4px; }

.cart-item-name {
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 5px 0;
  line-height: 22px; }
  @media (max-width: 767px) {
    .cart-item-name {
      padding-right: 30px; } }
  .cart-item-name a {
    color: #15453c;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    overflow: hidden;
    position: relative;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis; }
  .cart-item-name + .definitionList {
    margin-top: 0.41667rem; }

.cart-item-options--giftWrapping {
  margin-top: 12px;
  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: #15453c; }
  .cart-item-options--giftWrapping .cart-item-option-description {
    display: inline-block; }
    .cart-item-options--giftWrapping .cart-item-option-description a {
      color: #7caa48; }

.cart-remove {
  cursor: pointer;
  float: right;
  transition: background-color 0.15s ease;
  position: absolute;
  top: auto;
  right: 0;
  bottom: -4px; }
  @media (min-width: 551px) {
    .cart-remove {
      margin-left: 1rem; } }
  @media (min-width: 1025px) {
    .cart-remove {
      top: 50%;
      bottom: auto;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%); } }
  .cart-remove.cart-remove--spacer {
    visibility: hidden; }
  .cart-remove > svg {
    fill: #999999;
    width: 1.83333rem;
    height: 1.83333rem; }

.title-totals {
  border-bottom: 1px solid #c5c5ce;
  padding: 6px 0 7px 0;
  margin-bottom: 0; }

.cart-totals {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0; }
  .cart-totals ul,
  .cart-totals ol {
    list-style: none;
    margin-bottom: 0; }

.cart-total {
  border-bottom: 1px solid #c5c5ce; }
  .cart-total:before, .cart-total:after {
    content: " ";
    display: table; }
  .cart-total:after {
    clear: both; }
  .cart-total.subtotal .cart-total-value {
    font-size: 14px;
    font-weight: 700; }
  .cart-total:last-child {
    border-bottom: none; }
  .cart-total.grand-total {
    background: #fafafa; }
  .cart-total .cart-form {
    margin-top: 2px;
    margin-bottom: 10px; }
    .cart-total .cart-form label {
      margin-bottom: 18px;
      cursor: text; }
  .cart-total .form-input {
    display: inline-block;
    padding: 5px 15px;
    vertical-align: top;
    width: 75%;
    height: 45px; }
  .cart-total .form-select {
    background-position: right 0.83333rem center;
    background-size: 1.5rem 1.5rem;
    margin-bottom: 0.75rem;
    padding: 5px 15px; }
  .cart-total .form-inlineMessage {
    text-align: left; }
  .cart-total .shipping-estimator,
  .cart-total .cart-form {
    display: inline-block;
    width: 100%;
    clear: both;
    padding-bottom: 5px; }
    .cart-total .shipping-estimator dl,
    .cart-total .cart-form dl {
      margin-bottom: 0; }

.cart-total-label {
  color: #15453c;
  width: 50%;
  text-align: left;
  text-align: left;
  display: block; }
  .cart-total-label strong {
    font-weight: 500;
    font-size: 14px; }

.cart-total-value {
  text-align: left;
  font-size: 14px;
  color: #15453c;
  font-weight: 600;
  width: 50%;
  text-align: right; }

.cart-total-label,
.cart-total-value {
  float: left;
  padding: 18px 0; }

.cart-total-grandTotal {
  font-size: 18px;
  font-weight: 600;
  position: relative;
  margin-top: -5px; }

.coupon-code-add,
.coupon-code-cancel,
.shipping-estimate-show,
.shipping-estimate-hide,
.gift-certificate-add,
.gift-certificate-cancel {
  color: #464646;
  padding: 0;
  transition: color 0.15s ease;
  font-weight: 400;
  font-size: 12px;
  background-image: linear-gradient(transparent 96%, rgba(70, 70, 70, 0.7) 4%);
  background-repeat: repeat-x;
  background-position-y: -2px;
  display: inline-block; }
  .coupon-code-add:hover,
  .coupon-code-cancel:hover,
  .shipping-estimate-show:hover,
  .shipping-estimate-hide:hover,
  .gift-certificate-add:hover,
  .gift-certificate-cancel:hover {
    color: black;
    background-image: linear-gradient(transparent 96%, rgba(0, 0, 0, 0.7) 4%); }
  .coupon-code-add .shipping-estimate-value,
  .coupon-code-cancel .shipping-estimate-value,
  .shipping-estimate-show .shipping-estimate-value,
  .shipping-estimate-hide .shipping-estimate-value,
  .gift-certificate-add .shipping-estimate-value,
  .gift-certificate-cancel .shipping-estimate-value {
    color: inherit; }

.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: calc(100% - 115px);
    max-width: 100%; }
    @media (min-width: 551px) {
      .coupon-form .form-input,
      .cart-gift-certificate-form .form-input {
        width: calc(100% - 154px); } }
  .coupon-form .button,
  .cart-gift-certificate-form .button {
    margin: 0 0 0 15px;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100px;
    padding: 15px 15px 14px 15px; }
    @media (min-width: 551px) {
      .coupon-form .button,
      .cart-gift-certificate-form .button {
        width: 139px; } }

.estimator-form {
  margin-bottom: 0; }
  .estimator-form .form-input {
    margin-bottom: 0.75rem;
    width: 100%; }
  .estimator-form .button--primary {
    width: 100%;
    margin-bottom: 10px;
    margin-top: 5px; }

.estimator-form-label {
  clear: both;
  float: left;
  font-weight: 400;
  margin-bottom: 0;
  width: 100%; }
  .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;
  width: 100%;
  margin-bottom: 13px; }
  .estimator-form-input .form-input,
  .estimator-form-input .form-select {
    margin-bottom: 0;
    height: 45px;
    max-width: 100%; }

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

.shipping-quotes {
  display: inline-block;
  width: 100%;
  clear: both; }
  .shipping-quotes ul {
    list-style: disc;
    margin-bottom: 20px; }
    .shipping-quotes ul li:first-child .estimator-form-label input {
      top: 4px; }
    .shipping-quotes ul li + li {
      border-top: 1px solid #e6e6e6;
      padding-top: 17px;
      margin-top: 7px; }
    .shipping-quotes ul li dl {
      display: inline-block;
      width: 100%;
      margin-bottom: 0; }
  .shipping-quotes .estimator-form-label {
    float: left;
    clear: both; }
  .shipping-quotes .estimator-form-input {
    float: right;
    text-align: right;
    line-height: 20px;
    margin-bottom: 0; }
    .shipping-quotes .estimator-form-input label b {
      font-weight: 500;
      color: #15453c; }
  .shipping-quotes .estimator-form--default {
    margin-top: 8px; }
    .shipping-quotes .estimator-form--default ul {
      margin-left: 0;
      list-style: none;
      background: #f8f8f8;
      padding: 20px 15px 12px 15px; }
    .shipping-quotes .estimator-form--default .estimator-form-label {
      width: 70%;
      padding-left: 25px;
      position: relative;
      line-height: 20px; }
      .shipping-quotes .estimator-form--default .estimator-form-label input {
        position: absolute;
        top: 3px;
        left: 0; }
      .shipping-quotes .estimator-form--default .estimator-form-label .estimator-form-label-text {
        margin-left: 0;
        margin-bottom: 0;
        font-weight: 400; }
  .shipping-quotes .button--primary {
    width: 100%;
    padding: 14px 15px; }
  .shipping-quotes .select-shipping-quote {
    width: 100%; }
  .shipping-quotes .btn-refresh {
    width: 100%;
    display: inline-block;
    margin-bottom: 30px; }

.cart-actions {
  clear: both; }
  .cart-actions:before, .cart-actions:after {
    content: " ";
    display: table; }
  .cart-actions:after {
    clear: both; }
  .cart-actions.empty {
    text-align: center; }
    .cart-actions.empty .button {
      min-width: 210px;
      font-size: 14px;
      padding: 14px 15px 13px 15px;
      width: auto; }
  .cart-actions .button {
    display: inline-block;
    margin-bottom: 0;
    width: 100%;
    font-size: 18px;
    padding: 18px 15px 17px 15px; }
  .cart-actions .btn-continue {
    max-width: 200px; }
  .cart-actions .checkoutMultiple {
    clear: right;
    display: block;
    float: right;
    padding-top: 0.41667rem; }
  .cart-actions .continue-button {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 18px; }
    .cart-actions .continue-button .continue-shopping {
      color: #464646;
      text-transform: capitalize; }
      .cart-actions .continue-button .continue-shopping span {
        background-image: linear-gradient(transparent 96%, rgba(70, 70, 70, 0.7) 4%);
        background-repeat: repeat-x;
        background-position-y: 0px;
        padding-bottom: 2px; }

.addressList {
  font-size: 0;
  list-style: none;
  margin-left: -0.75rem;
  margin-right: -0.75rem; }

.address {
  display: inline-block;
  padding: 0 0.75rem;
  vertical-align: top;
  width: 100%; }
  @media (min-width: 551px) {
    .address {
      width: 50%; } }
  @media (min-width: 1281px) {
    .address {
      width: 33.33333%; } }

.panel--address {
  font-size: 1rem;
  position: relative; }
  .panel--address .panel-body {
    min-height: 20.83333rem;
    padding: 1.5rem; }
    @media (min-width: 551px) {
      .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: 551px) {
      .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;
  font-size: 14px;
  font-weight: 600;
  text-transform: none; }

.address-details {
  list-style: none;
  margin: 0 0 0.75rem; }

.address-details--postal {
  font-size: 1rem; }
  .address-details--postal li {
    line-height: 22px; }

.address-label,
.address-description {
  display: inline-block;
  font-size: 1rem;
  margin: 0; }

.address-label {
  color: #787878;
  font-weight: 400; }

.panel--newAddress {
  display: block;
  text-align: center;
  text-decoration: none; }
  .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;
    color: #15453c; }

.address-addNew {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-55%); }

.address-symbol {
  font-size: 60px;
  line-height: 1;
  color: #15453c; }

.page-type-shippingaddressform .form-actions {
  margin-top: 5px; }

#video-gallery-popup {
  width: 720px; }
  @media (min-width: 551px) {
    #video-gallery-popup .modal-body {
      padding: 30px; } }

.videoGallery-main {
  height: 0;
  margin-bottom: 1.33333rem;
  overflow: hidden;
  padding-bottom: 67.5%;
  padding-top: 2.08333rem;
  position: relative;
  margin-bottom: 28px; }
  .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: 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; }
  @media (min-width: 1025px) {
    .videoGallery-list {
      margin: 0 0 50px 0; } }

.videoGallery-item {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  display: inline-block;
  float: none;
  vertical-align: top;
  white-space: normal;
  width: auto;
  max-width: 120px;
  padding: 0 15px 0 0; }
  @media (min-width: 1025px) {
    .videoGallery-item {
      width: 50%; } }
  .videoGallery-item .video-body {
    display: none; }

.video {
  display: block;
  margin-bottom: 5px;
  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; }
  .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: 1rem;
  margin-bottom: 0; }

#cart-preview-dropdown {
  padding: 0; }
  @media (min-width: 1025px) {
    #cart-preview-dropdown .previewCart {
      overflow-y: auto;
      overflow-x: hidden;
      max-height: 70vh;
      scrollbar-color: #787878 #fafafa;
      scrollbar-width: thin !important; }
      #cart-preview-dropdown .previewCart::-webkit-scrollbar {
        background-color: #fafafa;
        -webkit-appearance: none;
        width: 10px; }
      #cart-preview-dropdown .previewCart::-webkit-scrollbar-thumb {
        background-color: #787878; } }

#previewModal {
  width: 1090px; }
  #previewModal .modal-header {
    padding: 13px 15px; }
  #previewModal .modal-header-title {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px; }
    @media (max-width: 767px) {
      #previewModal .modal-header-title {
        padding-right: 25px; } }
  @media (max-width: 991px) {
    #previewModal .modal-body {
      padding: 20px 15px; } }
  @media (min-width: 1025px) {
    #previewModal .modal-body {
      padding: 50px; } }
  #previewModal .free_shipping_message {
    margin-top: -20px;
    margin-bottom: 30px; }

.previewCart {
  margin: 0 auto;
  max-width: 100rem;
  width: 100%;
  font-size: 0; }
  .previewCart:before, .previewCart:after {
    content: " ";
    display: table; }
  .previewCart:after {
    clear: both; }
  .previewCart .free_shipping_message {
    margin-top: 20px;
    font-size: 12px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: -5px;
    position: relative;
    z-index: 1; }
    @media (min-width: 551px) {
      .previewCart .free_shipping_message {
        padding-left: 20px;
        padding-right: 20px; } }
    @media (min-width: 1025px) {
      .previewCart .free_shipping_message {
        padding-left: 30px;
        padding-right: 30px; } }
  .previewCart .shipping_message_100 {
    padding: 8px 15px;
    text-align: center; }
    @media (min-width: 1025px) {
      .previewCart .shipping_message_100 {
        padding: 8px 30px; } }
  .previewCart .productView {
    margin: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin-top: 40px; }
    @media (min-width: 768px) {
      .previewCart .productView {
        width: calc(100% - 240px);
        padding: 0 15px 0 0;
        float: left;
        margin-top: 0; } }
    @media (min-width: 992px) {
      .previewCart .productView {
        width: calc(100% - 295px); } }
    .previewCart .productView .productView-image {
      width: 115px;
      min-height: 180px;
      -ms-flex-align: flex-start;
      -webkit-align-items: flex-start;
      align-items: flex-start;
      padding-right: 20px;
      margin: 0; }
      @media (min-width: 1025px) {
        .previewCart .productView .productView-image {
          padding-right: 30px; } }
      .previewCart .productView .productView-image .productView-img-container {
        margin-top: 0; }
      @media (min-width: 551px) {
        .previewCart .productView .productView-image {
          width: 160px;
          display: flex;
          flex-direction: column;
          min-height: 140px; }
          .previewCart .productView .productView-image .productView-img-container {
            max-width: 220px; } }
      @media (min-width: 992px) {
        .previewCart .productView .productView-image {
          width: 250px;
          min-height: 220px; } }
    @media (min-width: 551px) {
      .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;
      text-align: left; }
      @media (min-width: 551px) {
        .previewCart .productView .productView-details {
          width: calc(100% - 150px); } }
      @media (min-width: 992px) {
        .previewCart .productView .productView-details {
          width: calc(100% - 250px); } }
      @media (max-width: 550px) {
        .previewCart .productView .productView-details {
          padding-bottom: 0; } }
      .previewCart .productView .productView-details .productView-info > :first-child {
        margin-top: 0; }
      .previewCart .productView .productView-details .productView-info-name {
        text-align: left;
        width: auto; }
  .previewCart .previewCartItem-price .icon {
    margin-left: 5px;
    margin-top: -2px;
    margin-right: 2px;
    font-size: 14px;
    font-weight: 300;
    color: #323232;
    width: auto;
    height: auto; }
  .previewCart .productView-title {
    margin-top: 0;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
    line-height: 20px;
    color: #15453c; }
  .previewCart .productView-brand {
    text-transform: capitalize;
    color: #787878;
    margin-bottom: 9px; }
  .previewCart .productView-price {
    font-size: 14px;
    color: #15453c;
    font-weight: 500;
    margin-bottom: 15px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
    .previewCart .productView-price .qty {
      font-weight: 400;
      color: #555555; }
      .previewCart .productView-price .qty svg {
        width: 11px;
        height: 12px;
        fill: #555555;
        stroke: #555555; }
    .previewCart .productView-price .times {
      font-size: 22px;
      font-weight: 200;
      height: 20px;
      line-height: 20px;
      display: inline-block;
      margin-left: 3px;
      margin-right: 3px;
      margin-bottom: -2px; }
  .previewCart .productView-info {
    margin-top: 5px;
    margin-bottom: 5px; }
    .previewCart .productView-info .productView-info-name {
      min-width: 65px;
      font-family: "Poppins", Arial, Helvetica, sans-serif;
      font-size: 12px;
      text-transform: capitalize;
      font-weight: 700;
      letter-spacing: 0; }
    .previewCart .productView-info .productView-info-value {
      margin-bottom: 2px;
      padding-left: 0; }
  .previewCart > .sidebar-title {
    padding: 13px 52px 13px 15px;
    background: #fafafa;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 12px;
    margin-bottom: 0;
    color: #787878; }
    @media (min-width: 551px) {
      .previewCart > .sidebar-title {
        padding: 13px 52px 13px 20px; } }
    @media (min-width: 1025px) {
      .previewCart > .sidebar-title {
        padding: 13px 30px; } }
    .previewCart > .sidebar-title .qty {
      display: inline-block;
      float: right;
      text-transform: none;
      color: #464646;
      font-size: 12px;
      text-transform: capitalize; }
  .previewCart .previewCartList {
    padding: 30px 15px 0 15px;
    display: inline-block;
    width: 100%;
    margin-left: 0;
    margin-bottom: 0; }
    @media (min-width: 551px) {
      .previewCart .previewCartList {
        padding: 30px 20px 0 20px; } }
    @media (min-width: 1025px) {
      .previewCart .previewCartList {
        padding: 30px 30px 0 30px; } }
    .previewCart .previewCartList .previewCartItem {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      line-height: 19px;
      margin-bottom: 26px;
      padding-bottom: 26px;
      border-bottom: 1px solid #e5e5e5;
      font-size: 12px; }
      .previewCart .previewCartList .previewCartItem:last-child {
        margin-bottom: 0px;
        border-bottom: 0; }
    .previewCart .previewCartList .previewCartItem-image,
    .previewCart .previewCartList .previewCartItem-content {
      display: inline-block; }
    .previewCart .previewCartList .previewCartItem-image {
      width: 80px; }
    .previewCart .previewCartList .previewCartItem-content {
      width: calc(100% - 80px); }

.previewCartItem-image {
  width: 80px;
  padding: 0;
  text-align: center;
  position: relative; }
  @media (min-width: 768px) {
    .previewCartItem-image img {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: 0 auto;
      max-height: 100%; } }

.previewCartItem-content {
  width: calc(100% - 80px);
  margin-top: -3px;
  padding-right: 0;
  padding-left: 15px; }
  @media (min-width: 551px) {
    .previewCartItem-content {
      padding-left: 25px; } }
  .previewCartItem-content .previewCartItem-option {
    color: #1e1e1e;
    margin-bottom: 4px;
    display: inline-block; }
    .previewCartItem-content .previewCartItem-option .option-value {
      color: #1e1e1e;
      position: relative; }
      .previewCartItem-content .previewCartItem-option .option-value + .option-value {
        padding-left: 9px;
        margin-left: 3px;
        display: inherit; }
        .previewCartItem-content .previewCartItem-option .option-value + .option-value:before {
          content: "/";
          position: absolute;
          top: 50%;
          left: 0px;
          transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          margin-top: 1px;
          font-weight: 500;
          font-size: 8px; }
  .previewCartItem-content .previewCartItem-edit {
    display: inline-block;
    margin-left: 8px;
    color: #7caa48; }
    .previewCartItem-content .previewCartItem-edit svg {
      fill: #7caa48;
      margin-top: -3px;
      display: inline-block;
      width: 16px;
      height: 14px; }

.previewCartItem-name {
  margin: 0;
  text-transform: none; }
  .previewCartItem-name > a {
    text-decoration: none;
    color: #15453c;
    font-size: 12px;
    font-weight: 500; }

.previewCartItem-brand,
.previewCartItem-name {
  margin-bottom: 6px; }

.previewCartItem-brand,
.previewCartItem-price {
  display: inline-block;
  font-size: 12px; }

.previewCartItem-brand {
  color: #787878; }

.previewCartItem-price {
  color: #1e1e1e;
  margin-top: 0.41667rem; }

.previewCartItem-quantity {
  margin-top: 14px;
  display: inline-block; }
  .previewCartItem-quantity .cart-item-label {
    display: none;
    font-family: "Arimo", sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-transform: capitalize;
    color: #1e1e1e;
    padding-left: 0;
    margin-bottom: 0.58333rem;
    width: 100%; }
  .previewCartItem-quantity .form-increment .button[data-action="dec"] {
    bottom: 11px; }
  .previewCartItem-quantity .form-increment .button[data-action="inc"] {
    top: 11px; }
  .previewCartItem-quantity .form-input--incrementTotal {
    width: 77px;
    text-align: left;
    padding-left: 20px;
    height: 45px;
    line-height: 45px; }
    @media (min-width: 551px) {
      .previewCartItem-quantity .form-input--incrementTotal {
        width: 108px; } }
  .previewCartItem-quantity .cart-remove-button {
    margin-left: 17px; }
    .previewCartItem-quantity .cart-remove-button .cart-remove {
      position: relative;
      top: auto;
      right: auto; }
      @media (max-width: 1024px) {
        .previewCartItem-quantity .cart-remove-button .cart-remove {
          padding-top: 7px; } }
      .previewCartItem-quantity .cart-remove-button .cart-remove svg {
        width: 22px;
        height: 22px;
        fill: #787878;
        margin-right: 4px;
        margin-top: -1px; }

.cart-remove-button {
  display: inline-block;
  margin-left: 15px; }
  @media (min-width: 551px) {
    .cart-remove-button {
      margin-left: 25px; } }
  .cart-remove-button .cart-remove {
    background: none;
    width: auto;
    margin: 0;
    padding: 20px 0 0 0;
    color: #464646;
    border-radius: 0; }
    .cart-remove-button .cart-remove .text {
      background-image: linear-gradient(transparent 96%, rgba(70, 70, 70, 0.5) 4%);
      background-repeat: repeat-x;
      background-position-y: 0px; }

.previewCartItem-totalPrice {
  display: inline-block;
  width: 100%;
  padding: 0 15px;
  font-size: 12px; }
  @media (min-width: 551px) {
    .previewCartItem-totalPrice {
      padding: 0 20px; } }
  @media (min-width: 1025px) {
    .previewCartItem-totalPrice {
      padding: 0 30px; } }
  .previewCartItem-totalPrice .cart-totals {
    width: 100%;
    border: none;
    border-top: 1px solid #e5e5e5; }
    .previewCartItem-totalPrice .cart-totals .cart-total-label {
      font-size: 12px;
      font-weight: 500;
      color: #15453c;
      text-align: left;
      width: 40%; }
    .previewCartItem-totalPrice .cart-totals .cart-total-value {
      text-align: right;
      width: 60%; }
    .previewCartItem-totalPrice .cart-totals .cart-total {
      border-bottom: 1px solid #e5e5e5; }
      .previewCartItem-totalPrice .cart-totals .cart-total:last-child {
        border-bottom: none; }
      .previewCartItem-totalPrice .cart-totals .cart-total > div {
        padding: 13px 0 11px 0; }
      .previewCartItem-totalPrice .cart-totals .cart-total .cart-total-value {
        color: #1e1e1e;
        font-family: "Poppins", Arial, Helvetica, sans-serif;
        font-size: 14px; }
      .previewCartItem-totalPrice .cart-totals .cart-total + .cart-total {
        border-top: none; }
    .previewCartItem-totalPrice .cart-totals .subtotal .cart-total-value {
      font-weight: 400; }
    .previewCartItem-totalPrice .cart-totals .grand_total .cart-total-value {
      font-weight: 600; }

.previewCartAction {
  display: block;
  padding: 0 15px;
  margin-top: 2px;
  margin-bottom: 30px;
  font-size: 12px; }
  @media (min-width: 551px) {
    .previewCartAction {
      padding: 0 20px; } }
  @media (min-width: 1025px) {
    .previewCartAction {
      padding: 0 30px; } }
  .previewCartAction .button {
    margin: 0;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%; }

.previewCartAction-checkout,
.previewCartAction-viewCart {
  width: 100%; }
  .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-checkoutMultiple {
  clear: both;
  padding-left: 0.75rem;
  padding-top: 0.41667rem; }

.previewCartAction-viewCart {
  margin-top: 15px; }

.previewCart-emptyBody {
  padding: 3rem;
  text-align: center;
  font-size: 12px; }

.previewCartCheckout {
  text-align: center;
  font-size: 12px; }
  @media (min-width: 768px) {
    .previewCartCheckout {
      width: 240px;
      float: right;
      padding-left: 15px; } }
  @media (min-width: 992px) {
    .previewCartCheckout {
      width: 295px; } }
  .previewCartCheckout .button {
    display: block;
    margin: 0;
    width: 100%; }
    .previewCartCheckout .button:not(.button--checkout) {
      text-transform: none;
      font-weight: 400;
      letter-spacing: 0; }
    .previewCartCheckout .button + .button,
    .previewCartCheckout .button + p {
      margin-top: 1rem; }
  .previewCartCheckout .button--small {
    padding: 11px 15px;
    margin-bottom: 15px; }
  .previewCartCheckout p[data-cart-quantity] {
    margin-bottom: 30px;
    display: none; }

.previewCartCheckout-price {
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  text-align: center;
  margin-top: 5px;
  color: #15453c; }

.previewCartCheckout-subtotal {
  display: block;
  margin-bottom: 20px;
  margin-top: 17px;
  font-weight: 400;
  color: #464646;
  position: relative; }
  .previewCartCheckout-subtotal > span {
    background: #fff;
    color: #15453c;
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    top: -9px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    text-transform: capitalize; }

.previewCartCheckout-additionalCheckoutButtons p {
  float: none !important;
  margin: 0.5rem 0; }

.previewCartCheckout-additionalCheckoutButtons .FloatRight {
  border: 1px solid #e6e6e6;
  padding: 25px 20px 15px 20px;
  position: relative; }
  .previewCartCheckout-additionalCheckoutButtons .FloatRight:before, .previewCartCheckout-additionalCheckoutButtons .FloatRight:after {
    content: " ";
    display: table; }
  .previewCartCheckout-additionalCheckoutButtons .FloatRight:after {
    clear: both; }
  .previewCartCheckout-additionalCheckoutButtons .FloatRight p {
    float: none !important;
    margin: 0.5rem 0;
    text-align: center;
    position: absolute;
    text-transform: uppercase;
    font-style: italic;
    top: -18px;
    left: 50%;
    background: #fff;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    padding-left: 10px;
    padding-right: 10px; }
  .previewCartCheckout-additionalCheckoutButtons .FloatRight div {
    text-align: center; }

.previewCartCheckout-additionalCheckoutButtons .CheckoutButton {
  margin-bottom: 1rem; }
  .previewCartCheckout-additionalCheckoutButtons .CheckoutButton:first-child {
    margin-top: 25px; }
  .previewCartCheckout-additionalCheckoutButtons .CheckoutButton:last-child {
    margin-bottom: 15px; }

.suggestiveCart {
  display: none;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 75px !important;
  width: 100%; }
  .suggestiveCart > h4 {
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
    text-transform: uppercase;
    position: relative;
    font-size: 20px; }
    .suggestiveCart > h4:before {
      content: "";
      background: #dbdbdb;
      width: 100%;
      height: 1px;
      position: absolute;
      left: 0;
      top: 50%; }
    .suggestiveCart > h4 span {
      background: #fff;
      padding-left: 25px;
      padding-right: 25px;
      position: relative;
      z-index: 2; }
  @media (min-width: 1025px) {
    .suggestiveCart {
      display: inline-block; } }
  .suggestiveCart .productGrid {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    padding-bottom: 15px;
    margin: 0 -15px 0px -15px; }
    .suggestiveCart .productGrid .product {
      width: 33.33%; }
      .suggestiveCart .productGrid .product .card {
        margin-bottom: 0; }
      .suggestiveCart .productGrid .product .card-title {
        padding-right: 0; }

/* Edit Option */
.product-edit-detail {
  display: block;
  padding: 30px 20px 20px 20px; }
  @media (min-width: 1025px) {
    .product-edit-detail {
      padding: 30px; } }
  .product-edit-detail .product-edit {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    font-size: 0; }
  .product-edit-detail .product-edit-image {
    width: 80px;
    display: inline-block; }
  .product-edit-detail .product-edit-content {
    display: inline-block;
    width: calc(100% - 80px);
    padding-left: 25px; }
  .product-edit-detail .product-edit-image {
    width: 80px; }
  .product-edit-detail .product-edit-content {
    padding-left: 20px; }
  .product-edit-detail .product-edit-brand {
    display: block;
    line-height: 1;
    margin: 0 0 10px 0;
    text-transform: capitalize;
    color: #787878;
    font-size: 12px; }
  .product-edit-detail .product-edit-title {
    display: block;
    line-height: 1.625;
    font-size: 12px;
    font-weight: 500;
    margin: 0;
    text-transform: capitalize;
    color: #15453c; }
  .product-edit-detail .product-edit-variant {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .02em;
    color: #787878;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
    width: auto;
    margin: 0; }
    .product-edit-detail .product-edit-variant span + span:before {
      content: '/';
      margin: 0 4px 0 0; }
  @media (min-width: 1025px) {
    .product-edit-detail {
      padding: 30px; } }

.product-edit-info {
  overflow-y: auto;
  max-height: 50vh; }
  @media (max-width: 360px) {
    .product-edit-info {
      max-height: 40vh; } }
  .product-edit-info .product-edit-change {
    width: 100%; }
  .product-edit-info table {
    margin: 0;
    width: 100%; }
  .product-edit-info thead {
    display: none; }
    .product-edit-info thead th {
      border: 0;
      font-weight: 500;
      font-size: 12px;
      padding: 10px 7px;
      color: #464646;
      background-color: #f5f5f5; }
      .product-edit-info thead th:first-child {
        padding-left: 30px; }
  .product-edit-info tbody tr {
    border-bottom: 1px solid #ebebeb; }
  .product-edit-info tbody td {
    border: 0;
    padding: 15px 7px;
    font-weight: 400;
    width: 140px; }
    .product-edit-info tbody td:nth-child(2) {
      width: 182px; }
    .product-edit-info tbody td:first-child {
      padding-left: 20px;
      width: 206px; }
      @media (min-width: 1025px) {
        .product-edit-info tbody td:first-child {
          padding-left: 30px; } }
    .product-edit-info tbody td:last-child {
      padding-right: 20px;
      width: 90px; }
      @media (min-width: 1025px) {
        .product-edit-info tbody td:last-child {
          padding-right: 30px; } }
    .product-edit-info tbody td[data-cart-edit-item-price] {
      min-width: 90px; }
    .product-edit-info tbody td .form-field {
      margin-bottom: 0;
      min-width: 140px; }
      .product-edit-info tbody td .form-field[data-product-attribute="date"] {
        width: 255px; }
      .product-edit-info tbody td .form-field[data-product-attribute="input-file"] {
        text-align: left; }
        .product-edit-info tbody td .form-field[data-product-attribute="input-file"] .form-fileDescription {
          display: none; }
        .product-edit-info tbody td .form-field[data-product-attribute="input-file"] label {
          display: block; }
          .product-edit-info tbody td .form-field[data-product-attribute="input-file"] label input {
            margin-left: 8px; }
      .product-edit-info tbody td .form-field[data-product-attribute="input-checkbox"] {
        width: 165px; }
      .product-edit-info tbody td .form-field[data-product-attribute="textarea"] {
        width: 200px; }
        .product-edit-info tbody td .form-field[data-product-attribute="textarea"] .form-input {
          min-height: 65px;
          max-height: 65px; }
  .product-edit-info .form {
    margin: 0; }
  .product-edit-info .form-increment {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 120px; }
    .product-edit-info .form-increment .button.dec {
      bottom: 9px; }
      .product-edit-info .form-increment .button.dec:before {
        border-top-color: #000000;
        bottom: 1px; }
    .product-edit-info .form-increment .button.inc {
      top: 9px; }
      .product-edit-info .form-increment .button.inc:before {
        border-bottom-color: #000000;
        top: 1px; }
    .product-edit-info .form-increment .form-input--incrementTotal {
      width: 100%;
      padding: 0 36px;
      border: 1px solid #cbcbcb;
      height: 40px;
      padding: 0 10px;
      font-size: 12px;
      font-weight: 400; }
  .product-edit-info .cart-edit-price .price {
    display: block;
    min-width: 80px;
    color: #1e1e1e; }
  .product-edit-info .cart-edit-remove a {
    font-size: 40px;
    margin: 0;
    position: relative;
    top: 7px;
    line-height: 20px;
    width: 20px;
    height: 20px;
    color: #464646;
    font-weight: 200;
    display: inline-block; }
  .product-edit-info .product-edit-change:nth-child(1) thead {
    display: table-header-group; }
  .product-edit-info .product-edit-change:nth-child(1) .cart-edit-remove a {
    opacity: 0;
    visibility: hidden;
    pointer-events: none; }

.product-edit-action .product-add-more {
  margin: 20px 0 0 0;
  padding: 0 20px 20px 20px; }
  @media (min-width: 1025px) {
    .product-edit-action .product-add-more {
      padding: 0 30px 20px 30px; } }
  .product-edit-action .product-add-more .product-addmore-button {
    line-height: 1;
    position: relative;
    margin: 0 0 0 15px;
    color: #464646;
    font-weight: 500; }
    .product-edit-action .product-add-more .product-addmore-button:before {
      content: "";
      position: absolute;
      top: 8px;
      width: 9px;
      height: 1px;
      right: calc(100% + 6px);
      display: block;
      background-color: #464646; }
    .product-edit-action .product-add-more .product-addmore-button:after {
      content: "";
      top: 50%;
      width: 1px;
      height: 9px;
      right: calc(100% + 10px);
      display: block;
      position: absolute;
      background-color: #464646;
      transform: translateY(-50%); }

.product-edit-action .product-edit-button .button {
  width: 100%; }
  .product-edit-action .product-edit-button .button:before {
    content: '';
    display: none;
    width: 20px;
    height: 20px;
    border: 2px solid white;
    border-radius: 100%;
    border-top: 2px solid transparent;
    -webkit-animation: load-animate infinite linear 1s;
    animation: load-animate infinite linear 1s; }
  .product-edit-action .product-edit-button .button.loading {
    pointer-events: none;
    font-size: 0;
    padding-top: 9px;
    padding-bottom: 9px; }
    @media (min-width: 1025px) {
      .product-edit-action .product-edit-button .button.loading {
        padding-top: 12px;
        padding-bottom: 11px; } }
    .product-edit-action .product-edit-button .button.loading:before {
      display: inline-block;
      vertical-align: middle; }
  .product-edit-action .product-edit-button .button[disabled] {
    pointer-events: none; }
  .product-edit-action .product-edit-button .button.button--hidden {
    pointer-events: none; }

.maintenanceNotice {
  background-color: #fbf8e5;
  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: "Signika";
  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 {
  display: none;
  background-color: white;
  box-shadow: 0 0.16667rem 0.58333rem 0 rgba(0, 0, 0, 0.2);
  color: #626568;
  font-family: "Source Sans Pro", arial, "sans serif", sans-serif;
  font-size: 14px;
  font-weight: normal;
  height: 46px;
  left: 0;
  position: fixed;
  text-decoration: none;
  top: 0;
  width: 100%;
  z-index: 10000; }
  @media (min-width: 1025px) {
    .adminBar {
      display: block; } }
  .adminBar .svg-icon {
    display: inline-flex;
    align-self: center; }
  .adminBar .svg-icon svg {
    height: 1em;
    width: 1em; }
  .adminBar .svg-icon.svg-baseline svg {
    top: .125em;
    position: relative; }

.adminBar-logo {
  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; }
  .adminBar-content a {
    color: #3E67F8;
    text-decoration: none; }
  .adminBar-content a:hover {
    background-color: #f0f3fe;
    border-radius: 5px; }

.adminBar-private {
  margin-right: auto;
  text-align: left;
  /* Tooltip container */
  /* Tooltip text */
  /* Show the tooltip text when you mouse over the tooltip container */ }
  .adminBar-private a {
    padding: 10px; }
  .adminBar-private span {
    white-space: nowrap; }
  .adminBar-private .tooltip {
    position: relative;
    display: inline-block; }
  .adminBar-private .tooltip .tooltiptext {
    visibility: hidden;
    width: auto;
    background-color: #313440;
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    border-radius: 6px;
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1; }
  .adminBar-private .tooltip-bottom {
    top: 135%;
    left: 50%;
    margin-left: -60px; }
  .adminBar-private .tooltip:hover .tooltiptext {
    visibility: visible; }

.adminBar-links {
  margin-left: auto;
  text-align: right;
  padding-right: 5px; }
  .adminBar-links a {
    padding: 10px; }
  .adminBar-links span {
    white-space: nowrap; }

.adminBar-large {
  display: none; }
  @media (min-width: 1281px) {
    .adminBar-large {
      display: initial; } }

.adminBar-close span {
  padding: 10px;
  margin-right: 5px;
  margin-bottom: .25em; }

.adminBar-close span:hover {
  background-color: #f0f3fe;
  border-radius: 5px; }

.adminBar-close span svg {
  height: 100%;
  width: 100%; }

.preview {
  font-weight: 400;
  padding-left: 9px; }

.cookieMessage {
  background: #e5e5e5;
  color: #333333;
  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;
  padding: 1.5rem; }
  @media (min-width: 1025px) {
    .cookieMessage-container {
      width: 83.33333%; } }
  @media (min-width: 1281px) {
    .cookieMessage-container {
      width: 58.33333%; } }

@media (min-width: 1025px) {
  .cookieMessage-text {
    display: inline-block;
    padding: 0 0.75rem;
    vertical-align: middle;
    width: 66.66667%; } }

.login-row {
  margin-left: -15px;
  margin-right: -15px; }

.login-form {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 551px) {
    .login-form {
      width: 50%;
      float: left;
      padding-top: 65px;
      padding-right: 30px; } }
  @media (min-width: 1025px) {
    .login-form {
      padding-right: 155px; } }
  .login-form .form-label {
    display: inline-block;
    width: 100%;
    margin-bottom: 11px; }
    .login-form .form-label small {
      float: none;
      color: #bc2222;
      margin-top: 0;
      margin-left: 3px; }
  .login-form .form-input {
    max-width: 100%; }
  .login-form .form-actions {
    text-align: center;
    margin-top: 25px; }
    @media (min-width: 551px) {
      .login-form .form-actions {
        text-align: left; } }
  .login-form .button {
    min-width: 133px; }
    .login-form .button + .forgot-password {
      margin-top: 11px;
      color: #464646;
      background-image: linear-gradient(transparent 96%, rgba(70, 70, 70, 0.7) 4%);
      background-repeat: repeat-x;
      background-position-y: -1px;
      display: inline-block;
      width: auto; }
      @media (min-width: 551px) {
        .login-form .button + .forgot-password {
          margin-left: 25px;
          float: right; } }

.new-customer {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 551px) {
    .new-customer {
      width: 50%;
      float: left; } }
  @media (max-width: 767px) {
    .new-customer {
      margin-top: 10px; } }
  .new-customer .panel-header, .new-customer .panel-body {
    background: #f5f5f5; }
  .new-customer .panel-header {
    padding: 20px 20px 14px 20px; }
    @media (min-width: 551px) {
      .new-customer .panel-header {
        padding: 30px 30px 14px 30px; } }
    @media (min-width: 1025px) {
      .new-customer .panel-header {
        padding: 65px 70px 14px 70px; } }
    .new-customer .panel-header .panel-title {
      font-weight: 600;
      font-size: 18px;
      color: #15453c; }
  .new-customer .panel-body {
    margin-bottom: 0;
    padding: 0px 20px 20px 20px; }
    @media (min-width: 551px) {
      .new-customer .panel-body {
        padding: 0px 30px 35px 30px; } }
    @media (min-width: 1025px) {
      .new-customer .panel-body {
        padding: 0px 70px 70px 70px; } }
    .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: 221px;
          width: auto; } }

.new-customer-intro {
  margin-bottom: 12px; }

.new-customer-fact-list {
  margin-bottom: 36px; }

.new-customer-fact {
  padding: 4px 0 5px 5px; }
  .new-customer-fact::marker {
    color: rgba(70, 70, 70, 0.7);
    font-size: 12px; }

.panel-body {
  background: #fafafa; }

.page-type-search .page-sidebar.u-hiddenVisually + .page-content {
  width: 100% !important; }

.page-type-search .page-sidebar.has-filter #sideAllCategories {
  margin-top: -3px; }

.page-type-search .page-content .panel-body {
  margin-bottom: 30px; }

.page-type-search .page-content.advancedSearch {
  padding-bottom: 0; }
  .page-type-search .page-content.advancedSearch .form-field {
    margin-bottom: 18px; }
  .page-type-search .page-content.advancedSearch .form-label {
    margin-bottom: 10px; }

.page-type-search .navBar--sub {
  margin-bottom: 25px;
  width: 100%;
  margin-top: 25px; }
  .page-type-search .navBar--sub.has-filter {
    margin-bottom: 45px; }

.page-type-search #search-results-heading + .navBar--sub {
  margin-top: 0; }

.page-type-search #sideAllCategories {
  margin-top: -10px; }

#search-results-heading {
  padding-top: 5px;
  display: inline-block;
  width: 100%; }
  #search-results-heading .page-heading {
    margin-bottom: 42px;
    text-align: left; }

.search-suggestion {
  margin-bottom: 2rem; }
  .search-suggestion > :last-child {
    margin-bottom: 0; }

.suggestion-title {
  margin-top: 0;
  text-transform: inherit;
  font-size: 14px; }

.advancedSearch-form {
  margin-bottom: 50px;
  margin-top: 15px; }
  .advancedSearch-form .form-row {
    margin-bottom: -1.5rem; }
    .advancedSearch-form .form-row .form-input, .advancedSearch-form .form-row .form-select {
      max-width: 100%; }
  .advancedSearch-form .form-actions {
    margin-top: 25px; }
    .advancedSearch-form .form-actions #advanced-search-submit {
      min-width: 180px; }

.quickSearchResults {
  margin-top: 1.5rem;
  display: none;
  margin-top: 0; }
  .quickSearchResults.show-result {
    display: block; }
  @media (min-width: 1025px) {
    .quickSearchResults {
      margin-top: 38px; } }
  .quickSearchResults .modal-close {
    display: none; }
    @media (min-width: 1025px) {
      .quickSearchResults .modal-close {
        display: block; } }
  .quickSearchResults .productGrid .product {
    width: 200px; }
    @media (min-width: 1025px) {
      .quickSearchResults .productGrid .product {
        width: calc(20% - 20px);
        margin-right: 20px; } }
    .quickSearchResults .productGrid .product .card-bottom {
      display: none; }
    .quickSearchResults .productGrid .product .card-body .card-price {
      margin-bottom: 0; }

.advancedSearch-separator {
  display: none; }

.advancedSearch-title {
  margin: 0 0 1.5rem;
  text-transform: inherit; }

.search-price-range .form-label {
  margin-bottom: 15px; }

.search-price-range label {
  display: inline; }
  .search-price-range label input {
    display: block;
    padding-left: 1.5rem; }
    @media (min-width: 551px) {
      .search-price-range label input {
        display: inline;
        width: 6rem; } }
  @media (min-width: 551px) {
    .search-price-range label span {
      display: inline;
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }
  .search-price-range label.from span {
    padding-left: 0; }

.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: 100%;
  float: left;
  font-size: 12px;
  padding-bottom: 5px; }
  @media (min-width: 361px) {
    .category-suggestion {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 50%;
      float: left; } }
  @media (min-width: 551px) {
    .category-suggestion {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 33.33333%;
      float: left; } }
  .category-suggestion a {
    color: #464646; }
    .category-suggestion a:hover {
      color: black; }

.search-refine {
  margin-left: 1.5rem; }

.quickSearchMessage {
  font-size: 14px;
  margin: 15px 0 20px 0;
  text-align: center; }

#search-results-content .actionBar {
  margin-bottom: 38px;
  margin-top: 30px; }

#search-results-content ul {
  margin-left: 0; }
  #search-results-content ul strong {
    margin-right: 8px; }

.page.account .pagination-list {
  width: 100%; }

.navBar--account {
  display: none; }
  @media (min-width: 1025px) {
    .navBar--account {
      display: block;
      margin-bottom: 44px; } }

.account-heading {
  border-bottom: 1px solid #e5e5e5;
  margin: 0;
  padding-bottom: 8px;
  display: none; }

.account-form-heading {
  margin-bottom: 22px; }

.account-list {
  list-style: none;
  margin-left: 0; }

.account-listItem {
  border-bottom: 1px solid #909195;
  padding: 37px 0 30px 0;
  position: relative; }
  @media (min-width: 551px) {
    .account-listItem {
      padding: 47px 0 40px 0; } }
  .account-listItem:first-child {
    padding-top: 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-order-all .account-listItem {
    padding: 37px 0 22px 0; }
    .account-order-all .account-listItem:first-child {
      padding-top: 5px; }
    @media (min-width: 551px) {
      .account-order-all .account-listItem {
        padding: 47px 0 32px 0; } }

.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 30px 0 0;
  position: relative;
  width: 100px; }
  .account-product-figure:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%; }
  .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: 12px;
    margin-bottom: 0; }
    .account-product-body .definitionList .definitionList-key,
    .account-product-body .definitionList .definitionList-value {
      color: #464646; }

@media (max-width: 767px) {
  .page-type-account_orderstatus .account-product-body {
    padding-bottom: 48px; } }

@media (max-width: 1024px) {
  .page-type-account_orderstatus .account-product-body .account-product-description {
    display: inline-block;
    width: 100%; } }

@media (max-width: 767px) {
  .page-type-account_orderstatus .page.account-order-all .account-orderStatus {
    bottom: 0;
    top: auto;
    left: 0;
    right: auto; } }

.account-product-title {
  margin: -5px 0 0.41667rem;
  font-size: 18px;
  font-weight: 600;
  float: left;
  width: 70%;
  text-transform: none; }
  .account-product-title > a {
    text-decoration: none;
    color: #15453c; }
  .account-product-title + .definitionList {
    margin-top: 0.75rem;
    clear: left; }
  .page-type-account_order .account-product-title {
    font-weight: 500;
    margin-bottom: 2px; }

.account-product-description {
  text-align: left;
  width: 70%;
  float: left;
  margin-bottom: 20px; }

.page-type-account_inbox .account-product-title,
.page-type-account_order .account-product-title {
  width: 100%;
  display: inline-block;
  float: none;
  font-size: 14px;
  line-height: 22px; }

.account-product-subtitle {
  color: #999999;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 16px;
  margin: -0.16667rem 0 1rem;
  text-transform: inherit; }

.account-product-price {
  font-size: 14px;
  color: #1e1e1e;
  font-weight: 600;
  width: 100%;
  display: inline-block;
  margin-bottom: 3px; }

.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;
  display: inline-block;
  width: 100%; }
  .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: 551px) {
    .account-product-detail {
      width: 25%; } }
  @media (min-width: 1025px) {
    .account-product-detail {
      width: 21%; } }
  .account-product-detail + .account-product-detail {
    margin-top: 1rem; }
    @media (min-width: 551px) {
      .account-product-detail + .account-product-detail {
        margin-top: 0; } }
  @media (min-width: 551px) {
    .account-product-detail + .account-product-detail--full {
      margin-top: 1.5rem; } }

@media (min-width: 1281px) {
  .account-product-detail--large {
    width: 50%; } }

.account-product-detail--full {
  width: 100%; }

.account-product-detail-heading {
  color: #15453c;
  font-size: 14px;
  margin: 0 0 0.41667rem;
  text-transform: none;
  font-weight: 400; }
  .account-product-detail-heading span {
    background-image: linear-gradient(transparent 96%, rgba(70, 70, 70, 0.3) 4%);
    background-repeat: repeat-x;
    background-position-y: 0px;
    padding-bottom: 1px; }

.account-product--alignMiddle {
  display: table;
  width: 100%; }
  .account-product--alignMiddle .account-product-checkItem {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    width: 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; }
  .account-product--alignMiddle .account-product-body {
    padding-left: 15px;
    vertical-align: middle; }
    @media (min-width: 1025px) {
      .account-product--alignMiddle .account-product-body {
        padding-left: 30px; } }

.account-orderTotal {
  float: right;
  font-size: 16px;
  margin-top: -1.5rem;
  width: 100%; }
  @media (min-width: 992px) {
    .account-orderTotal {
      width: 66.66667%; } }

.account-orderTotal-key,
.account-orderTotal-value {
  margin: 0;
  color: #15453c; }

.account-orderTotal-key {
  float: left;
  font-weight: 500;
  font-size: 14px;
  padding: 20px 0; }

.account-orderTotal-value {
  border-bottom: 1px solid #909195;
  text-align: right;
  font-weight: 600;
  letter-spacing: 0;
  font-size: 16px;
  padding: 18px 0; }
  .account-orderTotal-value:last-child {
    border-bottom: 0; }

.account-product-body {
  margin-bottom: 10px; }
  .account-product-body > span {
    color: #464646; }

.account-orderStatus-label {
  background-color: #fbf8e5;
  color: #8b714a;
  display: inline-block;
  font-size: 12px;
  line-height: 15px;
  margin: 0 0 0.41667rem;
  padding: 0.16667rem 0.5rem;
  text-transform: none;
  font-weight: 500;
  padding: 8px 15px 7px 15px;
  min-width: 160px;
  text-align: center;
  display: block; }

.account-orderStatus-action {
  color: #464646;
  display: inline-block;
  font-size: 12px;
  font-style: italic;
  letter-spacing: 0.25px;
  margin-left: 0.75rem;
  text-align: right;
  vertical-align: top;
  background-image: linear-gradient(transparent 96%, rgba(70, 70, 70, 0.7) 4%);
  background-repeat: repeat-x;
  background-position-y: -2px;
  margin-top: 5px; }
  @media (min-width: 551px) {
    .account-orderStatus-action {
      margin-left: 0; } }
  .account-orderStatus-action:hover, .account-orderStatus-action:active, .account-orderStatus-action:focus {
    color: #464646; }

.account .pagination {
  color: #999999;
  margin-top: 20px; }
  .account .pagination .pagination-list {
    text-align: left; }
    .account .pagination .pagination-list .pagination-item {
      margin-bottom: 0; }

.account-message .is-read {
  color: #464646; }

.account-message .account-listItem {
  padding: 25px 0 15px 0; }
  .account-message .account-listItem:first-child {
    padding-top: 0; }

.account-message .account-list .account-listItem:last-child {
  margin-bottom: 42px; }

.account-message .form-actions {
  margin-top: 25px; }

.account-sidebar .button {
  min-width: 140px; }

.account-sidebar-block {
  font-size: 1rem; }
  .account-sidebar-block + .account-sidebar-block {
    margin-top: 3rem; }
  .account-sidebar-block .account-heading {
    margin-bottom: 20px;
    display: block;
    font-size: 18px; }
  .account-sidebar-block .order-details-info {
    font-size: 0; }
    .account-sidebar-block .order-details-info .account-reorder-form {
      margin-bottom: 15px; }
      @media (min-width: 551px) {
        .account-sidebar-block .order-details-info .account-reorder-form {
          margin-bottom: 0;
          margin-right: 15px; } }

.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: #323232;
  font-weight: 400;
  margin-top: 1.5rem; }

.account-downloads-summary {
  border-bottom: 1px solid #e5e5e5;
  font-size: 16px;
  padding-bottom: 1.5rem; }

.account-downloadsList {
  list-style: none;
  margin-left: 0; }
  .account-downloadsList ul,
  .account-downloadsList ol {
    list-style: none;
    margin-bottom: 0; }

.account-downloadsItem {
  margin-bottom: 1.5rem; }
  .account-downloadsItem > :first-child {
    margin-top: 0; }
  .account-downloadsItem > :last-child {
    margin-bottom: 0; }

.account-downloadsItem-title {
  color: #787878;
  font-size: 16px;
  margin-bottom: 0.16667rem;
  text-transform: inherit; }

.account-downloadsItem-description {
  margin-bottom: 0; }

.account-downloadsItem-availability {
  color: #787878; }

.wishlists-table {
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 1024px) {
    .wishlists-table {
      margin-top: 0; } }
  .wishlists-table .wishlist-name {
    color: #464646; }
    .wishlists-table .wishlist-name:hover, .wishlists-table .wishlist-name:active, .wishlists-table .wishlist-name:focus {
      color: black; }

.wishlist-header {
  display: none;
  text-align: center; }

.modal .wishlist-header {
  display: block; }

.wishlist-form {
  max-width: 44.16667rem; }
  .wishlist-form .form-field {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left;
    padding-left: 0;
    padding-right: 0; }

.share-wishlist {
  margin-left: auto;
  margin-right: auto;
  max-width: 54.16667rem;
  text-align: center; }

.icon--ratingEmpty svg {
  fill: #bababa; }

.icon--ratingFull svg {
  fill: #f3bc48; }

.rating--small {
  display: inline-block; }
  .rating--small .icon {
    height: 1.25rem;
    width: 1.25rem;
    margin-top: -3px; }
    .rating--small .icon svg {
      height: 1.25rem;
      width: 1.25rem; }

.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: 551px) {
    .apple-pay-supported .apple-pay-checkout-button {
      display: inline-block;
      float: right; } }

.previewCartCheckout .apple-pay-checkout-button {
  float: none;
  margin-top: 0.75rem; }

.account.account-add-payment h1.page-heading {
  margin-bottom: 30px; }

.paymentMethodsTitle {
  padding: 0;
  text-transform: none;
  width: 100%;
  margin: 0 0 25px; }

.paymentMethodsGrid {
  margin: -0.75rem;
  margin-bottom: 1.5rem;
  display: flex;
  flex-wrap: wrap; }
  .paymentMethodsGrid-item {
    display: inline-block;
    padding: 0 0.75rem;
    vertical-align: top;
    width: 100%; }
    @media (min-width: 551px) {
      .paymentMethodsGrid-item {
        width: 50%; } }
    @media (min-width: 1281px) {
      .paymentMethodsGrid-item {
        width: 33.33333%; } }

.paymentMethod {
  border: 1px solid #e5e5e5;
  background-color: #e5e5e5;
  border-radius: 0.25rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap; }
  .paymentMethod-row {
    padding: 1.5rem; }
    .paymentMethod-row:first-child {
      background-color: #ffffff; }
    .paymentMethod-row:last-child {
      margin-top: auto; }
    .paymentMethod-row:only-child {
      height: 100%; }
  .paymentMethod .button {
    margin-bottom: 0; }

.methodHeader {
  justify-content: space-between;
  display: flex;
  flex-flow: row;
  align-items: center; }
  .methodHeader-icon {
    margin-right: 0.75rem;
    width: 2.33333rem; }
    @media (min-width: 1281px) {
      .methodHeader-icon {
        width: 3.5rem; } }
  .methodHeader-title {
    font-size: 14px;
    font-weight: 600; }
    @media (min-width: 1281px) {
      .methodHeader-title {
        font-size: 1rem; } }
  .methodHeader-brand {
    font-size: 14px;
    font-weight: 600; }
    @media (min-width: 1281px) {
      .methodHeader-brand {
        font-size: 1rem; } }
  .methodHeader-meta {
    padding-left: 0.75rem;
    margin-left: auto;
    display: flex;
    flex-wrap: nowrap; }
  .methodHeader-default {
    margin-left: 0.75rem;
    fill: #666666;
    height: 1.5rem;
    width: 1.5rem; }
    @media (min-width: 1281px) {
      .methodHeader-default {
        height: 1.66667rem;
        width: 1.66667rem; } }
  .methodHeader-expiry {
    font-size: 16px;
    text-transform: capitalize; }

.methodDetails {
  margin: 0;
  display: flex; }
  .methodDetails-label {
    flex: 1;
    font-weight: 600; }
  .methodDetails-description {
    flex: 2;
    font-size: 14px; }

.newPaymentMethod {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-items: center;
  flex-direction: column;
  min-height: 15.5rem;
  height: 100%; }
  .newPaymentMethod-icon {
    font-size: 60px;
    line-height: 1;
    margin: auto 0 0.75rem;
    color: #15453c; }
  .newPaymentMethod-title {
    margin: 0 auto auto;
    text-align: center;
    font-size: 14px;
    color: #15453c;
    text-transform: capitalize; }

.paymentMethodForm {
  margin-bottom: 10px; }
  @media (min-width: 551px) {
    .paymentMethodForm-column {
      display: flex; }
      .paymentMethodForm-column:first-child .form-field {
        margin-bottom: 0.75rem; } }
  .paymentMethodForm-heading {
    color: #333333;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    text-transform: capitalize;
    margin-bottom: 20px;
    font-size: 18px; }
  .paymentMethodForm-subheading {
    font-weight: 600; }
  @media (min-width: 551px) {
    .paymentMethodForm-cards {
      margin-left: auto; } }
  .paymentMethodForm-cards-icon {
    margin-right: 0.16667rem;
    width: 2.83333rem; }
  .paymentMethodForm-inputs {
    position: relative; }
    @media (min-width: 551px) {
      .paymentMethodForm-inputs:last-child {
        padding-left: 1.5rem;
        width: 30%; }
      .paymentMethodForm-inputs:first-child {
        width: 70%; } }
  .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: 551px) {
      .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: 16px;
    font-weight: 600;
    letter-spacing: 0.25px; }

.category-header-image {
  width: 100%; }

.header {
  background-color: white;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
  width: 100%;
  z-index: 9995; }
  @media (min-width: 1025px) {
    .header {
      box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.02), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
      -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.02), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
       -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.02), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
       -ms-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.02), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
      overflow: visible;
      position: relative;
      height: auto;
      z-index: 9996; } }
  .has-activeNavPages .header,
  .halo-open-search .header {
    z-index: 9996; }
  .header.is-open {
    height: 100%; }
    @media (min-width: 1025px) {
      .header.is-open {
        height: auto; } }
  .header.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }
    .header.is-sticky .header-top {
      display: none; }

.header-pc {
  display: none; }
  @media (min-width: 1025px) {
    .header-pc {
      display: block; } }

.header-mobile {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  @media (min-width: 1025px) {
    .header-mobile {
      display: none; } }

.header-top {
  display: inline-block;
  width: 100%;
  text-align: right;
  padding: 8px 0 4px 0; }
  .header-top .announcement {
    display: inline-block;
    color: #15453c;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 20px;
    max-width: 800px; }
    .header-top .announcement .announcement-list .announcement-item {
      min-width: 100%;
      display: none; }
      .header-top .announcement .announcement-list .announcement-item:first-child, .header-top .announcement .announcement-list .announcement-item.slick-slide {
        display: inline-block; }
    .header-top .announcement .announcement-list .slick-list {
      min-height: 22px !important; }
    @media (min-width: 1025px) {
      .header-top .announcement {
        min-width: 800px; } }
    .header-top .announcement .announcement-item-inner {
      display: inline-block;
      min-width: 100%; }
  .header-top .navUser-section--currency {
    display: inline-block;
    float: right;
    padding-left: 12px;
    margin-left: 12px;
    position: relative; }
    .header-top .navUser-section--currency:before {
      content: "";
      background: rgba(21, 69, 60, 0.2);
      width: 1px;
      height: 62%;
      position: absolute;
      top: 19%;
      left: 0; }
    .header-top .navUser-section--currency .navUser-item {
      padding: 0; }
    .header-top .navUser-section--currency .navUser-action {
      padding: 0;
      line-height: 24px; }
      .header-top .navUser-section--currency .navUser-action .icon {
        margin-top: -1px;
        margin-left: 6px;
        height: 0.66667rem;
        width: 0.66667rem; }
        .header-top .navUser-section--currency .navUser-action .icon svg {
          height: 0.66667rem;
          width: 0.66667rem; }
      .header-top .navUser-section--currency .navUser-action.is-open {
        position: relative; }
        .header-top .navUser-section--currency .navUser-action.is-open:before {
          border: inset 6px;
          content: "";
          display: block;
          height: 0;
          width: 0;
          border-color: transparent transparent #787878 transparent;
          border-bottom-style: solid;
          bottom: -12px;
          left: 50%;
          position: absolute;
          transform: translateX(-50%); }
    .header-top .navUser-section--currency .image-flag {
      vertical-align: top;
      display: inline-block; }
      .header-top .navUser-section--currency .image-flag img {
        margin-top: -1px; }
    .header-top .navUser-section--currency .text-flag {
      margin-left: 5px; }
    .header-top .navUser-section--currency #currencySelection {
      width: auto;
      max-width: auto;
      min-width: 110px;
      left: auto !important;
      right: 0;
      padding: 0;
      margin-top: 12px; }
      .header-top .navUser-section--currency #currencySelection .dropdown-menu-item {
        padding: 9px 12px 8px 12px; }
        .header-top .navUser-section--currency #currencySelection .dropdown-menu-item:hover {
          background: rgba(120, 120, 120, 0.05);
          color: white; }
        .header-top .navUser-section--currency #currencySelection .dropdown-menu-item a {
          padding: 0;
          color: #787878;
          text-transform: uppercase;
          font-weight: 400;
          display: inline-block;
          width: 100%; }
          .header-top .navUser-section--currency #currencySelection .dropdown-menu-item a img {
            margin-top: -2px;
            margin-right: 5px;
            display: inline-block; }

@media (min-width: 1025px) {
  .header-bottom {
    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;
    padding-top: 10px;
    padding-bottom: 15px;
    min-height: 80px; } }

.header-bottom .header-left {
  width: 220px;
  padding-right: 30px;
  padding-top: 4px; }

.header-bottom .header-center {
  width: calc(100% - 570px);
  min-height: 45px;
  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;
  z-index: 99; }

.header-bottom .header-right {
  width: 350px;
  min-height: 47px; }
  .header-bottom .header-right .navUser {
    padding-right: 0;
    margin-top: 4px; }
    .header-bottom .header-right .navUser .navUser-section {
      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;
      float: right; }
    .header-bottom .header-right .navUser .navUser-action.is-open:before {
      border: inset 6px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent #787878 transparent;
      border-bottom-style: solid;
      bottom: -31px;
      left: 50%;
      position: absolute;
      transform: translateX(-50%); }
  .header-bottom .header-right .navUser-item--special img {
    max-width: 59px;
    max-height: 44px; }

.header-logo {
  font-size: 0;
  text-align: center;
  height: inherit;
  margin-bottom: 0; }
  .header-logo__link {
    color: #15453c;
    height: inherit;
    display: flex;
    align-items: center;
    margin: 0 auto;
    position: relative;
    text-decoration: none;
    width: 80%;
    z-index: 20; }
    .header-logo__link:before, .header-logo__link:after {
      content: " ";
      display: table; }
    .header-logo__link:after {
      clear: both; }
    @media (min-width: 381px) {
      .header-logo__link {
        width: 70%; } }
    @media (min-width: 1025px) {
      .header-logo__link {
        background: none;
        border-bottom: 0;
        display: inline;
        padding: 0;
        width: 100%; } }
    .header-logo__link:hover {
      color: black; }
    .header-logo__link:active {
      color: black; }

.header-logo--left {
  text-align: left; }
  @media (min-width: 1025px) {
    .header-logo--left {
      margin-left: 3.33333rem; } }
  .header-logo--left .header-logo-image {
    right: unset; }

.header-logo--right {
  text-align: right; }
  @media (min-width: 1025px) {
    .header-logo--right {
      margin-right: 3.33333rem; } }
  .header-logo--right .header-logo-image {
    left: unset; }

.header-logo-text {
  display: block;
  font-family: "Signika", Arial, Helvetica, sans-serif;
  font-size: 2.25vw;
  line-height: 2.25vw;
  font-weight: 700;
  letter-spacing: 0.16667rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap; }
  @media (min-width: 551px) {
    .header-logo-text {
      font-size: 2.5vw;
      line-height: 10.5vw; } }
  @media (min-width: 1025px) {
    .header-logo-text {
      display: inline;
      font-size: 30px;
      max-width: none;
      overflow: auto;
      white-space: normal;
      line-height: 38px; }
      .header.fixed .header-logo-text {
        font-size: 30px; } }

.header-logo-image-container {
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: left; }

.header-logo-image {
  max-height: 32px; }
  @media (min-width: 360px) {
    .header-logo-image {
      max-height: 44px; } }
  @media (min-width: 1025px) {
    .header-logo-image {
      max-height: 53px; } }

.header-logo-image-unknown-size {
  max-height: 32px; }
  @media (min-width: 360px) {
    .header-logo-image-unknown-size {
      max-height: 44px; } }
  @media (min-width: 1025px) {
    .header-logo-image-unknown-size {
      max-height: none; } }

.mobileMenu-toggle {
  width: 26px;
  height: 100%;
  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: #15453c;
    display: inline-block;
    height: 2px;
    transform: rotate(0deg);
    width: 2.16667rem;
    background: #15453c; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::before,
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    background: #15453c;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    transform: rotate(0deg);
    width: 2.16667rem;
    background: #15453c; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::before {
    top: -0.6rem; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    bottom: -0.6rem; }

/*-------- Header Mobile  ------*/
.header-mobile .mobile-header {
  width: 100%;
  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;
  padding: 0px 15px;
  height: 50px; }

.header-mobile .header-item {
  min-width: 85px; }
  .header-mobile .header-item .items {
    display: inline-block;
    vertical-align: middle; }
    .header-mobile .header-item .items + .items {
      margin-left: 10px; }
      @media (min-width: 360px) {
        .header-mobile .header-item .items + .items {
          margin-left: 15px; }
          .header-mobile .header-item .items + .items.themevale_cart {
            margin-left: 13px; } }
      @media (min-width: 381px) {
        .header-mobile .header-item .items + .items {
          margin-left: 20px; }
          .header-mobile .header-item .items + .items.themevale_cart {
            margin-left: 18px; } }
  .header-mobile .header-item .item--hamburger {
    width: 28px;
    height: 50px;
    margin-top: -1px; }
  @media (max-width: 380px) {
    .header-mobile .header-item .header-logo-image {
      max-height: 44px; } }
  @media (max-width: 359px) {
    .header-mobile .header-item .header-logo-image {
      max-height: 34px; } }
  .header-mobile .header-item .item--searchMobile .navUser-action .icon {
    margin-top: -3px;
    height: 1.83333rem;
    width: 1.83333rem;
    fill: #15453c;
    color: #15453c;
    opacity: 1; }
  .header-mobile .header-item .item--searchMobile .navUser-action .close {
    text-align: center;
    font-size: 42px;
    font-family: "Signika", Arial, Helvetica, sans-serif;
    font-weight: 200;
    width: 22px;
    height: 22px;
    margin-top: 1px; }
    .header-mobile .header-item .item--searchMobile .navUser-action .close.close {
      display: none; }
  .header-mobile .header-item .item--searchMobile .navUser-item--quichSearch {
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    background: #fafafa;
    padding-left: 0;
    display: none; }
    .header-mobile .header-item .item--searchMobile .navUser-item--quichSearch.is-open {
      display: block; }
    .header-mobile .header-item .item--searchMobile .navUser-item--quichSearch #search_query {
      padding-left: 15px;
      color: #8e8e8e;
      font-weight: 700;
      box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06), 0 1px 2px 0 rgba(0, 0, 0, 0.1);
      -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06), 0 1px 2px 0 rgba(0, 0, 0, 0.1);
       -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06), 0 1px 2px 0 rgba(0, 0, 0, 0.1);
       -ms-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06), 0 1px 2px 0 rgba(0, 0, 0, 0.1); }
      @media (max-width: 1024px) {
        .header-mobile .header-item .item--searchMobile .navUser-item--quichSearch #search_query {
          height: 3.58333rem; } }
      @media (max-width: 550px) {
        .header-mobile .header-item .item--searchMobile .navUser-item--quichSearch #search_query {
          height: 3.33333rem; } }
      .header-mobile .header-item .item--searchMobile .navUser-item--quichSearch #search_query::-webkit-input-placeholder {
        color: #8e8e8e;
        font-weight: 700;
        opacity: 1; }
      .header-mobile .header-item .item--searchMobile .navUser-item--quichSearch #search_query::-moz-placeholder {
        color: #8e8e8e;
        font-weight: 700;
        opacity: 1; }
      .header-mobile .header-item .item--searchMobile .navUser-item--quichSearch #search_query:-ms-input-placeholder {
        color: #8e8e8e !important;
        font-weight: 700 !important;
        opacity: 1 !important; }
    .header-mobile .header-item .item--searchMobile .navUser-item--quichSearch .form {
      margin-top: 0; }
    .header-mobile .header-item .item--searchMobile .navUser-item--quichSearch button {
      top: 0px;
      right: 5px;
      left: auto;
      width: 40px; }
      @media (max-width: 1024px) {
        .header-mobile .header-item .item--searchMobile .navUser-item--quichSearch button {
          height: 43px;
          line-height: 43px; } }
      @media (max-width: 550px) {
        .header-mobile .header-item .item--searchMobile .navUser-item--quichSearch button {
          height: 40px;
          line-height: 40px; } }
      .header-mobile .header-item .item--searchMobile .navUser-item--quichSearch button svg {
        fill: #8e8e8e;
        width: 18px;
        height: 18px;
        margin-top: -2px; }
    .header-mobile .header-item .item--searchMobile .navUser-item--quichSearch .themevale-dropdown {
      width: 100%;
      right: 0;
      top: 100% !important; }
  .header-mobile .header-item .item--account .navUser-action {
    padding-right: 0;
    padding-left: 5px; }
    .header-mobile .header-item .item--account .navUser-action .icon {
      margin-top: -2px;
      height: 1.91667rem;
      width: 1.91667rem; }
  .header-mobile .header-item .item--cart .icon {
    margin-top: -5px;
    height: 2rem;
    width: 2rem; }

.header-mobile .navUser-item-cartIcon {
  position: relative;
  margin-right: 12px; }
  .header-mobile .navUser-item-cartIcon .countPill {
    margin: 0;
    font-size: 11px;
    display: block;
    top: -7px;
    right: -12px; }

html {
  -webkit-tap-highlight-color: transparent; }

html * {
  outline: none !important; }
  html *:focus, html *:active, html *:hover, html *:visited {
    outline: none !important; }

a {
  text-decoration: none; }

body.halo-open-search, body.halo-open-account, body.halo-open-side-cart, body.halo-open-dropdown-cart, body.halo-open-before-you-leave, body.halo-open-sidebar, body.has-quickViewModal {
  overflow: hidden; }

.page {
  display: inline-block;
  width: 100%; }

.page-content.no-heading {
  padding-top: 35px; }
  @media (min-width: 1025px) {
    .page-content.no-heading {
      padding-top: 55px; } }

.page-content.padding-bottom {
  padding-bottom: 50px; }
  @media (min-width: 551px) {
    .page-content.padding-bottom {
      padding-bottom: 80px; } }
  @media (min-width: 1025px) {
    .page-content.padding-bottom {
      padding-bottom: 120px; } }

.page-type-404 .form {
  margin-bottom: 0; }
  .page-type-404 .form .form-field:last-child {
    margin-bottom: 0; }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

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

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

.padding-top-30 {
  padding-top: 20px; }
  @media (min-width: 1025px) {
    .padding-top-30 {
      padding-top: 30px; } }

.padding-top-40 {
  padding-top: 20px; }
  @media (min-width: 551px) {
    .padding-top-40 {
      padding-top: 30px; } }
  @media (min-width: 1025px) {
    .padding-top-40 {
      padding-top: 40px; } }

.padding-top-50 {
  padding-top: 20px; }
  @media (min-width: 551px) {
    .padding-top-50 {
      padding-top: 35px; } }
  @media (min-width: 1025px) {
    .padding-top-50 {
      padding-top: 50px; } }

.padding-top-60 {
  padding-top: 25px; }
  @media (min-width: 551px) {
    .padding-top-60 {
      padding-top: 35px; } }
  @media (min-width: 1025px) {
    .padding-top-60 {
      padding-top: 60px; } }

.padding-top-80 {
  padding-top: 45px; }
  @media (min-width: 551px) {
    .padding-top-80 {
      padding-top: 60px; } }
  @media (min-width: 1025px) {
    .padding-top-80 {
      padding-top: 80px; } }

.padding-top-100 {
  padding-top: 50px; }
  @media (min-width: 551px) {
    .padding-top-100 {
      padding-top: 70px; } }
  @media (min-width: 1025px) {
    .padding-top-100 {
      padding-top: 100px; } }

.padding-bottom-10 {
  padding-bottom: 10px; }

.padding-bottom-20 {
  padding-bottom: 20px; }

.padding-bottom-30 {
  padding-bottom: 30px; }

.padding-bottom-40 {
  padding-bottom: 20px; }
  @media (min-width: 551px) {
    .padding-bottom-40 {
      padding-bottom: 30px; } }
  @media (min-width: 1025px) {
    .padding-bottom-40 {
      padding-bottom: 40px; } }

.padding-bottom-50 {
  padding-bottom: 20px; }
  @media (min-width: 551px) {
    .padding-bottom-50 {
      padding-bottom: 35px; } }
  @media (min-width: 1025px) {
    .padding-bottom-50 {
      padding-bottom: 50px; } }

.padding-bottom-70 {
  padding-bottom: 40px; }
  @media (min-width: 551px) {
    .padding-bottom-70 {
      padding-bottom: 50px; } }
  @media (min-width: 1025px) {
    .padding-bottom-70 {
      padding-bottom: 70px; } }

.padding-bottom-80 {
  padding-bottom: 50px; }
  @media (min-width: 551px) {
    .padding-bottom-80 {
      padding-bottom: 60px; } }
  @media (min-width: 1025px) {
    .padding-bottom-80 {
      padding-bottom: 80px; } }

.padding-bottom-120 {
  padding-bottom: 50px; }
  @media (min-width: 551px) {
    .padding-bottom-120 {
      padding-bottom: 80px; } }
  @media (min-width: 1025px) {
    .padding-bottom-120 {
      padding-bottom: 120px; } }

.page-content--textCenter {
  text-align: center; }

.page-content {
  display: inline-block;
  width: 100%; }
  @media (min-width: 768px) {
    .page-content.page-content--centered {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 66.66667%;
      float: left;
      margin-left: auto;
      margin-right: auto;
      float: none;
      display: block; } }

.page-type-newsletter_subscribe .page-content {
  padding-bottom: 50px; }
  @media (min-width: 551px) {
    .page-type-newsletter_subscribe .page-content {
      padding-bottom: 150px; } }

.halo-heading {
  display: inline-block;
  width: 100%; }
  .halo-heading h1.page-heading {
    margin-bottom: 26px;
    text-align: left; }
    @media (min-width: 1025px) {
      .halo-heading h1.page-heading {
        margin-bottom: 25px;
        line-height: 48px; } }

.page-header {
  position: relative;
  text-align: center; }
  .page-header .page-heading {
    margin-bottom: 12px; }
    @media (min-width: 1025px) {
      .page-header .page-heading {
        margin-bottom: 42px; } }
  .page-header .desc {
    font-size: 12px;
    text-align: center; }
  .page-header > .view-all {
    margin-bottom: 20px;
    margin-top: 0; }
    @media (min-width: 1025px) {
      .page-header > .view-all {
        top: auto;
        bottom: 1px;
        margin-bottom: 0; } }

.stickyContainer {
  position: relative; }

.page-sidebar {
  width: 25%;
  background-color: #fff; }
  @media (max-width: 1024px) {
    .page-sidebar {
      width: 347px;
      position: fixed;
      top: 0;
      left: 0;
      -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);
      z-index: 10002;
      margin: 0;
      overflow-y: auto;
      height: 100vh; }
      .page-sidebar nav {
        padding: 28px 30px 30px 30px; }
      .page-sidebar + #product-listing-container {
        width: 100%; } }
  .page-sidebar.sidebar-hide {
    width: 330px;
    position: fixed;
    top: 0;
    left: 0;
    -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);
    z-index: 10002;
    margin: 0;
    overflow-y: auto;
    height: 100vh; }
    @media (min-width: 1025px) {
      .page-sidebar.sidebar-hide {
        width: 347px; } }
    .page-sidebar.sidebar-hide nav {
      padding: 28px 30px 30px 30px; }
    .page-sidebar.sidebar-hide + #product-listing-container,
    .page-sidebar.sidebar-hide + .page-content {
      width: 100%; }
  @media (min-width: 1025px) {
    .page-sidebar.sidebar-show {
      float: left;
      width: 300px;
      margin-bottom: 50px;
      position: -webkit-sticky;
      /* Safari */
      position: sticky;
      top: 20px; }
      .page-sidebar.sidebar-show .close-sidebar {
        display: none; } }
  @media (min-width: 1441px) {
    .page-sidebar.sidebar-show {
      width: 270px; } }
  .page-sidebar.sidebar-show + #product-listing-container,
  .page-sidebar.sidebar-show + .page-content {
    width: 100%; }
    @media (min-width: 1025px) {
      .page-sidebar.sidebar-show + #product-listing-container,
      .page-sidebar.sidebar-show + .page-content {
        width: 100%;
        display: inline-block;
        float: left;
        width: calc(100% - 300px);
        padding-left: 30px; } }
    @media (min-width: 1441px) {
      .page-sidebar.sidebar-show + #product-listing-container,
      .page-sidebar.sidebar-show + .page-content {
        padding-left: 70px;
        width: calc(100% - 270px); } }
  .halo-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: 12px 30px 10px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase; }
    .page-sidebar .close-sidebar .icon-close {
      width: 17px;
      height: 20px;
      line-height: 20px;
      font-size: 32px;
      font-weight: 200; }
  .page-sidebar nav {
    width: 100%;
    height: 100%;
    display: block; }
    .page-sidebar nav .close-sidebar {
      display: none; }

.footer {
  clear: both; }

.footer-top {
  background-color: #4d878f;
  padding-top: 30px;
  padding-bottom: 10px; }
  @media (min-width: 551px) {
    .footer-top {
      padding-top: 40px;
      padding-bottom: 30px; } }

.footer-info {
  margin-left: -10px;
  margin-right: -10px;
  font-size: 0; }
  @media (min-width: 1025px) {
    .footer-info {
      margin-left: -15px;
      margin-right: -15px; } }

.footer-info-col {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  color: #c5c5ce;
  display: inline-block;
  float: none;
  font-size: 1rem;
  margin-bottom: 3rem;
  vertical-align: top; }
  @media (min-width: 768px) {
    .footer-info-col {
      width: 25%; } }
  @media (min-width: 1025px) {
    .footer-info-col {
      width: 18%;
      padding-left: 15px;
      padding-right: 15px; } }
  @media (min-width: 1440px) {
    .footer-info-col {
      width: 19%; } }
  .footer-info-col > :last-child {
    margin-bottom: 0; }
  .footer-info-col a {
    color: #c5c5ce; }
    .footer-info-col a:hover {
      color: white; }
  @media (max-width: 767px) {
    .footer-info-col[data-section-type="storeInfo"] {
      margin-bottom: 20px; } }
  .footer-info-col[data-section-type="storeInfo"] .footer-info-heading.has-logo {
    display: none; }
  .footer-info-col[data-section-type="storeInfo"] address {
    line-height: 28px;
    margin-bottom: 15px;
    font-style: normal; }
    @media (min-width: 768px) {
      .footer-info-col[data-section-type="storeInfo"] address {
        margin-bottom: 28px; } }
  .footer-info-col[data-section-type="storeInfo"] .info {
    width: 100%;
    display: inline-block; }
  .footer-info-col[data-section-type="storeInfo"] .phone-number a:hover {
    background-image: linear-gradient(transparent 96%, rgba(255, 255, 255, 0.7) 4%);
    background-repeat: repeat-x;
    background-position-y: 0px; }
  .footer-info-col[data-section-type="storeInfo"] .email a {
    padding-bottom: 2px;
    background-image: linear-gradient(transparent 96%, rgba(197, 197, 206, 0.7) 4%);
    background-repeat: repeat-x;
    background-position-y: 0px; }
    .footer-info-col[data-section-type="storeInfo"] .email a:hover {
      background-image: linear-gradient(transparent 96%, rgba(255, 255, 255, 0.7) 4%); }
  @media (min-width: 768px) and (max-width: 1024px) {
    .footer-info-col[data-section-type="newsletterSubscription"] .footer-info-heading {
      margin-top: 0; } }
  @media (max-width: 767px) {
    .footer-info-col[data-section-type="newsletterSubscription"] .footer-info-heading {
      margin-top: 15px; } }
  .footer-info-col[data-section-type="newsletterSubscription"] .socialLinks {
    margin-bottom: 8px;
    display: inline-block; }
    @media (min-width: 768px) {
      .footer-info-col[data-section-type="newsletterSubscription"] .socialLinks {
        margin-top: 12px; } }
    .footer-info-col[data-section-type="newsletterSubscription"] .socialLinks .icon svg {
      fill: white; }
    .footer-info-col[data-section-type="newsletterSubscription"] .socialLinks .icon:hover svg {
      fill: #7caa48; }

.footer-info-col--small {
  width: 100%; }
  @media (min-width: 1025px) {
    .footer-info-col--small {
      width: 22%; } }
  @media (min-width: 1440px) {
    .footer-info-col--small {
      width: 18%; } }

@media (min-width: 768px) {
  .footer-info-col--large {
    width: 25%; } }

@media (min-width: 1025px) {
  .footer-info-col--large {
    width: 24%; } }

@media (min-width: 1440px) {
  .footer-info-col--large {
    width: 25%; } }

.footer-info-col--social {
  width: 100%; }

@media (min-width: 551px) {
  .footer-info-col--left {
    padding: 0; } }

@media (min-width: 551px) {
  .footer-info-col--right {
    left: 50%;
    position: inherit;
    width: 50%; } }

@media (min-width: 1025px) {
  .footer-info-col--right {
    left: 0;
    padding: 0;
    text-align: right;
    width: 100%; } }

.footer-info-heading {
  color: white;
  font-size: 16px;
  font-weight: 500;
  text-transform: inherit;
  margin-bottom: 17px; }
  @media (min-width: 768px) {
    .footer-info-heading {
      margin-top: 21px; } }

.footer-logo {
  margin-bottom: 25px;
  max-width: 162px; }

.footer-info-list {
  list-style: none;
  margin-left: 0; }
  @media (max-width: 767px) {
    .footer-info-list {
      display: none; } }
  .footer-info-list li {
    padding: 5px 0; }
  .footer-info-list a {
    color: #c5c5ce;
    text-decoration: none;
    padding-bottom: 1px; }
    .footer-info-list a:hover {
      color: white;
      background-image: linear-gradient(transparent 96%, rgba(255, 255, 255, 0.7) 4%);
      background-repeat: repeat-x;
      background-position-y: 0px; }

@media (max-width: 767px) {
  .footer-dropdownmobile {
    margin-bottom: 0px; }
    .footer-dropdownmobile > h5 {
      border-bottom: 1px solid rgba(255, 255, 255, 0.7);
      padding-bottom: 14px;
      padding-top: 14px;
      margin-bottom: 0;
      position: relative; }
      .footer-dropdownmobile > h5:before {
        top: 50%;
        right: 4px;
        z-index: 2;
        content: "";
        width: 2px;
        height: 10px;
        position: absolute;
        transition: all .3s ease;
        transform: translateY(-50%);
        background-color: white; }
      .footer-dropdownmobile > h5:after {
        top: 50%;
        right: 0;
        z-index: 2;
        content: "";
        width: 10px;
        height: 2px;
        position: absolute;
        transform: translateY(-50%);
        background-color: white; }
    .footer-dropdownmobile.open-dropdown .footer-info-heading:before {
      transform: translateY(-50%) rotate(-90deg); }
    .footer-dropdownmobile .footer-info-list {
      display: none;
      margin-bottom: 30px;
      margin-top: 12px; } }

.footer-bottom {
  background: #15453c;
  padding: 36px 0 50px 0; }
  .footer-bottom .container {
    display: block; }
    @media (min-width: 992px) {
      .footer-bottom .container {
        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: nowrap;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap; } }
  @media (max-width: 991px) {
    .footer-bottom .footer-copyright {
      margin-bottom: 20px; } }

.footer-copyright > .powered-by {
  color: white;
  font-size: 12px;
  margin: 0;
  display: inline-block; }

.footer-copyright a {
  color: white; }
  .footer-copyright a:hover {
    color: white; }

.footer-payment-icons {
  height: 2rem;
  font-size: 0;
  display: inline-block; }
  .footer-payment-icons .footer-payment-icon {
    height: 100%;
    vertical-align: middle;
    width: 3.16667rem;
    background: #fff;
    margin-bottom: 8px;
    margin-right: 8px;
    display: inline-block; }
    @media (min-width: 1025px) {
      .footer-payment-icons .footer-payment-icon {
        margin-right: 15px; } }
    .footer-payment-icons .footer-payment-icon:last-child {
      margin-right: 0; }
    .footer-payment-icons .footer-payment-icon.cirrus {
      background: #013474; }
    .footer-payment-icons .footer-payment-icon.amazonpay {
      background: #ff9e13;
      padding: 5px; }
    .footer-payment-icons .footer-payment-icon.googlepay {
      padding: 5px; }
    .footer-payment-icons .footer-payment-icon.american-express {
      background: #2478bc; }
    .footer-payment-icons .footer-payment-icon.visa {
      background: #0e4595; }
    .footer-payment-icons .footer-payment-icon.western-union {
      background: #f7de4b; }

@media (min-width: 551px) {
  .footer-geotrust-ssl-seal {
    bottom: 0;
    position: absolute;
    right: 16px; } }

.footer-geotrust-ssl-seal table {
  margin: auto; }

.footer-newsletter-summary {
  text-align: left; }

img.loading {
  width: 40px;
  height: 40px; }

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1690px;
  padding: 0 15px;
  width: 100%; }
  @media (min-width: 1025px) {
    .container {
      padding: 0 30px; } }
  @media (min-width: 1281px) {
    .container {
      padding: 0 60px; } }

.container-small {
  max-width: 1490px;
  padding: 0 15px; }
  @media (min-width: 1025px) {
    .container-small {
      padding: 0 30px; } }
  @media (min-width: 1281px) {
    .container-small {
      padding: 0 60px; } }

/* Scroll Bar */
.scrollbar {
  overflow-y: auto;
  overflow-x: hidden; }
  @media (min-width: 1025px) {
    .scrollbar {
      scrollbar-color: #787878 #fafafa;
      scrollbar-width: thin !important; }
      .scrollbar::-webkit-scrollbar {
        background-color: #fafafa;
        -webkit-appearance: none;
        width: 10px; }
      .scrollbar::-webkit-scrollbar-thumb {
        background-color: #787878; } }

.scrollbar-horizontal {
  overflow-x: auto;
  -webkit-overflow-scrolling: auto;
  scrollbar-color: #787878 #fafafa;
  scrollbar-width: thin !important; }
  .scrollbar-horizontal::-webkit-scrollbar {
    background-color: #fafafa;
    -webkit-appearance: none;
    height: 10px; }
  .scrollbar-horizontal::-webkit-scrollbar-thumb {
    background-color: #787878; }

.view-all {
  text-align: center;
  color: #7caa48;
  font-size: 12px;
  background-image: linear-gradient(transparent 96%, rgba(124, 170, 72, 0.7) 4%);
  background-repeat: repeat-x;
  background-position-y: -2px;
  margin-top: 5px;
  display: inline-block; }
  @media (min-width: 1025px) {
    .view-all {
      position: absolute;
      right: 0;
      top: 0;
      max-width: 18%;
      text-align: right;
      margin-top: 0; } }
  .view-all:hover {
    background-image: linear-gradient(transparent 96%, rgba(77, 135, 143, 0.7) 4%); }

.desc-wrap {
  text-align: center;
  position: relative;
  margin-bottom: 20px; }
  @media (min-width: 1025px) {
    .desc-wrap {
      padding: 0 20%;
      margin-bottom: 30px; } }
  .desc-wrap .desc {
    margin: 0 auto;
    font-size: 12px; }

/* Effect hover */
.animate-hvr {
  display: block; }
  .animate-hvr:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    z-index: 4;
    transform: none;
    transition: all 0.3s ease;
    background-color: rgba(0, 0, 0, 0.4);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%); }

.animate-hvr-border {
  position: relative;
  display: inline-block; }
  .animate-hvr-border:before {
    border-top: 1px solid -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    border-bottom: 1px solid -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    width: 0;
    height: 1px; }
  .animate-hvr-border:after {
    border-left: 1px solid -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    border-right: 1px solid -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    width: 1px;
    height: 0; }
  .animate-hvr-border:hover:before {
    width: 100%; }
  .animate-hvr-border:hover:after {
    height: 100%; }

.zoom-effect {
  position: relative;
  display: inline-block; }
  .zoom-effect:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all 0.5s ease;
    z-index: 4;
    background-color: rgba(0, 0, 0, 0.5);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%); }
  .zoom-effect:hover:after {
    width: 100%;
    height: 100%; }

.bg-gray {
  background: #fafafa; }

/* Product Block */
.home-product-block {
  margin-top: 5px; }
  .home-product-block .newText {
    display: none; }

/* Banner Two Images */
.halo_home_banner_two_images .banner-list {
  font-size: 0; }
  @media (min-width: 551px) {
    .halo_home_banner_two_images .banner-list .slick-list {
      margin-left: -7.5px;
      margin-right: -7.5px; } }
  @media (min-width: 1025px) {
    .halo_home_banner_two_images .banner-list .slick-list {
      margin-left: -15px;
      margin-right: -15px; } }
  .halo_home_banner_two_images .banner-list .banner-item {
    position: relative;
    display: inline-block;
    width: 100%; }
    @media (min-width: 551px) {
      .halo_home_banner_two_images .banner-list .banner-item {
        width: 50%;
        padding: 0 7.5px; } }
    @media (min-width: 1025px) {
      .halo_home_banner_two_images .banner-list .banner-item {
        padding: 0 15px; } }
    .halo_home_banner_two_images .banner-list .banner-item .img .card-img-container {
      max-width: 670px; }
      .halo_home_banner_two_images .banner-list .banner-item .img .card-img-container:after {
        padding-bottom: 81.34328%; }
      .halo_home_banner_two_images .banner-list .banner-item .img .card-img-container > a:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 4; }
    .halo_home_banner_two_images .banner-list .banner-item .content {
      position: absolute;
      top: 0;
      left: 0px;
      right: 0px;
      bottom: 0;
      padding: 15px;
      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; }
      @media (min-width: 551px) {
        .halo_home_banner_two_images .banner-list .banner-item .content {
          left: 15px;
          right: 15px; } }
      @media (min-width: 1281px) {
        .halo_home_banner_two_images .banner-list .banner-item .content {
          padding: 60px 70px; } }
      .halo_home_banner_two_images .banner-list .banner-item .content .content-inner *:not(.link) {
        position: relative;
        z-index: 5; }
      .halo_home_banner_two_images .banner-list .banner-item .content .content-inner .title, .halo_home_banner_two_images .banner-list .banner-item .content .content-inner .sub-title {
        color: white; }
        .halo_home_banner_two_images .banner-list .banner-item .content .content-inner .title > a, .halo_home_banner_two_images .banner-list .banner-item .content .content-inner .sub-title > a {
          color: white; }
      .halo_home_banner_two_images .banner-list .banner-item .content .content-inner .title {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 10px; }
        @media (min-width: 361px) {
          .halo_home_banner_two_images .banner-list .banner-item .content .content-inner .title {
            font-size: 26px;
            line-height: 34px; } }
        @media (min-width: 768px) {
          .halo_home_banner_two_images .banner-list .banner-item .content .content-inner .title {
            font-size: 30px;
            line-height: 38px; } }
        @media (min-width: 992px) {
          .halo_home_banner_two_images .banner-list .banner-item .content .content-inner .title {
            font-size: 40px;
            line-height: 48px; } }
        @media (min-width: 1025px) {
          .halo_home_banner_two_images .banner-list .banner-item .content .content-inner .title {
            font-size: 60px;
            line-height: 68px;
            margin-bottom: 20px; } }
      .halo_home_banner_two_images .banner-list .banner-item .content .content-inner .desc {
        font-size: 1rem;
        margin-bottom: 25px;
        color: white; }
        @media (min-width: 1025px) {
          .halo_home_banner_two_images .banner-list .banner-item .content .content-inner .desc {
            font-size: 14px;
            margin-bottom: 35px; } }
      .halo_home_banner_two_images .banner-list .banner-item .content .content-inner .button {
        min-width: 162px;
        border-color: white; }
        .halo_home_banner_two_images .banner-list .banner-item .content .content-inner .button:hover {
          border-color: #7caa48; }
      .halo_home_banner_two_images .banner-list .banner-item .content .content-inner > .link {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 4;
        position: absolute;
        font-size: 0; }
    .halo_home_banner_two_images .banner-list .banner-item .content-wrapper {
      text-align: center;
      margin-top: 27px;
      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: center;
      -webkit-justify-content: center;
      justify-content: center;
      -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; }
      .halo_home_banner_two_images .banner-list .banner-item .content-wrapper h3 {
        font-size: 22px;
        line-height: 28px;
        color: #15453c; }
        @media (min-width: 1025px) {
          .halo_home_banner_two_images .banner-list .banner-item .content-wrapper h3 {
            font-size: 30px;
            line-height: 36px; } }
      .halo_home_banner_two_images .banner-list .banner-item .content-wrapper .link {
        display: inline-block;
        font-family: "Signika", sans-serif;
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: .02em;
        color: #15453c;
        border-bottom: 1px solid #15453c;
        padding: 0 5px;
        line-height: 15px; }
    .halo_home_banner_two_images .banner-list .banner-item:hover .animate-hvr:after {
      height: 100%; }

/* Banner Three Images */
.halo_home_banner_three_images {
  margin-top: 5px;
  font-size: 0; }
  .halo_home_banner_three_images .page-header .page-heading {
    margin-bottom: 12px; }
    @media (min-width: 1025px) {
      .halo_home_banner_three_images .page-header .page-heading {
        margin-bottom: 18px; } }
  .halo_home_banner_three_images .banner-list {
    display: inline-block;
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    position: relative;
    z-index: 1; }
    .halo_home_banner_three_images .banner-list .banner-item {
      width: 450px;
      display: inline-block;
      vertical-align: top;
      white-space: normal; }
      @media (max-width: 550px) {
        .halo_home_banner_three_images .banner-list .banner-item {
          max-width: 90%; } }
      @media (min-width: 551px) {
        .halo_home_banner_three_images .banner-list .banner-item {
          width: 58%; } }
      @media (min-width: 991px) {
        .halo_home_banner_three_images .banner-list .banner-item {
          width: 40%; } }
      @media (min-width: 1025px) {
        .halo_home_banner_three_images .banner-list .banner-item {
          width: 33.33%; } }
      .halo_home_banner_three_images .banner-list .banner-item .img .card-img-container {
        max-width: 640px; }
        .halo_home_banner_three_images .banner-list .banner-item .img .card-img-container:after {
          padding-bottom: 73.4375%; }
      .halo_home_banner_three_images .banner-list .banner-item .content {
        padding: 22px 15px 20px 15px; }
        @media (min-width: 551px) {
          .halo_home_banner_three_images .banner-list .banner-item .content {
            padding: 22px 30px 20px 30px; } }
        @media (min-width: 1281px) {
          .halo_home_banner_three_images .banner-list .banner-item .content {
            padding: 40px 60px 20px 60px; } }
        .halo_home_banner_three_images .banner-list .banner-item .content .title {
          font-size: 20px;
          line-height: 28px;
          margin-bottom: 10px; }
          @media (min-width: 1025px) {
            .halo_home_banner_three_images .banner-list .banner-item .content .title {
              font-size: 24px;
              line-height: 32px;
              margin-bottom: 20px; } }
        .halo_home_banner_three_images .banner-list .banner-item .content .desc {
          font-size: 1rem;
          color: #464646;
          margin-bottom: 20px; }
          @media (min-width: 1025px) {
            .halo_home_banner_three_images .banner-list .banner-item .content .desc {
              margin-bottom: 30px; } }
        .halo_home_banner_three_images .banner-list .banner-item .content .button {
          max-width: 100%;
          min-width: 200px; }
          @media (min-width: 1025px) {
            .halo_home_banner_three_images .banner-list .banner-item .content .button {
              padding-left: 40px;
              padding-right: 40px;
              min-width: 210px; } }
      .halo_home_banner_three_images .banner-list .banner-item:hover .animate-hvr:after {
        height: 100%; }

/* Home Banner Custom Block */
.halo_banner_custom_block {
  font-size: 0; }
  .halo_banner_custom_block .custom-block-content {
    background: #fafafa; }
    @media (min-width: 768px) {
      .halo_banner_custom_block .custom-block-content {
        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; } }
  .halo_banner_custom_block .column {
    width: 100%; }
    @media (min-width: 768px) {
      .halo_banner_custom_block .column {
        width: 50%;
        display: inline-block;
        vertical-align: middle; } }
  @media (min-width: 768px) {
    .halo_banner_custom_block .content-column {
      padding: 20px 30px; } }
  @media (min-width: 1025px) {
    .halo_banner_custom_block .content-column {
      padding: 30px 60px; } }
  @media (min-width: 1600px) {
    .halo_banner_custom_block .content-column {
      padding: 30px 175px; } }
  @media (max-width: 767px) {
    .halo_banner_custom_block .content-column {
      text-align: center;
      padding: 62px 15px 70px 15px; } }
  @media (min-width: 768px) {
    .halo_banner_custom_block .content-column .content {
      max-width: 450px; } }
  .halo_banner_custom_block .content-column .content .title {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 12px;
    color: #7caa48; }
    @media (min-width: 768px) {
      .halo_banner_custom_block .content-column .content .title {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 17px; } }
    @media (min-width: 1025px) {
      .halo_banner_custom_block .content-column .content .title {
        font-size: 48px;
        line-height: 60px;
        margin-bottom: 20px; } }
    @media (min-width: 1281px) {
      .halo_banner_custom_block .content-column .content .title {
        font-size: 70px;
        line-height: 90px; } }
  .halo_banner_custom_block .content-column .content .desc {
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 15px; }
    @media (min-width: 768px) {
      .halo_banner_custom_block .content-column .content .desc {
        margin-bottom: 25px; } }
    @media (min-width: 1025px) {
      .halo_banner_custom_block .content-column .content .desc {
        margin-bottom: 35px;
        font-size: 14px;
        line-height: 26px; } }
    @media (min-width: 1281px) {
      .halo_banner_custom_block .content-column .content .desc {
        margin-bottom: 38px; } }
  .halo_banner_custom_block .content-column .content .button {
    min-width: 192px; }
  .halo_banner_custom_block .img-column .banner-list .slick-prev {
    left: 25px; }
    @media (min-width: 1025px) {
      .halo_banner_custom_block .img-column .banner-list .slick-prev {
        left: 55px; } }
    .halo_banner_custom_block .img-column .banner-list .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='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
  .halo_banner_custom_block .img-column .banner-list .slick-next {
    right: 25px; }
    @media (min-width: 1025px) {
      .halo_banner_custom_block .img-column .banner-list .slick-next {
        right: 55px; } }
    .halo_banner_custom_block .img-column .banner-list .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='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
  .halo_banner_custom_block .img-column .banner-list .slick-dots {
    position: absolute;
    bottom: 15px;
    left: 0; }
    @media (min-width: 1025px) {
      .halo_banner_custom_block .img-column .banner-list .slick-dots {
        bottom: 35px; } }
    .halo_banner_custom_block .img-column .banner-list .slick-dots li {
      margin-top: 0;
      width: 37px;
      height: 3px;
      position: unset; }
      .halo_banner_custom_block .img-column .banner-list .slick-dots li button {
        width: 32px;
        height: 3px;
        background: rgba(255, 255, 255, 0.5);
        border-radius: 0px;
        position: unset; }
      .halo_banner_custom_block .img-column .banner-list .slick-dots li.slick-active button, .halo_banner_custom_block .img-column .banner-list .slick-dots li:hover button {
        background: white;
        border: 1px solid white; }
      .halo_banner_custom_block .img-column .banner-list .slick-dots li.slick-active button:after {
        content: attr(aria-label);
        position: absolute;
        left: 0;
        bottom: 26px;
        color: white;
        width: 100%;
        min-width: 200px;
        font-size: 12px;
        pointer-events: none; }
  .halo_banner_custom_block .img-column .banner-list .banner-item .video-link {
    position: relative;
    display: inline-block;
    width: 100%; }
    .halo_banner_custom_block .img-column .banner-list .banner-item .video-link .video-icon {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 60px;
      height: 60px;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%); }
      @media (min-width: 1025px) {
        .halo_banner_custom_block .img-column .banner-list .banner-item .video-link .video-icon {
          width: 90px;
          height: 90px; } }
      @media (min-width: 1281px) {
        .halo_banner_custom_block .img-column .banner-list .banner-item .video-link .video-icon {
          width: 130px;
          height: 130px; } }
      .halo_banner_custom_block .img-column .banner-list .banner-item .video-link .video-icon svg {
        width: 100%;
        height: 100%;
        fill: white;
        stroke: white; }

/* Instagram */
.halo_instagram {
  margin-top: 5px;
  font-size: 0; }
  .halo_instagram .page-heading {
    margin-bottom: 18px; }
  .halo_instagram .page-description {
    color: #464646;
    font-size: 12px;
    margin-bottom: 65px; }
  .halo_instagram #instafeed {
    font-size: 0;
    width: 100%;
    display: inline-block; }
    .halo_instagram #instafeed .instagram-link {
      width: 50%;
      float: left;
      position: relative; }
      @media (min-width: 551px) {
        .halo_instagram #instafeed .instagram-link {
          width: 33.33%; } }
      @media (min-width: 1025px) {
        .halo_instagram #instafeed .instagram-link {
          width: 25%; }
          .halo_instagram #instafeed .instagram-link:hover:after {
            height: 100%; }
          .halo_instagram #instafeed .instagram-link:hover .zoom {
            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; } }
      .halo_instagram #instafeed .instagram-link .zoom {
        text-transform: uppercase;
        color: white;
        position: absolute;
        right: 30px;
        bottom: 30px;
        display: none;
        font-size: 12px;
        font-weight: 600;
        z-index: 6; }
        .halo_instagram #instafeed .instagram-link .zoom svg {
          height: 1.83333rem;
          width: 1.83333rem;
          margin-right: 8px; }
  .halo_instagram .button-wrappper {
    margin-top: 35px; }
    @media (min-width: 1025px) {
      .halo_instagram .button-wrappper {
        margin-top: 55px; } }
    .halo_instagram .button-wrappper .button {
      min-width: 220px; }
      @media (min-width: 1025px) {
        .halo_instagram .button-wrappper .button {
          min-width: 262px; } }
  .halo_instagram.instagram-app .button-wrappper {
    margin-top: 25px; }
    @media (max-width: 520px) {
      .halo_instagram.instagram-app .button-wrappper {
        margin-top: 15px; } }

/* Instagram - Snappt App */
.snptwdgt-pagr {
  height: 80px;
  margin-bottom: 20px; }
  @media (min-width: 1025px) {
    .snptwdgt-pagr {
      margin-bottom: -20px;
      height: 40px; } }

.js-snpt-load-more {
  background: none !important;
  margin-top: 20px !important;
  top: 0 !important; }
  @media (min-width: 1025px) {
    .js-snpt-load-more {
      margin-top: 23px !important; } }
  @media (max-width: 1024px) {
    .js-snpt-load-more {
      width: 30px !important;
      height: 30px !important; } }
  .js-snpt-load-more .snptico {
    display: none; }
  .js-snpt-load-more:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    background: #000;
    width: 100%;
    height: 3px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%); }
    @media (min-width: 551px) {
      .js-snpt-load-more:before {
        height: 4px; } }
  .js-snpt-load-more:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    background: #000;
    width: 3px;
    height: 100%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%); }
    @media (min-width: 551px) {
      .js-snpt-load-more:after {
        width: 4px; } }

.snptwdgt-container .snptwdgt-rtd__fottr {
  margin-top: 0 !important; }

/* Customer Reviews */
.halo_customer_reviews {
  margin-top: 5px; }
  .halo_customer_reviews .page-header {
    margin-bottom: 15px; }
    @media (min-width: 1025px) {
      .halo_customer_reviews .page-header {
        margin-bottom: 65px; } }
  .halo_customer_reviews .reviews-list {
    font-size: 0; }
    .halo_customer_reviews .reviews-list .slick-list {
      margin-left: -15px;
      margin-right: -15px; }
      @media (min-width: 1025px) {
        .halo_customer_reviews .reviews-list .slick-list {
          margin-left: -30px;
          margin-right: -30px; } }
    .halo_customer_reviews .reviews-list .review-item {
      padding-left: 15px;
      padding-right: 15px;
      width: 100%;
      display: inline-block; }
      @media (min-width: 551px) {
        .halo_customer_reviews .reviews-list .review-item {
          width: 50%;
          display: none; }
          .halo_customer_reviews .reviews-list .review-item:first-child, .halo_customer_reviews .reviews-list .review-item:nth-child(2), .halo_customer_reviews .reviews-list .review-item.slick-slide {
            display: inline-block; } }
      @media (min-width: 1025px) {
        .halo_customer_reviews .reviews-list .review-item {
          padding-left: 30px;
          padding-right: 30px; } }
      .halo_customer_reviews .reviews-list .review-item .review-img {
        display: inline-block;
        width: 100%;
        vertical-align: top;
        position: relative; }
        .halo_customer_reviews .reviews-list .review-item .review-img img {
          width: auto; }
        @media (min-width: 1025px) {
          .halo_customer_reviews .reviews-list .review-item .review-img {
            width: 86px; } }
        @media (max-width: 1024px) {
          .halo_customer_reviews .reviews-list .review-item .review-img {
            text-align: center;
            margin-bottom: 5px; }
            .halo_customer_reviews .reviews-list .review-item .review-img img {
              margin: 0 auto; } }
      .halo_customer_reviews .reviews-list .review-item .review-content {
        display: inline-block;
        width: 100%;
        vertical-align: top;
        padding-left: 20px;
        font-size: 12px; }
        @media (min-width: 1025px) {
          .halo_customer_reviews .reviews-list .review-item .review-content {
            padding-left: 45px;
            width: calc(100% - 86px); } }
        @media (max-width: 1024px) {
          .halo_customer_reviews .reviews-list .review-item .review-content {
            text-align: center; } }
        .halo_customer_reviews .reviews-list .review-item .review-content .title {
          font-size: 18px;
          line-height: 36px;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          padding-top: 6px;
          margin-bottom: 1px; }
        .halo_customer_reviews .reviews-list .review-item .review-content > span {
          display: inline-block;
          width: 100%; }
        .halo_customer_reviews .reviews-list .review-item .review-content .text {
          margin-bottom: 10px; }
        .halo_customer_reviews .reviews-list .review-item .review-content .rating--small span {
          font-size: 0; }
        .halo_customer_reviews .reviews-list .review-item .review-content .desc {
          margin-top: 10px; }
        .halo_customer_reviews .reviews-list .review-item .review-content .review-name {
          font-size: 14px;
          font-weight: 600;
          text-transform: uppercase;
          color: #15453c;
          margin-top: 8px;
          line-height: 26px; }

/* Recent Blog */
#halo_blogs {
  margin-top: 5px; }
  #halo_blogs .page-header {
    margin-bottom: 15px; }
    @media (min-width: 1025px) {
      #halo_blogs .page-header {
        margin-bottom: 30px; } }
    #halo_blogs .page-header .page-heading {
      margin-bottom: 12px; }
  #halo_blogs .halo_column {
    padding-bottom: 0;
    white-space: nowrap;
    overflow-x: auto;
    font-size: 0;
    margin: 0;
    position: relative;
    z-index: 1; }
    #halo_blogs .halo_column > .item {
      display: inline-block;
      font-size: 12px;
      vertical-align: top;
      width: 450px; }
      @media (max-width: 550px) {
        #halo_blogs .halo_column > .item {
          max-width: 90%; } }
      @media (min-width: 551px) {
        #halo_blogs .halo_column > .item {
          width: 58%; } }
      @media (min-width: 991px) {
        #halo_blogs .halo_column > .item {
          width: 40%; } }
      @media (min-width: 1025px) {
        #halo_blogs .halo_column > .item {
          width: 33.33%; } }
      #halo_blogs .halo_column > .item .recent-post {
        margin-bottom: 0; }
    #halo_blogs .halo_column.halo_column--col1 > .item {
      width: 100%;
      max-width: 100%; }
      #halo_blogs .halo_column.halo_column--col1 > .item .blog-post-figure .blog-thumbnail {
        margin: 0 auto; }
    @media (min-width: 551px) {
      #halo_blogs .halo_column.halo_column--col2 > .item {
        width: 50%; } }
    @media (min-width: 551px) {
      #halo_blogs .halo_column.halo_column--col4 > .item {
        width: 50%; } }
    @media (min-width: 1025px) {
      #halo_blogs .halo_column.halo_column--col4 > .item {
        width: 33.33%; } }
    @media (min-width: 1600px) {
      #halo_blogs .halo_column.halo_column--col4 > .item {
        width: 25%; } }
    #halo_blogs .halo_column.halo_column--col4 > .item .blog-post-body {
      padding: 22px 30px 20px 30px; }
      @media (min-width: 1600px) {
        #halo_blogs .halo_column.halo_column--col4 > .item .blog-post-body {
          padding: 38px 50px 20px 50px; } }
  #halo_blogs .blog-post-figure {
    width: 100%; }
    #halo_blogs .blog-post-figure .blog-thumbnail {
      margin-bottom: 0px; }
      #halo_blogs .blog-post-figure .blog-thumbnail:hover .animate-hvr:after {
        height: 100%; }
  #halo_blogs .blog-post-body {
    width: 100%;
    white-space: normal;
    margin-top: 0;
    text-align: left;
    padding: 22px 15px 20px 15px; }
    @media (min-width: 551px) {
      #halo_blogs .blog-post-body {
        padding: 22px 30px 20px 30px; } }
    @media (min-width: 1281px) {
      #halo_blogs .blog-post-body {
        padding: 38px 60px 20px 60px; } }
    #halo_blogs .blog-post-body .blog-title {
      font-size: 20px;
      line-height: 38px;
      margin: 0 0 17px 0;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      color: #15453c; }
      @media (min-width: 1025px) {
        #halo_blogs .blog-post-body .blog-title {
          font-size: 24px;
          line-height: 36px; } }
      #halo_blogs .blog-post-body .blog-title > a {
        color: #15453c; }
    #halo_blogs .blog-post-body .blog-date, #halo_blogs .blog-post-body .blog-author {
      text-align: left; }
    #halo_blogs .blog-post-body .blog-date {
      color: #a0a0a0;
      margin-bottom: 12px; }
    #halo_blogs .blog-post-body .blog-post {
      text-align: left; }
      #halo_blogs .blog-post-body .blog-post .button {
        min-width: 157px;
        margin-top: 30px; }

/* Home Newsletter */
.home-newsletter {
  width: 100%;
  display: inline-block;
  font-size: 0; }
  .home-newsletter .newsletter_pallarax {
    background-size: cover;
    background-attachment: unset;
    background-repeat: no-repeat;
    display: inline-block;
    width: 100%;
    font-size: 0; }
    @media (min-width: 1025px) {
      .home-newsletter .newsletter_pallarax {
        min-height: 780px;
        background-attachment: fixed; } }
    .home-newsletter .newsletter_pallarax .newsletter-content {
      color: white;
      width: 100%;
      padding: 10% 0 12% 0;
      max-width: 660px; }
      @media (min-width: 551px) {
        .home-newsletter .newsletter_pallarax .newsletter-content {
          float: right; } }
      @media (min-width: 768px) {
        .home-newsletter .newsletter_pallarax .newsletter-content {
          padding: 9% 0 12% 0; } }
      @media (min-width: 1025px) {
        .home-newsletter .newsletter_pallarax .newsletter-content {
          padding: 135px 0 50px 0;
          max-width: 660px; } }
      .home-newsletter .newsletter_pallarax .newsletter-content .newsletter-heading {
        color: white;
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 17px; }
        @media (min-width: 768px) {
          .home-newsletter .newsletter_pallarax .newsletter-content .newsletter-heading {
            font-size: 36px;
            line-height: 44px; } }
        @media (min-width: 1025px) {
          .home-newsletter .newsletter_pallarax .newsletter-content .newsletter-heading {
            font-size: 50px;
            line-height: 58px;
            margin-bottom: 20px; } }
        @media (min-width: 1281px) {
          .home-newsletter .newsletter_pallarax .newsletter-content .newsletter-heading {
            font-size: 70px;
            line-height: 90px;
            margin-bottom: 30px; } }
      .home-newsletter .newsletter_pallarax .newsletter-content .newsletter-sub-heading {
        margin-bottom: 22px;
        font-size: 14px;
        line-height: 26px; }
        @media (min-width: 551px) {
          .home-newsletter .newsletter_pallarax .newsletter-content .newsletter-sub-heading {
            margin-bottom: 32px; } }
        @media (min-width: 1025px) {
          .home-newsletter .newsletter_pallarax .newsletter-content .newsletter-sub-heading {
            margin-bottom: 38px; } }
    @media (max-width: 550px) {
      .home-newsletter .newsletter_pallarax .form-prefixPostfix {
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-direction: column;
        flex-direction: column; } }
    .home-newsletter .newsletter_pallarax .form-prefixPostfix .form-field {
      margin-bottom: 0; }
    .home-newsletter .newsletter_pallarax .form-prefixPostfix .form-input {
      height: 42px;
      padding: 10px 0;
      background: none;
      border: none;
      color: white;
      border-bottom: 2px solid white;
      font-size: 14px;
      text-transform: lowercase;
      margin-top: 3px; }
      .home-newsletter .newsletter_pallarax .form-prefixPostfix .form-input::-webkit-input-placeholder {
        color: white;
        opacity: 1;
        text-transform: none; }
      .home-newsletter .newsletter_pallarax .form-prefixPostfix .form-input::-moz-placeholder {
        color: white;
        opacity: 1;
        text-transform: none; }
      .home-newsletter .newsletter_pallarax .form-prefixPostfix .form-input::-ms-input-placeholder {
        color: white !important;
        opacity: 1 !important;
        text-transform: none; }
    .home-newsletter .newsletter_pallarax .form-prefixPostfix .button {
      height: auto;
      min-width: 173px;
      background: #4d878f;
      color: white;
      border-color: #4d878f; }
      .home-newsletter .newsletter_pallarax .form-prefixPostfix .button:hover, .home-newsletter .newsletter_pallarax .form-prefixPostfix .button:focus, .home-newsletter .newsletter_pallarax .form-prefixPostfix .button:active {
        background: #7caa48;
        color: white;
        border-color: #7caa48; }

/* Home Shipping Block */
.halo_shipping_block {
  font-size: 0;
  margin-top: 5px;
  margin-bottom: 4px; }
  @media (max-width: 1024px) {
    .halo_shipping_block .custom-block-item .custom-block-inner {
      width: 100%;
      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 (max-width: 550px) {
    .halo_shipping_block .custom-block-item {
      margin-bottom: 12px; } }
  @media (min-width: 551px) {
    .halo_shipping_block .slick-list {
      margin-left: -15px;
      margin-right: -15px; }
    .halo_shipping_block .custom-block-item {
      padding-left: 15px;
      padding-right: 15px; } }
  .halo_shipping_block .custom-block-icon {
    color: #15453c;
    font-size: 0;
    width: 40px;
    display: inline-block;
    vertical-align: top; }
    .halo_shipping_block .custom-block-icon svg {
      width: 40px;
      height: 40px; }
  .halo_shipping_block .custom-block-text {
    padding-left: 25px;
    display: inline-block;
    vertical-align: top;
    text-align: left; }
    .halo_shipping_block .custom-block-text .title {
      font-size: 14px;
      line-height: 20px;
      text-transform: uppercase;
      margin-bottom: 2px; }
    .halo_shipping_block .custom-block-text .link {
      font-size: 12px;
      color: #a0a0a0; }
      .halo_shipping_block .custom-block-text .link span {
        background-image: linear-gradient(transparent 96%, rgba(160, 160, 160, 0.7) 4%);
        background-repeat: repeat-x;
        background-position-y: 0px;
        padding-bottom: 2px; }
      .halo_shipping_block .custom-block-text .link:hover {
        color: #4ba5a1; }
        .halo_shipping_block .custom-block-text .link:hover span {
          background-image: linear-gradient(transparent 96%, rgba(75, 165, 161, 0.7) 4%); }

/* Category Page */
.category-header {
  position: relative; }
  .category-header .category-header-image {
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%; }
    @media (min-width: 1025px) {
      .category-header .category-header-image {
        min-height: 200px; } }
  .category-header .category-description {
    width: 100%;
    padding: 38px 0px 40px 0;
    display: -ms-flexbox;
    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;
    z-index: 1;
    position: relative; }
    @media (min-width: 1025px) {
      .category-header .category-description {
        min-height: 200px;
        padding: 25px 0px 30px 0; } }
    @media (max-width: 1024px) {
      .category-header .category-description {
        max-width: 100% !important; } }
    .category-header .category-description .category-desc-inner {
      display: inline-block;
      width: 100%; }
    .category-header .category-description .title {
      font-size: 26px;
      line-height: 34px; }
      @media (min-width: 551px) {
        .category-header .category-description .title {
          font-size: 26px;
          line-height: 34px; } }
      @media (min-width: 1025px) {
        .category-header .category-description .title {
          font-size: 50px;
          line-height: 62px; } }
    .category-header .category-description p {
      line-height: 22px; }
      @media (min-width: 1025px) {
        .category-header .category-description p {
          line-height: 24px; } }
    .category-header .category-description * {
      margin-bottom: 12px;
      color: white; }
      @media (min-width: 1025px) {
        .category-header .category-description * {
          margin-bottom: 18px; } }
    .category-header .category-description *:last-child {
      margin-bottom: 0; }

.category-heading {
  text-align: left;
  font-size: 30px;
  line-height: 48px; }

.has-stickyToolbar .halo-category-toolbar.sticky-down {
  top: 0px;
  background: white;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  margin-top: 0 !important;
  z-index: 1001;
  padding: 10px 15px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06), 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06), 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06), 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06), 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  z-index: 9994; }

.has-stickyToolbar .has-stickyHeader .halo-category-toolbar.sticky-down {
  top: 50px; }

.halo-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-bottom: 45px;
  position: relative;
  z-index: 4; }
  @media (min-width: 1025px) {
    .halo-category-toolbar {
      display: inline-block;
      width: 100%;
      font-size: 0;
      vertical-align: top; } }
  .halo-category-toolbar .column-left {
    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; }
    @media (min-width: 1025px) {
      .halo-category-toolbar .column-left {
        width: 160px;
        display: inline-block;
        vertical-align: top; } }
    @media (max-width: 1024px) {
      .halo-category-toolbar .column-left {
        order: 3; } }
    @media (min-width: 1025px) {
      .halo-category-toolbar .column-left + .column-right {
        width: calc(100% - 320px);
        display: inline-block;
        text-align: right;
        vertical-align: top; } }
    @media (max-width: 1024px) {
      .halo-category-toolbar .column-left + .column-right {
        order: 2; } }
    @media (min-width: 1025px) {
      .halo-category-toolbar .column-left.sidebar-show + .column-right {
        width: calc(100% - 160px); } }
  .halo-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; }
    @media (max-width: 550px) {
      .halo-category-toolbar .column-right {
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        width: calc(100% - 155px); } }
    .halo-category-toolbar .column-right .actionBar {
      display: inline-block;
      margin: 0; }
      @media (min-width: 1025px) {
        .halo-category-toolbar .column-right .actionBar {
          margin: 0 0 0 30px; } }
      @media (min-width: 1281px) {
        .halo-category-toolbar .column-right .actionBar {
          margin: 0 0 0 50px; } }
      @media (max-width: 550px) {
        .halo-category-toolbar .column-right .actionBar {
          width: 100%; } }
      .halo-category-toolbar .column-right .actionBar.show-product {
        margin-left: 0;
        display: none; }
        @media (min-width: 1025px) {
          .halo-category-toolbar .column-right .actionBar.show-product {
            display: inline-block; } }
      .halo-category-toolbar .column-right .actionBar .form-select {
        min-width: calc(100% - 155px);
        width: 100%;
        -webkit-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
        box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1); }
        @media (min-width: 551px) {
          .halo-category-toolbar .column-right .actionBar .form-select {
            min-width: 180px;
            max-width: 180px; } }
        @media (min-width: 1025px) {
          .halo-category-toolbar .column-right .actionBar .form-select {
            min-width: 150px;
            max-width: 150px; } }
        @media (min-width: 1200px) {
          .halo-category-toolbar .column-right .actionBar .form-select {
            max-width: 192px;
            min-width: 192px; } }
      @media (max-width: 550px) {
        .halo-category-toolbar .column-right .actionBar {
          margin-left: 0;
          text-align: right;
          position: relative; } }

#main-content > .container {
  z-index: 1;
  padding-top: 29px; }
  #main-content > .container.no-heading.no-breadcrumbs {
    padding-top: 55px; }
  #main-content > .container.no-heading .breadcrumbs {
    margin-bottom: 30px; }
  .page-type-blog #main-content > .container.no-heading.no-breadcrumbs {
    padding-top: 40px; }

#main-content > .page > .container {
  padding-top: 29px; }
  #main-content > .page > .container.no-heading.no-breadcrumbs {
    padding-top: 55px; }
  #main-content > .page > .container.no-heading .breadcrumbs {
    margin-bottom: 45px; }

#main-content > .page.contact-us {
  padding-top: 0; }
  #main-content > .page.contact-us .no-breadcrumbs .halo-heading {
    padding-top: 25px; }

.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;
    font-size: 12px;
    font-weight: 500;
    margin: 0 15px 0 0;
    color: #15453c;
    position: relative; }
    @media (max-width: 550px) {
      .view-as-btn label {
        display: none; } }
  .view-as-btn .btn-group {
    display: inline-block;
    float: left;
    font-size: 0;
    position: relative; }
    .view-as-btn .btn-group .btn-view {
      display: inline-block;
      background: #fff;
      font-size: 0;
      text-align: center;
      border: 1px solid #c5c5cf;
      padding: 15px 5px 14px 5px;
      min-width: 45px; }
      .view-as-btn .btn-group .btn-view > .icon-view {
        width: 4px;
        height: 14px;
        padding-top: 4px;
        padding-bottom: 4px;
        display: inline-block;
        vertical-align: middle; }
        .view-as-btn .btn-group .btn-view > .icon-view + .icon-view {
          margin-left: 1px; }
      .view-as-btn .btn-group .btn-view .icon-bar {
        width: 4px;
        height: 4px;
        background: #b4b4b4;
        transition: all .15s ease;
        margin: 1px 0 0; }
      .view-as-btn .btn-group .btn-view.grid-view .icon-bar {
        position: relative; }
        .view-as-btn .btn-group .btn-view.grid-view .icon-bar:before, .view-as-btn .btn-group .btn-view.grid-view .icon-bar:after {
          position: absolute;
          display: block;
          width: 4px;
          height: 4px;
          content: '';
          transition: all .15s ease;
          background: #b4b4b4; }
        .view-as-btn .btn-group .btn-view.grid-view .icon-bar:before {
          top: -5px; }
        .view-as-btn .btn-group .btn-view.grid-view .icon-bar:after {
          bottom: -5px; }
      .view-as-btn .btn-group .btn-view.grid-view.current-view .icon-bar:before, .view-as-btn .btn-group .btn-view.grid-view.current-view .icon-bar:after {
        background: #15453c; }
      .view-as-btn .btn-group .btn-view#list-view {
        margin-left: -1px; }
        .view-as-btn .btn-group .btn-view#list-view > div {
          padding-top: 0;
          width: 14px; }
        .view-as-btn .btn-group .btn-view#list-view .icon-bar {
          width: 14px; }
          .view-as-btn .btn-group .btn-view#list-view .icon-bar + .icon-bar {
            margin: 1px 0 0; }
      .view-as-btn .btn-group .btn-view.current-view .icon-bar {
        background: #15453c; }
  .view-as-btn .btn-select {
    display: inline-block;
    -webkit-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1); }
  .view-as-btn .btn-dropdown {
    margin-top: 5px;
    background: white;
    -webkit-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.1);
    padding-left: 25px;
    padding-right: 25px;
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 89px;
    display: none; }
    @media (min-width: 1281px) {
      .view-as-btn .btn-dropdown {
        min-width: 102px;
        padding-left: 15px;
        padding-right: 15px; } }
    @media (min-width: 1600px) {
      .view-as-btn .btn-dropdown {
        min-width: 141px; } }
    @media (min-width: 1920px) {
      .view-as-btn .btn-dropdown {
        min-width: 185px; } }
    .view-as-btn .btn-dropdown.is-open {
      display: block; }
    .view-as-btn .btn-dropdown .btn-view {
      border: none;
      padding-left: 0;
      padding-right: 0;
      min-width: 0; }
      .view-as-btn .btn-dropdown .btn-view + .btn-view {
        margin-left: 15px; }
      .view-as-btn .btn-dropdown .btn-view.grid-view:not(.current-view) .icon-bar {
        background: #c4c4ce; }
        .view-as-btn .btn-dropdown .btn-view.grid-view:not(.current-view) .icon-bar:before, .view-as-btn .btn-dropdown .btn-view.grid-view:not(.current-view) .icon-bar:after {
          background: #c4c4ce; }
    .view-as-btn .btn-dropdown .grid-view3, .view-as-btn .btn-dropdown .grid-view4, .view-as-btn .btn-dropdown .grid-view5, .view-as-btn .btn-dropdown .grid-view6 {
      display: none; }
    @media (min-width: 551px) {
      .view-as-btn .btn-dropdown .grid-view3 {
        display: inline-block; } }
    @media (min-width: 1281px) {
      .view-as-btn .btn-dropdown .grid-view4 {
        display: inline-block; } }
    @media (min-width: 1600px) {
      .view-as-btn .btn-dropdown .grid-view5 {
        display: inline-block; } }
    @media (min-width: 1920px) {
      .view-as-btn .btn-dropdown .grid-view6 {
        display: inline-block; } }
    @media (min-width: 1600px) {
      .view-as-btn .btn-dropdown.sidebar-show {
        min-width: 141px; } }
    .view-as-btn .btn-dropdown.sidebar-show .grid-view6 {
      display: none; }

.sidebar-label {
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
  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: #15453c; }
  @media (min-width: 1025px) {
    .sidebar-label {
      display: inline-block;
      width: 160px;
      vertical-align: top; } }
  @media (min-width: 1025px) {
    .sidebar-label.show-sidebar {
      display: none; } }
  .sidebar-label .icon-filter {
    color: #15453c;
    position: relative;
    top: 0px;
    border: 1px solid #c5c5cf;
    padding: 11px 13px 10px 12px;
    -webkit-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1); }
    @media (min-width: 768px) {
      .sidebar-label .icon-filter {
        margin-left: 15px; } }
    @media (min-width: 1025px) {
      .sidebar-label .icon-filter {
        padding: 13px 13px 13px 12px; } }
    .sidebar-label .icon-filter svg {
      width: 18px;
      height: 20px; }
  .sidebar-label .sidebar_more {
    line-height: 45px; }
    @media (max-width: 767px) {
      .sidebar-label .sidebar_more {
        display: none; } }

/* Pagination */
.pagination-wrapper {
  font-size: 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; }
  .pagination-wrapper .pagination-inner {
    font-family: "Signika", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 2px;
    width: 100%;
    display: inline-block; }
    @media (min-width: 551px) {
      .pagination-wrapper .pagination-inner {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center; } }
    @media (min-width: 1025px) {
      .pagination-wrapper .pagination-inner {
        width: 100%; } }
    .pagination-wrapper .pagination-inner.no-pagination {
      margin-top: 60px; }
      .pagination-wrapper .pagination-inner.no-pagination .pagination {
        margin-bottom: 0; }
    .pagination-wrapper .pagination-inner .pagination-info {
      display: inline-block;
      width: 100%;
      font-size: 12px;
      font-weight: 400;
      text-transform: none;
      color: #464646;
      text-align: center; }
      @media (min-width: 551px) {
        .pagination-wrapper .pagination-inner .pagination-info {
          width: 33.33%;
          text-align: left; } }
  .pagination-wrapper .pagination {
    width: 100%;
    display: inline-block;
    margin-bottom: 35px;
    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; }
    .pagination-wrapper .pagination .pagination-list {
      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-align: center;
      margin-top: 22px;
      width: 100%; }
      @media (min-width: 551px) {
        .pagination-wrapper .pagination .pagination-list {
          width: auto;
          text-align: right;
          margin-top: 0;
          -ms-flex-pack: space-between;
          -webkit-justify-content: space-between;
          justify-content: space-between; } }
      @media (min-width: 1025px) {
        .pagination-wrapper .pagination .pagination-list {
          text-align: center;
          width: auto; } }
  .pagination-wrapper .u-hiddenVisually {
    display: none; }
  .pagination-wrapper .showmore-category {
    width: 100%; }
    .pagination-wrapper .showmore-category .showmore-category-inner {
      width: 100%;
      float: right;
      text-align: center;
      margin-bottom: 50px; }
      .pagination-wrapper .showmore-category .showmore-category-inner #button-showmore-category {
        min-width: 285px; }
        .pagination-wrapper .showmore-category .showmore-category-inner #button-showmore-category.disable {
          background: #bababa;
          border-color: #bababa;
          color: white; }
          .pagination-wrapper .showmore-category .showmore-category-inner #button-showmore-category.disable .icon {
            fill: white;
            display: none; }
      .pagination-wrapper .showmore-category .showmore-category-inner .button--showmore {
        padding-top: 0px;
        padding-bottom: 0px;
        height: 45px;
        line-height: 45px; }
        .pagination-wrapper .showmore-category .showmore-category-inner .button--showmore .icon {
          width: 16px;
          height: 16px;
          margin-top: -4px; }
        .pagination-wrapper .showmore-category .showmore-category-inner .button--showmore .text {
          margin-left: 6px; }
        .pagination-wrapper .showmore-category .showmore-category-inner .button--showmore:hover .icon, .pagination-wrapper .showmore-category .showmore-category-inner .button--showmore:focus .icon, .pagination-wrapper .showmore-category .showmore-category-inner .button--showmore:active .icon {
          fill: white; }
        .pagination-wrapper .showmore-category .showmore-category-inner .button--showmore.loading .text {
          font-size: 0; }
        .pagination-wrapper .showmore-category .showmore-category-inner .button--showmore.loading .icon {
          display: inline-block;
          -webkit-animation: rotate_180 1s infinite linear;
          -moz-animation: rotate_180 1s infinite linear;
          -ms-animation: rotate_180 1s infinite linear;
          -o-animation: rotate_180 1s infinite linear;
          animation: rotate_180 1s infinite linear; }
        .pagination-wrapper .showmore-category .showmore-category-inner .button--showmore.disable {
          opacity: 0.5;
          pointer-events: none; }
        @media (min-width: 1025px) {
          .pagination-wrapper .showmore-category .showmore-category-inner .button--showmore {
            min-width: 300px; } }
    .pagination-wrapper .showmore-category.no-pagination .showmore-category-inner {
      margin-bottom: 0; }
  .pagination-wrapper .compare-link {
    width: auto;
    display: none;
    font-size: 12px;
    text-align: right; }
    @media (min-width: 1025px) {
      .pagination-wrapper .compare-link {
        display: none;
        position: fixed;
        right: 30px;
        bottom: 20%;
        z-index: 9999; }
        .pagination-wrapper .compare-link.show {
          display: inline-block; }
        .pagination-wrapper .compare-link a {
          min-width: 130px;
          font-size: 12px;
          letter-spacing: .02em;
          color: #323232;
          overflow: visible;
          padding: 13px 15px; }
          .pagination-wrapper .compare-link a:hover, .pagination-wrapper .compare-link a:active, .pagination-wrapper .compare-link a:focus {
            color: white; } }
    .pagination-wrapper .compare-link .countPill {
      top: -12px;
      right: -12px; }

.halo_category_custom_cms_block {
  clear: both; }
  .halo_category_custom_cms_block .button-group {
    margin-top: 15px; }
    .halo_category_custom_cms_block .button-group .button {
      min-width: 200px; }
      .halo_category_custom_cms_block .button-group .button .text {
        padding-right: 20px;
        position: relative; }
        .halo_category_custom_cms_block .button-group .button .text:before {
          content: "";
          position: absolute;
          right: 0;
          top: 50%;
          margin-top: -5px;
          width: 11px;
          height: 11px;
          background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19' 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(21, 69, 60, 0.999)' /%3E%3C/svg%3E");
          background-repeat: no-repeat;
          background-position: right -5px center; }
      .halo_category_custom_cms_block .button-group .button.less .text:before {
        right: -2px;
        margin-top: -6px;
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
      .halo_category_custom_cms_block .button-group .button:hover .text:before, .halo_category_custom_cms_block .button-group .button:focus .text:before, .halo_category_custom_cms_block .button-group .button:active .text:before {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19' 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(255, 255, 255, 0.999)' /%3E%3C/svg%3E"); }
  .halo_category_custom_cms_block .custom-html {
    display: none;
    line-height: 24px; }
    .halo_category_custom_cms_block .custom-html.hasShowMore {
      display: -webkit-box;
      overflow: hidden;
      position: relative;
      word-wrap: break-word;
      -webkit-line-clamp: 2;
      text-overflow: ellipsis; }
    .halo_category_custom_cms_block .custom-html.noShowMore {
      display: block; }
  @media (min-width: 1025px) {
    .halo_category_custom_cms_block .button-group {
      margin-top: 40px; } }

/* Category Banner Custom Bock */
.halo_category_custom_block {
  margin-bottom: 30px; }
  .halo_category_custom_block .custom-block-content {
    background: #f7f9f9; }
  .halo_category_custom_block .img-column .banner-list .banner-item .video-link .video-icon {
    font-size: 14px;
    font-weight: 600;
    width: auto;
    height: 48px; }
    .halo_category_custom_block .img-column .banner-list .banner-item .video-link .video-icon svg {
      display: inline-block;
      width: 48px;
      height: 48px;
      margin-right: 10px; }
    .halo_category_custom_block .img-column .banner-list .banner-item .video-link .video-icon span {
      color: white;
      background-image: linear-gradient(transparent 96%, white 4%);
      background-repeat: repeat-x;
      background-position-y: 0px;
      text-transform: uppercase; }
  @media (min-width: 1600px) {
    .halo_category_custom_block .content-column {
      padding: 30px 110px; } }
  @media (max-width: 767px) {
    .halo_category_custom_block .content-column {
      padding: 25px 15px 35px 15px; } }
  @media (min-width: 768px) {
    .halo_category_custom_block .content-column .content {
      max-width: 460px; } }
  .halo_category_custom_block .content-column .content .sub-heading {
    text-transform: none;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 14px; }
    .halo_category_custom_block .content-column .content .sub-heading span {
      color: #15453c;
      background-image: linear-gradient(transparent 96%, rgba(21, 69, 60, 0.3) 4%);
      background-repeat: repeat-x;
      background-position-y: 0px;
      padding-bottom: 2px; }
  .halo_category_custom_block .content-column .content .heading {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 15px; }
    @media (min-width: 361px) {
      .halo_category_custom_block .content-column .content .heading {
        font-size: 26px;
        line-height: 34px; } }
    @media (min-width: 768px) {
      .halo_category_custom_block .content-column .content .heading {
        font-size: 30px;
        line-height: 38px; } }
    @media (min-width: 1025px) {
      .halo_category_custom_block .content-column .content .heading {
        font-size: 50px;
        line-height: 60px;
        margin-bottom: 20px; } }
  .halo_category_custom_block .content-column .content .desc {
    font-size: 12px;
    margin-bottom: 25px; }
    @media (min-width: 1025px) {
      .halo_category_custom_block .content-column .content .desc {
        margin-bottom: 42px; } }
  .halo_category_custom_block .content-column .content .button {
    background: transparent; }
    .halo_category_custom_block .content-column .content .button:hover, .halo_category_custom_block .content-column .content .button:active, .halo_category_custom_block .content-column .content .button:focus {
      background: #7caa48; }

/* Contact Us */
.page-type-page_contact_form .breadcrumbs {
  display: inline-block;
  width: 100%;
  margin-top: 28px;
  margin-bottom: 5px; }

.page-type-page_contact_form .contact-us > .container {
  clear: both; }

.halo_map {
  float: left;
  width: 100%; }
  .halo_map iframe {
    float: left; }
    @media (max-width: 767px) {
      .halo_map iframe {
        height: 278px; } }

.halo_contact-us {
  display: inline-block;
  width: 100%;
  clear: both;
  padding-top: 10px; }
  @media (min-width: 551px) {
    .halo_contact-us {
      padding-top: 27px; } }
  .halo_contact-us a:not(.button) {
    color: #7caa48; }
    .halo_contact-us a:not(.button):hover {
      color: #4d878f; }
  @media (min-width: 551px) {
    .halo_contact-us .halo_form {
      width: 60%;
      float: left;
      padding-right: 30px; } }
  @media (min-width: 1025px) {
    .halo_contact-us .halo_form {
      width: calc(100% - 520px);
      padding-right: 80px; } }
  .halo_contact-us .halo_form > h1, .halo_contact-us .halo_form h2, .halo_contact-us .halo_form h3, .halo_contact-us .halo_form h4, .halo_contact-us .halo_form h5, .halo_contact-us .halo_form h6 {
    font-weight: 600;
    margin-bottom: 12px; }
  .halo_contact-us .halo_form > p {
    line-height: 24px;
    margin-bottom: 28px; }
  .halo_contact-us .halo_form .form {
    display: inline-block;
    width: 100%;
    margin-top: 5px; }
    @media (max-width: 550px) {
      .halo_contact-us .halo_form .form {
        margin-bottom: 45px; } }
    .halo_contact-us .halo_form .form #contact_question {
      max-width: 100%;
      min-height: 236px;
      margin-bottom: 4px; }
    .halo_contact-us .halo_form .form .form-actions {
      text-align: left;
      margin-top: 0; }
      .halo_contact-us .halo_form .form .form-actions .button {
        min-width: 205px; }
  .halo_contact-us .halo_location {
    line-height: 24px; }
    @media (min-width: 551px) {
      .halo_contact-us .halo_location {
        width: 40%;
        float: right;
        margin-top: -2px; } }
    @media (min-width: 1025px) {
      .halo_contact-us .halo_location {
        width: 520px; } }
    .halo_contact-us .halo_location .title {
      margin-top: 0;
      margin-bottom: 27px;
      font-weight: 600;
      border-bottom: 1px solid rgba(21, 69, 60, 0.5);
      padding-bottom: 14px; }
    .halo_contact-us .halo_location .content .description {
      margin-bottom: 32px; }
      @media (min-width: 551px) {
        .halo_contact-us .halo_location .content .description {
          margin-bottom: 42px; } }
    .halo_contact-us .halo_location .content .button {
      min-width: 207px;
      margin-bottom: 30px; }
      @media (min-width: 551px) {
        .halo_contact-us .halo_location .content .button {
          margin-bottom: 40px; } }
    .halo_contact-us .halo_location .content.hour-text {
      margin-top: 24px; }
      .halo_contact-us .halo_location .content.hour-text .sub-title {
        margin-bottom: 5px; }

/* Lookbook */
.halo_lookbook > .container {
  position: unset; }

.halo_lookbook .halo-heading h1.page-heading {
  margin-bottom: 40px; }

.lookbook {
  display: inline-block;
  width: 100%;
  position: relative; }
  .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 {
      max-width: 1370px; }
      .lookbook .lookbook-carousel .slide-item .card-img-container:after {
        padding-bottom: 52.55474%; }
    .lookbook .lookbook-carousel .slide-item .slide-content {
      width: 100%;
      padding: 15px 0 0 0;
      text-align: center; }
      @media (min-width: 551px) {
        .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: 551px) {
        .lookbook .lookbook-carousel .slide-item .slide-content.slide-content-left {
          left: 0;
          text-align: left; } }
      @media (min-width: 551px) {
        .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: 551px) {
        .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: #15453c;
        margin-top: 0;
        font-size: 20px;
        line-height: 24px;
        letter-spacing: .1em;
        text-transform: uppercase; }
        @media (min-width: 551px) {
          .lookbook .lookbook-carousel .slide-item .slide-content .slide-heading {
            font-size: 30px;
            line-height: 36px; } }
        @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: #464646;
        font-size: 12px;
        line-height: 22px;
        margin-bottom: 0; }
        @media (min-width: 551px) {
          .lookbook .lookbook-carousel .slide-item .slide-content .slide-desc {
            filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.15));
            font-size: 14px;
            line-height: 26px; } }
  .lookbook .lookbook-group {
    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;
    padding-top: 20px;
    padding-bottom: 15px; }
    @media (min-width: 1025px) {
      .lookbook .lookbook-group {
        padding-top: 15px;
        padding-bottom: 10px; } }
  .lookbook .lookbook-desc {
    width: 100%;
    text-align: center; }
    @media (min-width: 551px) {
      .lookbook .lookbook-desc {
        width: 60%;
        text-align: left; } }
  .lookbook .lookbook-share {
    text-align: center;
    width: 100%;
    padding-top: 17px; }
    @media (min-width: 551px) {
      .lookbook .lookbook-share {
        width: 40%;
        text-align: right;
        padding-top: 8px; } }
    .lookbook .lookbook-share .share-text {
      display: inline-block;
      margin-right: 15px;
      margin-top: -2px; }
    .lookbook .lookbook-share .social-mediaBlock {
      display: inline-block; }
  .lookbook .lookbook-bottom {
    text-align: center;
    border-top: 1px solid #eaeaea;
    padding-top: 35px; }
    .lookbook .lookbook-bottom .button {
      min-width: 240px; }

.lookbook-item {
  position: absolute;
  z-index: 2; }
  .lookbook-item .position-point {
    width: 26px;
    height: 26px;
    color: white;
    font-size: 22px;
    line-height: 27px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    background-color: #17a8a3;
    position: relative; }
    .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(23, 168, 163, 0.3);
      -webkit-animation: zoom-animation 1.4s ease-in-out infinite;
      animation: zoom-animation 1.4s ease-in-out infinite; }

.lookbook-popup {
  top: 0px;
  left: 0px;
  width: 225px;
  display: none;
  padding: 0px;
  z-index: 20;
  position: absolute; }
  @media (max-width: 550px) {
    .lookbook-popup {
      width: 90%;
      max-width: 350px;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%); } }
  .lookbook-popup.is-open {
    display: block; }
  .lookbook-popup .close-product {
    height: 1.5rem;
    width: 1.5rem;
    color: #15453c;
    font-size: 40px;
    width: 20px;
    height: 18px;
    line-height: 20px;
    padding: 0;
    position: absolute;
    top: 15px;
    right: 15px;
    text-align: center;
    text-decoration: none;
    z-index: 50;
    font-family: "Poppins", sans-serif;
    font-weight: 200; }
    @media (min-width: 768px) {
      .lookbook-popup .close-product {
        color: white;
        font-size: 40px;
        font-family: "Poppins", sans-serif;
        font-weight: 200;
        top: 0px;
        right: -30px;
        height: 1.66667rem;
        width: 1.66667rem;
        line-height: 20px; } }
    .lookbook-popup .close-product:hover, .lookbook-popup .close-product:active, .lookbook-popup .close-product:focus {
      color: #15453c; }
      @media (min-width: 768px) {
        .lookbook-popup .close-product:hover, .lookbook-popup .close-product:active, .lookbook-popup .close-product:focus {
          color: white; } }
  .lookbook-popup .card {
    margin-bottom: 0;
    border-radius: 2px;
    background-color: #ffffff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    display: inline-block;
    width: 100%; }
    @media (max-width: 767px) {
      .lookbook-popup .card {
        padding: 10px; } }
    .lookbook-popup .card .card-figure {
      vertical-align: top;
      position: relative; }
      .lookbook-popup .card .card-figure .card_optionSize {
        text-align: center;
        position: absolute;
        bottom: 20px;
        left: 0;
        right: 0;
        z-index: 3;
        padding-left: 15px;
        padding-right: 8px; }
        .lookbook-popup .card .card-figure .card_optionSize .form-label {
          display: none; }
        .lookbook-popup .card .card-figure .card_optionSize .form-option {
          pointer-events: none;
          border: none; }
          .lookbook-popup .card .card-figure .card_optionSize .form-option .form-option-variant {
            line-height: 32px;
            border: none; }
      @media (max-width: 767px) {
        .lookbook-popup .card .card-figure {
          width: 60px;
          float: left; }
          .lookbook-popup .card .card-figure .card_optionSize {
            display: none; } }
    .lookbook-popup .card .card-body {
      vertical-align: top;
      text-align: left;
      padding: 15px 25px 22px 25px;
      font-size: 0; }
      .lookbook-popup .card .card-body .card-title {
        color: #15453c;
        font-size: 12px;
        font-weight: 500;
        margin-bottom: 5px; }
      .lookbook-popup .card .card-body .card-price {
        font-size: 12px;
        margin-bottom: 5px; }
        .lookbook-popup .card .card-body .card-price .price-section--saving {
          display: none !important; }
      .lookbook-popup .card .card-body .card_optionImage {
        width: 100%; }
        .lookbook-popup .card .card-body .card_optionImage > .form-field {
          margin-bottom: 8px;
          margin-top: 5px; }
        .lookbook-popup .card .card-body .card_optionImage .form-label {
          display: none; }
        .lookbook-popup .card .card-body .card_optionImage [data-product-attribute] {
          -ms-flex-pack: flex-start;
          -webkit-justify-content: flex-start;
          justify-content: flex-start; }
      .lookbook-popup .card .card-body .card-details span {
        background-image: linear-gradient(transparent 96%, rgba(124, 170, 72, 0.7) 4%);
        background-repeat: repeat-x;
        background-position-y: 0px;
        padding-bottom: 2px; }
      @media (max-width: 767px) {
        .lookbook-popup .card .card-body {
          float: left;
          width: calc(100% - 60px);
          padding: 0 10px;
          margin-top: -2px; }
          .lookbook-popup .card .card-body .card-title .color-name {
            margin-bottom: 5px;
            text-align: left; } }
    .lookbook-popup .card .btn-group {
      display: none;
      width: 100%; }
      .lookbook-popup .card .btn-group .card-figcaption,
      .lookbook-popup .card .btn-group .card-detail {
        width: 50%;
        float: left; }
      .lookbook-popup .card .btn-group .button {
        width: 100%;
        border-color: rgba(199, 189, 46, 0.15);
        padding: 15px 15px 14px 15px;
        margin-top: 0; }
      .lookbook-popup .card .btn-group .card-figcaption {
        pointer-events: unset; }
      .lookbook-popup .card .btn-group .card-detail .button {
        width: calc(100% + 1px);
        margin-left: -1px; }
  @media (min-width: 768px) {
    .lookbook-popup .card .card-figure {
      display: block;
      width: 100%; }
    .lookbook-popup .card .card-body {
      display: block;
      text-align: left; }
      .lookbook-popup .card .card-body .card-title {
        padding-right: 0; }
    .lookbook-popup .card .btn-group {
      display: block; }
    .lookbook-popup .card .card-figcaption {
      position: relative;
      left: auto;
      top: auto;
      bottom: 0;
      transform: none;
      opacity: 1;
      visibility: visible; }
      .lookbook-popup .card .card-figcaption .card-figcaption-button {
        margin: 0;
        width: 100%;
        max-width: none; }
    .lookbook-popup .card .card-detail .button {
      width: 100%;
      margin-bottom: 0; } }

.halo_productLoading {
  position: relative; }

#LookbookProduct {
  margin-top: 55px; }
  @media (min-width: 1025px) {
    #LookbookProduct {
      margin-top: 92px; } }
  #LookbookProduct .lookbook-products-content .newText {
    display: none; }
  #LookbookProduct .lookbook-products-content .page-header {
    display: none; }

/* FAQ */
.halo_faqs .halo-heading h1.page-heading {
  margin-bottom: 10px; }

.halo_faqs .navBar .navBar-section + .need-help-wrapper {
  border-top: 1px solid #15453c;
  padding-top: 25px;
  margin-top: 25px; }

.halo_faqs .collapse {
  display: none; }

.halo_faqs #accordion {
  margin-bottom: 45px; }
  @media (min-width: 1025px) {
    .halo_faqs #accordion {
      margin-bottom: 65px; } }
  .halo_faqs #accordion.theme-questions {
    margin-bottom: 45px; }
  .halo_faqs #accordion .card {
    margin-bottom: 0;
    border-bottom: 1px solid #909195; }
    .halo_faqs #accordion .card .accordion-title {
      text-align: left; }

.halo_faqs .page-content {
  padding-top: 42px; }
  @media (min-width: 1025px) {
    .halo_faqs .page-content {
      padding-top: 52px; } }
  .halo_faqs .page-content #faqs-page {
    position: relative;
    display: inline-block;
    width: 100%; }
  .halo_faqs .page-content .left-column {
    display: inline-block;
    width: 100%;
    padding: 21px 30px 28px 30px;
    background: #fafafa;
    position: -webkit-sticky;
    position: sticky;
    top: 20px; }
    @media (min-width: 551px) {
      .halo_faqs .page-content .left-column {
        width: 270px;
        float: left; } }
    @media (min-width: 1025px) {
      .halo_faqs .page-content .left-column {
        width: 290px; } }
    .halo_faqs .page-content .left-column + .right-column {
      margin-top: 42px; }
      @media (min-width: 551px) {
        .halo_faqs .page-content .left-column + .right-column {
          margin-top: 0;
          padding-left: 30px;
          width: calc(100% - 270px);
          float: right;
          padding-top: 19px; } }
      @media (min-width: 1025px) {
        .halo_faqs .page-content .left-column + .right-column {
          padding-left: 70px;
          width: calc(100% - 290px); } }
    .halo_faqs .page-content .left-column .need-help-wrapper {
      margin-bottom: 10px; }
      .halo_faqs .page-content .left-column .need-help-wrapper .heading {
        margin-top: 0;
        font-size: 20px;
        text-align: center;
        font-weight: 600;
        color: #15453c;
        border-bottom: 3px solid #15453c;
        letter-spacing: 0;
        padding-bottom: 15px;
        margin-bottom: 25px; }
      .halo_faqs .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; }
        .halo_faqs .page-content .left-column .need-help-wrapper .need-help > a {
          color: #464646;
          text-align: center;
          font-weight: 500;
          font-size: 12px;
          width: 50%; }
          .halo_faqs .page-content .left-column .need-help-wrapper .need-help > a svg {
            fill: #15453c;
            stroke: #15453c;
            width: 32px;
            height: 32px;
            margin-bottom: -5px; }
          .halo_faqs .page-content .left-column .need-help-wrapper .need-help > a .fa {
            color: #15453c;
            font-size: 25px; }
          .halo_faqs .page-content .left-column .need-help-wrapper .need-help > a .link_text {
            display: block;
            margin-top: 6px;
            font-family: "Signika", sans-serif;
            font-size: 12px;
            font-weight: 500;
            color: #15453c;
            text-transform: none; }
            .halo_faqs .page-content .left-column .need-help-wrapper .need-help > a .link_text span {
              background-image: linear-gradient(transparent 96%, rgba(21, 69, 60, 0.5) 4%);
              background-repeat: repeat-x;
              background-position-y: 0px;
              padding-bottom: 1px; }
          .halo_faqs .page-content .left-column .need-help-wrapper .need-help > a.contact-link svg {
            width: 27px;
            height: 26px; }

.halo_faqs strong {
  font-weight: 600;
  color: #15453c; }

.halo_faqs .description {
  color: #464646; }
  .halo_faqs .description a {
    color: #7caa48;
    text-decoration: underline;
    text-underline-offset: 2px;
    text-decoration-color: rgba(124, 170, 72, 0.7); }
    .halo_faqs .description a:hover {
      color: #4d878f;
      text-decoration-color: rgba(77, 135, 143, 0.7); }

.halo_faqs .question-type-heading {
  font-weight: 600;
  font-size: 20px;
  padding-bottom: 17px;
  border-bottom: 3px solid #15453c;
  margin-bottom: 0; }

.halo_faqs .contact-us-faq {
  text-align: center; }
  .halo_faqs .contact-us-faq span {
    display: block;
    margin-top: 15px;
    margin-bottom: 15px; }
    @media (min-width: 991px) {
      .halo_faqs .contact-us-faq span {
        display: inline-block;
        vertical-align: middle; } }
  .halo_faqs .contact-us-faq .button {
    min-width: 251px; }
  @media (min-width: 551px) {
    .halo_faqs .contact-us-faq {
      display: inline-block;
      width: 100%;
      text-align: right; }
      .halo_faqs .contact-us-faq span + .button {
        margin-left: 20px;
        display: inline-block;
        vertical-align: middle; } }

.halo_faqs .accordion-content {
  padding: 10px 0 32px 0; }
  .halo_faqs .accordion-content > ul {
    list-style-type: disc; }
    .halo_faqs .accordion-content > ul li {
      line-height: 24px;
      margin-bottom: 5px; }

.halo_faqs .accordion-title:before {
  content: "";
  position: absolute;
  right: 0;
  top: 36px;
  width: 16px;
  height: 2px;
  background: #969696; }

.halo_faqs .accordion-title:after {
  content: "";
  position: absolute;
  right: 7px;
  top: 29px;
  width: 2px;
  height: 16px;
  background: #969696; }

.halo_faqs .accordion-title .label-question {
  display: none;
  background: #7caa48;
  color: white;
  padding: 0px 8px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 19px;
  height: 19px;
  margin-right: 11px; }

.halo_faqs .accordion-title.collapsed {
  font-weight: 500; }
  .halo_faqs .accordion-title.collapsed:after {
    display: none; }
  .halo_faqs .accordion-title.collapsed .label-question {
    display: inline-block; }

/* About Page*/
.halo-about .page-header {
  margin-bottom: 38px; }
  .halo-about .page-header .title {
    text-transform: uppercase; }

.about-information-wrapper {
  margin-bottom: 60px; }

.about-information {
  display: block;
  position: relative; }
  .about-information:last-child {
    padding-bottom: 0; }
  .about-information .about-information__image {
    display: block;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
    .about-information .about-information__image:before {
      content: "";
      display: block;
      position: relative;
      padding-top: 65.69343%; }
  .about-information .about-information__content {
    display: block;
    line-height: 0;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding: 30px 0 65px 0;
    background: #fafafa;
    position: relative; }
    .about-information .about-information__content .rte {
      line-height: 22px;
      padding-left: 15px;
      padding-right: 15px;
      text-align: center; }
      .about-information .about-information__content .rte .title {
        font-weight: 700;
        position: relative;
        margin-bottom: 22px; }
      .about-information .about-information__content .rte .media {
        align-items: center; }
      .about-information .about-information__content .rte .col-sm-6 h5 {
        margin-bottom: 5px; }
        .about-information .about-information__content .rte .col-sm-6 h5 + a {
          display: inline-block;
          width: 100%;
          margin-bottom: 25px; }
    .about-information .about-information__content .list-unstyled {
      margin-top: 7px;
      margin-left: 0;
      display: inline-block;
      width: 100%;
      list-style: none; }
      .about-information .about-information__content .list-unstyled li {
        padding-top: 4px;
        padding-bottom: 4px; }
    .about-information .about-information__content h5 {
      margin-bottom: 15px;
      margin-top: 2px;
      display: inline-block;
      width: 100%; }
      .about-information .about-information__content h5 + p {
        margin-bottom: 25px; }
    .about-information .about-information__content p:last-child {
      margin-bottom: 0; }
    .about-information .about-information__content .rte-list {
      position: unset; }
      .about-information .about-information__content .rte-list .slick-dots {
        position: absolute;
        bottom: 30px; }

@media (min-width: 992px) {
  .about-information {
    display: flex;
    align-items: stretch;
    justify-content: space-between; }
    .about-information .about-information__image,
    .about-information .about-information__content {
      width: 50%;
      vertical-align: top;
      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; }
    .about-information .about-information__content {
      padding-top: 60px;
      padding-bottom: 65px;
      max-width: 685px; }
      .about-information .about-information__content .rte {
        padding-left: 30px;
        padding-right: 30px; }
        .about-information .about-information__content .rte .title {
          font-size: 26px; }
    .about-information.about-information--left .about-information__content {
      order: -1; } }

@media (min-width: 1600px) {
  .about-information .about-information__content {
    min-height: 450px; }
    .about-information .about-information__content .rte {
      padding-left: 70px;
      padding-right: 70px; }
      .about-information .about-information__content .rte .title {
        font-size: 30px; } }

.about-slide-group .slide-list {
  margin-bottom: 0; }
  .about-slide-group .slide-list .slick-list {
    margin: 0 -15px 0px -15px; }
  .about-slide-group .slide-list .slide-item {
    padding: 0 15px;
    text-align: center; }
    .about-slide-group .slide-list .slide-item > * {
      display: inline-block;
      width: 100%; }
    .about-slide-group .slide-list .slide-item img {
      width: auto;
      margin: 0 auto; }
    .about-slide-group .slide-list .slide-item .name {
      margin-top: 17px;
      font-weight: 600;
      margin-bottom: 6px; }
    .about-slide-group .slide-list .slide-item .position {
      color: #a0a0a0;
      margin-bottom: 5px; }
    .about-slide-group .slide-list .slide-item .description {
      margin-bottom: 0;
      margin-top: 12px; }
  .about-slide-group .slide-list .slick-dots li {
    margin-top: 30px; }

/* Site Map */
.page-type-sitemap .halo-heading .page-heading {
  margin-bottom: 40px; }

.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 {
    font-weight: 600;
    font-size: 14px;
    color: #15453c; }
  .page-type-sitemap ul.map-level-3 {
    margin-left: 25px; }
    .page-type-sitemap ul.map-level-3 > li > a {
      font-weight: 500;
      font-size: 12px;
      color: #15453c; }
    .page-type-sitemap ul.map-level-3 ul {
      margin-left: 25px; }
  .page-type-sitemap ul ul li a {
    padding: 3px 0;
    display: inline-block;
    color: #464646; }

.page-type-sitemap h3 {
  padding-bottom: 10px;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 15px; }

/* Collection Page */
.halo-collection .halo-heading h1.page-heading {
  margin-bottom: 35px; }
  @media (min-width: 1025px) {
    .halo-collection .halo-heading h1.page-heading {
      margin-bottom: 55px; } }

.halo-image-collection {
  position: relative;
  font-size: 0;
  display: inline-block;
  width: 100%; }
  @media (min-width: 551px) {
    .halo-image-collection .halo-image-collection-list {
      margin-left: -8px;
      margin-right: -8px; } }
  @media (min-width: 1025px) {
    .halo-image-collection .halo-image-collection-list {
      margin-left: -25px;
      margin-right: -25px; } }
  .halo-image-collection .item {
    margin-bottom: 35px;
    vertical-align: top; }
    @media (min-width: 551px) {
      .halo-image-collection .item {
        width: 50%;
        display: inline-block;
        padding-left: 8px;
        padding-right: 8px; } }
    @media (min-width: 1025px) {
      .halo-image-collection .item {
        padding-left: 25px;
        padding-right: 25px;
        margin-bottom: 50px; } }
    @media (min-width: 1025px) {
      .halo-image-collection .item:hover .link:after {
        height: 100%; } }
    .halo-image-collection .item .image-collection {
      position: relative; }
      .halo-image-collection .item .image-collection .image-wrapper {
        display: inline-block;
        width: 100%;
        height: 100%;
        padding-bottom: 80.92105%; }
        .halo-image-collection .item .image-collection .image-wrapper img {
          position: absolute;
          top: 0;
          left: 0; }
      .halo-image-collection .item .image-collection .content {
        width: 100%;
        z-index: 5;
        font-size: 12px;
        text-align: center; }
        @media (min-width: 1025px) {
          .halo-image-collection .item .image-collection .content {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            text-align: left;
            padding: 55px 70px 70px 70px; } }
        @media (min-width: 1025px) {
          .halo-image-collection .item .image-collection .content .content-inner {
            max-width: 400px; } }
        .halo-image-collection .item .image-collection .content .content-inner *:not(.link) {
          z-index: 5;
          position: relative; }
        .halo-image-collection .item .image-collection .content .title {
          font-size: 26px;
          line-height: 34px;
          margin-top: 20px;
          margin-bottom: 10px; }
          @media (min-width: 551px) {
            .halo-image-collection .item .image-collection .content .title {
              font-size: 32px;
              line-height: 42px;
              margin-bottom: 15px; } }
          @media (min-width: 1025px) {
            .halo-image-collection .item .image-collection .content .title {
              font-size: 50px;
              line-height: 62px;
              margin-top: 0; } }
        .halo-image-collection .item .image-collection .content .desc {
          font-size: 12px;
          display: inline-block;
          width: 100%;
          margin-bottom: 25px; }
          @media (min-width: 1025px) {
            .halo-image-collection .item .image-collection .content .desc {
              margin-bottom: 47px; } }
        .halo-image-collection .item .image-collection .content .button {
          min-width: 163px; }
          .halo-image-collection .item .image-collection .content .button {
            background: #fafafa; }
        .halo-image-collection .item .image-collection .content .link {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          font-size: 0; }
  .halo-image-collection .halo-infinite-collection {
    text-align: center;
    margin-bottom: 50px;
    margin-top: 50px; }
    @media (min-width: 551px) {
      .halo-image-collection .halo-infinite-collection {
        margin-top: 30px; } }
    @media (min-width: 1025px) {
      .halo-image-collection .halo-infinite-collection {
        margin-bottom: 80px; } }
    .halo-image-collection .halo-infinite-collection .button {
      min-width: 223px; }

.halo-collection-custom-block {
  position: relative;
  margin-bottom: 50px; }
  @media (min-width: 1025px) {
    .halo-collection-custom-block {
      margin-bottom: 70px; } }
  .halo-collection-custom-block .image-wrapper {
    text-align: center;
    position: relative; }
    @media (max-width: 767px) {
      .halo-collection-custom-block .image-wrapper {
        margin-bottom: 25px; } }
    @media (min-width: 768px) and (max-width: 1024px) {
      .halo-collection-custom-block .image-wrapper img {
        height: 400px;
        object-fit: cover;
        margin-right: -1%; } }
    .halo-collection-custom-block .image-wrapper .white-bg {
      font-size: 0;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      width: 215px;
      background: white;
      display: none; }
      @media (min-width: 768px) {
        .halo-collection-custom-block .image-wrapper .white-bg {
          display: inline-block; } }
      @media (min-width: 1025px) {
        .halo-collection-custom-block .image-wrapper .white-bg {
          width: 230px; } }
      @media (min-width: 1281px) {
        .halo-collection-custom-block .image-wrapper .white-bg {
          width: 260px; } }
      @media (min-width: 1691px) {
        .halo-collection-custom-block .image-wrapper .white-bg {
          width: calc(((100% - 1570px) / 2) + 200px); } }
  .halo-collection-custom-block .content {
    width: 100%;
    text-align: center; }
    @media (min-width: 768px) {
      .halo-collection-custom-block .content {
        padding-bottom: 10%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        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;
        text-align: left; } }
    @media (min-width: 992px) {
      .halo-collection-custom-block .content {
        padding-bottom: 7%; } }
    @media (min-width: 1600px) {
      .halo-collection-custom-block .content {
        padding-bottom: 6%; } }
    @media (min-width: 768px) {
      .halo-collection-custom-block .content .content-inner {
        max-width: 42%; } }
    @media (min-width: 1025px) {
      .halo-collection-custom-block .content .content-inner {
        max-width: 400px; } }
    .halo-collection-custom-block .content .content-inner .title {
      margin-bottom: 20px; }
      @media (min-width: 1025px) {
        .halo-collection-custom-block .content .content-inner .title {
          margin-bottom: 38px; } }
    .halo-collection-custom-block .content .content-inner .desc {
      display: block;
      margin-bottom: 27px; }
      @media (min-width: 1025px) {
        .halo-collection-custom-block .content .content-inner .desc {
          margin-bottom: 47px; } }
    .halo-collection-custom-block .content .content-inner .button {
      min-width: 156px; }

#collectionProduct {
  margin-bottom: 50px; }
  @media (min-width: 1025px) {
    #collectionProduct {
      margin-bottom: 100px; } }

.collection-products-content .page-header {
  display: none; }

.collection-products-content .newText {
  display: none; }

.halo-collection-custom-block-text {
  margin-bottom: 50px; }
  @media (min-width: 1025px) {
    .halo-collection-custom-block-text {
      margin-bottom: 100px; } }
  .halo-collection-custom-block-text .container {
    max-width: 1090px;
    text-align: center; }

.halo-collection-custom-block-parallax {
  position: relative; }
  .halo-collection-custom-block-parallax .content {
    margin-top: 25px;
    text-align: center; }
    @media (min-width: 551px) {
      .halo-collection-custom-block-parallax .content {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        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;
        padding-top: 30px;
        padding-bottom: 30px;
        margin-top: 0;
        text-align: left; } }
    .halo-collection-custom-block-parallax .content .content-inner {
      max-width: 600px; }
      @media (min-width: 1025px) {
        .halo-collection-custom-block-parallax .content .content-inner {
          max-width: 460px; } }
    @media (min-width: 551px) {
      .halo-collection-custom-block-parallax .content .title, .halo-collection-custom-block-parallax .content .desc {
        color: white; } }
    .halo-collection-custom-block-parallax .content .title {
      font-size: 26px;
      line-height: 34px;
      margin-bottom: 20px; }
      @media (min-width: 551px) {
        .halo-collection-custom-block-parallax .content .title {
          font-size: 30px;
          line-height: 42px; } }
      @media (min-width: 1025px) {
        .halo-collection-custom-block-parallax .content .title {
          font-size: 70px;
          line-height: 90px;
          margin-bottom: 15px; } }
    .halo-collection-custom-block-parallax .content .desc {
      display: block;
      margin-bottom: 27px; }
      @media (min-width: 551px) {
        .halo-collection-custom-block-parallax .content .desc {
          margin-bottom: 35px; } }
      @media (min-width: 1025px) {
        .halo-collection-custom-block-parallax .content .desc {
          line-height: 30px;
          margin-bottom: 45px; } }
    .halo-collection-custom-block-parallax .content .button {
      min-width: 202px; }

.blog .sidebarBorder {
  padding-top: 20px; }

.blog .sidebarBlock .page-header .view-all {
  margin-top: -4px; }

.blog .sidebarBlock-heading {
  margin-bottom: 12px; }

@media (min-width: 1025px) {
  .page-type-blog .halo-heading h1.page-heading {
    margin-bottom: 35px; } }

@media (min-width: 1025px) {
  .page-type-blog .halo-category-toolbar.show-sidebar {
    display: none; } }

.page-type-blog .pagination-wrapper .pagination {
  -ms-flex-pack: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  margin-bottom: 0; }
  .page-type-blog .pagination-wrapper .pagination .pagination-list {
    margin-top: 45px; }
    @media (min-width: 1025px) {
      .page-type-blog .pagination-wrapper .pagination .pagination-list {
        margin-top: 65px; } }

#advertisement-content .sidebarBlock-heading {
  margin-bottom: 20px; }

#advertisement-content .item:last-child .recentPost-sidebar {
  margin-bottom: 10px; }

.recentPost-sidebar {
  font-size: 0;
  margin-bottom: 35px;
  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; }
  .recentPost-sidebar .blog-thumbnail {
    width: 86px;
    margin: 0;
    display: inline-block;
    vertical-align: top; }
    .recentPost-sidebar .blog-thumbnail img {
      width: 86px;
      height: 86px;
      object-fit: cover;
      -moz-border-radius: 6px;
      -webkit-border-radius: 6px;
      -ms-border-radius: 6px;
      border-radius: 6px; }
  .recentPost-sidebar .blog-content {
    width: calc(100% - 106px);
    margin-left: 20px;
    display: inline-block;
    font-size: 12px; }
    .recentPost-sidebar .blog-content .date {
      color: #a0a0a0; }
  .recentPost-sidebar .title {
    margin-top: 0;
    font-size: 1rem;
    text-transform: capitalize;
    margin-bottom: 5px; }
    .recentPost-sidebar .title a {
      color: #15453c; }
    .recentPost-sidebar .title:hover a {
      background-image: linear-gradient(transparent 96%, rgba(21, 69, 60, 0.7) 4%);
      background-repeat: repeat-x;
      background-position-y: 0px; }

#blog-listing-container {
  padding-top: 13px; }

@media (min-width: 1025px) {
  .blog {
    margin: auto;
    width: 100%; } }

.blog + .blog {
  margin-top: 32px;
  padding-top: 32px; }

.blog .tags {
  margin-top: 10px;
  margin-bottom: 0; }

.blog .socialLinks {
  text-align: center; }

.blog .addthis_toolbox {
  margin-top: 3rem; }

.blog-title {
  margin-bottom: 16px; }
  @media (min-width: 551px) {
    .blog-title {
      font-size: 24px; } }
  .blog-title a {
    text-decoration: none;
    color: #15453c; }

.blog-date,
.blog-author {
  color: #a0a0a0;
  margin-bottom: 8px; }

.blog-author {
  margin-bottom: 2.5rem; }

.blog-post {
  font-size: 12px;
  text-align: left;
  position: relative; }
  .blog-post .read-more {
    font-weight: 500;
    color: #7caa48;
    background-image: linear-gradient(transparent 96%, rgba(124, 170, 72, 0.7) 4%);
    background-repeat: repeat-x;
    background-position-y: 0px;
    padding-bottom: 2px;
    margin-left: 5px; }
  .blog-post p {
    margin-bottom: 25px; }
  .blog-post iframe {
    margin-bottom: 25px;
    margin-top: 7px; }

.blog-thumbnail {
  margin: 0 0 25px 0;
  position: relative;
  max-width: 1030px; }
  .blog-thumbnail img {
    width: 100%; }

.blog-post-figure {
  display: block;
  margin: auto;
  text-align: center; }

.blog-post-body {
  display: inline-block;
  width: 100%; }
  .blog-post-body .social-media-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; }
    .blog-post-body .social-media-wrapper .text {
      color: #15453c;
      font-weight: 500;
      display: inline-block; }
  .blog-post-body .social-mediaBlock {
    display: inline-block;
    margin-top: 0;
    text-align: left;
    margin-left: 10px;
    margin-bottom: 0; }
  .blog-post-body .blog-post {
    text-align: left; }
    .blog-post-body .blog-post h1, .blog-post-body .blog-post h2 {
      font-weight: 600; }
    .blog-post-body .blog-post h3, .blog-post-body .blog-post h4, .blog-post-body .blog-post h5, .blog-post-body .blog-post h6 {
      font-weight: 500;
      margin-bottom: 15px; }
    .blog-post-body .blog-post h1, .blog-post-body .blog-post h2, .blog-post-body .blog-post h3, .blog-post-body .blog-post h4, .blog-post-body .blog-post h5, .blog-post-body .blog-post h6 {
      text-transform: none; }
    .blog-post-body .blog-post p {
      margin-bottom: 1.75rem; }
      .blog-post-body .blog-post p + h1, .blog-post-body .blog-post p + h2, .blog-post-body .blog-post p + h3, .blog-post-body .blog-post p + h4, .blog-post-body .blog-post p + h5, .blog-post-body .blog-post p + h6 {
        margin-top: 5px;
        display: inline-block; }
    .blog-post-body .blog-post ul, .blog-post-body .blog-post ol {
      margin-bottom: 20px; }
      .blog-post-body .blog-post ul li, .blog-post-body .blog-post ol li {
        padding-bottom: 7px;
        padding-left: 7px; }
        .blog-post-body .blog-post ul li::marker, .blog-post-body .blog-post ol li::marker {
          color: rgba(70, 70, 70, 0.7);
          font-size: 13px; }
    .blog-post-body .blog-post .button {
      margin-top: 10px;
      min-width: 190px; }
    .blog-post-body .blog-post blockquote {
      background: #fafafa;
      padding: 24px 25px;
      margin-top: 10px;
      display: inline-block;
      width: 100%;
      position: relative;
      border-left: 5px solid #7caa48;
      font-size: 12px;
      font-style: italic;
      line-height: 24px;
      margin-bottom: 38px; }
    .blog-post-body .blog-post .group-image {
      border: none;
      margin-top: 42px;
      margin-bottom: 50px;
      color: #464646; }
      .blog-post-body .blog-post .group-image td {
        border: none;
        padding: 0;
        vertical-align: middle; }
        @media (min-width: 992px) {
          .blog-post-body .blog-post .group-image td {
            width: 50%; } }
        @media (max-width: 991px) {
          .blog-post-body .blog-post .group-image td {
            display: table-row; } }
        @media (max-width: 1024px) {
          .blog-post-body .blog-post .group-image td.text-col br + br {
            display: none; } }
        .blog-post-body .blog-post .group-image td.image-col {
          font-size: 0;
          text-align: left; }
          @media (min-width: 992px) {
            .blog-post-body .blog-post .group-image td.image-col {
              padding-left: 30px;
              text-align: right; } }
          @media (min-width: 1281px) {
            .blog-post-body .blog-post .group-image td.image-col {
              padding-left: 50px; } }
          @media (max-width: 991px) {
            .blog-post-body .blog-post .group-image td.image-col img {
              margin-top: 30px; } }
    .blog-post-body .blog-post .halo-blog-lookbook {
      position: relative; }
    .blog-post-body .blog-post .lookbook-slider {
      margin-left: 0;
      margin-bottom: 38px;
      margin-top: 30px;
      font-size: 0; }
      .blog-post-body .blog-post .lookbook-slider .image-item {
        padding: 0 8px;
        position: relative;
        list-style: none;
        width: 50%;
        display: inline-block;
        font-size: 12px;
        margin-bottom: 15px; }
        @media (min-width: 1025px) {
          .blog-post-body .blog-post .lookbook-slider .image-item {
            padding: 0 15px; } }
      .blog-post-body .blog-post .lookbook-slider .slick-list {
        margin-left: -8px;
        margin-right: -8px; }
        @media (min-width: 1025px) {
          .blog-post-body .blog-post .lookbook-slider .slick-list {
            margin-left: -15px;
            margin-right: -15px; } }
        .blog-post-body .blog-post .lookbook-slider .slick-list .image-item {
          margin-bottom: 0; }
      .blog-post-body .blog-post .lookbook-slider .slick-dots li {
        margin-top: 35px;
        width: 37px;
        height: 3px; }
        .blog-post-body .blog-post .lookbook-slider .slick-dots li button {
          width: 32px;
          height: 3px;
          -moz-border-radius: 0px;
          -webkit-border-radius: 0px;
          -ms-border-radius: 0px;
          border-radius: 0px;
          background: #cecece; }
        .blog-post-body .blog-post .lookbook-slider .slick-dots li.slick-active button, .blog-post-body .blog-post .lookbook-slider .slick-dots li:hover button {
          background: transparent;
          border: 1px solid #1e1e1e; }
    .blog-post-body .blog-post .lookbook-button {
      margin-bottom: 45px;
      text-align: center; }
      .blog-post-body .blog-post .lookbook-button .button {
        margin-top: 0; }
  .blog-post-body .tags-wrapper {
    margin-top: 15px;
    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-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start; }
    .blog-post-body .tags-wrapper .text {
      font-weight: 500;
      display: inline-block;
      color: #15453c;
      font-size: 12px;
      margin-top: 16px; }
  .blog-post-body .tags {
    display: inline-block;
    margin-left: 20px;
    margin-bottom: 0;
    text-align: left; }

.page-type-blog_post .breadcrumbs {
  margin-bottom: 17px; }
  @media (min-width: 551px) {
    .page-type-blog_post .breadcrumbs {
      margin-bottom: 32px; } }
  @media (min-width: 1025px) {
    .page-type-blog_post .breadcrumbs {
      margin-bottom: 42px; } }

.sidebarBlock .page-header {
  text-align: left; }
  .sidebarBlock .page-header .sidebarBlock-heading {
    padding-right: 50px; }
  .sidebarBlock .page-header .view-all {
    position: absolute;
    right: 0;
    top: 50%;
    margin-bottom: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    margin-top: -1px; }

.sidebarBlock + .sidebarBorder {
  border-top: 1px solid #909195;
  padding-top: 24px;
  margin-top: 17px; }

.sidebarBlock + #sideBannerImage {
  padding-top: 35px; }

.sidebarBlock + #sideCustomCMS {
  margin-top: 27px; }

.sidebarBorder {
  display: inline-block;
  width: 100%; }
  .sidebarBorder + .sidebarBorder {
    border-top: 1px solid #909195;
    padding-top: 22px;
    margin-top: 17px; }

.sidebarBlock-heading {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 600;
  display: inline-block;
  width: 100%;
  text-transform: capitalize;
  text-align: left; }

#sideAllCategories {
  margin-bottom: 26px; }
  #sideAllCategories .sidebarBlock-heading {
    margin-bottom: 15px; }
  #sideAllCategories + #facetedSearch {
    padding-top: 22px;
    margin-top: 50px;
    border-top: 1px solid #909195; }
  #sideAllCategories + #sideBannerImage {
    margin-top: 30px; }

.all-categories-list {
  margin: 0;
  list-style: none; }
  .all-categories-list li {
    margin-bottom: 0px;
    padding: 4px 0 4px 0;
    position: relative; }
    .all-categories-list li:last-child {
      padding-bottom: 0px; }
  .all-categories-list > .navPages-item > .icon-dropdown {
    padding: 0 20px; }
  .all-categories-list > .navPages-item > .dropdown-category-list {
    margin: 2px 0 0 0; }
  .all-categories-list .navPages-item {
    float: none;
    display: block;
    position: relative;
    margin-bottom: 0;
    background: #fafafa;
    padding: 0 20px;
    margin-bottom: 10px; }
    .all-categories-list .navPages-item a {
      padding: 10px 15px 10px 0;
      vertical-align: top;
      display: inline-block;
      color: #15453c;
      font-weight: 500;
      font-size: 14px;
      position: relative;
      z-index: 3; }
      .all-categories-list .navPages-item a:hover {
        color: #7caa48; }
    .all-categories-list .navPages-item .icon-dropdown {
      float: right;
      width: 100%;
      height: 37px;
      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: 2; }
      .all-categories-list .navPages-item .icon-dropdown svg {
        width: 12px;
        height: 12px;
        fill: #909195;
        margin-right: -2px;
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        margin-right: 0px; }
    .all-categories-list .navPages-item > .icon-dropdown {
      height: 48px; }
      .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); }
    .all-categories-list .navPages-item.current-cat > a {
      font-weight: 600;
      color: #4ba5a2; }
    .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: 0px; }
    .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: 0px; }
    .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 .dropdown-category-list {
    margin: 6px 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: 0px; }
    .all-categories-list .dropdown-category-list .icon-dropdown {
      margin-right: -10px; }
    .all-categories-list .dropdown-category-list > .navPage-subMenu-item > .navPage-subMenu-action {
      text-transform: capitalize;
      font-size: 12px;
      font-weight: 500;
      color: #15453c; }
    .all-categories-list .dropdown-category-list .navPage-subMenu-item {
      width: 100%;
      display: block;
      position: relative;
      padding: 6px 15px; }
      .all-categories-list .dropdown-category-list .navPage-subMenu-item a {
        padding: 0; }
      .all-categories-list .dropdown-category-list .navPage-subMenu-item:first-child {
        padding-top: 0px; }
        .all-categories-list .dropdown-category-list .navPage-subMenu-item:first-child a {
          padding-top: 0; }
        .all-categories-list .dropdown-category-list .navPage-subMenu-item:first-child > .icon-dropdown {
          height: 25px; }
      .all-categories-list .dropdown-category-list .navPage-subMenu-item:last-child {
        padding-bottom: 13px; }
      .all-categories-list .dropdown-category-list .navPage-subMenu-item.current-cat > a {
        color: #4ba5a2; }
      .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: 0px; }
      .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: 0px; }
      .all-categories-list .dropdown-category-list .navPage-subMenu-item a {
        width: auto;
        -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; }
      .all-categories-list .dropdown-category-list .navPage-subMenu-item .dropdown-category-list .navPage-childList-item {
        padding: 6px 15px; }
        .all-categories-list .dropdown-category-list .navPage-subMenu-item .dropdown-category-list .navPage-childList-item:first-child a {
          padding-top: 0; }
        .all-categories-list .dropdown-category-list .navPage-subMenu-item .dropdown-category-list .navPage-childList-item:last-child {
          padding-bottom: 0; }
        .all-categories-list .dropdown-category-list .navPage-subMenu-item .dropdown-category-list .navPage-childList-item a {
          position: relative;
          font-family: "Poppins", Arial, Helvetica, sans-serif;
          font-size: 12px;
          font-weight: 400;
          text-transform: none;
          letter-spacing: 0;
          color: #464646; }
          .all-categories-list .dropdown-category-list .navPage-subMenu-item .dropdown-category-list .navPage-childList-item a:hover {
            color: #7caa48; }
            .all-categories-list .dropdown-category-list .navPage-subMenu-item .dropdown-category-list .navPage-childList-item a:hover > span {
              background-image: linear-gradient(transparent 96%, rgba(124, 170, 72, 0.7) 4%);
              background-repeat: repeat-x;
              background-position-y: 0px;
              padding-bottom: 1px; }
        .all-categories-list .dropdown-category-list .navPage-subMenu-item .dropdown-category-list .navPage-childList-item .icon-dropdown {
          height: 37px; }
        .all-categories-list .dropdown-category-list .navPage-subMenu-item .dropdown-category-list .navPage-childList-item.current-cat a {
          color: #4ba5a2; }
          .all-categories-list .dropdown-category-list .navPage-subMenu-item .dropdown-category-list .navPage-childList-item.current-cat a:hover {
            color: #4ba5a2; }
            .all-categories-list .dropdown-category-list .navPage-subMenu-item .dropdown-category-list .navPage-childList-item.current-cat a:hover > span {
              background-image: linear-gradient(transparent 96%, rgba(75, 165, 162, 0.7) 4%);
              background-repeat: repeat-x;
              background-position-y: 0px;
              padding-bottom: 1px; }
        .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: 0px; }
      .all-categories-list .dropdown-category-list .navPage-subMenu-item .navPages-level-4 .navPage-childList-item a:hover {
        color: #7caa48; }
      .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; }

.navList {
  margin-bottom: 0px; }
  .navList .navList-item {
    padding-bottom: 1px; }
    .navList .navList-item .navList-action {
      font-size: 12px;
      color: #464646; }
      .navList .navList-item .navList-action:hover {
        color: black; }

#sideShopByPrice .navList-action {
  letter-spacing: 0; }

#sideShopByPrice .navList {
  max-height: 295px;
  overflow-y: auto;
  scrollbar-color: #787878 #fafafa;
  scrollbar-width: thin !important; }
  #sideShopByPrice .navList::-webkit-scrollbar {
    width: 10px;
    background-color: #fafafa; }
  #sideShopByPrice .navList::-webkit-scrollbar-thumb {
    background-color: #787878; }

#sideShopByBrands .navList-item.view_all a {
  color: #7caa48;
  padding-bottom: 0; }
  #sideShopByBrands .navList-item.view_all a > span {
    background-image: linear-gradient(transparent 96%, rgba(124, 170, 72, 0.7) 4%);
    background-repeat: repeat-x;
    background-position-y: 0px;
    padding-bottom: 2px; }

#sideShopByBrands .navList {
  max-height: 295px;
  overflow-y: auto;
  scrollbar-color: #787878 #fafafa;
  scrollbar-width: thin !important; }
  #sideShopByBrands .navList::-webkit-scrollbar {
    width: 10px;
    background-color: #fafafa; }
  #sideShopByBrands .navList::-webkit-scrollbar-thumb {
    background-color: #787878; }

#sideShopByBrands + #sideBannerImage {
  margin-top: 30px; }

.sidebarProduct {
  margin: 12px 0 0 0; }
  .sidebarProduct .product .card {
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 28px; }
    .sidebarProduct .product .card .card-figcaption {
      opacity: 1;
      margin-top: 0px;
      display: inline-block; }
      .sidebarProduct .product .card .card-figcaption .card-figcaption-body {
        text-align: left; }
      .sidebarProduct .product .card .card-figcaption .card-details {
        background: none;
        color: #7caa48; }
  .sidebarProduct .product:last-child .card {
    margin-bottom: 0; }
  .sidebarProduct .product .card-figure {
    width: 86px;
    float: left; }
  .sidebarProduct .product .card-body {
    width: calc(100% - 86px);
    float: right;
    padding-top: 0;
    padding-left: 20px;
    margin-top: -3px;
    font-size: 0; }
    .sidebarProduct .product .card-body .card-price {
      margin-bottom: 5px; }
    .sidebarProduct .product .card-body .card_optionImage .form-field {
      margin-bottom: 12px;
      margin-top: 2px; }
  .sidebarProduct .product .card-title {
    font-size: 12px; }

#sideProducts .newText {
  display: none; }

#sideProducts .sidebarProduct {
  margin-bottom: 7px; }
  #sideProducts .sidebarProduct .product .card_optionImage {
    height: 38px; }
  #sideProducts .sidebarProduct .product .card-body.no-optionImage .card_optionImage {
    height: 0; }

#sideBannerImage {
  margin-top: 18px;
  display: inline-block;
  width: 100%;
  margin-top: 22px; }
  #sideBannerImage .side-cms-content {
    text-align: center; }
    #sideBannerImage .side-cms-content .cms-image {
      display: block; }
      #sideBannerImage .side-cms-content .cms-image .card-img-container {
        max-width: 100%; }
        #sideBannerImage .side-cms-content .cms-image .card-img-container:after {
          padding-bottom: 144.44444%; }

#sideCustomCMS .side-cms-content p {
  margin-bottom: 25px;
  font-size: 1rem; }
  #sideCustomCMS .side-cms-content p:last-child {
    margin-bottom: 0; }

.page-type-brands .pagination {
  -ms-flex-pack: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end; }
  .page-type-brands .pagination .pagination-info {
    display: none; }
  .page-type-brands .pagination .pagination-list {
    margin-top: 32px; }
    @media (min-width: 1025px) {
      .page-type-brands .pagination .pagination-list {
        margin-top: 22px; } }

.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: 5px -8px 0px -8px; }
  .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: 5px -15px 0px -15px; } }
  .brandGrid .brand {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: none;
    display: inline-block;
    font-size: 1rem;
    vertical-align: top;
    padding: 0 8px; }
    @media (min-width: 551px) {
      .brandGrid .brand {
        width: 33.33333%; } }
    @media (min-width: 992px) {
      .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.65%; } }
    .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: 500;
        line-height: 20px;
        font-family: "Signika", Arial, Helvetica, sans-serif;
        color: #15453c;
        padding-right: 0;
        text-transform: capitalize; }
        .brandGrid .brand .card .card-title a {
          color: inherit;
          display: block;
          text-align: center; }
      .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: 14px;
          line-height: 24px; } }

/* Brand List A to Z view */
#azBrandsTable {
  font-size: 0;
  display: flex;
  flex-flow: row nowrap;
  margin: 5px -15px 30px -15px;
  overflow-x: auto;
  padding-bottom: 10px; }
  #azBrandsTable li {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #e6e6e6;
    border-left: none; }
    #azBrandsTable li a {
      color: #15453c;
      display: block;
      height: 40px;
      font-size: 18px;
      min-width: 40px;
      font-weight: 700;
      line-height: 40px;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase;
      font-family: "Signika", sans-serif; }
      #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: #4d878f;
      background-color: #fafafa; }
      #azBrandsTable li.is-active a {
        color: inherit; }
  @media (min-width: 1025px) {
    #azBrandsTable {
      margin: 5px 0 40px 0;
      overflow: visible; }
      #azBrandsTable li {
        width: 10%; }
        #azBrandsTable li:first-child {
          margin-left: 0px; }
        #azBrandsTable li:last-child {
          margin-right: 0px; } }

#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: 551px) {
    #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: 551px) {
    #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 {
  margin: 0 0 10px 0;
  color: #15453c;
  font-size: 20px;
  text-transform: uppercase; }

.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: #464646; }
  .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: 100px;
  margin: 5px 0 50px 0; }
  .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: 100%; }

.brand .card-img-container {
  max-width: 100px; }
  .brand .card-img-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%; }

.page-type-brand .page > .container {
  display: inline-block; }

.productGrid {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0;
  margin: 0 -8px; }
  .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: 8px;
    padding-right: 8px;
    display: inline-block;
    font-size: 1rem;
    vertical-align: top;
    width: 50%; }
    @media (min-width: 551px) {
      .productGrid .product {
        width: 33.33333%; } }
    @media (min-width: 1025px) {
      .productGrid .product {
        width: 25%;
        padding-left: 15px;
        padding-right: 15px; } }
  .productGrid[data-column="2"] .product {
    width: 50%; }
  .productGrid[data-column="3"] .product {
    width: 50%; }
    @media (min-width: 551px) {
      .productGrid[data-column="3"] .product {
        width: 33.33333%; } }
  .productGrid[data-column="4"] .product {
    width: 50%; }
    @media (min-width: 551px) {
      .productGrid[data-column="4"] .product {
        width: 33.33333%; } }
    @media (min-width: 1281px) {
      .productGrid[data-column="4"] .product {
        width: 25%; } }
  .productGrid[data-column="5"] .product {
    width: 50%; }
    @media (min-width: 551px) {
      .productGrid[data-column="5"] .product {
        width: 33.33333%; } }
    @media (min-width: 1281px) {
      .productGrid[data-column="5"] .product {
        width: 25%; } }
    @media (min-width: 1600px) {
      .productGrid[data-column="5"] .product {
        width: 20%; } }
  .productGrid[data-column="6"] .product {
    width: 50%; }
    @media (min-width: 551px) {
      .productGrid[data-column="6"] .product {
        width: 33.33333%; } }
    @media (min-width: 1281px) {
      .productGrid[data-column="6"] .product {
        width: 25%; } }
    @media (min-width: 1600px) {
      .productGrid[data-column="6"] .product {
        width: 20%; } }
    @media (min-width: 1920px) {
      .productGrid[data-column="6"] .product {
        width: 16.66667%; } }

.sidebar-show + #product-listing-container .productGrid .product,
.sidebar-show + .page-content .productGrid .product {
  width: 50%; }
  @media (min-width: 551px) {
    .sidebar-show + #product-listing-container .productGrid .product,
    .sidebar-show + .page-content .productGrid .product {
      width: 33.33333%; } }
  @media (min-width: 1025px) {
    .sidebar-show + #product-listing-container .productGrid .product,
    .sidebar-show + .page-content .productGrid .product {
      width: 25%;
      padding-left: 15px;
      padding-right: 15px; } }

.sidebar-show + #product-listing-container .productGrid[data-column="2"] .product,
.sidebar-show + .page-content .productGrid[data-column="2"] .product {
  width: 50%; }

.sidebar-show + #product-listing-container .productGrid[data-column="3"] .product,
.sidebar-show + .page-content .productGrid[data-column="3"] .product {
  width: 50%; }
  @media (min-width: 551px) {
    .sidebar-show + #product-listing-container .productGrid[data-column="3"] .product,
    .sidebar-show + .page-content .productGrid[data-column="3"] .product {
      width: 33.33333%; } }

.sidebar-show + #product-listing-container .productGrid[data-column="4"] .product,
.sidebar-show + .page-content .productGrid[data-column="4"] .product {
  width: 50%; }
  @media (min-width: 551px) {
    .sidebar-show + #product-listing-container .productGrid[data-column="4"] .product,
    .sidebar-show + .page-content .productGrid[data-column="4"] .product {
      width: 33.33333%; } }
  @media (min-width: 1281px) {
    .sidebar-show + #product-listing-container .productGrid[data-column="4"] .product,
    .sidebar-show + .page-content .productGrid[data-column="4"] .product {
      width: 25%; } }

.sidebar-show + #product-listing-container .productGrid[data-column="5"] .product,
.sidebar-show + .page-content .productGrid[data-column="5"] .product {
  width: 50%; }
  @media (min-width: 551px) {
    .sidebar-show + #product-listing-container .productGrid[data-column="5"] .product,
    .sidebar-show + .page-content .productGrid[data-column="5"] .product {
      width: 33.33333%; } }
  @media (min-width: 1281px) {
    .sidebar-show + #product-listing-container .productGrid[data-column="5"] .product,
    .sidebar-show + .page-content .productGrid[data-column="5"] .product {
      width: 25%; } }
  @media (min-width: 1600px) {
    .sidebar-show + #product-listing-container .productGrid[data-column="5"] .product,
    .sidebar-show + .page-content .productGrid[data-column="5"] .product {
      width: 20%; } }

.productMasonry {
  column-count: 2;
  column-fill: auto;
  column-gap: 1.66667rem;
  margin: 0 0 1.5rem;
  overflow: hidden; }
  @media (min-width: 551px) {
    .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; } }

.productList {
  list-style: none;
  margin-left: 0;
  margin: 0px auto 15px auto;
  max-width: 1570px; }
  .productList ul,
  .productList ol {
    list-style: none;
    margin-bottom: 0; }
  .productList.sidebar-hide {
    max-width: 1170px; }
  .productList .product .card {
    display: inline-block;
    width: 100%;
    text-align: center; }
    @media (min-width: 551px) {
      .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: nowrap;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-direction: row;
        flex-direction: row;
        text-align: left; } }
    .productList .product .card:hover .card-bottom .card-compare {
      display: none; }
  .productList .product .card-figure {
    width: 100%;
    display: inline-block; }
    @media (min-width: 551px) {
      .productList .product .card-figure {
        width: 250px; } }
    @media (min-width: 768px) {
      .productList .product .card-figure {
        width: 320px; } }
    @media (min-width: 992px) {
      .productList .product .card-figure {
        width: 350px; } }
    @media (min-width: 1025px) {
      .productList .product .card-figure {
        width: 390px; } }
    @media (max-width: 550px) {
      .productList .product .card-figure {
        max-width: 390px;
        margin-left: auto;
        margin-right: auto; } }
    .productList .product .card-figure .card-figcaption {
      display: none; }
  .productList .product .card-body {
    width: 100%;
    display: inline-block;
    text-align: left;
    padding-top: 10px;
    position: relative; }
    @media (min-width: 551px) {
      .productList .product .card-body {
        width: calc(100% - 250px);
        padding-left: 20px;
        padding-top: 0px; } }
    @media (min-width: 768px) {
      .productList .product .card-body {
        width: calc(100% - 320px);
        padding-left: 30px;
        padding-top: 10px; } }
    @media (min-width: 992px) {
      .productList .product .card-body {
        padding-top: 18px;
        width: calc(100% - 350px); } }
    @media (min-width: 1025px) {
      .productList .product .card-body {
        padding-left: 70px;
        width: calc(100% - 390px); } }
    .productList .product .card-body .card-title {
      margin-bottom: 10px;
      text-align: left;
      padding-right: 0; }
      .productList .product .card-body .card-title > a {
        display: block; }
      .productList .product .card-body .card-title .color-name {
        position: relative;
        top: auto;
        right: auto;
        margin-top: 7px;
        display: none;
        max-width: 100%; }
    .productList .product .card-body .card-brand {
      margin-bottom: 8px; }
    .productList .product .card-body .card-rating-list {
      display: block; }
    .productList .product .card-body .productOptionList {
      display: block; }
      .productList .product .card-body .productOptionList .productView {
        padding-top: 2px; }
    .productList .product .card-body .card-price {
      margin-bottom: 10px; }
      @media (min-width: 1025px) {
        .productList .product .card-body .card-price {
          margin-bottom: 12px; } }
    .productList .product .card-body .price-wrap .card-rating {
      display: none; }
    .productList .product .card-body .card-rating {
      margin-bottom: 12px;
      margin-left: 0;
      display: inline-block; }
    @media (min-width: 1025px) {
      .productList .product .card-body .card-figcaption-bottom {
        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; } }
    .productList .product .card-body .card-figcaption {
      opacity: 1;
      max-width: 100%;
      display: inline-block;
      margin-top: 0;
      height: 45px; }
      @media (min-width: 551px) {
        .productList .product .card-body .card-figcaption {
          max-width: 270px; } }
    .productList .product .card-body .card-bottom .compare {
      display: none; }
    .productList .product .card-body .compare-list {
      display: none; }
      @media (min-width: 1025px) {
        .productList .product .card-body .compare-list {
          padding-left: 70px;
          display: inline-block;
          width: calc(100% - 270px); } }
      .productList .product .card-body .compare-list .card-compare {
        margin-bottom: 0;
        margin-top: 0;
        float: left; }
  .productList .product .card-desc {
    display: block;
    margin-bottom: 10px; }
    @media (min-width: 1025px) {
      .productList .product .card-desc {
        margin-bottom: 12px; } }
    .productList .product .card-desc p {
      margin-bottom: 0; }
      @media (max-width: 1024px) {
        .productList .product .card-desc p {
          display: -webkit-box;
          -webkit-box-orient: vertical;
          overflow: hidden;
          position: relative;
          white-space: normal;
          word-wrap: break-word;
          -webkit-line-clamp: 2; } }
  .productList .product .card_optionImage [data-product-attribute] {
    margin-bottom: 22px; }
    @media (min-width: 551px) {
      .productList .product .card_optionImage [data-product-attribute] {
        -ms-flex-pack: flex-start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start; } }
    @media (min-width: 992px) {
      .productList .product .card_optionImage [data-product-attribute] {
        margin-bottom: 30px; } }

@media (min-width: 551px) {
  .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: 551px) {
  .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: #7caa48;
  border-color: #7caa48;
  color: white; }
  .listItem-button:hover {
    background-color: #4d878f;
    border-color: #7caa48;
    color: white; }

.listItem-figure {
  margin: 0 0 1.5rem; }
  @media (min-width: 551px) {
    .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: 551px) {
  .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: 1rem;
  margin: 0 0 0.16667rem; }
  @media (min-width: 1025px) {
    .listItem-brand {
      font-size: 16px;
      margin-bottom: 0; } }

.listItem-title {
  font-size: 16px;
  margin: 0 0 0.16667rem; }
  @media (min-width: 1025px) {
    .listItem-title {
      font-size: 18px; } }
  .listItem-title > a {
    text-decoration: none; }

.listItem-price {
  margin-bottom: 1rem; }
  @media (min-width: 1025px) {
    .listItem-price {
      font-size: 18px; } }

@media (min-width: 1281px) {
  .listItem-actions {
    vertical-align: middle;
    width: 22%; }
    .listItem-actions .button--compare {
      font-size: 14px;
      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: 1025px) {
  .page-sidebar + .page-content .productList .product .card-body {
    padding-left: 30px; } }

@media (min-width: 1441px) {
  .page-sidebar + .page-content .productList .product .card-body {
    padding-left: 70px; } }

.modal .productView {
  padding-bottom: 0;
  padding-top: 0; }

.productView--quickView .socialLinks-item--print {
  display: none; }

.productView-images {
  float: left;
  width: 100%; }
  @media (min-width: 768px) {
    .productView-images {
      width: 58%;
      padding-right: 30px; } }
  @media (min-width: 1025px) {
    .productView-images {
      width: 53%;
      padding-right: 70px; } }
  @media (min-width: 1025px) {
    .productView-images .product-img-wrapper {
      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; } }
  .productView-images .product-img-wrapper .productView-nav-inner {
    width: 100%; }
    @media (min-width: 1025px) {
      .productView-images .product-img-wrapper .productView-nav-inner {
        margin-left: 30px;
        width: calc(100% - 130px); } }
  .productView-images .product-img-wrapper .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; }
    .productView-images .product-img-wrapper .productView-thumbnails-wrap .slick-dots li {
      margin-top: 20px; }

.productView-details {
  float: left;
  width: 100%; }
  @media (min-width: 768px) {
    .productView-details {
      clear: right;
      float: right;
      width: 42%; } }
  @media (min-width: 1025px) {
    .productView-details {
      width: 47%; } }
  .productView--quickView .productView-details {
    position: relative; }

.productView-description {
  position: relative; }
  .productView-description .productView-title {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 22px;
    font-size: 16px;
    font-weight: 600; }
  @media (min-width: 1025px) {
    .productView-description .productView-description {
      clear: both;
      float: none;
      width: 100%; } }

.productView #sticky_addtocart .form .alertBox.alertBox--error {
  display: none; }

.productView .productView-options-main form .alertBox.alertBox--error {
  display: none; }

#add-to-cart-wrapper {
  display: inherit; }

.sale-flag-star,
.sale-flag-star:before,
.sale-flag-star:after {
  background: #007dc6;
  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;
  transition: background-color 800ms ease;
  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; }

.listItem-figure .starwrap {
  transform: scale(0.7); }
  @media (min-width: 551px) {
    .listItem-figure .starwrap {
      top: 0;
      transform: scale(0.6); } }
  @media (min-width: 1281px) {
    .listItem-figure .starwrap {
      top: 10px;
      transform: scale(0.7); } }

.sale-text-burst {
  color: white;
  font-weight: 600;
  line-height: 1.25rem;
  position: absolute;
  text-align: center;
  top: 20%;
  width: 4.16667rem;
  z-index: 50; }

.product:hover .starwrap .sale-flag-star,
.product:hover .starwrap .sale-flag-star:before,
.product:hover .starwrap .sale-flag-star:after {
  background: black; }

.sale-flag-side {
  background: #007dc6;
  border-radius: 0 50px 50px 0;
  color: white;
  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: background-color 800ms ease;
  z-index: 10; }

.product:hover .sale-flag-side {
  background: black; }

.sale-flag-sash {
  background: #007dc6;
  color: white;
  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: background-color 800ms ease;
  width: 9.91667rem;
  z-index: 10; }

.listItem-figure .sale-flag-sash {
  left: -25px; }
  @media (min-width: 551px) {
    .listItem-figure .sale-flag-sash {
      top: 15px; } }
  @media (min-width: 1281px) {
    .listItem-figure .sale-flag-sash {
      left: -15px;
      top: 25px; } }

.product:hover .sale-flag-sash {
  background: black; }

.product {
  overflow: hidden; }

[data-product-attribute] .form-option.form-option-swatch {
  overflow: visible; }
  [data-product-attribute] .form-option.form-option-swatch.two-colors {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
    [data-product-attribute] .form-option.form-option-swatch.two-colors .form-option-variant + .form-option-variant {
      position: absolute;
      top: 17px;
      left: 0;
      height: 19px;
      width: 38px;
      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: 12px;
    border-radius: 3px;
    top: 12px;
    z-index: 2; }
  [data-product-attribute] .form-option.form-option-swatch.three-colors .form-option-variant:last-child {
    height: 19px;
    top: 16px; }

.form-option-variant--none {
  height: 32px;
  overflow: hidden; }

.form-option-variant--color,
.form-option-variant--pattern {
  height: 38px;
  width: 38px; }

.form-option-variant--color {
  border: 4px solid transparent; }
  .form-option-variant--color.White, .form-option-variant--color.white {
    border: 4px solid #c5c5cf; }

.form-option-expanded {
  background-color: white;
  border: 1px solid #999999;
  left: calc(100% - 18px);
  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; }
  @media (max-width: 1024px) {
    .form-option-expanded {
      display: none; } }

.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: 100px;
  width: 100px; }

.account .form-label {
  margin-bottom: 11px; }

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

.account .page-content {
  padding-bottom: 50px; }
  @media (min-width: 551px) {
    .account .page-content {
      padding-bottom: 80px; } }
  @media (min-width: 1025px) {
    .account .page-content {
      padding-bottom: 120px; } }

.account .account-body .form {
  margin-bottom: 0; }

.account .account-body .account-content .account-heading {
  display: none; }

.account .form-actions {
  margin-top: 0; }

.account.account-wishlist-details .page-content {
  padding-bottom: 50px; }
  @media (min-width: 551px) {
    .account.account-wishlist-details .page-content {
      padding-bottom: 60px; } }

.account.new-password .form {
  max-width: 570px; }

@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: 38%; }
      .account-content--fixedSmall + .account-sidebar {
        float: right;
        padding-right: 0;
        padding-left: 15px; } }
  @media (min-width: 1025px) {
    .account-sidebar {
      width: 33.33333%; } }

.page-type-login h1.page-heading, .account h1.page-heading {
  margin-bottom: 35px; }

.page.forgot-password .account .alertBox .alertBox-column {
  display: inline; }

.page.forgot-password .forgot-password-form .form-label {
  display: inline-block;
  margin-bottom: 12px; }

.page.forgot-password .forgot-password-form .form-input {
  max-width: 100%;
  -ms-flex: unset;
  flex: unset;
  display: inline-block;
  width: 100%; }
  @media (min-width: 551px) {
    .page.forgot-password .forgot-password-form .form-input {
      width: calc(100% - 215px);
      max-width: 615px;
      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 {
    display: inline-block; }
    @media (min-width: 551px) {
      .page.forgot-password .forgot-password-form .form-prefixPostfix .button {
        width: 205px;
        float: left;
        margin-top: 0;
        margin-left: 0; } }

@media (min-width: 381px) {
  .page.account .button {
    min-width: 205px; } }

.page.account .form-input, .page.account .form-select {
  max-width: 100%; }

.page.account-order-all .account-product-figure {
  float: left; }

.page.account-order-all .account-orderStatus {
  text-align: right;
  position: absolute;
  right: 0;
  top: -5px; }

.page.account-order-all .account-product-body {
  width: calc(100% - 130px);
  overflow: unset;
  float: left;
  margin-bottom: 0; }

.page.create-account .form-input, .page.create-account .form-select {
  max-width: 100%; }

.page.create-account .form-actions .button {
  min-width: 255px; }

@media (min-width: 1025px) {
  .page.create-account .form-row {
    margin-left: -35px;
    margin-right: -35px; } }

@media (min-width: 1025px) {
  .page.create-account .form-row .form-field {
    padding-left: 35px;
    padding-right: 35px; } }

.page.acount-created .button {
  margin-top: 10px; }

.page.account-message .send-message {
  margin-bottom: 15px; }

.page.page-type-account_paymentmethods .paymentMethodList {
  margin-left: 0; }
  .page.page-type-account_paymentmethods .paymentMethodList .paymentMethod {
    display: inline-block;
    padding: 0 0.75rem;
    vertical-align: top;
    width: 100%; }
    @media (min-width: 551px) {
      .page.page-type-account_paymentmethods .paymentMethodList .paymentMethod {
        width: 50%; } }
    @media (min-width: 1281px) {
      .page.page-type-account_paymentmethods .paymentMethodList .paymentMethod {
        width: 33.33333%; } }

.page.account-add-wishlist .navBar--account {
  margin-bottom: 35px; }

.page.account-add-wishlist .table-actions .button {
  min-width: 85px;
  margin-bottom: 10px; }
  @media (min-width: 551px) {
    .page.account-add-wishlist .table-actions .button {
      min-width: 100px; } }

.page.account-wishlist-details .navBar--account {
  margin-bottom: 54px; }

.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: 5px; }
  .page.account-wishlist-details .card .card_optionImage .form-field {
    margin-bottom: 14px; }
  .page.account-wishlist-details .card .button {
    min-width: 0; }

.page.account-wishlist-details .productGrid li {
  margin-bottom: 25px; }
  @media (min-width: 1025px) {
    .page.account-wishlist-details .productGrid li {
      margin-bottom: 45px; } }

.page.account-recent-items .page-content {
  padding-bottom: 30px; }
  @media (min-width: 551px) {
    .page.account-recent-items .page-content {
      padding-bottom: 40px; } }
  @media (min-width: 1025px) {
    .page.account-recent-items .page-content {
      padding-bottom: 80px; } }

.page.account-recent-items .productGrid .product {
  width: 50%; }
  @media (min-width: 551px) {
    .page.account-recent-items .productGrid .product {
      width: 33.33%; } }
  @media (min-width: 1280px) {
    .page.account-recent-items .productGrid .product {
      width: 25%; } }

.page.account-recent-items .pagination-wrapper {
  display: block !important;
  text-align: right; }
  .page.account-recent-items .pagination-wrapper .compare-link .button {
    min-width: 130px; }

.page.account-recent-items .card .card_optionImage .form-field {
  margin-bottom: 15px; }

.page.account-recent-items .card .card-figcaption-bottom .card-figcaption {
  margin-top: 5px; }

.page.gift-certificate .navBar--sub {
  margin-bottom: 35px; }

.page.gift-certificate-purchase .navBar--sub {
  margin-bottom: 45px; }

.page.gift-certificate-purchase .form-label.agree {
  color: #464646;
  font-weight: 400; }
  .page.gift-certificate-purchase .form-label.agree + .form-inlineMessage {
    margin-top: 5px; }

@media (min-width: 551px) {
  .page.gift-certificate-purchase .gift-certificate-form .form-row {
    margin-left: -15px;
    margin-right: -15px; } }

@media (min-width: 1025px) {
  .page.gift-certificate-purchase .gift-certificate-form .form-row {
    margin-left: -35px;
    margin-right: -35px; } }

@media (min-width: 551px) {
  .page.gift-certificate-purchase .gift-certificate-form .form-field {
    padding-left: 15px;
    padding-right: 15px; } }

@media (min-width: 1025px) {
  .page.gift-certificate-purchase .gift-certificate-form .form-field {
    padding-left: 35px;
    padding-right: 35px; } }

.page.gift-certificate-purchase .gift-certificate-form .form-field.expires {
  margin-bottom: 15px; }

.page.gift-certificate-purchase .gift-certificate-form .gift_certificate_theme {
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 1025px) {
    .page.gift-certificate-purchase .gift-certificate-form .gift_certificate_theme {
      padding-left: 35px;
      padding-right: 35px; } }
  .page.gift-certificate-purchase .gift-certificate-form .gift_certificate_theme > .form-label {
    display: inline-block;
    width: 100%; }
  .page.gift-certificate-purchase .gift-certificate-form .gift_certificate_theme > .form-field.message {
    padding-left: 0;
    padding-right: 0; }

.page.gift-certificate-purchase .form-inlineMessage {
  margin-top: 14px;
  margin-bottom: -5px; }

.page.gift-certificate-purchase .form-radio + .form-label::after {
  top: 3px; }

.page.gift-certificate-purchase .form-field--error {
  margin-bottom: 18px; }

.page.gift-certificate-purchase .form-field-group {
  background: #fafafa;
  border: none;
  padding: 25px 30px 20px 30px;
  border-radius: 0;
  margin-bottom: 0; }
  .page.gift-certificate-purchase .form-field-group .form-label {
    color: #464646;
    margin-bottom: 0.75rem; }

.page.gift-certificate-purchase .form-actions {
  margin-top: 30px; }
  @media (min-width: 551px) {
    .page.gift-certificate-purchase .form-actions {
      width: 50%;
      float: right;
      padding-left: 15px; } }
  @media (min-width: 1025px) {
    .page.gift-certificate-purchase .form-actions {
      padding-left: 35px; } }
  .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: 209px;
        float: left; } }
  .page.gift-certificate-purchase .form-actions #gift-certificate-submit {
    width: 100%;
    margin-left: 0; }
    @media (min-width: 551px) {
      .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% - 229px);
        margin-left: 20px;
        margin-top: 0;
        float: left; } }

.page.gift-certificate h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 600; }

.page.gift-certificate .intro {
  color: #15453c;
  font-weight: 500; }

.page.gift-certificate ol li {
  padding: 3px 0; }

.page .form-prefixPostfix .button, .page .form-prefixPostfix .form-input {
  height: 3.75rem; }

@media (min-width: 551px) {
  .page .form-prefixPostfix .form-input {
    width: calc(100% - 225px); } }

.page .form-prefixPostfix .button {
  margin-top: 15px; }
  @media (min-width: 551px) {
    .page .form-prefixPostfix .button {
      margin-top: 0;
      width: 205px;
      margin-left: 20px; } }

.page.gift-certificate-balance .form-prefixPostfix {
  max-width: 755px; }

.g-recaptcha + br + .form-actions {
  margin-top: 0px; }

/* 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; } }

.halo-popup {
  position: fixed;
  left: 0px;
  bottom: 0;
  transition: all .3s ease;
  z-index: 9991;
  width: 100%; }

.halo-overlay-background {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  content: "";
  z-index: 21;
  pointer-events: none;
  visibility: hidden;
  position: fixed;
  transition: opacity .5s ease;
  background-color: rgba(47, 47, 47, 0.6); }
  .halo-open-sidebar .halo-overlay-background,
  .halo-open-account .halo-overlay-background,
  .halo-open-side-cart .halo-overlay-background,
  .halo-open-dropdown-cart .halo-overlay-background,
  .halo-open-search .halo-overlay-background,
  .has-background-menu .halo-overlay-background,
  .has-activeNavPages .halo-overlay-background {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    z-index: 9995; }
  .has-activeModal .halo-overlay-background {
    z-index: 9997; }
  .halo-open-sidebar .halo-overlay-background {
    z-index: 9995; }
  .halo-open-side-cart .halo-overlay-background {
    z-index: 9996; }
    @media (max-width: 1024px) {
      .halo-open-side-cart .halo-overlay-background {
        z-index: 9995; } }
  @media (max-width: 1024px) {
    .halo-open-sidebar .halo-overlay-background {
      z-index: 9996; } }
  @media (max-width: 1024px) {
    .has-activeNavPages .halo-overlay-background {
      z-index: 9996; } }
  .halo-open-before-you-leave .halo-overlay-background {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    z-index: 9997; }

.halo-mobile {
  position: fixed;
  top: 0px;
  bottom: 0;
  left: auto;
  right: -102%;
  padding: 22px 20px 30px 20px;
  width: 370px;
  max-width: -moz-calc(100vw - 40px);
  max-width: -webkit-calc(100vw - 40px);
  max-width: -ms-calc(100vw - 40px);
  max-width: calc(100vw - 40px);
  background: white;
  -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: 9996; }
  @media (max-width: 1024px) {
    .halo-mobile.halo-mobile-menu {
      z-index: 9997; } }
  .halo-mobile.halo-mobile-cart {
    padding: 0;
    z-index: 9997;
    overflow-y: auto;
    overflow-x: hidden; }
    @media (min-width: 1025px) {
      .halo-mobile.halo-mobile-cart {
        scrollbar-color: #787878 #fafafa;
        scrollbar-width: thin !important; }
        .halo-mobile.halo-mobile-cart::-webkit-scrollbar {
          background-color: #fafafa;
          -webkit-appearance: none;
          width: 10px; }
        .halo-mobile.halo-mobile-cart::-webkit-scrollbar-thumb {
          background-color: #787878; } }
    @media (max-width: 360px) {
      .halo-mobile.halo-mobile-cart {
        max-width: 100%; } }
    .halo-mobile.halo-mobile-cart .loadingOverlay {
      left: 0;
      right: 0;
      width: 100%; }

.halo-mobile-menu {
  left: -102%;
  right: auto;
  width: calc(100% - 40px);
  max-width: 370px;
  padding: 0; }
  .halo-mobile-menu .navPages-container {
    box-shadow: rgba(50, 50, 50, 0.2) 0 0 15px 0;
    -webkit-box-shadow: rgba(50, 50, 50, 0.2) 0 0 15px 0;
    -moz-box-shadow: rgba(50, 50, 50, 0.2) 0 0 15px 0;
    -ms-box-shadow: rgba(50, 50, 50, 0.2) 0 0 15px 0; }

.has-activeNavPages .halo-mobile-menu {
  left: 0; }

.halo-open-side-cart .halo-mobile-cart {
  right: 0; }

@media (max-width: 1024px) {
  .halo-open-dropdown-cart .halo-mobile-cart {
    right: 0; } }

@media (max-width: 1024px) {
  .halo-mobile-search {
    right: auto;
    left: -101%; }
    .halo-mobile-search .dropdown--quickSearch {
      border: none; } }

@media (max-width: 1024px) {
  .halo-open-search .halo-overlay-background {
    z-index: 9996; } }

@media (max-width: 1024px) {
  .halo-open-search .halo-mobile-search {
    left: 0;
    z-index: 9997; }
    .halo-open-search .halo-mobile-search .dropdown--quickSearch {
      display: block;
      z-index: 9996;
      top: 10px;
      padding-top: 0;
      display: initial;
      left: 0 !important;
      outline: none;
      right: 0 !important;
      width: 100% !important;
      z-index: 50;
      max-height: 90vh;
      overflow-y: auto; } }

@media (max-width: 1024px) {
  .halo-open-account .halo-mobile-account {
    right: 0; } }

@media (max-width: 1024px) {
  .halo-mobile-account {
    padding: 0; }
    .halo-mobile-account .account-dropdown {
      position: relative;
      z-index: 1; }
      .halo-mobile-account .account-dropdown .navPages-list {
        padding-left: 20px;
        padding-right: 20px; }
    .halo-mobile-account #accountDropdown {
      display: block;
      position: relative;
      left: auto;
      border: none;
      margin: 0;
      max-width: 100%; }
      .halo-mobile-account #accountDropdown ul {
        list-style: none; } }

@media (max-width: 550px) {
  .halo-mobile-account .account-dropdown .navPages-list {
    padding-left: 15px;
    padding-right: 15px; } }

.halo-close {
  font-size: 34px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  display: inline-block;
  color: #15453c;
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  position: absolute;
  right: 15px;
  top: 18px;
  z-index: 2; }
  @media (min-width: 551px) {
    .halo-close {
      right: 20px; } }
  .halo-close:hover, .halo-close:active, .halo-close:focus {
    color: #15453c; }

.halo-close-2 {
  height: 1.5rem;
  width: 1.5rem;
  color: #ffffff;
  font-size: 39px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  position: absolute;
  top: 0px;
  left: -40px;
  right: auto;
  text-align: center;
  text-decoration: none;
  z-index: 50;
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  background: #000; }
  @media (min-width: 1025px) {
    .halo-close-2 {
      display: inline-block;
      background: none;
      color: white;
      font-size: 72px;
      font-family: "Poppins", sans-serif;
      font-weight: 200;
      top: 15px;
      left: -62px;
      height: 2.66667rem;
      width: 2.66667rem;
      line-height: 32px; } }
  .halo-close-2:hover, .halo-close-2:active, .halo-close-2:focus {
    color: white; }

.halo-close-3 {
  font-size: 34px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  background: #15453c;
  color: white;
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  position: absolute;
  right: -40px;
  top: 0px;
  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; }
  .halo-close-3:hover, .halo-close-3:active, .halo-close-3:focus {
    background: #15453c;
    color: white; }

.halo-dropdown {
  background-color: white;
  border: 1px solid #464646;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.13); }

.halo-mobile-cart .halo-close {
  color: #464646;
  right: 20px; }
  @media (min-width: 1025px) {
    .halo-mobile-cart .halo-close {
      display: none; } }

/* Newsletter Popup */
#halo-newsletter-popup {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  transition: color 0.15s ease;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 1;
  display: block;
  overflow: visible;
  z-index: 9996; }
  #halo-newsletter-popup .popup-overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    position: fixed;
    overflow: hidden;
    background: rgba(44, 44, 44, 0.65); }
  #halo-newsletter-popup .newsletter-popup-container {
    position: relative;
    width: auto;
    pointer-events: none;
    display: flex;
    align-items: center;
    min-height: calc(100% - (1.75rem * 2));
    margin: 1.75rem auto;
    width: 90%;
    max-height: 85%;
    max-width: calc(100% - 30px);
    z-index: 101; }
    @media (min-width: 551px) {
      #halo-newsletter-popup .newsletter-popup-container {
        max-width: 410px; } }
    @media (min-width: 768px) {
      #halo-newsletter-popup .newsletter-popup-container {
        max-width: 620px; } }
    @media (min-width: 991px) {
      #halo-newsletter-popup .newsletter-popup-container {
        max-width: 740px; } }
    @media (min-width: 1025px) {
      #halo-newsletter-popup .newsletter-popup-container {
        max-width: 840px; } }
    @media (min-width: 1281px) {
      #halo-newsletter-popup .newsletter-popup-container {
        max-width: 940px; } }
  #halo-newsletter-popup.hide {
    display: none !important;
    opacity: 0;
    overflow: hidden; }

.newsletter-popup-inner {
  text-align: left;
  width: 100%;
  padding: 0;
  height: auto;
  margin: 0 auto;
  position: relative;
  pointer-events: auto;
  font-size: 12px;
  background-color: #ffffff;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1); }
  @media (min-width: 768px) {
    .newsletter-popup-inner {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-align: stretch;
      -webkit-align-items: stretch;
      align-items: stretch; } }
  .newsletter-popup-inner [data-close-newsletter-popup] {
    position: absolute;
    top: 6px;
    right: 12px;
    z-index: 5;
    padding: 0;
    font-size: 40px;
    font-weight: 200;
    height: 30px;
    line-height: 32px;
    text-align: center;
    background: transparent;
    font-family: "Poppins", sans-serif;
    color: #15453c; }
    @media (min-width: 768px) {
      .newsletter-popup-inner [data-close-newsletter-popup] {
        color: white;
        top: 0px;
        right: -60px;
        font-size: 72px;
        font-weight: 200;
        font-family: "Poppins", sans-serif; } }
  .newsletter-popup-inner .newsletter-left {
    display: none; }
    @media (min-width: 768px) {
      .newsletter-popup-inner .newsletter-left {
        width: 50%;
        display: inline-block;
        position: relative;
        overflow: hidden; }
        .newsletter-popup-inner .newsletter-left img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
          .newsletter-popup-inner .newsletter-left img.lazyload, .newsletter-popup-inner .newsletter-left img.lazyloading {
            width: auto;
            height: auto;
            margin: 0 auto; } }
  .newsletter-popup-inner .newsletter-right {
    width: 100%;
    padding: 35px 15px 10px 15px;
    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;
    overflow: auto;
    max-height: 85vh; }
    @media (min-width: 768px) {
      .newsletter-popup-inner .newsletter-right {
        width: 50%;
        padding: 25px 20px 10px 20px; } }
    @media (min-width: 991px) {
      .newsletter-popup-inner .newsletter-right {
        padding: 30px 30px 20px 30px; } }
    @media (min-width: 1025px) {
      .newsletter-popup-inner .newsletter-right {
        padding: 35px 30px 25px 30px; } }
    @media (min-width: 1281px) {
      .newsletter-popup-inner .newsletter-right {
        padding: 35px 100px 25px 100px; } }
    .newsletter-popup-inner .newsletter-right .newsletter-heading {
      position: relative;
      font-size: 20px;
      line-height: 30px;
      font-weight: 400;
      margin: 0 0 10px 0;
      color: #15453c;
      text-transform: none; }
      @media (min-width: 551px) {
        .newsletter-popup-inner .newsletter-right .newsletter-heading {
          font-size: 20px;
          margin: 0 0 15px 0; } }
      @media (min-width: 1025px) {
        .newsletter-popup-inner .newsletter-right .newsletter-heading {
          margin: 0 0 30px 0;
          line-height: 32px; } }
    .newsletter-popup-inner .newsletter-right .newsletter-message {
      display: block;
      margin: 0;
      color: #464646;
      font-size: 12px; }
    .newsletter-popup-inner .newsletter-right .no-thanks a {
      color: #15453c;
      font-size: 14px;
      background-image: linear-gradient(transparent 96%, rgba(21, 69, 60, 0.6) 4%);
      background-repeat: repeat-x;
      background-position-y: 0px; }
    .newsletter-popup-inner .newsletter-right .social-links {
      margin-top: 28px;
      margin-bottom: 30px; }
      @media (min-width: 551px) {
        .newsletter-popup-inner .newsletter-right .social-links {
          margin-top: 35px;
          margin-bottom: 25px; } }
      .newsletter-popup-inner .newsletter-right .social-links li {
        margin-bottom: 0; }
  .newsletter-popup-inner #popupSubcribeForm {
    margin-top: 20px;
    margin-bottom: 15px; }
    @media (min-width: 1025px) {
      .newsletter-popup-inner #popupSubcribeForm {
        margin-top: 31px;
        margin-bottom: 18px; } }
    .newsletter-popup-inner #popupSubcribeForm .form {
      margin: 0; }
    .newsletter-popup-inner #popupSubcribeForm .form-field {
      display: block;
      margin: 0; }
    .newsletter-popup-inner #popupSubcribeForm .form-input {
      width: 100%;
      height: 40px;
      line-height: 40px;
      text-align: center;
      margin: 0 0 15px 0;
      background-color: #ffffff;
      border-radius: 0;
      padding: 0 15px; }
      @media (min-width: 1025px) {
        .newsletter-popup-inner #popupSubcribeForm .form-input {
          height: 45px;
          line-height: 45px; } }
    .newsletter-popup-inner #popupSubcribeForm input[type="submit"] {
      width: 100%;
      display: block;
      min-width: 120px;
      margin: 0; }

/* Popup Someone Purchased */
#recently_bought_list {
  width: 100%;
  z-index: 1;
  position: relative; }
  @media (min-width: 551px) {
    #recently_bought_list {
      max-width: 396px;
      margin-left: 15px;
      margin-bottom: 15px; }
      #recently_bought_list.has-cookie {
        margin-bottom: 105px; } }
  @media (min-width: 1025px) {
    #recently_bought_list {
      position: absolute;
      left: 30px;
      bottom: 100%;
      margin-left: 0;
      margin-bottom: 30px; } }
  #recently_bought_list .halo-recently-bought {
    min-height: 80px;
    background: white;
    -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; }
    @media (min-width: 551px) {
      #recently_bought_list .halo-recently-bought {
        min-height: 100px; } }
    #recently_bought_list .halo-recently-bought [data-close-recently-bought] {
      position: absolute;
      background: transparent;
      color: #999999;
      width: 20px;
      height: 20px;
      line-height: 20px;
      top: 10px;
      right: 10px;
      font-size: 30px;
      font-family: "Poppins", sans-serif;
      font-weight: 200; }
  #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; }
    #recently_bought_list .recently-bought-inner .product-image {
      width: 80px;
      display: inline-block;
      position: relative; }
      @media (min-width: 551px) {
        #recently_bought_list .recently-bought-inner .product-image {
          width: 100px;
          display: inline-block; } }
    #recently_bought_list .recently-bought-inner .product-info {
      width: calc(100% - 80px);
      padding: 8px 35px 7px 10px;
      line-height: 20px; }
      @media (min-width: 361px) {
        #recently_bought_list .recently-bought-inner .product-info {
          padding: 8px 40px 7px 20px; } }
      @media (min-width: 551px) {
        #recently_bought_list .recently-bought-inner .product-info {
          padding: 12px 40px 13px 20px;
          width: calc(100% - 100px); } }
      #recently_bought_list .recently-bought-inner .product-info .text-wrap {
        display: inline-block;
        width: 100%;
        color: #464646;
        font-size: 12px;
        font-weight: 400;
        margin-bottom: 5px; }
        @media (min-width: 551px) {
          #recently_bought_list .recently-bought-inner .product-info .text-wrap {
            margin-bottom: 7px; } }
        #recently_bought_list .recently-bought-inner .product-info .text-wrap .text {
          display: inline;
          margin-bottom: 2px;
          color: #464646; }
      #recently_bought_list .recently-bought-inner .product-info .product-name {
        display: inline;
        font-size: 12px;
        font-weight: 400;
        font-family: "Signika", Arial, Helvetica, sans-serif;
        font-weight: 500;
        line-height: 20px; }
        @media (min-width: 551px) {
          #recently_bought_list .recently-bought-inner .product-info .product-name {
            line-height: 24px; } }
        #recently_bought_list .recently-bought-inner .product-info .product-name a {
          color: #15453c; }
          @media (max-width: 380px) {
            #recently_bought_list .recently-bought-inner .product-info .product-name a {
              display: -webkit-box;
              -webkit-box-orient: vertical;
              -moz-box-orient: vertical;
              overflow: hidden;
              position: relative;
              word-wrap: break-word;
              -webkit-line-clamp: 1; } }
      #recently_bought_list .recently-bought-inner .product-info .location-info {
        font-size: 11px;
        color: #464646;
        display: -webkit-box; }
        @media (max-width: 767px) {
          #recently_bought_list .recently-bought-inner .product-info .location-info {
            -webkit-box-orient: vertical;
            -moz-box-orient: vertical;
            overflow: hidden;
            position: relative;
            word-wrap: break-word;
            -webkit-line-clamp: 1; } }

/* Ask An Expert */
.halo-ask-an-expert {
  position: absolute;
  bottom: 0px;
  right: 0px;
  margin-bottom: 95px; }
  @media (min-width: 551px) {
    .halo-ask-an-expert {
      bottom: 0;
      margin-bottom: 15px;
      right: 15px; } }
  @media (min-width: 1025px) {
    .halo-ask-an-expert {
      margin-bottom: 30px;
      right: 30px; } }
  .halo-ask-an-expert.has-cookie {
    margin-bottom: 132px; }
    @media (min-width: 551px) {
      .halo-ask-an-expert.has-cookie {
        margin-bottom: 105px; } }
  @media (min-width: 551px) {
    .halo-ask-an-expert .ask-an-expert-link.no-image .icon-mobile {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; } }
  .halo-ask-an-expert img {
    display: none; }
    @media (min-width: 551px) {
      .halo-ask-an-expert img {
        display: block; } }
  .halo-ask-an-expert .icon-mobile {
    height: 3.33333rem;
    width: 3.33333rem;
    background: #7caa48;
    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: 551px) {
      .halo-ask-an-expert .icon-mobile {
        display: none; } }
    .halo-ask-an-expert .icon-mobile svg {
      fill: white;
      width: 22px;
      height: 22px; }

@media (min-width: 551px) {
  #halo-ask-an-expert.modal {
    width: 860px; } }

#halo-ask-an-expert .modal-header {
  background: none;
  padding: 16px 15px; }
  @media (min-width: 1025px) {
    #halo-ask-an-expert .modal-header {
      padding: 16px 50px; } }

#halo-ask-an-expert .halo-ask-an-expert-logo {
  text-align: center;
  padding: 13px 15px 14px 15px;
  background: #f5f5f5; }
  @media (min-width: 1025px) {
    #halo-ask-an-expert .halo-ask-an-expert-logo {
      padding: 13px 50px 14px 50px; } }
  #halo-ask-an-expert .halo-ask-an-expert-logo > a {
    font-size: 30px;
    color: #15453c; }

#halo-ask-an-expert .halo-ask-an-expert-subtitle {
  font-size: 12px;
  font-weight: 600;
  color: #15453c;
  letter-spacing: .02em;
  line-height: 24px;
  text-align: center;
  margin: 0 0 16px 0;
  text-transform: uppercase; }
  #halo-ask-an-expert .halo-ask-an-expert-subtitle span {
    padding-bottom: 3px;
    background-image: linear-gradient(transparent 96%, rgba(21, 69, 60, 0.3) 4%);
    background-repeat: repeat-x;
    background-position-y: 0px; }

#halo-ask-an-expert .halo-ask-an-expert-text {
  font-size: 12px;
  font-weight: 400;
  color: #787878;
  letter-spacing: .02em;
  line-height: 22px;
  text-align: center; }
  #halo-ask-an-expert .halo-ask-an-expert-text .alertBox {
    margin: 20px 0 40px 0;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    display: inline-block;
    width: 100%; }

#halo-ask-an-expert .modal-body {
  padding: 0px 15px 0px 15px;
  margin-top: 22px; }
  @media (min-width: 551px) {
    #halo-ask-an-expert .modal-body {
      padding: 0px 30px 0px 30px; } }
  @media (min-width: 1025px) {
    #halo-ask-an-expert .modal-body {
      padding: 0px 116px 0px 116px; } }
  #halo-ask-an-expert .modal-body #halo-ask-an-expert-form {
    margin-top: 25px; }
    #halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-field .form-label {
      display: inline-block;
      margin-bottom: 7px; }
      @media (max-width: 320px) {
        #halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-field .form-label {
          display: block;
          margin-right: 0 !important; } }
      #halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-field .form-label.label-last {
        display: block;
        margin-bottom: 1.16667rem; }
    #halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-field input[type="radio"] + label {
      font-weight: 500;
      color: #464646;
      font-size: 12px;
      width: auto;
      margin-right: 28px;
      cursor: pointer;
      margin-bottom: 9px;
      position: relative;
      padding-left: 24px; }
    #halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-field.form-field-radio {
      margin-bottom: 16px;
      padding-top: 12px; }
      #halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-field.form-field-radio label:first-child {
        margin-right: 28px; }
        @media (max-width: 767px) {
          #halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-field.form-field-radio label:first-child {
            display: block;
            margin-bottom: 13px; } }
      #halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-field.form-field-radio .form-label-custom {
        display: block;
        margin-bottom: 16px; }
    #halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-field.comment-area {
      margin-bottom: 8px; }
      #halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-field.comment-area textarea {
        max-height: 136px; }
    #halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-actions {
      margin-top: 25px;
      margin-bottom: 40px; }
      @media (min-width: 768px) {
        #halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-actions {
          margin-bottom: 60px; } }
      @media (min-width: 1025px) {
        #halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-actions {
          margin-bottom: 100px; } }
      #halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-actions #halo-ask-an-expert-button {
        width: 100%; }

@-moz-document url-prefix() {
  #halo-ask-an-expert-form .form-field input[type="radio"] + label:after {
    top: 2px; } }

/* Recently Viewed Bar*/
.backtoTop {
  cursor: pointer;
  height: 45px;
  transition: all .3s ease 0s;
  font-size: 0; }
  .backtoTop .icon {
    font-size: 20px;
    width: 10px;
    height: 36px;
    line-height: 32px;
    text-align: center;
    color: #323232; }
  .backtoTop.bottom {
    opacity: 0;
    visibility: hidden;
    height: 0px;
    transform: translateY(-45px);
    -webkit-transform: translateY(-45px);
    -moz-transform: translateY(-45px);
    -ms-transform: translateY(-45px); }

.wrap-icons {
  width: 40px;
  height: auto;
  position: fixed;
  top: 45%;
  right: -50px;
  z-index: 9994;
  background: white;
  transform: translateY(-45%);
  -webkit-transform: translateY(-45%);
  -moz-transform: translateY(-45%);
  -ms-transform: translateY(-45%);
  transition: right .5s ease 0s;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1); }
  @media (min-width: 361px) {
    .wrap-icons {
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%); } }
  .wrap-icons svg {
    width: 20px;
    height: 20px; }
  .wrap-icons .text {
    display: none; }
  .wrap-icons.collapsed {
    right: 0px; }
  .wrap-icons div {
    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;
    cursor: pointer;
    width: 40px;
    height: 40px;
    color: white; }
    .wrap-icons div + div {
      border-top: 1px solid #e7e7e7; }

.recently-viewed-products-sidebar svg {
  fill: #15453c; }

.recently-viewed-products-sidebar.slided-up .top {
  opacity: 1;
  visibility: visible;
  height: 50px;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px); }

.recently-viewed-products-sidebar.slided-up .in-content {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7; }

.recently-viewed-products-sidebar.slided-up .backtoTop.bottom {
  opacity: 1;
  visibility: visible;
  height: 45px;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px); }

.lst-seen-widget {
  position: fixed;
  top: 45%;
  right: -130px;
  width: 80px;
  height: auto;
  z-index: 9994;
  user-select: none;
  color: #464646;
  background: white;
  -moz-border-radius: 0 3px 3px;
  -webkit-border-radius: 0 3px 3px;
  -ms-border-radius: 0 3px 3px;
  border-radius: 0 3px 3px;
  transition: right .5s ease 0s;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1); }
  .lst-seen-widget:before {
    width: 2px;
    height: 26px;
    content: "";
    top: 1px;
    left: 0px;
    z-index: 1;
    position: absolute;
    background: white; }
  .lst-seen-widget .collapse-icon, .lst-seen-widget .backtoTop, .lst-seen-widget .top {
    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; }
  .lst-seen-widget .collapse-icon {
    top: 0;
    width: 20px;
    height: 26px;
    left: -20px;
    cursor: pointer;
    position: absolute;
    background: white;
    border-radius: 3px 0 0 3px;
    box-shadow: -1px 0 2px 1px rgba(0, 0, 0, 0.1); }
    .lst-seen-widget .collapse-icon svg {
      width: 10px;
      height: 10px;
      stroke: #15453c; }
  .lst-seen-widget .top {
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    opacity: 0;
    visibility: hidden;
    height: 0;
    transition: all .25s ease 0s; }
    .lst-seen-widget .top .cart-icon {
      position: relative;
      margin-top: 1px;
      cursor: pointer; }
      .lst-seen-widget .top .cart-icon svg {
        width: 21px;
        height: 21px;
        stroke: #15453c; }
      .lst-seen-widget .top .cart-icon .countPill {
        top: -5px;
        right: -14px; }
  .lst-seen-widget .in-content {
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    padding: 22px 0 4px 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    transition: all .3s ease; }
    .lst-seen-widget .in-content .title {
      letter-spacing: 0;
      font-size: 12px;
      padding: 0 5px;
      position: relative;
      margin-bottom: 28px;
      font-weight: 400;
      color: #464646;
      line-height: 24px; }
    .lst-seen-widget .in-content .no-products {
      padding: 5px 5px 10px 5px;
      font-size: 12px; }
      .lst-seen-widget .in-content .no-products svg {
        width: 54px;
        height: 54px;
        margin-bottom: 15px;
        opacity: .1; }
    .lst-seen-widget .in-content .product-info {
      position: absolute;
      right: 0px;
      visibility: hidden;
      opacity: 0;
      width: 271px;
      height: 96px;
      margin-top: 0px;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      z-index: -1;
      transition: visibility 0s ease 0s, opacity 0.25s linear 0s;
      padding: 9px 15px 14px 15px;
      border: 1px solid rgba(0, 0, 0, 0.12);
      box-shadow: 2px 3px 5px -2px rgba(0, 0, 0, 0.12);
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      -ms-border-radius: 3px;
      border-radius: 3px;
      background: white; }
      .lst-seen-widget .in-content .product-info .first {
        width: calc(100% - 64px); }
        .lst-seen-widget .in-content .product-info .first .button {
          padding: 8px 20px; }
      .lst-seen-widget .in-content .product-info .second {
        width: 64px;
        height: 100%;
        cursor: pointer;
        background: transparent; }
      .lst-seen-widget .in-content .product-info .card-title {
        padding-right: 0;
        font-weight: 500;
        font-size: 12px;
        margin-bottom: 2px; }
        .lst-seen-widget .in-content .product-info .card-title > a {
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
          display: block; }
      .lst-seen-widget .in-content .product-info .card-price {
        margin-bottom: 4px; }
        .lst-seen-widget .in-content .product-info .card-price .price {
          font-size: 12px; }
      .lst-seen-widget .in-content .product-info .price-section--saving {
        display: none; }
      .lst-seen-widget .in-content .product-info .card-figcaption-link {
        padding-bottom: 2px;
        color: #7caa48;
        background-image: linear-gradient(transparent 96%, rgba(124, 170, 72, 0.5) 4%);
        background-repeat: repeat-x;
        background-position-y: 0px;
        text-transform: capitalize; }
    .lst-seen-widget .in-content .products-grid {
      padding: 0;
      width: 100%;
      margin: 0 auto; }
      .lst-seen-widget .in-content .products-grid:hover .product-info {
        visibility: visible !important;
        opacity: 1 !important; }
      .lst-seen-widget .in-content .products-grid .item {
        margin: 0;
        border: none;
        position: relative;
        height: 91px; }
        .lst-seen-widget .in-content .products-grid .item > a {
          width: 100%;
          display: inline-block; }
        .lst-seen-widget .in-content .products-grid .item img {
          margin: 0 auto;
          display: block;
          max-width: 52px;
          max-height: 61px; }
      .lst-seen-widget .in-content .products-grid .second-info {
        display: none; }
      .lst-seen-widget .in-content .products-grid .slick-slider .slick-track {
        min-width: 100%;
        position: relative;
        top: 0;
        left: 0;
        display: block; }
      .lst-seen-widget .in-content .products-grid .slick-slider .slick-track, .lst-seen-widget .in-content .products-grid .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); }
      .lst-seen-widget .in-content .products-grid .slick-list {
        position: relative;
        display: block;
        overflow: hidden;
        margin: 0;
        padding: 0;
        height: auto !important;
        max-height: 91px; }
        @media (min-width: 991px) {
          .lst-seen-widget .in-content .products-grid .slick-list {
            max-height: 182px; } }
        @media (min-width: 1920px) {
          .lst-seen-widget .in-content .products-grid .slick-list {
            max-height: 273px; } }
      .lst-seen-widget .in-content .products-grid .slick-arrow {
        padding: 0;
        height: 13px;
        color: rgba(50, 50, 50, 0.5);
        width: 100%;
        margin: 0;
        transform: none;
        position: relative;
        background-color: transparent;
        border: none; }
        .lst-seen-widget .in-content .products-grid .slick-arrow:before {
          height: 1rem;
          width: 1rem; }
        .lst-seen-widget .in-content .products-grid .slick-arrow.slick-prev {
          left: 0;
          top: -15px; }
          .lst-seen-widget .in-content .products-grid .slick-arrow.slick-prev:before {
            background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' focusable='false' data-prefix='fal' data-icon='chevron-up' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' class='svg-inline--fa fa-chevron-up fa-w-14 fa-2x'%3e%3cpath fill='currentColor' d='M4.465 366.475l7.07 7.071c4.686 4.686 12.284 4.686 16.971 0L224 178.053l195.494 195.493c4.686 4.686 12.284 4.686 16.971 0l7.07-7.071c4.686-4.686 4.686-12.284 0-16.97l-211.05-211.051c-4.686-4.686-12.284-4.686-16.971 0L4.465 349.505c-4.687 4.686-4.687 12.284 0 16.97z' class=''%3e%3c/path%3e%3c/svg%3e");
            background-position: 50%; }
        .lst-seen-widget .in-content .products-grid .slick-arrow.slick-next {
          right: 0;
          top: initial;
          bottom: 12px; }
          .lst-seen-widget .in-content .products-grid .slick-arrow.slick-next:before {
            background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' focusable='false' data-prefix='fal' data-icon='chevron-down' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' class='svg-inline--fa fa-chevron-down fa-w-14 fa-2x'%3e%3cpath fill='currentColor' d='M443.5 162.6l-7.1-7.1c-4.7-4.7-12.3-4.7-17 0L224 351 28.5 155.5c-4.7-4.7-12.3-4.7-17 0l-7.1 7.1c-4.7 4.7-4.7 12.3 0 17l211 211.1c4.7 4.7 12.3 4.7 17 0l211-211.1c4.8-4.7 4.8-12.3.1-17z' class=''%3e%3c/path%3e%3c/svg%3e");
            background-position: 50%; }
  .lst-seen-widget .backtoTop .icon {
    font-size: 16px;
    width: 12px;
    height: 12px;
    line-height: 12px;
    text-align: center;
    fill: #15453c; }
  .lst-seen-widget .backtoTop .text {
    color: #15453c;
    font-size: 12px;
    font-weight: 500;
    margin-left: 5px; }
  .lst-seen-widget.is-show-widget {
    right: 10px; }
    @media (min-width: 1025px) {
      .lst-seen-widget.is-show-widget {
        right: 30px; } }

/* Before You Leave Popup */
.before-you-leave {
  position: fixed;
  top: 0;
  right: -101%;
  bottom: 0;
  width: 470px;
  max-width: calc(100vw - 40px);
  background: #fff;
  transition: all .5s ease 0s;
  z-index: 10001; }
  .halo-open-before-you-leave .before-you-leave {
    right: 0;
    display: block; }
  @media (min-width: 1025px) {
    .header-layout-2 .before-you-leave {
      top: 65px; } }
  .before-you-leave.show {
    right: 0; }
  .before-you-leave .before-you-leave-inner {
    max-height: 100vh;
    height: 100%; }
  .before-you-leave .logo {
    text-align: center;
    padding: 19px 15px; }
    @media (min-width: 1025px) {
      .before-you-leave .logo {
        padding: 19px 30px; } }
    .before-you-leave .logo img {
      max-height: 34px; }
  .before-you-leave .before-you-leave-banner .banner-inner {
    position: relative; }
    .before-you-leave .before-you-leave-banner .banner-inner img {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .before-you-leave .before-you-leave-banner .content {
    width: 100%;
    padding: 20px 15px 15px 15px;
    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;
    z-index: 1;
    position: relative; }
    @media (min-width: 1025px) {
      .before-you-leave .before-you-leave-banner .content {
        padding: 32px 30px 30px 30px; } }
    .before-you-leave .before-you-leave-banner .content .content-inner {
      width: 100%;
      padding: 0;
      margin-bottom: 20px; }
      @media (min-width: 551px) {
        .before-you-leave .before-you-leave-banner .content .content-inner {
          padding: 0 12%;
          margin-bottom: 25px; } }
      .before-you-leave .before-you-leave-banner .content .content-inner * {
        color: white;
        width: 100%; }
    .before-you-leave .before-you-leave-banner .content h3 {
      font-size: 24px;
      font-weight: 700;
      line-height: 30px;
      text-transform: uppercase; }
    .before-you-leave .before-you-leave-banner .content .title {
      margin-bottom: 20px;
      font-size: 32px;
      font-weight: 700;
      line-height: 38px;
      text-transform: none; }
    .before-you-leave .before-you-leave-banner .content .heading1 {
      margin-bottom: 22px;
      line-height: 40px; }
      .before-you-leave .before-you-leave-banner .content .heading1 span {
        background-image: linear-gradient(transparent 95%, white 5%);
        background-repeat: repeat-x;
        background-position-y: 0px;
        padding-bottom: 3px; }
    .before-you-leave .before-you-leave-banner .content p {
      letter-spacing: .02em;
      margin-bottom: 12px;
      line-height: 1.83333rem; }
    .before-you-leave .before-you-leave-banner .content .desc2 {
      margin-bottom: 18px; }
    .before-you-leave .before-you-leave-banner .content .button {
      width: 100%; }
  .before-you-leave .before-you-leave-tab .tabs-wrapper {
    position: relative;
    border-bottom: 1px solid #e6e6e6;
    padding: 0 15px;
    font-size: 0; }
    @media (min-width: 1025px) {
      .before-you-leave .before-you-leave-tab .tabs-wrapper {
        padding: 0 30px; } }
  .before-you-leave .before-you-leave-tab .tabs {
    padding: 0;
    border: none;
    display: inline-block;
    margin-left: -10px;
    margin-right: -10px; }
    .before-you-leave .before-you-leave-tab .tabs:before {
      display: none; }
    .before-you-leave .before-you-leave-tab .tabs .tab {
      border: none;
      display: inline-block;
      padding: 0; }
      .before-you-leave .before-you-leave-tab .tabs .tab .tab-title {
        padding: 18px 10px;
        font-family: "Arimo", sans-serif;
        font-size: 12px;
        font-weight: 400;
        color: #323232;
        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;
        text-transform: capitalize;
        letter-spacing: 0; }
        .before-you-leave .before-you-leave-tab .tabs .tab .tab-title .count {
          width: 23px;
          height: 23px;
          line-height: 23px;
          background: #c8c8c8;
          color: #ffffff;
          text-align: center;
          display: inline-block;
          border-radius: 50%;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          -o-border-radius: 50%;
          margin-left: 10px; }
      .before-you-leave .before-you-leave-tab .tabs .tab.is-active .tab-title {
        border-bottom: none; }
        .before-you-leave .before-you-leave-tab .tabs .tab.is-active .tab-title .count {
          background: #323232; }
      .before-you-leave .before-you-leave-tab .tabs .tab:before {
        display: none; }
  .before-you-leave .before-you-leave-tab.has-search-dropdown {
    position: relative;
    margin-bottom: 30px; }
    .before-you-leave .before-you-leave-tab.has-search-dropdown .tabs-contents {
      display: none; }
    .before-you-leave .before-you-leave-tab.has-search-dropdown + .back-to-store {
      display: none; }
  .before-you-leave .before-you-leave-tab .quickSearchResults {
    margin-top: 0; }
  .before-you-leave .before-you-leave-tab .search {
    float: right;
    list-style: none;
    padding: 20px 0px; }
    .before-you-leave .before-you-leave-tab .search .search-icon .icon-search {
      height: 1.58333rem;
      width: 1.58333rem;
      fill: rgba(21, 69, 60, 0.7); }
    .before-you-leave .before-you-leave-tab .search .search-icon .icon-close {
      display: none;
      font-size: 40px;
      font-family: "Poppins", sans-serif;
      font-weight: 200;
      width: 19px;
      height: 18px;
      line-height: 22px;
      color: rgba(21, 69, 60, 0.6); }
    .before-you-leave .before-you-leave-tab .search .search-icon.is-open .icon-search {
      display: none; }
    .before-you-leave .before-you-leave-tab .search .search-icon.is-open .icon-close {
      display: block; }
    .before-you-leave .before-you-leave-tab .search .search-icon.is-open + form {
      display: block; }
    .before-you-leave .before-you-leave-tab .search .form {
      display: none;
      position: absolute;
      top: 0;
      left: 0px;
      width: calc(100% - 48px);
      z-index: 5;
      margin-bottom: 0; }
      @media (min-width: 1025px) {
        .before-you-leave .before-you-leave-tab .search .form {
          width: calc(100% - 75px); } }
      .before-you-leave .before-you-leave-tab .search .form .form-field {
        position: relative;
        margin-bottom: 0; }
        .before-you-leave .before-you-leave-tab .search .form .form-field .form-input {
          border-color: #eaeaea;
          height: 60px;
          border-bottom: none;
          padding: 15px 50px 15px 15px; }
          @media (min-width: 1025px) {
            .before-you-leave .before-you-leave-tab .search .form .form-field .form-input {
              padding: 15px 80px 15px 30px; } }
      .before-you-leave .before-you-leave-tab .search .form button {
        position: absolute;
        right: 0px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        padding: 0 15px; }
        @media (min-width: 1025px) {
          .before-you-leave .before-you-leave-tab .search .form button {
            padding: 0 30px; } }
        .before-you-leave .before-you-leave-tab .search .form button svg {
          margin-top: -1px;
          fill: rgba(21, 69, 60, 0.7);
          height: 1.58333rem;
          width: 1.58333rem; }
    .before-you-leave .before-you-leave-tab .search .dropdown--quickSearch {
      border: none;
      border-bottom: 1px solid #eaeaea;
      margin-top: 1px;
      padding: 25px 15px; }
      @media (min-width: 1025px) {
        .before-you-leave .before-you-leave-tab .search .dropdown--quickSearch {
          padding: 25px 30px; } }
      .before-you-leave .before-you-leave-tab .search .dropdown--quickSearch.is-open {
        display: block;
        z-index: 5;
        top: 60px !important; }
      .before-you-leave .before-you-leave-tab .search .dropdown--quickSearch .container {
        padding: 0; }
      .before-you-leave .before-you-leave-tab .search .dropdown--quickSearch .header-search-wrap {
        margin-top: 0; }
        .before-you-leave .before-you-leave-tab .search .dropdown--quickSearch .header-search-wrap.show-result {
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -ms-flex-wrap: wrap;
          -webkit-flex-wrap: wrap;
          flex-wrap: wrap; }
        .before-you-leave .before-you-leave-tab .search .dropdown--quickSearch .header-search-wrap .header-search-column {
          width: 100%; }
          .before-you-leave .before-you-leave-tab .search .dropdown--quickSearch .header-search-wrap .header-search-column .title-wrap {
            position: relative; }
        .before-you-leave .before-you-leave-tab .search .dropdown--quickSearch .header-search-wrap .search_product_block {
          order: 2;
          -ms-flex-order: 2;
          margin-top: 10px; }
        .before-you-leave .before-you-leave-tab .search .dropdown--quickSearch .header-search-wrap .header-search-trending {
          order: 1;
          -ms-flex-order: 1; }
      .before-you-leave .before-you-leave-tab .search .dropdown--quickSearch .productGrid {
        overflow-y: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch; }
        @media (min-width: 1025px) {
          .before-you-leave .before-you-leave-tab .search .dropdown--quickSearch .productGrid {
            scrollbar-color: #323232 #f5f5f5;
            scrollbar-width: thin !important; }
            .before-you-leave .before-you-leave-tab .search .dropdown--quickSearch .productGrid::-webkit-scrollbar {
              height: 10px;
              background-color: #f5f5f5; }
            .before-you-leave .before-you-leave-tab .search .dropdown--quickSearch .productGrid::-webkit-scrollbar-thumb {
              background-color: #323232; } }
        .before-you-leave .before-you-leave-tab .search .dropdown--quickSearch .productGrid .product {
          width: 220px; }
          .before-you-leave .before-you-leave-tab .search .dropdown--quickSearch .productGrid .product .card {
            margin-bottom: 20px; }
  .before-you-leave .before-you-leave-tab .tabs-contents {
    padding: 30px 15px;
    margin-bottom: 0; }
    @media (min-width: 551px) {
      .before-you-leave .before-you-leave-tab .tabs-contents {
        padding: 30px; } }
    .before-you-leave .before-you-leave-tab .tabs-contents .tab-content {
      padding-top: 0;
      padding-bottom: 0; }
    .before-you-leave .before-you-leave-tab .tabs-contents .productGrid {
      margin: 0 0 5px 0; }
      .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .productCarousel-slide {
        width: 100%; }
      .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .product {
        padding: 0;
        width: 100%; }
      .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card {
        margin-bottom: 30px;
        -ms-flex-direction: row;
        flex-direction: row; }
        .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-figure {
          width: 80px;
          display: inline-block;
          font-size: 12px; }
          @media (min-width: 380px) {
            .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-figure {
              width: 120px; } }
          .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-figure .product-badge {
            top: 12px;
            left: 12px; }
        .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body {
          display: inline-block;
          width: calc(100% - 80px);
          vertical-align: top;
          padding-left: 20px;
          padding-top: 2px; }
          @media (min-width: 380px) {
            .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body {
              width: calc(100% - 120px); } }
          .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .card-title .color-name {
            position: relative;
            right: auto;
            top: auto;
            max-width: 100%;
            display: inline-block;
            width: 100%;
            margin-top: 4px; }
          .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .card-price {
            margin-bottom: 9px; }
            .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .card-price .price-section--saving {
              display: none !important; }
          .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .card_optionImage .form-label {
            display: none; }
          .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .card_optionImage .form-field {
            display: none;
            margin-bottom: 1.25rem; }
            .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .card_optionImage .form-field[data-product-attribute="swatch"] {
              display: -ms-flexbox;
              display: -webkit-flex;
              display: flex;
              -ms-flex-align: center;
              -webkit-align-items: center;
              align-items: center;
              -ms-flex-pack: center; }
          .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .card_optionImage [data-product-attribute="swatch"] {
            margin-bottom: 18px; }
          .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .card-figcaption-button {
            max-width: 122px;
            padding: 12px 10px; }
            @media (min-width: 381px) {
              .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .card-figcaption-button {
                padding: 12px 15px 11px 15px; } }
            @media (min-width: 1025px) {
              .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .card-figcaption-button {
                padding: 15px 25px 13px 25px; } }
            .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .card-figcaption-button span {
              position: relative; }
              @media (min-width: 381px) {
                .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .card-figcaption-button span {
                  padding-left: 18px; } }
              .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .card-figcaption-button span:before, .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .card-figcaption-button span:after {
                content: "";
                position: absolute;
                background: white; }
              .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .card-figcaption-button span:before {
                width: 1px;
                height: 9px;
                left: 4px;
                top: 2px; }
              .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .card-figcaption-button span:after {
                width: 9px;
                height: 1px;
                top: 6px;
                left: 0; }
            .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .card-figcaption-button:hover span:before, .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .card-figcaption-button:hover span:after {
              background: white; }
      .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .slick-arrow {
        bottom: -25px;
        top: auto;
        height: 30px; }
        .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .slick-arrow:before {
          height: 30px;
          width: 35px; }
        .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .slick-arrow.slick-next {
          right: -5px; }
          .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .slick-arrow.slick-next:before {
            background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='42' viewBox='0 -345 512.008 1024.016' style='enable-background:new 0 0 512.008 1024.016;' xml:space='preserve'%3e%3cg%3e%3cg%3e%3cpath fill='%231e1e1e' d='M507.316,132.692l-96-96l-22.624,22.624l68.688,68.688H32.004v32H457.38l-68.688,68.688l22.624,22.624l96-96 C513.572,149.06,513.572,138.948,507.316,132.692z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e"); }
        .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .slick-arrow.slick-prev {
          left: -5px; }
          .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .slick-arrow.slick-prev:before {
            background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='42' viewBox='0 -120 512.008 1024.016' style='enable-background:new 0 20 512.008 1024.016;' xml:space='preserve'%3e%3cg%3e%3cg%3e%3cpath fill='%231e1e1e' d='M480.004,352.004H54.628l68.688-68.688l-22.624-22.624l-96,96c-6.256,6.256-6.256,16.368,0,22.624l96,96l22.624-22.624 l-68.688-68.688h425.376V352.004z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e "); }
      .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .slick-dots li {
        margin-top: 5px; }
  .before-you-leave .before-you-leave-tab #history-products-list .no-products svg {
    width: 54px;
    height: 54px;
    fill: rgba(50, 50, 50, 0.1); }
  .before-you-leave .before-you-leave-tab #history-products-list .no-products .text {
    display: block;
    margin-top: 30px; }
  .before-you-leave .back-to-store {
    padding: 0 30px;
    margin-bottom: 50px; }
    .before-you-leave .back-to-store .button {
      width: 100%; }

/* Popup Cookies */
#consent-manager {
  background: #f7f9f9 !important;
  z-index: 2147483647 !important;
  border-top: 1px solid rgba(21, 69, 60, 0.6) !important; }
  #consent-manager > div > div {
    background: #f7f9f9 !important;
    padding: 0px 15px; }
    @media (min-width: 551px) {
      #consent-manager > div > div {
        padding: 0px 30px; } }
    @media (min-width: 1600px) {
      #consent-manager > div > div {
        padding: 0px 75px; } }
    #consent-manager > div > div > div {
      -ms-flex-align: center !important;
      -webkit-align-items: center !important;
      align-items: center !important;
      margin-top: 0 !important; }
      #consent-manager > div > div > div > div {
        margin-top: 12px !important; }
        @media (min-width: 768px) {
          #consent-manager > div > div > div > div {
            width: calc(100% - 390px);
            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;
            margin-top: 0 !important;
            height: 90px; } }
        @media (min-width: 1025px) {
          #consent-manager > div > div > div > div {
            width: calc(100% - 500px); } }
        #consent-manager > div > div > div > div + div {
          margin-bottom: 12px; }
          @media (min-width: 768px) {
            #consent-manager > div > div > div > div + div {
              margin-bottom: 0;
              width: 300px;
              -ms-flex-pack: flex-end;
              -webkit-justify-content: flex-end;
              justify-content: flex-end; } }
          @media (min-width: 1025px) {
            #consent-manager > div > div > div > div + div {
              width: 380px; } }
        #consent-manager > div > div > div > div > p {
          letter-spacing: 0;
          font-size: 12px !important; }
          #consent-manager > div > div > div > div > p > span {
            color: #787878 !important; }
        #consent-manager > div > div > div > div button, #consent-manager > div > div > div > div + button {
          background: transparent !important;
          border: 1px solid rgba(30, 30, 30, 0.5) !important;
          color: #1e1e1e !important;
          text-transform: uppercase;
          letter-spacing: .02em;
          font-size: 13px;
          font-weight: 600;
          font-family: "Signika", Arial, Helvetica, sans-serif;
          border-radius: 0 !important;
          height: 34px !important;
          text-align: center;
          padding-left: 15px !important;
          padding-right: 15px !important;
          padding-top: 2px;
          margin-left: 15px !important; }
          @media (min-width: 768px) {
            #consent-manager > div > div > div > div button, #consent-manager > div > div > div > div + button {
              height: 40px !important; } }
          @media (max-width: 768px) {
            #consent-manager > div > div > div > div button, #consent-manager > div > div > div > div + button {
              margin-left: 0 !important; } }
          @media (min-width: 1025px) {
            #consent-manager > div > div > div > div button, #consent-manager > div > div > div > div + button {
              font-size: 14px;
              padding-left: 30px !important;
              padding-right: 30px !important; } }
          @media (max-width: 1599px) {
            #consent-manager > div > div > div > div button, #consent-manager > div > div > div > div + button {
              margin-left: 0; } }
          #consent-manager > div > div > div > div button:hover, #consent-manager > div > div > div > div button:focus, #consent-manager > div > div > div > div button:active, #consent-manager > div > div > div > div + button:hover, #consent-manager > div > div > div > div + button:focus, #consent-manager > div > div > div > div + button:active {
            background: transparent !important;
            border-color: rgba(30, 30, 30, 0.5) !important;
            color: #1e1e1e !important; }
          #consent-manager > div > div > div > div button + button + button, #consent-manager > div > div > div > div + button + button + button {
            background: #7caa48 !important;
            border-color: #7caa48 !important;
            color: white !important; }
            #consent-manager > div > div > div > div button + button + button:hover, #consent-manager > div > div > div > div button + button + button:focus, #consent-manager > div > div > div > div button + button + button:active, #consent-manager > div > div > div > div + button + button + button:hover, #consent-manager > div > div > div > div + button + button + button:focus, #consent-manager > div > div > div > div + button + button + button:active {
              background: #7caa48 !important;
              border-color: #7caa48 !important;
              color: white !important; }

#consent-manager-update-banner {
  background: #f7f9f9 !important;
  min-height: 48px;
  padding: 0px 15px;
  z-index: 9991 !important; }
  @media (min-width: 1025px) {
    #consent-manager-update-banner {
      padding: 0px 30px; } }
  @media (min-width: 1600px) {
    #consent-manager-update-banner {
      padding: 0px 75px; } }
  #consent-manager-update-banner > a {
    color: #787878 !important;
    margin-left: 0 !important; }

[data-consent-manager-dialog] > div {
  z-index: 9991 !important; }
  [data-consent-manager-dialog] > div > section {
    max-width: 90% !important;
    max-height: 90vh !important; }

/* Back To Top */
#back-to-top {
  bottom: 54%;
  right: 15px;
  z-index: 19;
  padding: 3px;
  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: #15453c;
  background-color: white;
  border: 1px solid #15453c; }
  @media (min-width: 321px) {
    #back-to-top {
      bottom: 42%; } }
  @media (min-width: 361px) {
    #back-to-top {
      bottom: 40%; } }
  @media (min-width: 551px) {
    #back-to-top {
      bottom: 25%; } }
  #back-to-top a {
    display: block; }
  @media (min-width: 1025px) {
    #back-to-top {
      bottom: 40%;
      right: 30px; } }
  #back-to-top .icon {
    fill: #15453c;
    width: 32px;
    height: 32px;
    display: block;
    transform: rotate(-180deg); }
  #back-to-top.is-visible {
    display: block; }
  #back-to-top:hover {
    color: white;
    background-color: #7caa48;
    border: 1px solid #7caa48; }
    #back-to-top:hover .icon {
      fill: white; }

/*** HALOTHEMES CUSTOM CSS ***/
#minimum-order-amount {
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  background-color: #fbf8e5;
  padding: 8px 5px 5px; }
  #minimum-order-amount svg {
    margin-right: 10px; }
  #minimum-order-amount .alertBox-icon {
    padding-right: 0; }

.page-heading.minimum-order ~ .cart-content .cart-actions {
  display: none; }

.page-heading.minimum-order ~ .cart-content .cart-additionalCheckoutButtons {
  display: none; }

.previewCartAction.minimum-order .previewCartAction-viewCart a.btn {
  margin-right: 0; }

.previewCartAction.minimum-order .previewCartAction-checkout {
  display: none; }

.previewCartAction.minimum-order .previewCartAction-checkoutMultiple {
  display: none; }

.previewCartAction.minimum-order .previewCartAction-additionalCheckoutButtons {
  display: none; }

.previewCart-additionalCheckoutButtons.minimum-order {
  display: none; }

.previewCartCheckout.minimum-order a[href="/checkout"] {
  display: none !important; }

.previewCartCheckout.minimum-order .previewCartCheckout-additionalCheckoutButtons {
  display: none; }

.previewCartCheckout.minimum-order .previewCartAction-checkoutMultiple {
  display: none; }

.nanobar {
  width: 1px !important;
  height: 1px !important;
  display: none !important;
  visibility: hidden !important; }

/*** DFP BLOG STYLING ***/
.blog-post-body h1 {
  font-size: 26px;
  line-height: 1.2; }

.blog-post-body h2 {
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 15px; }

.blog-post-body h3 {
  font-size: 18px;
  line-height: 1.2; }

.blog-post-body h4 {
  font-size: 16px;
  line-height: 1.2; }

.blog-post-body h5 {
  font-size: 14px;
  line-height: 1.2; }

.blog-post-body h6 {
  font-size: 12px;
  line-height: 1.2; }

.blog-post-figure .blog-thumbnail {
  height: 0;
  overflow: hidden;
  padding-bottom: 33.33%; }

/*** Blog Buy Buttons Style ***/
.blog-post-body .social-media-wrapper {
  width: 100%;
  padding-top: 35px !important; }

.blog-post-body .bc-buy-button {
  float: left; }

@media (max-width: 620px) {
  .blog-post-body .bc-buy-button {
    width: 100% !important; } }

/*** Title Styling ***/
.blog-title a {
  color: #15453c; }

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2; }

.blog-title {
  line-height: 1.2; }

@media (min-width: 0px) {
  .blog-title {
    font-size: 35px; } }

@media (min-width: 551px) {
  .blog-title {
    font-size: 24px; } }

/*** Embed Video Styling - Responsive (put iframe withing p tag with class ".embed-container" ***/
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  width: 100%; }

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/*** DFP HEADER & MAIN NAV CSS ***/
.login-dropdown.customer .navPages-list .navPages-item > .navPages-action:after {
  bottom: 0; }

/*-------- Fix hidden menu on tap mobile  ------*/
#menuMobile .navPages-list.navPages-list--user .navPages-item.is-open > .navPages-action {
  display: block !important; }

#menuMobile .navPages-list.navPages-list--user .is-hidden {
  display: block !important; }

/*-------- Scrollbar Styling  ------*/
@media (min-width: 1025px) {
  /* width */
  ::-webkit-scrollbar {
    width: 8px;
    height: 3px; }
  /* Track */
  ::-webkit-scrollbar-track {
    background: #fcfcfb; }
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #15453c; }
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #7caa48; } }

/* Sidebar Nav Hover 5th Level */
.all-categories-list .dropdown-category-list .navPage-subMenu-item .navPages-level-5 .navPage-childList-item a:hover {
  padding-left: 6px; }

.dfp-topbar {
  background: #15453c; }

.dfp-topbar .container {
  line-height: 0; }

a.office-phone {
  font-size: 22px;
  font-weight: 600;
  color: #464646; }

.dfp-header-contact {
  line-height: 1.4;
  border-right: 2px solid #15453c;
  text-align: right;
  padding: 0 25px;
  height: 46px; }

.header-center svg.icon {
  fill: #7caa48;
  stroke: #7caa48; }

@media (min-width: 1025px) {
  nav.navPages {
    text-align: center; }
  .navPages-list {
    margin-top: 0 !important; }
  .navPages-list .navPages-item > .navPages-action {
    font-size: 16px; }
  .navPages-list > .navPages-item:last-child:before {
    top: 15px;
    background: #ffffff;
    left: 0; }
  .navPages-list .navPages-item {
    padding: 0 5px; }
  .navPages-list-megamenu .navPages-label {
    top: -11px; }
  .header-bottom {
    padding-top: 22px;
    padding-bottom: 22px; }
  .navPages-action.is-open {
    background-color: inherit; } }

.header-top {
  padding: 3px 0 2px 0;
  text-align: center; }

.header-top .announcement {
  color: #ffffff; }

@media (min-width: 1920px) {
  .navPages-list-megamenu .has-megamenu .navPage-subMenu-links {
    padding-left: calc((100vw - 1920px) / 2); } }

/*-------- Contact & Search Flex Styling  ------*/
.dfp-pc-search {
  display: flex;
  padding: 0 25px;
  flex-wrap: nowrap;
  flex-direction: column;
  flex-grow: 1; }

.dfp-pc-search .form-field {
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap; }

.dfp-search-container .form {
  margin: 0; }

.header-bottom {
  justify-content: space-between; }

.header-right {
  width: fit-content !important; }

.dfp-search-container .form-input {
  max-width: 100%; }

.dfp-header-contact-flex {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-end;
  flex-grow: 0; }

@media (max-width: 359px) {
  .header-mobile .header-item .header-logo-image {
    max-height: 30px; } }

@media (min-width: 360px) {
  .header-mobile .header-logo-image {
    max-height: 36px; } }

.header-right .icon {
  fill: #15453c; }

.header-mobile {
  flex-direction: column; }

.header-mobile .dfp-search-container {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  width: 100%; }

.header-mobile .dfp-search-container .form {
  width: 100%; }

.header-mobile .dfp-search-container .form-field {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  margin-bottom: 0; }

.header-mobile .dfp-search-container .form-input {
  border: none; }

.header-mobile .dfp-search-container button {
  border: none; }

.header-mobile .mobile-header {
  height: 65px; }

.header.is-sticky .header-mobile .mobile-header {
  height: 50px; }

.header-mobile .mobile-header {
  padding: 0; }

.header-mobile .header-item.text-left {
  width: 30%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start; }

.header-mobile .header-item.text-center {
  width: 40%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center; }

.header-mobile .header-item.text-right {
  width: 30%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end; }

.header-mobile .header-item .items + .items {
  margin-left: 0; }

.header-mobile .header-item .item--account .navUser-action {
  padding: 16px 10px 10px 10px; }

.header-mobile .header-item .items + .items.themevale_cart {
  margin-left: 0; }

.header-mobile .header-item .item--hamburger {
  width: 51px; }

.header-mobile .mobileMenu-toggle {
  padding: 13px 10px 7px 15px;
  width: 51px; }

.header-mobile .navUser-action.office-phone {
  padding: 16px 10px 10px 8px;
  font-size: 1rem; }

.header-mobile .items.item--searchMobile {
  width: 50%; }

.header-mobile .header-logo__link {
  width: 100%; }

.header-mobile .navUser-action.cartMobile {
  padding: 16px 10px 10px 4px; }

@media (max-width: 1080px) {
  .dfp-header-contact-flex {
    display: none; } }

@media (min-width: 1025px) {
  .header.is-sticky .header-bottom {
    padding-top: 0;
    padding-bottom: 5px; }
  .header.is-sticky .dfp-header-bottom {
    max-height: 65px; }
  .header.is-sticky .header-bottom {
    min-height: 60px; } }

@media (min-width: 1025px) {
  .navPages-list-megamenu {
    display: flex;
    justify-content: space-evenly; }
  .navPages-list .navPages-item {
    padding: 0 5px; }
  .navPages {
    max-width: 100%; } }

.header-right {
  display: flex;
  align-items: center; }

.navUser-action.navUser-action--account {
  display: flex;
  flex-direction: column;
  align-items: center; }

.navUser-item.navUser-item--wishlist .navUser-action {
  display: flex;
  flex-direction: column;
  align-items: center; }

.productView-options .form-action.form-wishlist > .button span:after {
  top: 7px; }

.productView-options .form-action.form-wishlist > .button span:before {
  top: 3px; }

.navUser-item.navUser-item--cart .navUser-action {
  display: flex;
  flex-direction: column;
  align-items: center; }

.countPill {
  top: -6px; }

.header-bottom .header-right .navUser {
  margin-top: 10px; }

.header-right .navUser-action {
  text-transform: capitalize; }

@media (min-width: 1920px) {
  .navPages-list-megamenu .style-4 .centerArea {
    width: 900px; }
  .navPages-list-megamenu .style-4 .leftArea {
    width: calc(65% - 900px); }
  .navPages-list-megamenu .style-4 .itemArea .image {
    text-align: right; } }

.navPage-subMenu-action.navPages-action.navPages-action-depth-max.has-subMenu a {
  font-weight: 600;
  text-transform: none; }

.navPage-subMenu-item-child.navPages-action-end a span {
  text-transform: none;
  font-size: 12px;
  font-weight: 400; }

.navPage-subMenu-action.navPages-action a {
  text-transform: none; }

#menuMobile .navPages-item > .navPage-subMenu > .navPage-subMenu-list > .navPage-subMenu-item-child .navPages-action {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #464646; }

.navPage-subMenu-action.navPages-action.navPages-action-depth-max.has-subMenu {
  color: #15453c !important; }

#menuMobile .navPages-item > .navPage-subMenu > .navPage-subMenu-list > .navPage-subMenu-all.navPage-subMenu-item-child .navPages-action,
#menuMobile .navPage-subMenu-item-child.navPages-action-end.navPage-subMenu-all .navPage-subMenu-action.navPages-action .text {
  color: #15453c; }

/*** Menu Action Styling ***/
#menuMobile .navPages-item > .navPage-subMenu > .navPage-subMenu-list > .navPage-subMenu-all.navPage-subMenu-item-child .navPages-action:focus,
#menuMobile .navPage-subMenu-item-child.navPages-action-end.navPage-subMenu-all .navPage-subMenu-action.navPages-action .text:focus,
#menuMobile .navPages-item > .navPage-subMenu > .navPage-subMenu-list > .navPage-subMenu-item-child .navPages-action:focus,
#menuMobile .cateArea > .navPage-subMenu-list > .navPage-subMenu-item-child .navPage-subMenu-action:focus,
#menuMobile .navPages-list--user .navPages-item > .navPages-action:focus,
#menuMobile .navPages-item.navPages-action-end > .navPages-action:focus {
  color: #7caa48 !important; }

/*** DFP PAGE CSS ***/
/*** Sidebar View All Styling ***/
.sidebarBlock .page-header .view-all {
  top: 25%; }

/*** Custom FAQ Styling ***/
#faqs-page .left-column {
  z-index: 1;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.5); }

.halo_faqs .accordion-title:after {
  right: 30px; }

.halo_faqs .accordion-title:before {
  right: 23px; }

.halo_faqs .accordion-title {
  padding: 24px 35px 22px 24px; }

.halo_faqs .question-type-heading {
  border-bottom: 3px solid #7caa48; }

#faqs-page .accordion-content {
  padding-left: 24px;
  padding-right: 24px; }

/*** Custom Card Styling ***/
.dfp-card-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  gap: 20px; }

.dfp-card {
  display: inline-block;
  background: white;
  padding: 15px;
  border-radius: 5px;
  border: 1px solid #c5c5c5;
  border-bottom: 3px solid #7caa48;
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1); }

.dfp-flex-sp-evenly {
  justify-content: space-evenly; }

.dfp-flex-sp-between {
  justify-content: space-between; }

.dfp-flex-sp-around {
  justify-content: space-around; }

.dfp-flex-sp-center {
  justify-content: center; }

.dfp-flex-sp-start {
  justify-content: flex-start; }

.dfp-flex-sp-end {
  justify-content: flex-end; }

/*** oneCol **/
.dfp-card.oneCol {
  width: 100%; }

/*** twoCol **/
.dfp-card.twoCol {
  width: calc(100% / 2 - 10px); }

@media (max-width: 480px) {
  .dfp-card.twoCol {
    width: 100%; } }

/*** threeCol **/
.dfp-card.threeCol {
  width: calc(100% / 3 - 13.34px); }

@media (max-width: 790px) {
  .dfp-card.threeCol {
    width: calc(100% / 2 - 10px); } }

@media (max-width: 480px) {
  .dfp-card.threeCol {
    width: 100%; } }

/*** fourCol **/
.dfp-card.fourCol {
  width: calc(100% / 4 - 15px); }

@media (max-width: 1300px) {
  .dfp-card.fourCol {
    width: calc(100% / 3 - 13.34px); } }

@media (max-width: 790px) {
  .dfp-card.fourCol {
    width: calc(100% / 2 - 10px); } }

@media (max-width: 480px) {
  .dfp-card.fourCol {
    width: 100%; } }

/*** fiveCol **/
.dfp-card.fiveCol {
  width: calc(100% / 5 - 16px); }

@media (max-width: 1300px) {
  .dfp-card.fiveCol {
    width: calc(100% / 4 - 15px); } }

@media (max-width: 790px) {
  .dfp-card.fiveCol {
    width: calc(100% / 3 - 13.34px); } }

@media (max-width: 600px) {
  .dfp-card.fiveCol {
    width: calc(100% / 2 - 10px); } }

@media (max-width: 380px) {
  .dfp-card.fiveCol {
    width: 100%; } }

/*** sixCol **/
.dfp-card.sixCol {
  width: calc(100% / 6 - 17px); }

@media (max-width: 1300px) {
  .dfp-card.sixCol {
    width: calc(100% / 5 - 16px); } }

@media (max-width: 790px) {
  .dfp-card.sixCol {
    width: calc(100% / 4 - 15px); } }

@media (max-width: 600px) {
  .dfp-card.sixCol {
    width: calc(100% / 3 - 13.34px); } }

@media (max-width: 480px) {
  .dfp-card.sixCol {
    width: calc(100% / 2 - 10px); } }

.dfp-card-img {
  margin-bottom: 20px; }

.dfp-img-wide {
  width: 100%; }

.dfp-img-round {
  border-radius: 50%; }

.card-title-center {
  text-align: center; }

/*** Problem Solver Styling ***/
.problem_solver_category_parent {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between; }

.problem_solver_category_div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background: white;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  border-radius: 5px; }

.ps-problem-name {
  width: 100%;
  text-align: center;
  color: #15453c;
  font-weight: 600;
  font-size: 21px; }

.problem_solver_category_img {
  border-radius: 5px 5px 0 0; }

@media (min-width: 0px) {
  .problem_solver_category_div {
    width: 100%;
    margin: 10px 0; } }

@media (min-width: 670px) {
  .problem_solver_category_div {
    max-width: 49%;
    margin: 10px 0; } }

@media (min-width: 1025px) {
  .problem_solver_category_div {
    max-width: 24%;
    margin: 10px 0; } }

.problem_solver_category_parent .button.button--primary.ps-information-btn {
  margin: 5px 10px 10px 10px;
  color: white; }

.problem_solver_category_parent .button.button--primary.ps-information-btn a {
  color: white; }

a.button.button--primary.ps-information-btn {
  width: calc(100% - 18px); }

.ps-problem-name {
  margin-top: 10px; }

.problem_solver_category_parent img {
  width: 100%;
  height: auto; }

.problem_solver_category_img {
  width: 100%;
  height: 0;
  padding-bottom: 66.66%;
  position: relative;
  overflow: hidden; }

.w3-content.w3-display-container.problem_solver_description_photo_img {
  float: right;
  width: 600px;
  height: 400px;
  margin: 0 0 20px 20px;
  position: relative; }

@media (max-width: 1024px) {
  .w3-content.w3-display-container.problem_solver_description_photo_img {
    width: 100%;
    height: auto;
    /* Allow it to expand based on content */
    margin: 0 0 35px 0;
    padding-bottom: 66.66%;
    /* Maintains aspect ratio */
    position: relative;
    /* Ensure child elements position relative to this */ } }

.mySlides {
  position: absolute;
  width: 100%;
  height: 100%; }

.mySlides img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Ensures the image fills the container */ }

.caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  /* Dark background for readability */
  color: white;
  padding: 10px;
  font-size: 10px;
  text-align: center;
  box-sizing: border-box;
  max-height: 40px;
  overflow-y: hidden;
  line-height: 1; }

.w3-center.w3-container.w3-section.w3-large.w3-text-white.w3-display-bottommiddle {
  top: 0;
  position: absolute;
  color: white;
  font-size: 40px;
  text-shadow: 1px 1px 8px black;
  width: 100%;
  height: 100%;
  left: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  overflow: hidden; }

.w3-left.w3-hover-text-khaki {
  float: left;
  width: 50%;
  text-align: left;
  padding-left: 20px;
  padding-top: 50%;
  padding-bottom: 50%; }

.w3-right.w3-hover-text-khaki {
  float: right;
  width: 50%;
  text-align: right;
  padding-right: 20px;
  padding-top: 50%;
  padding-bottom: 50%; }

.w3-hover-text-khaki {
  cursor: pointer; }

.problem_solver_description_photo_div .mySlides {
  width: 100%;
  height: auto; }

.problem_solver_category_img {
  transition: background 0.5s ease-in-out; }

.problem_solver_category_img:hover {
  background: #000000; }

.problem_solver_category_img img {
  transition: opacity 0.5s ease-in-out; }

.problem_solver_category_img img:hover {
  opacity: 0.8; }

.halo_category_custom_cms_block .button-group {
  margin-bottom: 15px; }

@media (min-width: 1025px) {
  .halo_category_custom_cms_block .button-group {
    margin-bottom: 40px; } }

.halo_category_custom_cms_block .custom-html.hasShowMore {
  width: 100%; }

/*** DFP FOOTER CSS ***/
/*** Bottom Bar Styling ***/
.footer .email.info,
.footer .phone-number.info {
  font-weight: 700; }

.footer-bottom .container {
  flex-direction: column-reverse; }

.footer-bottom .footer-copyright {
  margin-top: 20px; }

.fb-like.fb_iframe_widget {
  margin-left: -9px; }

/*** DFP Footer Border ***/
.footer-top {
  border-top: 5px solid #7caa48;
  border-bottom: 5px solid #7caa48; }

/*** DFP PAGE CSS ***/
/*** Pages Sidebar Styling ***/
.page .navBar-section.account-navigation {
  display: inline-block; }

.page .navBar--sub .navBar-item {
  text-align: left;
  border: 0;
  border-bottom: 1px solid #909195;
  width: 100%; }

.page .navBar--sub .navBar-section {
  overflow-x: hidden; }

.page .navBar--sub .navBar-action:hover:before {
  background: #15453c; }

/*** Problem Solver Styling ***/
.problem_solver_category_parent {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between; }

.problem_solver_category_div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background: white;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  border-radius: 5px; }

.ps-problem-name {
  width: 100%;
  text-align: center;
  color: #15453c;
  font-weight: 600;
  font-size: 21px; }

.problem_solver_category_img {
  border-radius: 5px 5px 0 0; }

.button.button--primary.ps-information-btn {
  margin: 5px 10px 10px 10px;
  color: white; }

.button.button--primary.ps-information-btn a {
  color: white; }

.ps-problem-name {
  margin-top: 10px; }

@media (min-width: 0px) {
  .problem_solver_category_div {
    max-width: 100%;
    margin: 10px 0; } }

@media (min-width: 670px) {
  .problem_solver_category_div {
    max-width: 49%;
    margin: 10px 0; } }

@media (min-width: 1025px) {
  .problem_solver_category_div {
    max-width: 24%;
    margin: 10px 0; } }

/*** DFP PRODUCT PAGE CSS ***/
/*-------- Center Shipping Info  ------*/
@media (min-width: 1025px) {
  .productView-description #tab-shipping table {
    margin-left: auto;
    margin-right: auto; }
  .productView-description #tab-shipping table {
    text-align: left; } }

/*-------- Fix italic smiley  ------*/
.dfp-text-normal {
  font-style: normal; }

/*-------- Trade vs Retaiol Buttons - text below styling  ------*/
.dfp-trade-retail-text {
  padding: 15px 15px 0 15px;
  border: 1px solid #223548;
  margin: 20px 0 10px 0;
  max-width: 472px; }

.dfp-trade-retail-text p {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5; }

.dfp-trade-retail-text strong {
  color: #4d878f; }

.dfp-trade-retail-text h4 {
  text-transform: capitalize;
  color: #b5191e; }

/*-------- APVMA Table Styling  ------*/
#avpma-container {
  border-collapse: collapse;
  width: 100%; }

#avpma-container td,
#avpma-container th {
  border: 1px solid #ddd;
  padding: 6px; }

#avpma-containere tr:nth-child(even) {
  background-color: #f2f2f2; }

#avpma-container tr:hover {
  background-color: #ddd; }

#avpma-container th {
  padding: 8px;
  border-bottom: 2px solid #7caa48;
  border-top: 2px solid #15453c;
  border-right: 2px solid #15453c;
  border-left: 2px solid #15453c;
  text-align: left;
  font-weight: 600;
  background-color: #15453c;
  color: white; }

#avpma-container th strong {
  color: white; }

#avpma-container div:first-child {
  flex-direction: column;
  align-items: flex-start !important; }

#avpma-search {
  height: 35px;
  border: 1px solid #15453c;
  width: calc(100% - 15px);
  margin-bottom: 15px; }

input#avpma-search[placeholder] {
  padding-left: 10px; }

/*-------- Product Custom Block Styling  ------*/
.product-custom-block .block-item.slick-slide img {
  max-width: 50px;
  max-height: 50px; }

.product-custom-block .slick-initialized .slick-slide {
  display: flex;
  flex-direction: column;
  align-items: center; }

.product-custom-block {
  margin-top: 0;
  max-height: 190px;
  overflow: hidden; }

/*-------- Shipping Estimator Header Styling  ------*/
.shipping-estimator.PASE-shipping-estimator .page-heading:after,
.shipping-estimator.PASE-shipping-estimator .page-heading:before {
  border: 0px none; }

.PASE-shipping-estimator {
  padding: 0 !important; }

.PASE-shipping-estimator .page-heading {
  width: 100% !important; }

.PASE-shipping-estimator .page-heading .button {
  padding: 1rem 1rem !important;
  text-align: center !important; }

.PASE-shipping-estimator .page-heading .button:after {
  float: none !important;
  padding-left: 10px !important; }

.PASE-shipping-estimator #PASE-shipping-estimator-body {
  padding: 1rem 1.5rem !important; }

/*-------- Breadcrumb Styling  ------*/
.breadcrumbs li a {
  color: #15453c; }

.productView-price .price-section {
  font-size: 30px; }

/*-------- Login for Price Styling  ------*/
.productView .productView-price > p.login-price a {
  color: #7caa48;
  font-weight: 600;
  text-decoration: underline; }

/*-------- Retail or Trade Website Switch Prompt Styling  ------*/
.dfp-retail-trade-prompt {
  line-height: 1.2;
  padding: 15px 0;
  color: #3a5978;
  clear: left; }

/*-------- Please Choose Options Styling  ------*/
.dfp-options-title {
  font-size: 16px;
  font-weight: 600;
  color: #15453c;
  padding-bottom: 15px; }

/**** DFP Custom Product Styling ****/
.tab.four.is-active {
  background: #15453c; }

.tab.is-active {
  background: #15453c; }

li.tab {
  background: #4d878f; }

.productView-description .tab .tab-title {
  color: #ffffff; }

.productView-description .tabs-contents strong {
  font-size: 109%; }

@media (min-width: 551px) {
  .tab.is-active:before {
    background: #7caa48; } }

.productView-title {
  color: #15453c;
  font-size: 28px;
  line-height: 1; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #15453c; }

.productView-description h1 {
  font-size: 26px;
  line-height: 1.2;
  color: #15453c; }

.productView-description h2 {
  font-size: 22px;
  line-height: 1.2;
  color: #15453c;
  margin-bottom: 15px; }

.productView-description h3 {
  font-size: 18px;
  line-height: 1.2;
  color: #15453c; }

.productView-description h4 {
  font-size: 16px;
  line-height: 1.2;
  color: #15453c; }

.productView-description h5 {
  font-size: 14px;
  line-height: 1.2;
  color: #15453c; }

.productView-description h6 {
  font-size: 12px;
  line-height: 1.2;
  color: #15453c; }

.product-description h1,
.product-description h2,
.product-description h3,
.product-description h4,
.product-description h5,
.product-description h6 {
  width: 100%; }

.productView-price .price.price--withTax,
.productView-price .price-section.price-section--withTax.price_range .price-now-label,
.productView-price .price-section.price-section--withTax.no-retail-price .price-now-label {
  color: #7caa48;
  font-weight: 600; }

.productView-description .container-small {
  max-width: 1570px; }

@media (min-width: 1650px) {
  .productView-description .container-small {
    padding: 0; }
  .productView-description .dfp-description {
    padding-left: 30px; }
  .tab-content-inner {
    padding: 0 30px; }
  .dfp-custom-fields .tab-content-inner {
    padding: 0; } }

@media (min-width: 767px) {
  .dfp-description {
    float: left;
    width: 70%;
    padding-right: 30px;
    padding-bottom: 30px; }
  .dfp-custom-fields {
    float: left;
    width: 30%;
    border-left: 2px solid #7caa48;
    padding-left: 30px; }
  .custom-fields-tab {
    display: none; }
  #tab-shipping-content,
  #tab-description,
  #tab-warranty,
  #tab-reviews {
    min-height: 500px; } }

@media (max-width: 767px) {
  .dfp-description {
    float: left;
    width: 100%;
    padding-bottom: 20px; }
  .dfp-custom-fields {
    display: none; } }

.productView-description-title {
  display: none; }

.productView-info-bulkPricing {
  display: inline-block; }

.productView-info-bulkPricing .productView-info-name {
  display: none; }

.productView-info-bulkPricing {
  font-size: 12px;
  width: 100%;
  margin-bottom: 15px; }

.dfp-bulk-buy-heading {
  font-size: 16px;
  font-weight: 600;
  color: #15453c;
  margin-bottom: 0; }

.productView-info-bulkPricing .productView-info-value {
  margin-bottom: 25px; }

#modal-bulk-pricing.modal--small {
  width: 550px; }

.is-active.four .tab-title {
  color: #ffffff; }

.five.is-active .tab-title {
  color: #ffffff; }

.productView-images .product-img-wrapper .productView-nav-inner {
  border: 1px solid #c7bd2e; }

.productView-thumbnails .productView-thumbnail.slick-current .productView-thumbnail-link img,
.productView-thumbnail-link:hover img {
  border-color: #c7bd2e;
  height: 100px; }

.productView-thumbnails .productView-thumbnail .productView-thumbnail-link img {
  height: 100px;
  background: #ffffff; }

.productView-images .product-img-wrapper .productView-nav-inner {
  background: #ffffff; }

.productView {
  padding-top: 0; }

.breadcrumbs {
  margin-bottom: 30px; }

.wishlist-dropdown.is-open {
  z-index: 2; }

.productView-info-bulkPricing {
  width: 100%; }

#modal-bulk-pricing .modal-body {
  background: #ffffff; }

#modal-bulk-pricing .modal-header {
  border-bottom: 3px solid #7caa48;
  background: #15453c; }

#modal-bulk-pricing .modal-header .modal-header-title {
  color: #ffffff;
  text-transform: capitalize; }

#main-content {
  background: #fcfcfb;
  border-bottom: 3px double #7caa48; }

#halo-bundle-products {
  background: #fcfcfb; }

#halo-bundle-products .container {
  background: #f4f4f4;
  max-width: 1570px;
  padding: 30px;
  margin-top: -30px; }

.halo-bundle-products .bundle-products-wrapper {
  margin-top: 20px; }

.halo-bundle-products .halo-product-container {
  border: 1px solid #c7bd2e; }

@media (min-width: 1025px) {
  .halo-bundle-products .halo-product-list {
    padding-left: 30px;
    padding-right: 30px; } }

@media (min-width: 1600px) {
  .halo-bundle-products .halo-product-list {
    padding-left: 30px;
    padding-right: 30px; } }

.productView-info-bulkPricing .productView-info-value {
  width: 100%;
  color: #2b577e; }

.productView-info-bulkPricing .productView-info-value a {
  color: #7caa48;
  font-weight: 600;
  text-decoration: underline;
  text-transform: uppercase; }

.productView-brand {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0; }

.dfp-description .custom-tab {
  display: none; }

.dfp-description-videos .modal {
  transform: none;
  display: block;
  visibility: visible;
  position: relative;
  min-width: 100%;
  left: auto;
  right: auto;
  top: auto;
  margin: auto;
  padding: 0;
  z-index: inherit; }

.dfp-description-videos .modal-content {
  background: transparent; }

.dfp-description-videos #video-gallery-popup .modal-body {
  padding: 0; }

.dfp-description-videos .modal-close {
  display: none; }

.dfp-description-videos .modal-header {
  background: transparent; }

.dfp-description-videos .videoGallery-main {
  padding-bottom: 56.25%;
  padding-top: 0; }

.dfp-description-videos .videoGallery-item .video-body {
  display: inherit;
  margin-top: 5px; }

.dfp-description-videos .videoGallery-item .video-body .video-title {
  margin-top: 5px; }

#sticky_addtocart {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.8); }

#sticky_addtocart .form .pop-up-option.is-open {
  box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.8); }

.productView-description .tabs-contents ol,
.productView-description .tabs-contents ul {
  margin-left: 50px; }

.productView-description .tabs-contents ul.videoGallery-list {
  margin-left: 0; }

.productView-description .tabs-contents {
  line-height: 1.5; }

#tab-similar .page-heading {
  text-transform: capitalize; }

#tab-related .page-heading {
  text-transform: capitalize; }

.productView-description .tabs-contents strong {
  color: inherit;
  font-weight: 600; }

.productView-description .tabs-contents.tab-horizontal .tab-content .tab-content-inner p + ul,
.productView-description .tabs-contents.tab-horizontal .tab-content .tab-content-inner p + ol {
  margin-top: -15px; }

/*** Product Table Styling ***/
#ProductTable {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 20px; }

#avpma-data {
  display: block;
  max-height: 800px;
  /* Restricts table height */
  overflow-y: auto;
  /* Enables vertical scrolling */ }

#ProductTable td,
#ProductTable th {
  border: 0.25px solid #ddd;
  padding: 6px; }

#ProductTable tr:nth-child(even) {
  background-color: #f2f2f2; }

#ProductTable tr:hover {
  background-color: #ddd; }

#ProductTable th {
  padding: 8px;
  text-align: left;
  font-weight: 600;
  background-color: #15453c;
  color: white; }

#ProductTable td ul,
#ProductTable td ol {
  margin-top: 10px; }

.productView-description .tabs-contents.tab-horizontal .tab-content .tab-content-inner #ProductTable p + ul,
.productView-description .tabs-contents.tab-horizontal .tab-content .tab-content-inner #ProductTable p + ol {
  margin-top: -15px; }

@media (max-width: 1280px) {
  /* Adjust breakpoint as needed */
  #ProductTable {
    display: block;
    overflow-x: auto;
    /* Enables horizontal scrolling */ }
  #ProductTable {
    width: auto;
    /* Allows scrolling */
    min-width: 100%;
    /* Ensures it does not shrink below 100% */
    table-layout: fixed;
    /* Keeps columns evenly spaced */ }
  #ProductTable th,
  #ProductTable td {
    max-width: 50vw;
    /* Prevents columns from exceeding 50% of viewport width */
    min-width: 150px;
    /* Ensures content doesn’t get too squished */ } }

/*** DFP CATEGORY CSS ***/
.dfp-category-breadcrumbs {
  text-align: center; }

/*-------- Login for Price Styling  ------*/
.card-body p.login-price a {
  color: #7caa48;
  font-weight: 600;
  text-decoration: underline; }

/*-------- Category Header Text Styling  ------*/
.category-description {
  background: rgba(0, 0, 0, 0.35); }

.category-desc-inner {
  padding: 0 25px; }

.category-description h2 {
  text-shadow: 1px 1px black; }

.category-description p {
  text-shadow: 0.5px 0.5px black; }

/*** Category Page Styling ***/
/*** Fix font size in facet popup ***/
h1.facet-quick-heading {
  font-size: 30px; }

.modal {
  z-index: 2147483605; }

.modal-content {
  box-shadow: 0px 0px 15px 4px rgba(0, 0, 0, 0.15); }

.dfp-description-videos .modal-content {
  box-shadow: none; }

.facetedSearch-optionColumns .navList-item {
  line-height: 1.4;
  margin-bottom: 10px; }

.facetedSearch-optionColumns {
  column-count: 2; }

/*** ----- ***/
.halo-category-toolbar .actionBar-section .form-field {
  background: #fcfcfb; }

@media (min-width: 1025px) {
  .page.stickyContainer #faceted-search-container,
  .page-sidebar.sidebar-show {
    padding: 15px 15px 15px 15px;
    background: #ffffff;
    width: 300px;
    border: 1px solid #c5c5c5;
    -webkit-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1); }
  .page.stickyContainer .card-body,
  .page-sidebar.sidebar-show {
    padding: 10px; } }

.page.stickyContainer .all-categories-list .navPages-item.current-cat > a {
  color: #7caa48; }

.page.stickyContainer .all-categories-list .dropdown-category-list .navPage-subMenu-item.current-cat > a {
  color: #7caa48; }

.page.stickyContainer .all-categories-list .dropdown-category-list .navPage-subMenu-item .dropdown-category-list .navPage-childList-item.current-cat a {
  color: #7caa48; }

.page.stickyContainer .product .card {
  background: #fcfcfb; }

@media (min-width: 1441px) {
  .page.stickyContainer .page-sidebar.sidebar-show + #product-listing-container,
  .page-sidebar.sidebar-show + .page-content {
    width: calc(100% - 300px); } }

/** Ensure Google Address Autocomplete Is on Top in Quickview **/
.pac-container {
  z-index: 10000; }

.card:hover .card-bottom .card-compare {
  display: none; }

/*** DFP ACCOUNT & CART CSS ***/
/*-------- Product Increment Styling  ------*/
.productView .form-increment .button[data-action="inc"] {
  top: 0;
  padding: 14.5px 15px 10px 15px; }

.productView .form-increment .button[data-action="dec"] {
  bottom: 0;
  padding: 14.5px 15px 10px 15px; }

.productView .form-increment .button {
  right: 0; }

.productView .form-increment .button:before {
  left: 11px; }

.productView .form-increment .button[data-action="inc"]:before {
  top: 10px; }

.productView .form-increment .button[data-action="dec"]:before {
  bottom: 10px; }

.productView .show_sticky#sticky_addtocart .form-increment .button[data-action="inc"] {
  top: 0;
  padding: 10px 15px 10px 15px; }

.productView .show_sticky#sticky_addtocart .form-increment .button[data-action="dec"] {
  bottom: 0;
  padding: 10px 15px 10px 15px; }

.productView .show_sticky#sticky_addtocart .form-increment .button {
  right: 0; }

.productView .show_sticky#sticky_addtocart .form-increment .button:before {
  left: 11px; }

.productView .show_sticky#sticky_addtocart .form-increment .button[data-action="inc"]:before {
  top: 8px; }

.productView .show_sticky#sticky_addtocart .form-increment .button[data-action="dec"]:before {
  bottom: 8px; }

.previewCart .form-increment .button[data-action="inc"] {
  top: 0;
  padding: 12.5px 15px 10px 15px; }

.previewCart .form-increment .button[data-action="dec"] {
  bottom: 0;
  padding: 12.5px 15px 10px 15px; }

.previewCart .form-increment .button {
  right: 0; }

.previewCart .form-increment .button:before {
  left: 11px; }

.previewCart .form-increment .button[data-action="inc"]:before {
  top: 9px; }

.previewCart .form-increment .button[data-action="dec"]:before {
  bottom: 9px; }

.cart-content .form-increment .button[data-action="inc"] {
  top: 0;
  padding: 12.5px 15px 10px 15px; }

.cart-content .form-increment .button[data-action="dec"] {
  bottom: 0;
  padding: 12.5px 15px 10px 15px; }

.cart-content .form-increment .button {
  right: 0; }

.cart-content .form-increment .button:before {
  left: 11px; }

.cart-content .form-increment .button[data-action="inc"]:before {
  top: 9px; }

.cart-content .form-increment .button[data-action="dec"]:before {
  bottom: 9px; }

/*-------- Fix Aditional Payment Checkout Button Display  ------*/
.previewCart-additionalCheckoutButtons {
  margin-bottom: 30px; }

.previewCartAction {
  margin-bottom: 10px; }

.cart-additionalCheckoutButtons .CheckoutButton {
  margin-bottom: 0; }

.cart-additionalCheckoutButtons .FloatRight div {
  width: 100%; }

.cart-additionalCheckoutButtons .GooglePayCheckout button.gpay-button {
  width: 100%; }

.cart-additionalCheckoutButtons .paypal-buttons-container .braintree-paypal-button.paypal-smart-buttons {
  width: 100%; }

.cart-additionalCheckoutButtons .braintree-paypal-button.paypal-smart-buttons {
  max-width: 100%; }

#googlepaybraintree-container1,
#googlepaybraintree-container2,
#googlepaybraintree-container3,
#googlepaybraintree-container4,
#googlepaybraintree-container5,
#googlepaybraintree-container6,
#googlepaybraintree-container7,
#googlepaybraintree-container8,
#googlepaybraintree-container9,
#googlepaybraintree-container10 {
  width: 100%; }

.previewCartCheckout-additionalCheckoutButtons .FloatRight p {
  top: -5px; }

.previewCartCheckout-additionalCheckoutButtons.previewCartCheckout-additionalCheckoutButtons .FloatRight {
  padding-bottom: 10px; }

.previewCartCheckout-additionalCheckoutButtons .FloatRight.GooglePayCheckout.RemoteCheckout.CheckoutButton {
  padding: 10px 20px 20px 20px; }

.cart-additionalCheckoutButtons .FloatRight p {
  text-align: center; }

/*-------- Change Shipping Estimator Button on Click  ------*/
.dfp-shipping-calc:focus {
  background: #a4a4a4;
  cursor: not-allowed; }

/*-------- Instant Search  ------*/
.dfp-search-container {
  position: relative; }

.quickSearchResults.show-result {
  position: absolute;
  width: 100%;
  background: white;
  padding: 15px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
  margin-top: 10px;
  border-radius: 5px;
  max-height: calc(100vh - 110px);
  overflow: auto;
  box-sizing: border-box; }

.dfp-mobile-header-search .quickSearchResults.show-result {
  margin-top: 45px;
  border-radius: 0px; }

@media (max-width: 420px) {
  .quickSearchResults .productGrid .product {
    width: 50%; } }

@media (min-width: 1025px) {
  .quickSearchResults .productGrid .product {
    width: 50%;
    margin-right: 0; } }

@media (min-width: 1400px) {
  .quickSearchResults .productGrid .product {
    width: 30%;
    margin-right: 0; } }

.quickSearchResults.show-result .pages-posts ul {
  margin-left: 0; }

.quickSearchResults.show-result li.category-suggestion {
  line-height: 1.2;
  margin-bottom: 10px; }

/*-------- Center cart header  ------*/
.dfp-heading {
  text-align: center; }

/*-------- Emphasize Shipping Calc  ------*/
.shipping-estimate-show {
  color: white;
  font-weight: 700;
  background: #15453c;
  padding: 5px 10px;
  border-radius: 5px; }

/*** Fix Side Cart Height ***/
@media (min-width: 1025px) {
  #cart-preview-dropdown .previewCart {
    max-height: 95vh; } }

.navUser-item.navUser-item--cart #cart-preview-dropdown {
  width: 410px; }

.halo-mobile.halo-mobile-cart {
  z-index: 2147483640; }

.swal2-popup.swal2-modal.swal2-icon-warning.swal2-show {
  z-index: 2147483647; }

.swal2-container.swal2-center.swal2-backdrop-show {
  z-index: 2147483646; }

.modal-background.modal--editOptions-background {
  z-index: 2147483646; }

.modal.modal--editOptions.open {
  z-index: 2147483647; }

/*-------- Larger Price on Add to Cart Popup  ------*/
.previewCart .productView .productView-price {
  flex-direction: row;
  color: #7caa48;
  font-size: 16px;
  font-weight: 600; }

.dfp-cart h1 {
  width: 100%; }

.dfp-cart .page-heading:after {
  border: 0px solid white; }

.dfp-cart .page-heading:before {
  border: 0px solid white; }

/*** Account Pages Menu Styling ***/
.account .navBar--sub .navBar-section {
  display: inline-block; }

.account-navigation .navBar-item.is-active:before,
.navBar--account .navBar-item.is-active:before {
  background: #15453c; }

.account-navigation .navBar-item.is-active,
.navBar--account .navBar-item.is-active {
  border: 0; }

.account .button + .button {
  margin-left: 0; }

.navBar.navBar--sub.navBar--account.navBar--sub .navBar-action {
  font-family: "Poppins", sans-serif;
  font-weight: 400; }

@media (max-width: 1024px) {
  .sidebarBlock-heading {
    display: none; } }

.sidebar-label.show-sidebar.dfp-account-sidebar-icon {
  margin-bottom: 20px;
  margin-top: -25px; }

.page.account .sidebar-label.dfp-account-sidebar-icon {
  flex-direction: row-reverse;
  justify-content: flex-end; }

.page.account .sidebar-label.dfp-account-sidebar-icon .icon-filter {
  margin-left: 0;
  margin-right: 15px; }

.page.account .sidebar-label.dfp-account-sidebar-icon .sidebar_more {
  display: block; }

.cart-item-name a {
  color: #15453c; }

/*** DFP MYINTEGRATOR/KOBE SYLING ***/
@media (max-width: 349px) {
  .mi-recent-image img {
    width: 35px;
    height: 35px; } }

@media (min-width: 350px) and (max-width: 400px) {
  .mi-recent-image img {
    width: 50px;
    height: 50px; } }

@media (min-width: 401px) and (max-width: 1289px) {
  .mi-recent-image img {
    width: 60px;
    height: 60px; } }

@media (min-width: 1290px) {
  .mi-recent-image img {
    width: 85px;
    height: 85px; } }

@media (min-width: 577px) {
  .mi-recent-purchases-container .MuiTableCell-root {
    padding: 7px !important; } }

.mi-tab-list {
  background: #ffffff !important;
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12) !important;
  margin-bottom: 20px !important; }

.mi-tab-list-item {
  cursor: pointer; }

.mi-tab-list-item.mi-tab-list-active {
  border-bottom: 2px solid #15453c !important;
  font-weight: 500 !important; }

@media (max-width: 700px) {
  .mi-tab-list {
    display: none !important; } }

.ReactModal__Overlay.ReactModal__Overlay--after-open {
  z-index: 9999 !important; }

.mi-view-btn {
  padding: 5px 10px;
  background: #15453c;
  margin: 5px 5px 5px 0;
  min-width: 50px;
  color: #ffffff;
  font-weight: 500; }

.MuiCheckbox-colorSecondary.Mui-checked {
  color: #7caa48 !important; }

.MuiButtonBase-root.MuiButton-root.MuiButton-contained {
  background: #7caa48;
  color: #ffffff;
  font-weight: 600; }

.MuiButtonBase-root.MuiButton-root.MuiButton-contained.contact-to-order {
  background: #4d878f; }

@media (max-width: 570px) {
  .MuiGrid-root.MuiGrid-container {
    width: calc(100vw - 65px) !important; } }

@media (max-width: 1400px) {
  .MuiGrid-root.MuiGrid-container {
    bottom: 15px !important; } }

@media (max-width: 768px) {
  .ReactModal__Content--after-open {
    inset: 20px !important; }
  .mi-invoice-detail-table-wrap {
    width: fit-content !important; }
  .mi-order-detail-table-wrap {
    width: fit-content !important; }
  #simplify-payment-form .MuiGrid-spacing-xs-2 {
    display: flex;
    flex-direction: column; }
  #simplify-payment-form .MuiGrid-spacing-xs-2 {
    width: calc(100vw - 65px) !important; } }

@media (max-width: 435px) {
  .ReactModal__Content.ReactModal__Content--after-open #simplify-payment-form {
    overflow: hidden !important; } }

#simplify-payment-form #payway-credit-card iframe {
  transform: scale(0.85);
  transform-origin: top left; }

@media (max-width: 410px) {
  #simplify-payment-form #payway-credit-card iframe {
    transform: scale(0.75);
    transform-origin: top left; }
  #simplify-payment-form #payway-credit-card {
    height: 180px; } }

@media (max-width: 360px) {
  #simplify-payment-form #payway-credit-card iframe {
    transform: scale(0.65);
    transform-origin: top left; }
  #simplify-payment-form #payway-credit-card {
    height: 150px; } }

#simplify-payment-form .MuiGrid-spacing-xs-2 > .MuiGrid-spacing-xs-2 {
  margin: 0px !important; }

#simplify-payment-form .MuiGrid-root.MuiGrid-item.MuiGrid-grid-xs-6 .form-prefixPostfix-button--postfix {
  margin: 0 0 0 10px; }

@media (max-width: 768px) {
  #simplify-payment-form .MuiGrid-root.MuiGrid-item.MuiGrid-grid-xs-6 .form-prefixPostfix-button--postfix {
    margin: 0; } }

#simplify-payment-form .MuiGrid-root.MuiGrid-container.MuiGrid-spacing-xs-2 > .MuiGrid-root.MuiGrid-container.MuiGrid-spacing-xs-2 {
  display: inline-block; }

@media (min-width: 769px) {
  .ReactModal__Content--after-open {
    inset: 15% calc((100vw - 768px) / 2) !important; } }

@media (min-width: 1025px) {
  .mi-invoice-detail-table-wrap .mi-invoice-detail-table td:first-child {
    white-space: break-spaces !important; } }

.ReactModal__Overlay--after-open {
  background-color: rgba(87, 87, 87, 0.5) !important; }

.mi-order-detail-table-wrap .mi-order-detail-table,
.mi-invoice-detail-table-wrap .mi-invoice-detail-table {
  font-size: 11px !important;
  margin: 0 !important; }

.mi-order-detail-table-wrap,
.mi-invoice-detail-table-wrap {
  margin: 0 0 20px 0 !important;
  border: none !important; }

.mi-order-detail-table-wrap .mi-order-line-items td:nth-of-type(2),
.mi-invoice-detail-table-wrap .mi-invoice-line-items td:nth-of-type(2) {
  min-width: 100px !important;
  white-space: normal !important; }

.mi-order-detail-table-wrap .mi-order-line-items td:nth-of-type(1),
.mi-invoice-detail-table-wrap .mi-invoice-line-items td:nth-of-type(1) {
  min-width: 30px !important;
  white-space: normal !important; }

.mi-order-detail-table-wrap .mi-order-detail-table .mi-order-line-items td,
.mi-invoice-detail-table-wrap .mi-invoice-detail-table .mi-invoice-line-items td {
  padding: 5px 5px 5px 0 !important; }

.mi-order-detail-table-wrap,
.mi-invoice-detail-table-wrap {
  line-height: 1.5 !important; }

.mi-order-detail-table-wrap .mi-order-line-items tr,
.mi-invoice-detail-table-wrap .mi-invoice-line-items tr {
  border-bottom: 0.5px solid #bababa !important;
  border-top: 0.5px solid #bababa !important; }

.mi-order-detail-table-wrap,
.mi-invoice-detail-table-wrap {
  margin: -10px -10px 20px -10px !important; }

.mi-order-detail-table-wrap .mi-order-line-items tr:nth-last-child(-n + 4),
.mi-invoice-detail-table-wrap .mi-invoice-line-items tr:nth-last-child(-n + 5) {
  border-bottom: none !important;
  border-top: none !important; }

.mi-order-detail-table-wrap .mi-order-line-items tr:nth-last-child(-n + 4),
.mi-invoice-detail-table-wrap .mi-invoice-line-items tr:nth-last-child(-n + 5) {
  font-weight: 600 !important; }

.mi-account-balances {
  background: white !important;
  padding: 20px 8px !important;
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12) !important; }

@media (max-width: 1300px) {
  .mi-account-balances {
    padding: 20px 18px !important; } }

.mi-account-balances {
  margin-bottom: 20px; }

.due_box {
  margin: 0 10px 0 10px !important;
  justify-content: space-between !important;
  border: 1px solid #15453c !important; }

@media (min-width: 200px) and (max-width: 900px) {
  .mi-account-balances {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px; } }

@media (min-width: 1025px) and (max-width: 1300px) {
  .mi-account-balances {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px; }
  .due_box {
    margin: 0 !important;
    width: 30% !important; } }

@media (min-width: 501px) and (max-width: 900px) {
  .due_box {
    margin: 0 !important;
    width: 30% !important; } }

@media (min-width: 400px) and (max-width: 500px) {
  .due_box {
    margin: 0 !important;
    width: 47% !important; } }

@media (max-width: 399px) {
  .due_box {
    margin: 0 !important;
    width: 100% !important; } }

.mi-orders-container th:nth-of-type(3),
.mi-orders-container td:nth-of-type(3) {
  display: none; }

.mi-order-detail-table tr:nth-of-type(2) td:nth-of-type(4) {
  display: none; }

@media (max-width: 480px) {
  .mi-quotes-container td:nth-of-type(3),
  .mi-orders-container td:nth-of-type(3),
  .mi-recent-purchases-container td:nth-of-type(2),
  .mi-recent-purchases-container td:nth-of-type(3),
  .mi-recent-purchases-container td:nth-of-type(6) {
    display: none; }
  .mi-quotes-container th:nth-of-type(3),
  .mi-orders-container th:nth-of-type(3),
  .mi-recent-purchases-container th:nth-of-type(2),
  .mi-recent-purchases-container th:nth-of-type(3),
  .mi-recent-purchases-container th:nth-of-type(6) {
    display: none; }
  .mi-invoice-status {
    overflow-wrap: anywhere; } }

@media (max-width: 768px) {
  .mi-recent-purchases-container td:nth-of-type(2),
  .mi-recent-purchases-container td:nth-of-type(6) {
    display: none; }
  .mi-recent-purchases-container th:nth-of-type(2),
  .mi-recent-purchases-container th:nth-of-type(6) {
    display: none; } }

@media (max-width: 550px) {
  .mi-invoices-container td:nth-of-type(2),
  .mi-invoices-container td:nth-of-type(5) {
    display: none; }
  .mi-invoices-container th:nth-of-type(2),
  .mi-invoices-container th:nth-of-type(5) {
    display: none; } }

.mi-order-modal-actions .MuiButtonBase-root.MuiButton-root.MuiButton-contained + .MuiButtonBase-root.MuiButton-root.MuiButton-contained {
  display: none; }

/*** DFP HOMEPAGE CSS ***/
.halo_home_banner_three_images .banner-list .banner-item .content .button + .button {
  margin-left: 0;
  margin-top: 10px; }

.halo_home_banner_three_images .banner-list .banner-item .content {
  display: flex;
  flex-direction: column;
  align-items: center; }

.halo_home_banner_three_images .banner-list .banner-item .content .button {
  min-width: 250px; }

@media (max-width: 550px) {
  .halo_home_banner_three_images .banner-list {
    display: flex;
    flex-wrap: wrap; }
  .halo_home_banner_three_images .banner-list .banner-item {
    max-width: 100%;
    width: 100%; } }

/*** Carosel Height ***/
@media (min-width: 0px) {
  .heroCarousel {
    height: 370px; } }

@media (min-width: 551px) {
  .heroCarousel {
    height: 440px; } }

@media (min-width: 992px) {
  .heroCarousel {
    height: 480px; } }

@media (min-width: 1025px) {
  .heroCarousel {
    height: 630px; } }

/*** Video in slideshow ***/
@media (min-width: 0px) {
  .heroCarousel-video-wrapper {
    width: 100vw;
    height: 370px; } }

@media (min-width: 551px) {
  .heroCarousel-video-wrapper {
    width: 100vw;
    height: 440px; } }

@media (min-width: 992px) {
  .heroCarousel-video-wrapper {
    width: 100vw;
    height: 480px; } }

@media (min-width: 1025px) {
  .heroCarousel-video-wrapper {
    width: 100vw;
    height: 630px; } }

/*** Youtube video ***/
@media (min-width: 0px) {
  .heroCarousel-video-wrapper iframe {
    height: 390px; } }

@media (min-width: 551px) {
  .heroCarousel-video-wrapper iframe {
    height: 560px; } }

@media (min-width: 992px) {
  .heroCarousel-video-wrapper iframe {
    height: 570px; } }

@media (min-width: 1025px) {
  .heroCarousel-video-wrapper iframe {
    height: 100vh; } }

.heroCarousel-video-wrapper iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  transform: translate(-50%, -50%); }

@media (min-aspect-ratio: 16 / 9) {
  .heroCarousel-video-wrapper iframe {
    height: 56.25vw; } }

@media (max-aspect-ratio: 16 / 9) {
  .heroCarousel-video-wrapper iframe {
    width: 177.78vh; } }

/*** Html5 video ***/
@media (min-width: 0px) {
  .heroCarousel-video-wrapper video {
    height: 390px; } }

@media (min-width: 551px) {
  .heroCarousel-video-wrapper video {
    height: 560px; } }

@media (min-width: 992px) {
  .heroCarousel-video-wrapper video {
    height: 570px; } }

@media (min-width: 1025px) {
  .heroCarousel-video-wrapper video {
    height: 100vh; } }

.heroCarousel-video-wrapper video {
  position: relative;
  top: 50%;
  left: 50%;
  width: 100vw;
  transform: translate(-50%, -50%); }

@media (min-aspect-ratio: 16 / 9) {
  .heroCarousel-video-wrapper video {
    height: 56.25vw; } }

@media (max-aspect-ratio: 16 / 9) {
  .heroCarousel-video-wrapper video {
    width: 177.78vh; } }

.heroCarousel .slick-slide {
  overflow: hidden; }

/*** Card Styling ***/
.card {
  background-color: transparent; }

/*** Header Styling ***/
.page-heading,
.halo-heading {
  display: inline-block;
  position: relative;
  text-align: center; }

.page-heading:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: 2px double #c7bd2e; }

.page-heading:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: 2px double #c7bd2e; }

@media (min-width: 0px) {
  .page-heading:after {
    width: 0;
    right: 0; }
  .page-heading:before {
    width: 0;
    left: 0; } }

@media (min-width: 310px) {
  .page-heading:after {
    width: 25px;
    right: -30px; }
  .page-heading:before {
    width: 25px;
    left: -30px; } }

@media (min-width: 374px) {
  .page-heading:after {
    width: 35px;
    right: -45px; }
  .page-heading:before {
    width: 35px;
    left: -45px; } }

@media (min-width: 670px) {
  .page-heading:after {
    width: 120px;
    right: -150px; }
  .page-heading:before {
    width: 120px;
    left: -150px; } }

.halo-heading h1.page-heading {
  text-align: center; }

@media (min-width: 0px) {
  .halo-heading h1.page-heading {
    max-width: 220px; } }

@media (min-width: 500px) {
  .halo-heading h1.page-heading {
    max-width: 350px; } }

@media (min-width: 1025px) {
  .halo-heading h1.page-heading {
    max-width: 700px; } }

@media (min-width: 1690px) {
  .halo-heading h1.page-heading {
    max-width: 900px; } }

@media (max-width: 1024px) {
  .view-all {
    display: none; } }

/*** Fix padding on Home 3 images ***/
@media (max-width: 1200px) {
  .halo_home_banner_three_images .container.container-large {
    padding: 0; } }

/*** ===== ***/
.main.full {
  background: #fcfcfb; }

.heroCarousel.slick-initialized {
  margin-bottom: 0; }

.main.full {
  background: #fcfcfb; }

.heroCarousel-content {
  background: rgba(0, 0, 0, 0.4); }

/*** Homepage Three Images Content Gradient ***/
.halo_home_banner_three_images .banner-list .banner-item .content {
  background: linear-gradient(350deg, #fdfbfb 0%, #ebedee 100%); }

.halo_home_banner_three_images .content {
  text-align: center; }

.halo_home_banner_three_images .banner-list .banner-item .img .card-img-container {
  max-width: 100%; }

/*** Homepage Slider Styling ***/
.heroCarousel-content {
  text-shadow: 1px 1px #4d878f; }

/*** Homepage Custom Block Styling ***/
.halo_banner_custom_block .custom-block-content {
  background: #f2f2f1; }

/*** STORE SPECIFIC CSS ***/
/*** GardenSuperstore.com.au - remove for Fernland ***/
@media (min-width: 1700px) {
  .productView-options.productView-options-main .form-action {
    top: -50px; }
  .productView-options.productView-options-main input#form-action-addToCart,
  .productView-options .form-action {
    top: -76px;
    left: 154px; }
  .productView.productView--quickView .productView-options.productView-options-main input#form-action-addToCart,
  .productView-options .form-action {
    top: 0;
    left: 0; }
  .productView-options.productView-options-main .form-input--incrementTotal {
    height: 49px; }
  .productView-options.productView-options-main .form-action.form-wishlist.has-add-cart {
    top: -18px;
    left: -310px;
    width: 600px; }
  .productView-options.productView-options-main a.button.dropdown-menu-button.wishlist-button {
    width: 445px; }
  .productView-options.productView-options-main .wishlist-dropdown.is-open li {
    width: 445px; } }

.productView-description .tabs-contents ol,
.productView-description .tabs-contents ul {
  margin-left: 50px; }

.productView-description .tabs-contents ul.videoGallery-list {
  margin-left: 0; }

.productView-description .tabs-contents {
  line-height: 1.5; }

@media (max-width: 768px) {
  .shipping-estimator.PASE-shipping-estimator {
    max-width: 590px; } }

@media (min-width: 1200px) {
  .shipping-estimator.PASE-shipping-estimator {
    max-width: 600px; } }

@media (min-width: 1700px) {
  .shipping-estimator.PASE-shipping-estimator {
    max-width: 446px;
    margin: 0; } }

.modal-quickview .shipping-estimator.PASE-shipping-estimator {
  margin: 1.5rem 0 0;
  max-width: 600px; }

#checkout-customer-guest .form-body .customerEmail-container + p {
  display: flex;
  flex-direction: column;
  align-items: flex-start; }

/*** Social Login Checkout Styling ***/
#checkout-customer-guest .form-body .customerEmail-container + p {
  display: flex;
  flex-direction: column;
  align-items: flex-start; }

#checkout-customer-guest .form-body .customerEmail-container + p #checkout-customer-login {
  visibility: hidden;
  padding: 20px 0; }

#checkout-customer-guest .form-body .customerEmail-container + p #checkout-customer-login::before {
  visibility: visible;
  content: "Login with Email";
  padding: 10px 65px;
  background: #0e9d45;
  color: white;
  font-weight: 500; }

#checkout-customer-guest .form-body .customerEmail-container + p #checkout-customer-login .shepple_social_login_wrapper {
  visibility: visible;
  margin-top: 10px; }

@media (min-width: 551px) {
  .login-form {
    padding-top: 25px; } }

/*-------- DFP Header Styling  ------*/
.mobile-header {
  background: #fce1b9;
  background-repeat: repeat;
  background-position: center;
  background-size: contain; }

.dfp-header-bottom {
  background: #fce1b9; }

@media (max-width: 1609px) {
  .dfp-header-bottom {
    background-repeat: repeat-x;
    background-size: 150% 100%;
    background-position: center; } }

@media (min-width: 1610px) {
  .dfp-header-bottom {
    background-size: cover;
    background-position: center; } }

.dfp-navbar {
  background: #ffffff;
  border-top: 5px solid #4d878f; }

@media (min-width: 1025px) {
  .navPages-list .navPages-item > .navPages-action {
    color: #15453c;
    padding: 5px 0 5px 0; } }

.header {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
  -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.8); }

.dfp-search-container button {
  background: #7caa48;
  border: 1.5px solid #7caa48;
  border-left: none;
  border-radius: 0 5px 5px 0;
  padding: 0 15px; }

.dfp-search-container .icon {
  fill: #ffffff !important; }

.dfp-search-container .form-input {
  border-radius: 5px 0 0 5px;
  border: 1.5px solid #7caa48;
  border-right: none; }

.dfp-search-container {
  border-radius: 5px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15); }

.dfp-mobile-header-search {
  display: flex;
  flex-direction: row;
  width: 100%;
  flex-wrap: nowrap;
  align-items: center;
  align-content: space-around;
  justify-content: center;
  padding: 0;
  border-top: 4px solid #7caa48; }

.header-mobile.halo-header .dfp-search-container button {
  background: #7caa48;
  border: none;
  border-left: none;
  border-radius: 0;
  padding: 0 15px; }

.header-mobile.halo-header .dfp-search-container .icon {
  fill: #ffffff !important; }

product_images .header-mobile.halo-header .dfp-search-container .form-input {
  border-radius: 0;
  border: none;
  border-right: none; }

.header-mobile.halo-header .dfp-search-container {
  border-radius: 0;
  box-shadow: none; }

@media (max-width: 1024px) {
  .header {
    border-bottom: none; } }

.header-bottom .header-left {
  width: 255px; }

.seal-logos img {
  max-width: 65px;
  max-height: 35px;
  border: 0.5px solid #dddddd; }

.seal-logos img {
  margin-right: 15px; }

.seal-logos.scrollbar {
  display: flex;
  flex-wrap: wrap; }

.seal-logos.scrollbar::-webkit-scrollbar {
  height: 0px; }

.cart-seal-logos img {
  max-width: 70px;
  max-height: 40px; }

.dfp-trade-retail-text.no-box {
  border: none;
  padding: 0;
  margin: 0; }

.productReviews .toggle-title,
.productReviews #productReviews-content {
  display: none !important; }

.productView-rating-wrap {
  display: none; }

/*-------- Add to cart qty increment  ------*/
.form-option {
  border-color: #c7bd2e; }

.form-radio:checked + .form-option .form-option-variant {
  color: #ffffff;
  background: #7caa48; }

.form-radio:checked + .form-option {
  border-color: #7caa48;
  background: #7caa48; }

/*-------- Breadcrumb styling  ------*/
@media (max-width: 767px) {
  .breadcrumbs {
    display: block;
    white-space: nowrap;
    overflow: auto hidden;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none; }
  .breadcrumbs::-webkit-scrollbar {
    display: none; }
  #main-content > .container {
    padding-top: 15px; }
  #main-content > .page > .container {
    padding-top: 15px; }
  .breadcrumbs {
    margin-bottom: 15px; } }

/*-------- Problem Solver Warning  ------*/
.dfp-ps-product-warning {
  margin-bottom: 30px;
  color: #881504;
  line-height: 1.5; }

/*-------- Sticker Header Smaller Logo  ------*/
.header.is-sticky .header-pc.halo-header .header-bottom .header-left {
  width: 190px; }

/*-------- Homepage newsletter signup styling  ------*/
.home-newsletter .newsletter_pallarax .form-prefixPostfix .form-input[name="nl_first_name"] {
  text-transform: capitalize; }

.home-newsletter .newsletter_pallarax .form-prefixPostfix .form-input:focus::placeholder {
  visibility: hidden; }

.button.button--primary.form-prefixPostfix-button--postfix.hidden {
  visibility: hidden; }

@media (max-width: 550px) {
  .button.button--primary.form-prefixPostfix-button--postfix.hidden {
    display: none; } }

.dfp-home-newsletter-cta {
  font-size: 19px;
  font-style: italic;
  font-weight: 500;
  text-shadow: 2px 2px 5px black; }

.navPage-subMenu-action.navPages-action.rewards-program {
  font-size: 12px; }

.navPage-subMenu-action.navPages-action.rewards-program #stamped-rewards-points-placeholder {
  font-weight: 500; }

.dfp-header-points-balance {
  position: absolute;
  top: 25px;
  font-weight: 700;
  font-size: 10.5px;
  line-height: 1.2;
  background: #7caa48;
  color: white;
  padding: 2.5px 5px 1.5px 5px;
  border-radius: 3px;
  cursor: pointer; }

@media (min-width: 1025px) {
  .navUser-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
    white-space: nowrap; } }

.form-field.form-field--input.form-field--inputText[data-validation*="DatePickUp"] {
  display: none; }

@media (min-width: 551px) and (max-width: 1250px) {
  .form-row--half .form-field {
    width: 100%; } }

@media (min-width: 1250px) {
  .form-row--half .form-field {
    width: 80%; } }

@media (min-width: 551px) {
  #contact-us-page .form-row--half .form-field {
    width: 50% !important; }
  .page.create-account.account .form-row.form-row--half {
    margin-left: auto;
    margin-right: auto;
    width: 80%; }
  .page.create-account.account .form-field.form-field--input.form-field--inputText,
  .page.create-account.account .form-field.form-field--select,
  .page.create-account.account .form-field.form-field--inputPassword {
    width: 100%; }
  .page.create-account .shepple_social_login_wrapper,
  .page.create-account .g-recaptcha,
  .page.create-account .form-actions {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto; } }

@media (min-width: 551px) {
  .page.create-account .shepple_social_login_wrapper,
  .page.create-account .g-recaptcha,
  .page.create-account .form-actions {
    padding-left: 15px;
    padding-right: 15px; } }

@media (min-width: 1025px) {
  .page.create-account .shepple_social_login_wrapper,
  .page.create-account .g-recaptcha,
  .page.create-account .form-actions {
    padding-left: 35px;
    padding-right: 35px; } }

@media (min-width: 1025px) {
  .navPages-list > .navPages-item:last-child {
    padding-left: 5px; }
  .navPages-list > .navPages-item:last-child:before {
    content: none; } }

#mi-order-and-invoice .mi-tab-list .mi-tab-list-item:nth-child(3) {
  display: none; }

@media (max-width: 551px) {
  .gift-certificate-purchase .form-row--half .form-field {
    width: 100%; } }

@media (min-width: 551px) {
  .gift-certificate-purchase .form-row--half .form-field {
    width: 50%; } }

.header-right {
  z-index: 100; }

.footer-info address {
  display: none; }

.footer-info span.phone-number.info {
  width: 100%;
  display: block; }

.footer-info span.phone-number.info a {
  width: 100%;
  display: block;
  line-height: 0.5;
  font-weight: 400;
  margin-bottom: 8px; }

.footer-info span.email.info {
  width: 100%;
  display: block; }

.footer-info span.email.info a {
  width: 100%;
  display: block;
  line-height: 0.5;
  font-weight: 400; }

@media (max-width: 768px) {
  .footer-info .footer-logo {
    margin-left: auto;
    margin-right: auto; } }

@media (min-width: 768px) {
  .footer-info .footer-logo {
    margin-top: 21px; } }

@media (min-width: 1025px) {
  .footer-info .footer-info-col,
  .footer-info .footer-info-col--large {
    width: 25%; } }

@media (min-width: 1025px) {
  .footer-info .footer-info-col,
  .footer-info .footer-info-col--large {
    width: 20%; } }

.navPages-list .navPages-item > .navPages-action,
#menuMobile .navPages-list > .navPages-item > .navPages-action > .text {
  font-weight: 600; }

.navPages-list .navPages-item > .navPages-action,
#menuMobile .navPages-list > .navPages-item > .navPages-action > .text {
  font-weight: 600; }

@media (min-width: 1025px) {
  .navPages-list-megamenu .has-megamenu .navPage-subMenu-list .navPage-subMenu-item-child .navPage-subMenu-action {
    line-height: 18px; } }

.modal-content .previewCartCheckout-subtotal {
  margin-top: 0; }

.card-title {
  height: 35px; }

.card-body .card-brand {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  height: 20px; }

@media (min-width: 1025px) {
  .card-rating .stamped-badge-caption {
    display: none; } }

.pagination-item.pagination-item--current a {
  border: 1px solid #7caa48; }

.pagination-item .pagination-link:hover {
  background: #7caa48;
  color: #ffff; }

.pagination-item.pagination-item--next > a,
.pagination-item.pagination-item--previous > a {
  border-color: #d5cd62; }

.productView-nav-inner .label-videos {
  border: 1px solid #c7bd2e; }

.dfp-bulky-alert {
  font-size: 12px;
  line-height: 1.5;
  background: #e5e5e5;
  padding: 13px 15px 11px 15px;
  margin-bottom: 20px;
  max-width: 445px; }

.productView-optionsStock {
  background: #e5e5e5;
  padding: 13px 15px 11px 15px;
  max-width: 445px;
  color: #464646;
  line-height: 1.5; }

.dfp-dg-notification {
  font-size: 12px;
  line-height: 1.5;
  background: #e5e5e5;
  padding: 13px 15px 11px 15px;
  margin-bottom: 20px;
  max-width: 445px; }

.productView-options .productAttributes-message {
  max-width: 445px;
  margin-bottom: 20px; }

.productView-options .alertBox-icon .icon svg {
  fill: #881504; }

.account-dropdown .login-form-popup .form-actions .button + .forgot-password {
  float: left;
  margin-left: 80px; }

.forgot-password.account .shepple_social_login_wrapper {
  display: none; }

.header-bottom .header-right .navUser .navUser-action.is-open[data-cart-preview2]:before {
  display: none; }

.dropdown-cart .previewCartAction {
  position: sticky;
  bottom: 0px;
  background: white;
  padding-top: 5px;
  padding-bottom: 15px; }

.brand-image-container {
  max-width: 400px;
  padding-bottom: 15px;
  margin: 0 0 22px 0;
  border-bottom: 1px solid #909195; }

.brand-image-container img {
  padding: 10px;
  max-height: 100%; }

.halo_contact-us .halo_location .content .sub-title,
.halo_contact-us .halo_location .content .store-email,
.halo_contact-us .halo_location .content .store-phone {
  font-weight: 500; }

.halo_contact-us .halo_location .content .sub-title a,
.halo_contact-us .halo_location .content .store-email a,
.halo_contact-us .halo_location .content .store-phone a {
  font-weight: 400; }

.halo_contact-us .halo_location .content .store-address,
.halo_contact-us .halo_location .content .item1 {
  line-height: 1.4; }

.halo_contact-us .halo_location .content .store-address.sub-title {
  margin-top: 20px;
  margin-bottom: 10px; }

.halo_contact-us .halo_location .content.hour-text .sub-title.holiday {
  font-weight: 700;
  color: #b5191e;
  margin-top: 15px; }

.halo_contact-us .halo_location .content.hour-text .item1.holiday,
.halo_contact-us .halo_location .content.hour-text .item2.holiday {
  font-weight: 500; }

.dfp-no-before-content:before {
  display: none !important; }

@media (max-width: 460px) {
  .about-information__image iframe {
    height: 220px; } }

@media (min-width: 460px) and (max-width: 1025px) {
  .about-information__image iframe {
    height: 350px; } }

.cart-content .paypal-buttons.paypal-buttons-context-iframe.paypal-buttons-label-checkout.paypal-buttons-layout-vertical {
  width: 100% !important; }

@media (max-width: 550px) {
  .previewCart-additionalCheckoutButtons .paypalCommerce-buttons-container {
    width: 100% !important; } }

.account-body .MuiInput-underline:after {
  border-bottom: 2px solid #7caa48; }

.account-body .MuiTypography-root.MuiTypography-h6 {
  white-space: normal !important;
  line-height: 1.2;
  font-weight: 600; }

.videoGallery-item .video-description {
  word-break: break-word; }

#minimum-order-amount {
  background-color: #7caa48;
  color: white;
  font-weight: 500; }

#minimum-order-amount .icon svg {
  fill: #ffffff; }

#minimum-order-amount {
  background: linear-gradient(46deg, #7caa48, #4d878f);
  background-size: 400% 400%;
  -webkit-animation: MinOrderAnimation 3s ease infinite;
  -moz-animation: MinOrderAnimation 3s ease infinite;
  animation: MinOrderAnimation 3s ease infinite; }

@-webkit-keyframes MinOrderAnimation {
  0% {
    background-position: 0% 99%; }
  50% {
    background-position: 100% 2%; }
  100% {
    background-position: 0% 99%; } }

@-moz-keyframes MinOrderAnimation {
  0% {
    background-position: 0% 99%; }
  50% {
    background-position: 100% 2%; }
  100% {
    background-position: 0% 99%; } }

@keyframes MinOrderAnimation {
  0% {
    background-position: 0% 99%; }
  50% {
    background-position: 100% 2%; }
  100% {
    background-position: 0% 99%; } }

.product-img-wrapper {
  max-height: 638px;
  overflow: hidden; }

.dfp-blog-buy-buttons-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 20px;
  row-gap: 50px; }

#stamped-reviews-widget {
  font-family: inherit !important;
  max-width: inherit !important; }

#stamped-reviews-widget .stamped-reviews-image {
  border-radius: 0 !important;
  background: transparent !important;
  border: none !important; }

#stamped-reviews-widget .stamped-reviews-image img {
  border-radius: 50% !important;
  border: 0.5px solid #464646 !important; }

#stamped-reviews-widget .stamped-reviews-title {
  text-transform: capitalize; }

@media (max-width: 550px) {
  #stamped-reviews-widget .stamped-carousel-title.stamped-style-color-title {
    display: none; } }

.stamped-verified-badge {
  color: #7caa48; }

body {
  padding-bottom: 0 !important; }

.dfp-stock-level {
  font-family: "Poppins", sans-serif;
  font-weight: 400; }

.productView-info-name {
  min-width: fit-content;
  margin-right: 10px; }

.dfp-review-stars {
  height: 30px; }

.productView-info-value.stock-status {
  font-weight: 500;
  color: #7caa48; }

.productView-info-value.stock-status.outofstock {
  color: #881504; }

.productView-price .price-section {
  line-height: 1.4; }

.productView-price {
  margin: 2rem 0; }

#InStockNotifyForm {
  font-size: 12px; }

#InStockNotifyEmailAddress {
  width: 100% !important; }

#InStockNotifyEmailAddress {
  max-width: 445px !important; }

/*** Style PreviewCart Buttons ***/
.previewCartCheckout-additionalCheckoutButtons .FloatRight {
  border: none !important; }

.previewCartCheckout-additionalCheckoutButtons.previewCartCheckout-additionalCheckoutButtons .FloatRight {
  padding: 0 0 0 0 !important; }

.previewCartCheckout-additionalCheckoutButtons .CheckoutButton {
  margin-bottom: 0 !important; }

.PaypalCommerceCreditButton {
  margin: 0 !important; }

.PaypalCommerceButton {
  margin-top: 25px !important; }

.previewCartCheckout-additionalCheckoutButtons {
  border: 1px solid #e6e6e6 !important;
  min-height: 358px !important;
  padding: 0 15px !important; }

.previewCartCheckout .PaypalCommerceButton {
  width: 100% !important; }

.previewCartCheckout .PaypalCommerceCreditButton {
  width: 100% !important; }

.previewCartCheckout .GooglePayCheckout button.gpay-button {
  width: 100% !important; }

.previewCartCheckout .ApplePayContainer {
  width: 100% !important; }

.or-use-label {
  font-size: 12px;
  font-style: italic;
  text-align: center;
  margin-bottom: 0; }

@media (max-width: 550px) {
  .halo-mobile-cart .PaypalCommerceButton {
    width: 100% !important; }
  .halo-mobile-cart .PaypalCommerceCreditButton {
    width: 100% !important; }
  .halo-mobile-cart .ApplePayContainer {
    width: 100% !important;
    display: contents !important; }
  .halo-mobile-cart .ApplePayContainer > div {
    width: 100% !important; }
  .halo-mobile-cart .gpay-button.short,
  .halo-mobile-cart .gpay-button.plain {
    min-width: 100% !important; }
  .halo-mobile-cart .GooglePayContainer > div {
    display: contents !important; } }

.videoGallery-item:first-child:last-child {
  display: none; }

.announcement.dfp-public-holiday {
  color: #ffffff;
  line-height: 1.4;
  min-height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(46deg, #7caa48, #4d878f);
  background-size: 400% 400%;
  -webkit-animation: SiteWideBannerAnimation 3s ease infinite;
  -moz-animation: SiteWideBannerAnimation 3s ease infinite;
  animation: SiteWideBannerAnimation 3s ease infinite; }

.dfp-public-holiday .announcement-item-inner {
  text-align: center;
  padding: 0 15px; }

.cart-total-value.cart-total-grandTotal {
  color: #7caa48 !important; }

.productView-description .tabs-contents ol li,
.productView-description .tabs-contents ul li {
  padding: 0;
  margin-bottom: 8px;
  line-height: 22px; }

.productView-description .tabs-contents table ul,
.productView-description .tabs-contents table ol {
  margin-bottom: 10px; }

.dfp-additional-checkout-btns {
  padding: 0 0 10px 0;
  max-width: 250px; }

.dfp-additional-checkout-btns img {
  width: 100%; }

.dfp-additional-checkout-btns + .dfp-additional-checkout-btns {
  padding: 0 0 10px 0; }

@media (max-width: 550px) {
  .previewCart .dfp-additional-checkout-btns {
    max-width: 100%; } }

.dfp-cart .dfp-additional-checkout-btns {
  max-width: 100%; }

.productView-description .tabs {
  flex-wrap: nowrap; }

.blog-body-img.right {
  float: right;
  clear: right;
  padding: 15px 0 15px 15px; }

.blog-body-img.left {
  float: left;
  padding: 15px 15px 15px 0; }

.blog-body-img {
  width: 33%; }

@media (max-width: 1024px) {
  .blog-body-img {
    width: 50%; } }

@media (max-width: 500px) {
  .blog-body-img {
    width: 100%; }
  .blog-body-img.right,
  .blog-body-img.left {
    padding: 15px 0 15px 0; } }

.dfp-unit-price {
  display: block;
  font-size: 12px;
  color: #464646;
  font-weight: 500; }

.productView-info-value.dfp-shipping {
  text-decoration-line: underline;
  text-decoration-style: dotted;
  text-decoration-thickness: 0.75px; }

@media (max-width: 767px) {
  .product-custom-cms-block {
    display: none;
    margin: 0;
    float: none;
    padding: 10px 15px 40px 15px; } }

@media (min-width: 550px) {
  .FloatRight.CheckoutButton {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .dfp-additional-checkout-btns {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .dfp-additional-checkout-btns img {
    max-width: 250px !important; }
  .cart-additionalCheckoutButtons .FloatRight div {
    width: 250px; } }

@media (min-width: 767px) {
  .dfp-ask-expert-mobile {
    display: none; } }

.dfp-sale-page-recent-posts {
  padding: 15px;
  background: #f9e6c8;
  border-radius: 3px; }

.dfp-sale-page-recent-posts .button {
  background: #15453c;
  color: #ffffff; }

.dfp-sale-recent-posts .button:hover {
  background: #7caa48;
  color: #ffffff; }

.dfp-sale-page-recent-posts .padding-bottom-50 {
  padding-bottom: 20px;
  padding-top: 25px; }

.dfp-sale-page-recent-posts {
  margin-bottom: 50px; }

.socialLinks .icon svg {
  fill: #15453c;
  height: 1.4rem;
  width: 1.4rem; }

@media (min-width: 550px) {
  .blog-page .blog {
    width: calc(50% - 13px); }
  .blog-page #blog-listing-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 26px;
    row-gap: 52px; }
  .blog-page .pagination-wrapper {
    width: 100%; }
  .blog-page .blog + .blog {
    padding-top: 0px; }
  .blog-page .blog {
    margin: 0px; } }

.productListing .jdgm-prev-badge__text,
.productCarousel .jdgm-prev-badge__text {
  display: none; }

.launcher-body .background-primary {
  background-color: transparent !important;
  background: linear-gradient(46deg, #7caa48, #4d878f);
  background-size: 400% 400%;
  -webkit-animation: RewardLauncherAnimation 3s ease infinite;
  -moz-animation: RewardLauncherAnimation 3s ease infinite;
  animation: RewardLauncherAnimation 3s ease infinite;
  background: linear-gradient(46deg, #7caa48, #4d878f);
  background-size: 400% 400%;
  -webkit-animation: RewardLauncherAnimation 3s ease infinite;
  -moz-animation: RewardLauncherAnimation 3s ease infinite;
  animation: RewardLauncherAnimation 3s ease infinite; }

@-webkit-keyframes RewardLauncherAnimation {
  0% {
    background-position: 0% 99%; }
  50% {
    background-position: 100% 2%; }
  100% {
    background-position: 0% 99%; } }

@-moz-keyframes RewardLauncherAnimation {
  0% {
    background-position: 0% 99%; }
  50% {
    background-position: 100% 2%; }
  100% {
    background-position: 0% 99%; } }

@keyframes RewardLauncherAnimation {
  0% {
    background-position: 0% 99%; }
  50% {
    background-position: 100% 2%; }
  100% {
    background-position: 0% 99%; } }

.dfp-sitewide-banner {
  text-align: center;
  line-height: 1.2;
  background-color: #fbf8e5;
  padding: 10px 10px 8px 10px;
  font-size: 14px;
  background-color: #7caa48;
  color: white;
  font-weight: 500;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.8); }

.dfp-sitewide-banner {
  background: linear-gradient(46deg, #7caa48, #4d878f);
  background-size: 400% 400%;
  -webkit-animation: SiteWideBannerAnimation 3s ease infinite;
  -moz-animation: SiteWideBannerAnimation 3s ease infinite;
  animation: SiteWideBannerAnimation 3s ease infinite; }

@media (max-width: 570px) {
  .dfp-sitewide-banner {
    font-size: 12px; } }

@-webkit-keyframes SiteWideBannerAnimation {
  0% {
    background-position: 0% 99%; }
  50% {
    background-position: 100% 2%; }
  100% {
    background-position: 0% 99%; } }

@-moz-keyframes SiteWideBannerAnimation {
  0% {
    background-position: 0% 99%; }
  50% {
    background-position: 100% 2%; }
  100% {
    background-position: 0% 99%; } }

@keyframes SiteWideBannerAnimation {
  0% {
    background-position: 0% 99%; }
  50% {
    background-position: 100% 2%; }
  100% {
    background-position: 0% 99%; } }

.blog-post-figure .blog-thumbnail {
  width: 40%;
  padding-bottom: 40%;
  margin: 0; }

.blog-post-figure {
  background-color: #eeeeee;
  display: flex;
  align-items: center;
  margin-bottom: 30px; }

.blog-post-figure header {
  text-align: left;
  padding: 10px 25px 0 30px;
  width: 60%; }

.blog-post-page .blog-post-figure header h1 {
  font-size: 26px;
  line-height: 1.2; }

.blog-author,
.blog-date {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.2em;
  /* Adjust this based on your font size */
  max-height: 2.4em;
  /* This should be line-height multiplied by the number of lines */ }

@media (max-width: 550px) {
  .blog-post-figure {
    background-color: #eeeeee;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 30px; }
  .blog-post-figure .blog-thumbnail {
    width: 100%;
    padding-bottom: 100%; }
  .blog-post-figure header {
    text-align: left;
    padding: 25px 25px 10px 25px;
    width: 100%; } }

#halo_blogs .blog-post-figure .blog-thumbnail {
  width: 100%;
  padding-bottom: 100%;
  margin: 0; }

@media (min-width: 551px) {
  #halo_blogs .halo_column > .item {
    width: 45%; } }

@media (min-width: 1025px) {
  #halo_blogs .halo_column > .item {
    width: 28%; } }

@media (min-width: 1800px) {
  #halo_blogs .halo_column > .item {
    width: 20%; } }

#halo_blogs .blog-post-body .blog-title {
  line-height: 1.2;
  white-space: normal; }

.blog-page .blog-post-figure header h1 {
  font-size: 20px !important;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.2em;
  /* Adjust this based on your font size */
  max-height: 3.6em;
  /* This should be line-height multiplied by the number of lines */ }

.blog ul,
.blog ol {
  margin-left: 2.5rem; }

.omnisend-form-65d297178bf09a4c9cf12abc-content {
  margin: 0 !important; }

.lqip {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.productView-price {
  font-size: 24px;
  font-weight: 600;
  color: #7caa48; }

.subcategories-grid .card-title {
  height: auto;
  position: absolute;
  bottom: 0px;
  width: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
  padding: 10px; }

.subcategories-grid .card-title a {
  color: #ffffff; }

.subcategories-grid .card-body,
.page.stickyContainer .subcategories-grid .card-body {
  padding-top: 0;
  padding: 0; }

.card-figcaption-button {
  margin-top: 5px; }

.dfp-upgrade-to {
  display: inline-block;
  border-radius: 3px;
  padding: 6px 15px;
  border: 1px solid #f26322;
  background: #f26322;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 20px; }

.dfp-upgrade-to:hover {
  color: #ffffff; }

.pickup-in-store::after {
  content: "Mon–Fri, 8am–4pm · Order ready 2 hours after ordering\A" "Pickup location: 31–35 Paulger Flat Rd, Yandina QLD 4561\A" "Add your estimated pickup date and time in the order comments.";
  white-space: pre-line;
  font-size: 90%;
  color: #555;
  margin-top: 4px;
  display: block; }

.has-additional-product p {
  line-height: 1.2rem; }

.has-additional-product .productView-thumbnail-link-custom {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin-bottom: 15px;
  font-weight: 500;
  color: #464646;
  background: #ffffff;
  height: auto;
  border: 1px solid #c7bd2e;
  padding: 6px 15px;
  display: block;
  border-radius: 3px;
  margin-bottom: 0px; }

.has-additional-product .productView-thumbnail-link-custom.is-active {
  background: #7caa48;
  color: #ffffff;
  border: 0; }

.productSwatches-wrapper.has-additional-product {
  font-family: "Signika", Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin-bottom: 15px;
  font-weight: 500; }

.has-additional-product .productSwatches.productView-thumbnails,
.has-additional-product .productSwatches.productView-thumbnails-custom {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
  padding: 0 0; }

.has-additional-product .productView-thumbnails-custom {
  padding: 0px 0px !important; }

.has-additional-product .productView-thumbnails-custom .productView-thumbnail {
  padding: 0px 0px !important; }

.has-additional-product .productView-thumbnails-custom .productView-thumbnail {
  min-width: 100px; }

.has-additional-product .productView-thumbnails .productView-thumbnail .productView-thumbnail-link img {
  height: 37px !important;
  width: 37px !important; }

.has-additional-product .productView-thumbnail-link {
  height: 50px !important;
  max-width: 50px !important; }

.has-additional-product .productView-thumbnail {
  min-width: 50px !important;
  height: 50px !important;
  max-width: 50px !important; }

.productView-thumbnail-custom {
  list-style: none !important; }

.productSwatches-wrapper:not(.has-additional-product) {
  display: none; }

#smile-ui-container, #___ratingbadge_0 {
  z-index: 9997 !important; }

.quiz-description.active {
  text-align: center;
  font-size: 14px;
  padding: 1rem;
  border-radius: 12px;
  background: #f4fdf6;
  color: #0d583d;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  margin: 1rem auto; }

.quiz-description p {
  margin: 0;
  line-height: 1.6; }

.custom-short-description {
  width: 100%; }

.subscription-section {
  width: 100%;
  margin: 2rem auto 1rem auto;
  font-family: 'Poppins', Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #0d583d; }

.subscription-section h3 {
  color: #179d54;
  font-size: 22px;
  margin-bottom: 1rem; }

.subscription-steps {
  background: #f4fdf6;
  border-radius: 12px;
  padding: 1.5rem 1.5rem 0.5rem 1.5rem;
  width: 100%;
  margin: 0 auto 25px auto;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  position: relative; }

.subscription-step {
  display: flex;
  align-items: stretch;
  gap: 1.25rem;
  position: relative;
  z-index: 1; }

.step-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 36px;
  flex-shrink: 0;
  justify-content: space-between; }

.step-icon {
  background-color: #c8e6c9;
  color: #179d54;
  font-weight: bold;
  font-size: 16px;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  position: relative; }

.step-line {
  position: absolute;
  top: 36px;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: calc(100% - 36px);
  background: repeating-linear-gradient(to bottom, #c8e6c9, #c8e6c9 4px, transparent 4px, transparent 8px);
  z-index: 1; }

.subscription-step:last-of-type .step-line {
  height: calc(100% - 76px); }

.step-content {
  flex-grow: 1; }

.step-title {
  font-weight: 600;
  margin-top: 0.3rem;
  margin-bottom: 0.25rem;
  font-size: 15px; }

.step-description {
  font-size: 14px;
  color: #4e5d43;
  margin-bottom: 1.5rem; }

.step-description strong {
  display: inline-block;
  background-color: #ff6200;
  color: #ffffff !important;
  padding: 0.25rem 1rem;
  margin-top: 0.75rem;
  border-radius: 6px;
  font-weight: bold;
  font-size: 15px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  min-width: 185px;
  text-align: center; }

.step-arrow {
  font-size: 36px;
  top: -5px;
  color: #c8e6c9;
  position: relative; }

.subscription-cost-summary {
  text-align: center;
  font-size: 14px;
  padding: 1rem;
  border-radius: 12px;
  background: #fff3e0;
  color: #ff6200;
  font-weight: bold;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); }

.easygreen .productView-info, .easygreen .productView-price {
  display: none; }

.easygreen [data-product-attribute="set-rectangle"] .form-option, .easygreen [data-product-attribute="set-rectangle"] .form-option-variant, .easygreen .productView-options .form-action .button, .easygreen .has-additional-product .productView-thumbnail-link-custom, .easygreen .dfp-upgrade-to {
  border-radius: 12px; }

.easygreen .form-label--alternate, .easygreen .productSwatches-wrapper.has-additional-product, .easygreen .has-additional-product .productView-thumbnail-link-custom, .easygreen .form-option-variant, .easygreen .dfp-upgrade-to, .easygreen .productView-options .form-action .button {
  font-family: 'Poppins', Helvetica, Arial, sans-serif;
  font-size: 14px !important; }

.easygreen .form-field.form-field--increments, .easygreen .form-wishlist {
  display: none !important; }

.easygreen .productView-options.productView-options-main input#form-action-addToCart, .easygreen .productView-options .form-action {
  top: 0;
  left: 0; }

.easygreen .productView-options .form-action {
  width: 100%;
  max-width: 100%; }

.easygreen [data-product-attribute="set-rectangle"] .form-option, .easygreen [data-product-attribute="set-rectangle"], .easygreen .has-additional-product .productView-thumbnail-link-custom, .easygreen .dfp-upgrade-to {
  line-height: 1;
  padding: 1rem 1.5rem; }

.easygreen .form-option-variant {
  line-height: 1;
  padding: 0;
  height: fit-content; }

.easygreen .button--primary {
  background: #ff6200;
  border: 0; }

.easygreen .button--primary:hover {
  background: #179d54; }

.easygreen .has-additional-product .productSwatches.productView-thumbnails, .easygreen .has-additional-product, .easygreen .productSwatches.productView-thumbnails-custom, .easygreen .seal-logos.scrollbar {
  justify-content: center; }

.easygreen .productView-options.productView-options-main {
  text-align: center; }

.easygreen .socialLinks {
  text-align: center;
  margin-top: 30px; }

.easygreen .form-radio:checked + .form-option, .easygreen .has-additional-product .productView-thumbnail-link-custom.is-active, .easygreen .form-radio:checked + .form-option .form-option-variant {
  border-color: #179d54;
  background: #179d54; }

.easygreen .dfp-upgrade-to {
  width: 100%;
  background: #fff3e0;
  border-color: #fff3e0;
  margin-top: -10px;
  color: #ff6200;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  font-size: 15px !important; }

.easygreen .shipping-estimator.PASE-shipping-estimator {
  display: none !important; }
