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

/* Mega Menu */
/* Vertical Carousel */
/* Shipping Block */
/* Home 1*/
/* Before You Leave - Carousel */
/* Product Main Images */
.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 bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

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

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

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

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

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

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

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

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

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

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

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

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

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

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

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

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

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

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

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

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

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

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

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

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

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

@-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 fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

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

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

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

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

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

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

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

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

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

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

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

@-webkit-keyframes fadeInUp {
  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 fadeInUp {
  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); } }

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

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

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

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

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

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

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

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

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

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

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

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

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

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

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

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

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

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

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

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

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

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

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

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

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

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

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

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

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

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

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

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

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

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

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

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

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

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

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

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

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

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

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

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

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

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

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

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

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge; }

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

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

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

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

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

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

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

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

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

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

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

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

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

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

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

@-webkit-keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

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

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

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

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

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

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

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

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

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

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

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

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

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

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

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

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

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

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

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

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

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

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

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

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

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

@-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 {
    max-width: 710px;
    margin: 0 auto;
    left: 0; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-navigation .fancybox-button {
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 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: 0px; }
  @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='%23999999' stroke-width='1.5' 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: 0px; }
  @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='%23999999' stroke-width='1.5' 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: #5a5a5a;
  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: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.5; }

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

p {
  margin-bottom: 1.5rem; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #324963;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  letter-spacing: 0.25px;
  margin-bottom: 0.75rem; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #232323;
    font-size: 60%;
    line-height: 0; }

h1 {
  font-size: 40px; }

h2 {
  font-size: 30px; }

h3 {
  font-size: 18px; }

h4 {
  font-size: 16px; }

h5 {
  font-size: 14px; }

h6 {
  font-size: 13px; }

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

hr {
  border: solid #e6e6e6;
  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: #5a5a5a;
  cursor: help;
  font-size: 90%;
  text-transform: uppercase; }

abbr {
  text-transform: none; }

blockquote { }

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

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: #232323;
    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 #e6e6e6;
  margin-bottom: 2rem;
  table-layout: auto;
  width: 100%; }
  .table thead {
    background: #e6e6e6; }
    .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 #e6e6e6; }

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

.table-tbody tr {
  border-bottom: 1px solid #e6e6e6; }
  .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: "Roboto", 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: #5a5a5a;
  color: #4c88ff;
  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: #e6e6e6;
    color: #4c88ff; }
  .button:active {
    background-color: transparent;
    border: 1px solid #e6e6e6;
    color: #4c88ff; }
  .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: #4c88ff;
  border-color: #4c88ff;
  color: white; }
  .button--primary:hover, .button--primary:focus, .button--primary.is-active, .button--primary.active {
    background-color: black;
    border-color: black;
    color: white; }
  .button--primary:active {
    background-color: black;
    border: 1px solid black;
    color: white; }

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

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

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

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

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

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

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

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

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

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

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

.button--tiny { }

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

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

/*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: #e6e6e6;
  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: #e6e6e6;
  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: #666666;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0.5rem; }
  .form-label small {
    color: #232323;
    font-size: 0.83333rem;
    text-transform: uppercase;
    vertical-align: bottom; }

.form-input {
  appearance: none;
  background-color: white;
  border-color: #e6e6e6;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  color: #5a5a5a;
  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: #e6e6e6;
    border-color: #999999;
    color: #757575;
    cursor: text; }
  .form-input:focus {
    border-color: #999999;
    outline: none; }
  .form-input[rows] {
    height: auto; }
  .form-input[type="search"] {
    box-sizing: border-box; }
  .form-input::-webkit-input-placeholder {
    color: #999999; }
  .form-input::-ms-clear {
    height: 0;
    width: 0; }
  .form-input::-moz-placeholder {
    color: #999999; }
  .form-input:-ms-input-placeholder {
    color: #999999; }

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

```html_example
<div class="form-field">
    <label class="form-label" for="select1">Native Select label</label>
    <select class="form-select" name="select1" id="select1">
        <option>Please select a value</option>
        <option value="1">Option 1</option>
        <option value="2">Option 2</option>
    </select>
</div>
```
*/
.form-select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: white;
  border-radius: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+");
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #e6e6e6;
  color: #5a5a5a;
  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(255, 255, 255, 0.13);
  margin-bottom: 1.5rem;
  max-width: none;
  padding: 1.5rem; }

.form-row {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .form-row:before, .form-row:after {
    content: " ";
    display: table; }
  .form-row:after {
    clear: both; }
  .form-row .form-field {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left;
    max-width: none; }
  @media (min-width: 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 lightgray;
      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: #1e1e1e;
    box-shadow: 0 0 4px rgba(30, 30, 30, 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: #897249;
    border-color: #897249; }
  .switch--checked .switch-toggle {
    background-color: #008a06;
    border-color: #008a06; }
  .switch--disabled .switch-toggle {
    background-color: #e6e6e6;
    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: 24px;
  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: #897249; }

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

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

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

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

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

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

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

.tab.is-active .tab-title {
  color: #5a5a5a;
  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: 14px;
  padding: 0.75rem; }

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

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

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

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

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

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

.navList:after {
  clear: both; }

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

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

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

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

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

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

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

.pagination-list {
  display: block;
  margin-left: 0; }
  .pagination-list li {
    color: #232323;
    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: #232323;
      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: #787878; }

li.pagination-item--current a, li.pagination-item--current button {
  color: #787878;
  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: #e6e6e6;
  border-color: #e6e6e6;
  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: #897249; }

.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: #e6e6e6 solid;
  border-width: 1px;
  box-shadow: 0 1px 2px rgba(255, 255, 255, 0.13);
  margin: 0 0 1.5rem; }
  .accordion:before, .accordion:after {
    content: " ";
    display: table; }
  .accordion:after {
    clear: both; }

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

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

.accordion-content {
  display: none;
  padding: 2rem;
  border: #e6e6e6 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: #897249; }

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 #e6e6e6;
  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 #e6e6e6;
  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 #e6e6e6;
  padding: 0.75rem 1.5rem;
  text-align: center; }
  @media (min-width: 481px) {
    .modal-footer {
      text-align: right; } }
  .modal-footer .button {
    display: block; }
    @media (min-width: 481px) {
      .modal-footer .button {
        display: inline-block;
        margin-bottom: 0; } }

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

.modal-close {
  color: #666666;
  cursor: pointer;
  font-size: 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: 14px;
  padding: 0.41667rem 0.75rem; }

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

.loadingOverlay {
  background: rgba(51, 51, 51, 0.7);
  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: #232323; }

.card-figcaption-button {
  background-color: #4b88ff;
  border-color: #4b88ff;
  color: white; }
  .card-figcaption-button:hover {
    background-color: #447ce8;
    border-color: #4b88ff;
    color: white; }

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

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

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

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

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

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

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

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

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

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

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

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 0.8; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.8; }
  .slick-prev:before,
  .slick-next:before {
    font-family: inherit;
    font-size: 20px;
    line-height: 1;
    color: #999999;
    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: 12px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.8;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 1; }

.slick-arrow {
  z-index: 1;
  width: 1.66667rem;
  height: 4.16667rem;
  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: 1281px) {
    .slick-arrow {
      width: 2.08333rem;
      height: 2.08333rem; } }
  .slick-arrow:before {
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    height: 2.33333rem;
    width: 2.33333rem;
    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 {
        width: 2.08333rem;
        height: 2.08333rem; } }
  .slick-arrow:hover, .slick-arrow:focus {
    background-color: blue;
    background-color: rgba(0, 0, 255, 0);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%; }

.slick-next {
  right: -14px; }
  @media (min-width: 1025px) {
    .slick-next {
      right: -30px; } }
  @media (min-width: 1600px) {
    .slick-next {
      right: -55px; } }
  @media (min-width: 1920px) {
    .slick-next {
      right: -79px; } }
  .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='%23999999' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E");
    background-position: -4px 50%; }

.slick-prev {
  left: -14px; }
  @media (min-width: 1025px) {
    .slick-prev {
      left: -31px; } }
  @media (min-width: 1600px) {
    .slick-prev {
      left: -56px; } }
  @media (min-width: 1920px) {
    .slick-prev {
      left: -80px; } }
  .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='%23999999' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E");
    background-position: 4px 50%; }

slick-next, .slick-prev {
  top: 60%;
  width: 52px;
  height: 32px; }

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

.slick-dots {
  margin: 0;
  position: relative;
  bottom: auto; }
  .slick-dots.no-dots {
    display: none !important; }
  .slick-dots li {
    width: 20px;
    height: 10px;
    margin: 20px 5px 0 0;
    padding: 0 0.25rem;
    display: inline-block; }
    @media (min-width: 551px) {
      .slick-dots li {
        margin: 20px 12px 0 0; } }
    .slick-dots li:last-child {
      margin-right: 0; }
    .slick-dots li button,
    .slick-dots li button::before {
      height: 0.83333rem;
      width: 0.83333rem;
      border-radius: 50%; }
    .slick-dots li button {
      display: inline-block;
      margin: 0;
      padding: 0;
      position: relative;
      text-align: center;
      vertical-align: middle; }
      .slick-dots li button:hover::before {
        background: rgba(0, 0, 255, 0);
        border: 1px solid #999999; }
    .slick-dots li button::before {
      display: block;
      left: -1px;
      top: -1px;
      transition: background 100ms ease-out;
      border: 1px solid #999999;
      background: #999999; }
    .slick-dots li.slick-active button::before {
      background: rgba(0, 0, 255, 0);
      border: 1px solid #999999; }
  .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 {
  width: 1px;
  min-width: 100%;
  *width: 100%; }

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

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

.swal2-modal {
  background-color: white !important;
  border-radius: 4px;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  padding: 2.5rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }
  .swal2-modal .swal2-title {
    color: #324963;
    font-size: 3.5rem; }
  .swal2-modal .swal2-content {
    color: #5a5a5a;
    font-size: 1rem; }
  .swal2-modal .swal2-file,
  .swal2-modal .swal2-input,
  .swal2-modal .swal2-textarea {
    border: 1px solid #e6e6e6;
    color: #5a5a5a; }
  .swal2-modal .swal2-checkbox,
  .swal2-modal .swal2-select {
    color: #5a5a5a; }
  .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: "Roboto", 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: #5a5a5a;
    color: #4c88ff;
    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: #e6e6e6;
      color: #4c88ff; }
    .swal2-modal .swal2-styled:active {
      background-color: transparent;
      border: 1px solid #e6e6e6;
      color: #4c88ff; }
  .swal2-modal .swal2-styled:focus {
    outline: none; }
  .swal2-modal .swal2-confirm {
    background-color: #4c88ff;
    border-color: #4c88ff;
    color: white; }
  .swal2-modal .swal2-confirm:focus,
  .swal2-modal .swal2-confirm:hover {
    background-color: black;
    border-color: black;
    color: white; }
  .swal2-modal .swal2-confirm:active {
    background-color: black;
    border-color: black;
    color: white; }
  .swal2-modal .swal2-cancel {
    background-color: transparent;
    border-color: #5a5a5a;
    color: #4c88ff; }
  .swal2-modal .swal2-cancel:focus,
  .swal2-modal .swal2-cancel:hover {
    background-color: transparent;
    border-color: #e6e6e6;
    color: #4c88ff; }
  .swal2-modal .swal2-cancel:active {
    background-color: transparent;
    border-color: #e6e6e6;
    color: #4c88ff; }
  .swal2-modal .button + .button {
    margin-left: 0.75rem; }
  .swal2-modal .swal2-actions {
    margin-top: 2.25rem; }
    .swal2-modal .swal2-actions button {
      min-width: 120px; }

.swal2-icon {
  display: flex;
  margin-top: 0; }

html,
body {
  height: auto; }

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

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

/*!
 * Bootstrap Grid Only (grid and responsive utilities extracted from Bootstrap 4.1.3)
 * GitHub: https://github.com/dmhendricks/bootstrap-grid-css
 * Bootstrap License: MIT (https://github.com/twbs/bootstrap/blob/v4-dev/LICENSE)
 * Credits: Twitter, Inc. & The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
 */
@-ms-viewport {
  width: device-width; }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

*, *::before, *::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

.bootstrap-wrapper .clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.bootstrap-wrapper .visible {
  visibility: visible !important; }

.bootstrap-wrapper .invisible {
  visibility: hidden !important; }

.bootstrap-wrapper .hidden-xs-up {
  display: none !important; }

@media (max-width: 575.98px) {
  .bootstrap-wrapper .hidden-xs-down {
    display: none !important; } }

@media (min-width: 576px) {
  .bootstrap-wrapper .hidden-sm-up {
    display: none !important; } }

@media (max-width: 767.98px) {
  .bootstrap-wrapper .hidden-sm-down {
    display: none !important; } }

@media (min-width: 768px) {
  .bootstrap-wrapper .hidden-md-up {
    display: none !important; } }

@media (max-width: 991.98px) {
  .bootstrap-wrapper .hidden-md-down {
    display: none !important; } }

@media (min-width: 992px) {
  .bootstrap-wrapper .hidden-lg-up {
    display: none !important; } }

@media (max-width: 1199.98px) {
  .bootstrap-wrapper .hidden-lg-down {
    display: none !important; } }

@media (min-width: 1200px) {
  .bootstrap-wrapper .hidden-xl-up {
    display: none !important; } }

.bootstrap-wrapper .hidden-xl-down {
  display: none !important; }

.bootstrap-wrapper .visible-print-block {
  display: none !important; }

@media print {
  .bootstrap-wrapper .visible-print-block {
    display: block !important; } }

.bootstrap-wrapper .visible-print-inline {
  display: none !important; }

@media print {
  .bootstrap-wrapper .visible-print-inline {
    display: inline !important; } }

.bootstrap-wrapper .visible-print-inline-block {
  display: none !important; }

@media print {
  .bootstrap-wrapper .visible-print-inline-block {
    display: inline-block !important; } }

@media print {
  .bootstrap-wrapper .hidden-print {
    display: none !important; } }

.bootstrap-wrapper .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .bootstrap-wrapper .container {
    max-width: 540px; } }

@media (min-width: 768px) {
  .bootstrap-wrapper .container {
    max-width: 720px; } }

@media (min-width: 992px) {
  .bootstrap-wrapper .container {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .bootstrap-wrapper .container {
    max-width: 1140px; } }

.bootstrap-wrapper .container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.bootstrap-wrapper .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.bootstrap-wrapper .no-gutters {
  margin-right: 0;
  margin-left: 0; }

.bootstrap-wrapper .no-gutters > .col, .bootstrap-wrapper .no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0; }

.bootstrap-wrapper .col-1, .bootstrap-wrapper .col-2, .bootstrap-wrapper .col-3, .bootstrap-wrapper .col-4, .bootstrap-wrapper .col-5, .bootstrap-wrapper .col-6, .bootstrap-wrapper .col-7, .bootstrap-wrapper .col-8, .bootstrap-wrapper .col-9, .bootstrap-wrapper .col-10, .bootstrap-wrapper .col-11, .bootstrap-wrapper .col-12, .bootstrap-wrapper .col, .bootstrap-wrapper .col-auto, .bootstrap-wrapper .col-sm-1, .bootstrap-wrapper .col-sm-2, .bootstrap-wrapper .col-sm-3, .bootstrap-wrapper .col-sm-4, .bootstrap-wrapper .col-sm-5, .bootstrap-wrapper .col-sm-6, .bootstrap-wrapper .col-sm-7, .bootstrap-wrapper .col-sm-8, .bootstrap-wrapper .col-sm-9, .bootstrap-wrapper .col-sm-10, .bootstrap-wrapper .col-sm-11, .bootstrap-wrapper .col-sm-12, .bootstrap-wrapper .col-sm, .bootstrap-wrapper .col-sm-auto, .bootstrap-wrapper .col-md-1, .bootstrap-wrapper .col-md-2, .bootstrap-wrapper .col-md-3, .bootstrap-wrapper .col-md-4, .bootstrap-wrapper .col-md-5, .bootstrap-wrapper .col-md-6, .bootstrap-wrapper .col-md-7, .bootstrap-wrapper .col-md-8, .bootstrap-wrapper .col-md-9, .bootstrap-wrapper .col-md-10, .bootstrap-wrapper .col-md-11, .bootstrap-wrapper .col-md-12, .bootstrap-wrapper .col-md, .bootstrap-wrapper .col-md-auto, .bootstrap-wrapper .col-lg-1, .bootstrap-wrapper .col-lg-2, .bootstrap-wrapper .col-lg-3, .bootstrap-wrapper .col-lg-4, .bootstrap-wrapper .col-lg-5, .bootstrap-wrapper .col-lg-6, .bootstrap-wrapper .col-lg-7, .bootstrap-wrapper .col-lg-8, .bootstrap-wrapper .col-lg-9, .bootstrap-wrapper .col-lg-10, .bootstrap-wrapper .col-lg-11, .bootstrap-wrapper .col-lg-12, .bootstrap-wrapper .col-lg, .bootstrap-wrapper .col-lg-auto, .bootstrap-wrapper .col-xl-1, .bootstrap-wrapper .col-xl-2, .bootstrap-wrapper .col-xl-3, .bootstrap-wrapper .col-xl-4, .bootstrap-wrapper .col-xl-5, .bootstrap-wrapper .col-xl-6, .bootstrap-wrapper .col-xl-7, .bootstrap-wrapper .col-xl-8, .bootstrap-wrapper .col-xl-9, .bootstrap-wrapper .col-xl-10, .bootstrap-wrapper .col-xl-11, .bootstrap-wrapper .col-xl-12, .bootstrap-wrapper .col-xl, .bootstrap-wrapper .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

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

.bootstrap-wrapper .col-auto {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.bootstrap-wrapper .col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.3333333333%;
  -ms-flex: 0 0 8.3333333333%;
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%; }

.bootstrap-wrapper .col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.6666666667%;
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

.bootstrap-wrapper .col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.bootstrap-wrapper .col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.3333333333%;
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.bootstrap-wrapper .col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.6666666667%;
  -ms-flex: 0 0 41.6666666667%;
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%; }

.bootstrap-wrapper .col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.bootstrap-wrapper .col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.3333333333%;
  -ms-flex: 0 0 58.3333333333%;
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%; }

.bootstrap-wrapper .col-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.6666666667%;
  -ms-flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%; }

.bootstrap-wrapper .col-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.bootstrap-wrapper .col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.3333333333%;
  -ms-flex: 0 0 83.3333333333%;
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%; }

.bootstrap-wrapper .col-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.6666666667%;
  -ms-flex: 0 0 91.6666666667%;
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%; }

.bootstrap-wrapper .col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.bootstrap-wrapper .order-first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1; }

.bootstrap-wrapper .order-last {
  -webkit-box-ordinal-group: 14;
  -webkit-order: 13;
  -ms-flex-order: 13;
  order: 13; }

.bootstrap-wrapper .order-0 {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0; }

.bootstrap-wrapper .order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1; }

.bootstrap-wrapper .order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2; }

.bootstrap-wrapper .order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3; }

.bootstrap-wrapper .order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4; }

.bootstrap-wrapper .order-5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5; }

.bootstrap-wrapper .order-6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6; }

.bootstrap-wrapper .order-7 {
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
  -ms-flex-order: 7;
  order: 7; }

.bootstrap-wrapper .order-8 {
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
  -ms-flex-order: 8;
  order: 8; }

.bootstrap-wrapper .order-9 {
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
  -ms-flex-order: 9;
  order: 9; }

.bootstrap-wrapper .order-10 {
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
  -ms-flex-order: 10;
  order: 10; }

.bootstrap-wrapper .order-11 {
  -webkit-box-ordinal-group: 12;
  -webkit-order: 11;
  -ms-flex-order: 11;
  order: 11; }

.bootstrap-wrapper .order-12 {
  -webkit-box-ordinal-group: 13;
  -webkit-order: 12;
  -ms-flex-order: 12;
  order: 12; }

.bootstrap-wrapper .offset-1 {
  margin-left: 8.3333333333%; }

.bootstrap-wrapper .offset-2 {
  margin-left: 16.6666666667%; }

.bootstrap-wrapper .offset-3 {
  margin-left: 25%; }

.bootstrap-wrapper .offset-4 {
  margin-left: 33.3333333333%; }

.bootstrap-wrapper .offset-5 {
  margin-left: 41.6666666667%; }

.bootstrap-wrapper .offset-6 {
  margin-left: 50%; }

.bootstrap-wrapper .offset-7 {
  margin-left: 58.3333333333%; }

.bootstrap-wrapper .offset-8 {
  margin-left: 66.6666666667%; }

.bootstrap-wrapper .offset-9 {
  margin-left: 75%; }

.bootstrap-wrapper .offset-10 {
  margin-left: 83.3333333333%; }

.bootstrap-wrapper .offset-11 {
  margin-left: 91.6666666667%; }

@media (min-width: 576px) {
  .bootstrap-wrapper .col-sm {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .bootstrap-wrapper .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .bootstrap-wrapper .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .bootstrap-wrapper .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .bootstrap-wrapper .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .bootstrap-wrapper .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .bootstrap-wrapper .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .bootstrap-wrapper .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .bootstrap-wrapper .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .bootstrap-wrapper .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .bootstrap-wrapper .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .bootstrap-wrapper .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .bootstrap-wrapper .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .bootstrap-wrapper .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .bootstrap-wrapper .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1; }
  .bootstrap-wrapper .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13; }
  .bootstrap-wrapper .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0; }
  .bootstrap-wrapper .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .bootstrap-wrapper .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .bootstrap-wrapper .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3; }
  .bootstrap-wrapper .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4; }
  .bootstrap-wrapper .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5; }
  .bootstrap-wrapper .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6; }
  .bootstrap-wrapper .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7; }
  .bootstrap-wrapper .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8; }
  .bootstrap-wrapper .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9; }
  .bootstrap-wrapper .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10; }
  .bootstrap-wrapper .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11; }
  .bootstrap-wrapper .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12; }
  .bootstrap-wrapper .offset-sm-0 {
    margin-left: 0; }
  .bootstrap-wrapper .offset-sm-1 {
    margin-left: 8.3333333333%; }
  .bootstrap-wrapper .offset-sm-2 {
    margin-left: 16.6666666667%; }
  .bootstrap-wrapper .offset-sm-3 {
    margin-left: 25%; }
  .bootstrap-wrapper .offset-sm-4 {
    margin-left: 33.3333333333%; }
  .bootstrap-wrapper .offset-sm-5 {
    margin-left: 41.6666666667%; }
  .bootstrap-wrapper .offset-sm-6 {
    margin-left: 50%; }
  .bootstrap-wrapper .offset-sm-7 {
    margin-left: 58.3333333333%; }
  .bootstrap-wrapper .offset-sm-8 {
    margin-left: 66.6666666667%; }
  .bootstrap-wrapper .offset-sm-9 {
    margin-left: 75%; }
  .bootstrap-wrapper .offset-sm-10 {
    margin-left: 83.3333333333%; }
  .bootstrap-wrapper .offset-sm-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 768px) {
  .bootstrap-wrapper .col-md {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .bootstrap-wrapper .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .bootstrap-wrapper .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .bootstrap-wrapper .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .bootstrap-wrapper .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .bootstrap-wrapper .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .bootstrap-wrapper .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .bootstrap-wrapper .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .bootstrap-wrapper .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .bootstrap-wrapper .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .bootstrap-wrapper .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .bootstrap-wrapper .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .bootstrap-wrapper .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .bootstrap-wrapper .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .bootstrap-wrapper .order-md-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1; }
  .bootstrap-wrapper .order-md-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13; }
  .bootstrap-wrapper .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0; }
  .bootstrap-wrapper .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .bootstrap-wrapper .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .bootstrap-wrapper .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3; }
  .bootstrap-wrapper .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4; }
  .bootstrap-wrapper .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5; }
  .bootstrap-wrapper .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6; }
  .bootstrap-wrapper .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7; }
  .bootstrap-wrapper .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8; }
  .bootstrap-wrapper .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9; }
  .bootstrap-wrapper .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10; }
  .bootstrap-wrapper .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11; }
  .bootstrap-wrapper .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12; }
  .bootstrap-wrapper .offset-md-0 {
    margin-left: 0; }
  .bootstrap-wrapper .offset-md-1 {
    margin-left: 8.3333333333%; }
  .bootstrap-wrapper .offset-md-2 {
    margin-left: 16.6666666667%; }
  .bootstrap-wrapper .offset-md-3 {
    margin-left: 25%; }
  .bootstrap-wrapper .offset-md-4 {
    margin-left: 33.3333333333%; }
  .bootstrap-wrapper .offset-md-5 {
    margin-left: 41.6666666667%; }
  .bootstrap-wrapper .offset-md-6 {
    margin-left: 50%; }
  .bootstrap-wrapper .offset-md-7 {
    margin-left: 58.3333333333%; }
  .bootstrap-wrapper .offset-md-8 {
    margin-left: 66.6666666667%; }
  .bootstrap-wrapper .offset-md-9 {
    margin-left: 75%; }
  .bootstrap-wrapper .offset-md-10 {
    margin-left: 83.3333333333%; }
  .bootstrap-wrapper .offset-md-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 992px) {
  .bootstrap-wrapper .col-lg {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .bootstrap-wrapper .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .bootstrap-wrapper .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .bootstrap-wrapper .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .bootstrap-wrapper .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .bootstrap-wrapper .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .bootstrap-wrapper .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .bootstrap-wrapper .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .bootstrap-wrapper .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .bootstrap-wrapper .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .bootstrap-wrapper .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .bootstrap-wrapper .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .bootstrap-wrapper .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .bootstrap-wrapper .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .bootstrap-wrapper .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1; }
  .bootstrap-wrapper .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13; }
  .bootstrap-wrapper .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0; }
  .bootstrap-wrapper .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .bootstrap-wrapper .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .bootstrap-wrapper .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3; }
  .bootstrap-wrapper .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4; }
  .bootstrap-wrapper .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5; }
  .bootstrap-wrapper .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6; }
  .bootstrap-wrapper .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7; }
  .bootstrap-wrapper .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8; }
  .bootstrap-wrapper .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9; }
  .bootstrap-wrapper .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10; }
  .bootstrap-wrapper .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11; }
  .bootstrap-wrapper .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12; }
  .bootstrap-wrapper .offset-lg-0 {
    margin-left: 0; }
  .bootstrap-wrapper .offset-lg-1 {
    margin-left: 8.3333333333%; }
  .bootstrap-wrapper .offset-lg-2 {
    margin-left: 16.6666666667%; }
  .bootstrap-wrapper .offset-lg-3 {
    margin-left: 25%; }
  .bootstrap-wrapper .offset-lg-4 {
    margin-left: 33.3333333333%; }
  .bootstrap-wrapper .offset-lg-5 {
    margin-left: 41.6666666667%; }
  .bootstrap-wrapper .offset-lg-6 {
    margin-left: 50%; }
  .bootstrap-wrapper .offset-lg-7 {
    margin-left: 58.3333333333%; }
  .bootstrap-wrapper .offset-lg-8 {
    margin-left: 66.6666666667%; }
  .bootstrap-wrapper .offset-lg-9 {
    margin-left: 75%; }
  .bootstrap-wrapper .offset-lg-10 {
    margin-left: 83.3333333333%; }
  .bootstrap-wrapper .offset-lg-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 1200px) {
  .bootstrap-wrapper .col-xl {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .bootstrap-wrapper .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .bootstrap-wrapper .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .bootstrap-wrapper .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .bootstrap-wrapper .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .bootstrap-wrapper .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .bootstrap-wrapper .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .bootstrap-wrapper .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .bootstrap-wrapper .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .bootstrap-wrapper .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .bootstrap-wrapper .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .bootstrap-wrapper .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .bootstrap-wrapper .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .bootstrap-wrapper .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .bootstrap-wrapper .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1; }
  .bootstrap-wrapper .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13; }
  .bootstrap-wrapper .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0; }
  .bootstrap-wrapper .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .bootstrap-wrapper .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .bootstrap-wrapper .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3; }
  .bootstrap-wrapper .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4; }
  .bootstrap-wrapper .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5; }
  .bootstrap-wrapper .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6; }
  .bootstrap-wrapper .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7; }
  .bootstrap-wrapper .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8; }
  .bootstrap-wrapper .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9; }
  .bootstrap-wrapper .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10; }
  .bootstrap-wrapper .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11; }
  .bootstrap-wrapper .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12; }
  .bootstrap-wrapper .offset-xl-0 {
    margin-left: 0; }
  .bootstrap-wrapper .offset-xl-1 {
    margin-left: 8.3333333333%; }
  .bootstrap-wrapper .offset-xl-2 {
    margin-left: 16.6666666667%; }
  .bootstrap-wrapper .offset-xl-3 {
    margin-left: 25%; }
  .bootstrap-wrapper .offset-xl-4 {
    margin-left: 33.3333333333%; }
  .bootstrap-wrapper .offset-xl-5 {
    margin-left: 41.6666666667%; }
  .bootstrap-wrapper .offset-xl-6 {
    margin-left: 50%; }
  .bootstrap-wrapper .offset-xl-7 {
    margin-left: 58.3333333333%; }
  .bootstrap-wrapper .offset-xl-8 {
    margin-left: 66.6666666667%; }
  .bootstrap-wrapper .offset-xl-9 {
    margin-left: 75%; }
  .bootstrap-wrapper .offset-xl-10 {
    margin-left: 83.3333333333%; }
  .bootstrap-wrapper .offset-xl-11 {
    margin-left: 91.6666666667%; } }

.bootstrap-wrapper .img-fluid {
  max-width: 100%;
  height: auto; }

body {
  font-size: 1rem;
  font-weight: 400;
  font-family: "Roboto", Arial, Helvetica, sans-serif; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .02em; }

h5,
h6 {
  text-transform: uppercase; }

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 27px;
  text-align: center;
  font-size: 24px;
  line-height: 28px; }
  @media (min-width: 551px) {
    .page-heading {
      font-size: 30px;
      line-height: 34px;
      margin: 0 0 57px; } }

h1 {
  font-size: 40px; }

h2 {
  font-size: 30px; }

h3 {
  font-size: 18px; }

h4 {
  font-size: 16px; }

h5 {
  font-size: 14px; }

h6 {
  font-size: 13px; }

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

.definitionList:after {
  clear: both; }

.definitionList-key {
  color: #787878;
  float: left;
  font-weight: 400;
  margin: 0 0.83333rem 0 0;
  font-style: italic; }

.definitionList-value {
  margin: 0;
  color: #324963;
  font-style: italic; }

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

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

.form-input {
  border-radius: 0;
  height: 3.33333rem;
  padding: 7px 15px 5px 15px; }

.form-label {
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .02em;
  color: #324963;
  margin-bottom: 0.66667rem; }
  .form-label small {
    float: right;
    margin-top: 0.41667rem;
    font-family: "Roboto", sans-serif;
    font-size: 11px;
    font-weight: 400;
    text-transform: none;
    color: #969696; }
  .form-label .require_2 {
    color: #e13f3f;
    float: none;
    margin-top: 0;
    font-weight: 700; }

.form-label--inlineSmall small {
  color: #e56464;
  float: none;
  font-size: inherit;
  font-weight: 400;
  margin-left: 0.16667rem;
  text-transform: none; }

.table {
  margin-top: 2rem; }
  .table td + td {
    border-left: 1px solid #e6e6e6; }
  .table .table-alignCenter {
    text-align: center; }
  .table .table-alignRight {
    text-align: right; }
  .table thead tr th,
  .table thead tr td {
    padding: 15px 15px 14px 15px; }

.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: #e6e6e6;
  border-width: 0 0 1px;
  border: none; }
  .table--line .table-thead {
    background-color: #f8f8f8;
    border: none; }
    .table--line .table-thead tr th {
      padding-left: 1.5rem;
      padding-right: 0;
      text-transform: uppercase;
      font-weight: 600;
      letter-spacing: .02em;
      color: #324963;
      font-family: "Roboto", sans-serif;
      font-size: 14px; }
      @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;
            padding-right: 1.5rem; } }
  .table--line tr {
    border-color: 1px solid #e6e6e6; }
    .table--line tr td {
      display: block;
      padding-left: 0;
      padding-right: 0;
      padding-top: 20px;
      padding-bottom: 20px; }
      @media (min-width: 551px) {
        .table--line tr td {
          text-align: center; }
          .table--line tr td:first-child {
            text-align: left; }
          .table--line tr td:last-child {
            text-align: right; } }
      .table--line tr td + td {
        padding-left: 1.5rem; }
  .table--line td + td {
    border-left: 0; }

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

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

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

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

.form-wishlist {
  position: relative; }

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

#wishlist-dropdown.is-open {
  background: transparent;
  left: auto !important;
  max-width: none !important;
  width: 100% !important;
  border: none;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  padding: 0;
  margin-top: 5px; }
  #wishlist-dropdown.is-open:focus {
    outline: none; }
  #wishlist-dropdown.is-open [data-wishlist] {
    border-top: none;
    margin-bottom: 0px;
    width: 100%; }
  #wishlist-dropdown.is-open .button {
    background-color: white;
    color: #324963;
    border-color: #e6e6e6;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    width: 100%;
    padding: 14px 25px 10px 25px; }
    #wishlist-dropdown.is-open .button:hover, #wishlist-dropdown.is-open .button:focus, #wishlist-dropdown.is-open .button:active {
      background-color: white;
      color: #324963;
      border-color: #e6e6e6; }
  #wishlist-dropdown.is-open .button--has-items {
    font-weight: 700; }
  #wishlist-dropdown.is-open li:not(:last-child) .button {
    border-radius: 0px;
    margin-bottom: 0px; }

.modal {
  margin: 0;
  max-height: 85%;
  max-width: 95%;
  min-height: 240px;
  outline: none;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 40px 0;
  left: 50%;
  top: 50% !important;
  transform: translate(-50%, -50%);
  background: none;
  height: auto;
  z-index: 99999; }
  @media (min-width: 551px) {
    .modal {
      width: 911px; } }
  .modal .loadingOverlay {
    top: 40px; }
  .modal.facetShowMore {
    z-index: 10002; }

.modal-background {
  z-index: 9999; }
  .themevale-open-cart .modal-background {
    z-index: 10003; }
  .facetShowMore .modal-background {
    z-index: 10002; }

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

.modal-header {
  padding: 16px 20px 15px 20px;
  background: #fafafa;
  border-bottom: none;
  position: unset;
  text-align: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }
  @media (min-width: 1025px) {
    .modal-header {
      padding: 19px 50px 17px 50px; } }

.modal-header-title {
  font-size: 16px;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0; }

.modal-close {
  height: 2.25rem;
  width: 2.25rem;
  border: 1px solid #000 !important;
  border-top: none !important;
  border-right: none !important;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.07);
  font-size: 54px;
  line-height: 2.25rem;
  padding: 0;
  position: absolute;
  right: -8px;
  top: 38px;
  text-align: center;
  text-decoration: none;
  z-index: 50;
  background: rgba(0, 0, 255, 0);
  color: white;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  text-decoration: none !important; }
  .modal-close:hover, .modal-close:focus, .modal-close:active {
    color: white;
    background: rgba(0, 0, 255, 0);
    text-decoration: none; }
  .modal-close span {
    height: 2.25rem;
    width: 2.25rem;
    display: inline-block; }

.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: 25px 15px; }
  @media (min-width: 1025px) {
    .modal-body {
      scrollbar-color: #323232 #f5f5f5;
      scrollbar-width: thin !important; }
      .modal-body::-webkit-scrollbar {
        width: 10px;
        height: 10px;
        background-color: #f5f5f5; }
      .modal-body::-webkit-scrollbar-thumb {
        background-color: #323232; } }
  @media (min-width: 1025px) {
    .modal-body {
      padding: 50px; } }

.modal--alert {
  background-color: white !important;
  border-radius: 4px;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  padding: 40px 20px 20px 20px;
  text-align: center; }
  .modal--alert .modal-content {
    color: #5a5a5a;
    font-size: 1rem; }
  .modal--alert .button-container {
    margin: 25px 0 0; }
    .modal--alert .button-container .confirm {
      background-color: #4c88ff;
      border-color: #4c88ff;
      color: white; }
    .modal--alert .button-container .confirm:focus, .modal--alert .button-container .confirm:hover {
      background-color: black;
      border-color: black;
      color: white; }
    .modal--alert .button-container .confirm:active {
      background-color: black;
      border-color: black;
      color: white; }

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

#modal .giftWrapping-form .gift-wrapping-title {
  text-transform: none;
  letter-spacing: 0px;
  line-height: 1.1;
  margin-top: 20px; }

#modal .giftWrapping-form .gift-wrapping-price {
  text-transform: none;
  letter-spacing: -1px;
  color: #477bc1; }
  #modal .giftWrapping-form .gift-wrapping-price span {
    font-size: 12px;
    margin-left: 5px;
    letter-spacing: 0px;
    color: #324963;
    font-weight: 500; }

#modal .giftWrapping-form .giftWrapping-image-all {
  color: #787878;
  margin-left: 30px;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: rgba(120, 120, 120, 0.7); }

.breadcrumbs {
  font-size: 0;
  text-align: center;
  margin-top: 4.16667rem;
  margin-bottom: -25px;
  padding: 5px 0;
  border-top: 1px solid #fafafa;
  display: inline-block;
  width: 100%; }
  @media (min-width: 1025px) {
    .breadcrumbs {
      margin-top: 10.83333rem; } }
  .breadcrumbs a {
    color: #999999;
    font-size: 12px; }
  .breadcrumbs.no-breadcrumbs {
    margin-top: 0 !important; }

.breadcrumb {
  display: inline-block;
  float: none;
  font-size: 0px;
  position: relative;
  background: none;
  padding: 0; }
  .breadcrumb:before {
    display: none; }
  .breadcrumb.is-active > .breadcrumb-label {
    cursor: text;
    color: #999999; }
  .breadcrumb .icon {
    color: #999999;
    font-size: 11px;
    margin: -8px 3px 0 3px; }

.breadcrumb-label {
  text-decoration: none;
  font-size: 12px; }

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

.panel--large .panel-body {
  margin-bottom: 2rem;
  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; }

.pagination-item {
  line-height: 1; }
  .pagination-item .pagination-link {
    text-decoration: none;
    transition: all 0.2s ease;
    color: #787878;
    font-size: 14px;
    font-weight: 600;
    font-family: "Roboto", sans-serif; }
    .pagination-item .pagination-link:hover {
      color: #324963;
      text-decoration: underline;
      text-decoration-color: rgba(50, 73, 99, 0.5);
      text-underline-offset: 3px; }
  .pagination-item.pagination-item--current {
    margin: 0 0.41667rem 0 0.75rem; }
    .pagination-item.pagination-item--current a {
      text-decoration: underline;
      text-decoration-color: rgba(50, 73, 99, 0.5);
      text-underline-offset: 3px;
      color: #324963; }
  .pagination-item.pagination-item--previous > a, .pagination-item.pagination-item--next > a {
    text-transform: uppercase; }
    .pagination-item.pagination-item--previous > a:hover .icon > svg, .pagination-item.pagination-item--next > a:hover .icon > svg {
      fill: #324963; }
  @media (max-width: 1024px) {
    .pagination-item.pagination-item--next > a {
      padding-right: 0; } }

.pagination-item--previous .icon,
.pagination-item--next .icon {
  height: 0.91667rem;
  width: 0.91667rem; }
  .pagination-item--previous .icon > svg,
  .pagination-item--next .icon > svg {
    fill: #787878;
    margin-top: -1px; }

.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: #232323;
    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: 13px 15px 11px 15px;
  font-size: 14px;
  font-weight: 600;
  font-family: "Roboto", 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: #4c88ff;
  border-color: #5a5a5a;
  text-decoration: none; }
  @media (min-width: 1025px) {
    .button {
      padding: 13px 25px 11px 25px; } }
  .button:hover, .button:focus, .button:active {
    background: #e6e6e6;
    color: #4c88ff;
    border-color: #e6e6e6;
    text-decoration: none; }
  .button + .button {
    margin-left: 0; }
    @media (min-width: 1025px) {
      .button + .button {
        margin-left: 0.75rem; } }
  .button.button--large {
    font-size: 16px;
    padding: 12px 25px 10px 25px; }

.button--primary {
  background: #4c88ff;
  color: white;
  border-color: #1e1e1e; }
  .button--primary:hover, .button--primary:focus, .button--primary:active {
    background: black;
    color: white;
    border-color: black; }

.button--checkout {
  background: #e13f3f;
  color: white;
  border-color: #e13f3f; }
  .button--checkout:hover, .button--checkout:focus, .button--checkout:active {
    background: #1e1e1e;
    color: white;
    border-color: #1e1e1e; }

.button--banner {
  background: white;
  color: #1e1e1e;
  border-color: white; }
  .button--banner:hover, .button--banner:focus, .button--banner:active {
    background: #1e1e1e;
    color: white;
    border-color: #1e1e1e; }

.button[disabled]:hover, .button[disabled]:focus, .button[disabled]:active {
  background: #999999;
  color: white;
  border-color: #999999; }

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

.tab {
  border-top: 1px solid #e6e6e6;
  float: none; }
  @media (min-width: 1025px) {
    .tab {
      border-top-color: white;
      float: left; } }
  .tab.is-active {
    border-left-color: white;
    border-right-color: white; }
    @media (min-width: 551px) {
      .tab.is-active {
        margin-bottom: -1px; } }
    @media (min-width: 1025px) {
      .tab.is-active {
        border: 1px solid #e6e6e6;
        border-bottom: 1px solid white; } }

.tab-title {
  padding: 1.16667rem 0;
  text-align: center;
  text-decoration: none; }
  @media (min-width: 551px) {
    .tab-title {
      text-align: left; } }
  @media (min-width: 1025px) {
    .tab-title {
      padding: 0.75rem 1.5rem; } }
  @media (min-width: 1281px) {
    .tab-title {
      padding: 0.91667rem 1.5rem; } }

.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-title {
  cursor: pointer;
  color: #324963;
  border-bottom: 1px solid #e6e6e6;
  display: inline-block;
  width: 100%;
  padding: 24px 35px 22px 0px;
  position: relative;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase; }
  .accordion-title:focus, .accordion-title:hover {
    color: #324963; }

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

.accordion--List {
  margin-bottom: 62px; }
  .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 #e6e6e6; }
      .accordion--List .accordion-block .accordion-content a {
        color: #477bc1;
        text-decoration: underline;
        text-underline-offset: 2px;
        text-decoration-color: rgba(71, 123, 193, 0.7); }
        .accordion--List .accordion-block .accordion-content a:hover {
          color: #477bc1;
          text-decoration-color: rgba(71, 123, 193, 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 #e8e8e8;
    padding-top: 2.5rem; }

.accordion--navList .accordion-content {
  padding: 0;
  margin-top: 1.16667rem; }
  .accordion--navList .accordion-content .navList {
    max-height: 245px;
    overflow-y: auto;
    scrollbar-color: #323232 #f5f5f5;
    scrollbar-width: thin !important; }
    .accordion--navList .accordion-content .navList::-webkit-scrollbar {
      width: 10px;
      background-color: #f5f5f5; }
    .accordion--navList .accordion-content .navList::-webkit-scrollbar-thumb {
      background-color: #323232; }
  .accordion--navList .accordion-content .toggleLink {
    margin-top: 7px;
    margin-bottom: 8px;
    display: block; }
  .accordion--navList .accordion-content .mCSB_scrollTools {
    width: 5px; }

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

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

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

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

.accordion--navList #facetedSearch-content--price {
  margin-top: 4px; }

.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 {
  border-bottom-width: 0; }
  .accordion-block:last-child .accordion-navigation.is-open {
    border-bottom-width: 1px;
    border-radius: 0; }

.accordion-navigation-actions {
  position: absolute;
  right: 1.91667rem;
  top: 1.5rem; }
  .accordion-navigation-actions > a {
    color: #232323;
    vertical-align: middle; }
    .accordion-navigation-actions > a:hover {
      color: black; }

.inlineList--labels {
  margin-bottom: 0;
  margin-left: -0.75rem; }
  .inlineList--labels > li {
    margin-bottom: 0.75rem;
    margin-left: 0.75rem; }

.alertBox {
  color: #333333;
  margin-bottom: 1.66667rem; }

.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: #897249;
  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--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-radio + .form-label::before {
  border-color: lightgray; }

.form-field--success .form-input[type="text"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(0, 138, 6, 0.999)' /%3E%3C/svg%3E");
  background-position: right 0.66667rem center;
  background-repeat: no-repeat;
  padding-right: 3rem; }

.form-checkbox + .form-label,
.form-radio + .form-label {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  color: #5a5a5a;
  text-transform: none; }
  .form-checkbox + .form-label:last-child,
  .form-radio + .form-label:last-child {
    display: block;
    margin-bottom: -0.33333rem; }
  .form-checkbox + .form-label::after,
  .form-radio + .form-label::after {
    top: 0.25rem;
    width: 0.91667rem;
    height: 0.91667rem; }
  .form-checkbox + .form-label::before,
  .form-radio + .form-label::before {
    top: 0.16667rem;
    width: 1.08333rem;
    height: 1.08333rem; }

.form-checkbox + .form-label::after {
  top: 0.16667rem;
  width: 11px;
  height: 13px; }

.form-checkbox + .form-label:before {
  top: 0.16667rem;
  width: 1.08333rem;
  height: 1.08333rem;
  border-radius: 0; }

textarea {
  resize: vertical; }

.form-actions {
  margin: 0 auto;
  max-width: 100rem;
  width: 100%;
  display: block; }
  .form-actions:before, .form-actions:after {
    content: " ";
    display: table; }
  .form-actions:after {
    clear: both; }
  @media (min-width: 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--alternate {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  margin-bottom: 0.75rem; }

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

.form-select--small,
.form-select--date {
  background-position: right 0.5rem center;
  background-size: 1.5rem;
  font-size: 13px;
  height: 3rem;
  line-height: 1rem;
  max-width: 20rem;
  padding: 0.58333rem 0.75rem;
  padding-right: 2rem; }

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

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

.form-fileDescription {
  color: #999999;
  font-size: 13px; }

.form-field-group {
  border: 1px solid #e6e6e6;
  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-prefixPostfix.wrap {
  flex-wrap: wrap; }

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

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

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

.form-prefixPostfix .form-inlineMessage {
  margin-bottom: 0.41667rem; }
  @media (min-width: 1281px) {
    .form-prefixPostfix .form-inlineMessage {
      margin-bottom: 0; } }

.form-prefixPostfix-button--postfix {
  margin: 0.75rem 0 0;
  order: 1; }
  @media (min-width: 1281px) {
    .form-prefixPostfix-button--postfix {
      margin: 0 0 0 0.75rem;
      order: 0; } }

.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: 1px; }
    .form-increment .button[data-action="inc"] {
      top: 9px; }
      .form-increment .button[data-action="inc"]:before {
        border-bottom-color: #000000;
        top: 1px; }

.form-input--incrementTotal {
  border: 0;
  display: inline-block;
  font-size: 12px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  width: 11.41667rem;
  background: #f5f5f5;
  color: #5a5a5a;
  padding-left: 12px;
  padding-right: 32px; }
  .form-input--incrementTotal:disabled {
    background: rgba(245, 245, 245, 0.7); }

[data-product-attribute="set-rectangle"] .form-option,
[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="set-rectangle"] .form-option .form-option-variant,
  [data-product-attribute="swatch"] .form-option .form-option-variant {
    border: 3px solid #ffffff; }

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

.form-radio:checked + .form-option .form-option-variant {
  border: 3px solid #dadada; }

.form-option-variant {
  display: inline-block;
  font-size: 1rem;
  min-width: 2.66667rem;
  padding: 1px 0.41667rem;
  pointer-events: none;
  text-align: center;
  padding: 0px 5px;
  height: 32px;
  line-height: 28px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 1px solid #cccccc;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: #324963;
  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: 13px;
  height: 3rem;
  line-height: 1rem;
  padding: 0.58333rem 0.75rem; }

.form-minMaxRow {
  margin-left: -0.375rem;
  margin-right: -0.375rem; }
  .form-minMaxRow:before, .form-minMaxRow:after {
    content: " ";
    display: table; }
  .form-minMaxRow:after {
    clear: both; }
  .form-minMaxRow .form-field {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 33.33333%;
    float: left;
    margin-bottom: 0;
    padding-left: 0.375rem;
    padding-right: 0.375rem; }
  .form-minMaxRow .button {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100%; }

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

[data-product-attribute] .form-option {
  position: relative; }
  [data-product-attribute] .form-option.unavailable .form-option-variant {
    opacity: 0.4; }
  [data-product-attribute] .form-option.unavailable:before {
    background-color: #ecab9c;
    content: "";
    height: 1px;
    left: -8px;
    position: absolute;
    top: 16px;
    transform: rotate(-45deg);
    width: 150%;
    z-index: 3; }
  [data-product-attribute] .form-option.unavailable.two-colors:before, [data-product-attribute] .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; }

.card {
  margin-bottom: 40px;
  border: none; }
  .card:focus {
    outline: 0; }
  @media (min-width: 1025px) {
    .card {
      margin-bottom: 60px; } }
  @media (max-width: 767px) {
    .card {
      text-align: center; } }
  .card .card-img-container {
    max-width: 420px; }
    .card .card-img-container img {
      transition: all .3s ease; }
    .card .card-img-container .product-additional {
      top: 50%;
      left: 50%;
      opacity: 0;
      z-index: 3;
      width: 100%;
      height: 100%;
      text-align: center;
      position: absolute;
      visibility: hidden;
      transform: translate(-50%, -50%);
      margin-top: -1px; }
      @media (max-width: 1024px) {
        .card .card-img-container .product-additional {
          display: none; } }
      .card .card-img-container .product-additional img {
        display: inline-block;
        max-height: 100%; }
  .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 .countDowntimer {
    position: absolute;
    left: 50%;
    z-index: 5;
    width: 100%;
    text-align: center;
    transition: all 0.3s ease;
    display: none;
    bottom: 55px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%); }
    @media (min-width: 551px) {
      .card .countDowntimer {
        display: block; } }
    @media (min-width: 1025px) {
      .card .countDowntimer {
        bottom: 30px; } }
    .card .countDowntimer .clock-item .num {
      font-weight: 700;
      font-family: "Roboto", Arial, Helvetica, sans-serif; }
    .card .countDowntimer .clock-item .text {
      font-family: "Roboto", sans-serif;
      font-size: 12px;
      font-weight: 500; }
  .card .form-field--increments {
    position: relative;
    text-align: center;
    margin-bottom: 0;
    margin-top: 5px;
    width: 100%; }
    @media (min-width: 768px) {
      .card .form-field--increments {
        margin-top: 15px; } }
    .card .form-field--increments .form-increment {
      border: 1px solid #cbcbcb;
      background: #ffffff;
      font-size: 0; }
      .card .form-field--increments .form-increment .button {
        width: 36px;
        height: 36px;
        position: relative;
        bottom: auto;
        right: auto;
        left: auto;
        top: auto;
        min-width: unset; }
        .card .form-field--increments .form-increment .button:before {
          content: "";
          border: none;
          background: #7b7b7b;
          width: 10px;
          height: 2px;
          position: absolute;
          top: 50%;
          left: 50%;
          margin-top: -1px;
          margin-left: -5px; }
        .card .form-field--increments .form-increment .button[data-action="dec"] {
          border-right: 1px solid #cbcbcb; }
        .card .form-field--increments .form-increment .button[data-action="inc"] {
          border-left: 1px solid #cbcbcb; }
          .card .form-field--increments .form-increment .button[data-action="inc"]:after {
            content: "";
            position: absolute;
            top: 50%;
            left: 50%;
            margin-top: -5px;
            margin-left: -1px;
            background: #7b7b7b;
            width: 2px;
            height: 10px; }
      .card .form-field--increments .form-increment .form-input--incrementTotal {
        height: 36px;
        line-height: 36px;
        width: 40px;
        text-align: center;
        padding-right: 5px;
        padding-left: 5px;
        background: #ffffff; }
        @media (min-width: 551px) {
          .card .form-field--increments .form-increment .form-input--incrementTotal {
            width: 60px; } }

.card-figure {
  margin-top: 0;
  position: relative;
  overflow: hidden;
  background: white; }
  .card-figure:hover .card-figcaption {
    opacity: 1;
    bottom: 0; }
    .card-figure:hover .card-figcaption.has-popup {
      opacity: 0;
      bottom: -50px; }
  .card-figure:hover .countDowntimer {
    display: none; }
  .card-figure.has-popup .card-img-container:before {
    opacity: 1;
    visibility: visible; }
  .card-figure.has-popup .card-img-hover > .card-image {
    opacity: 0;
    visibility: hidden; }
  .card-figure.has-popup .card-img-hover .product-additional {
    opacity: 1;
    visibility: visible; }
  .card-figure.has-popup .countDowntimer {
    display: none; }
  @media (min-width: 1025px) {
    .card-figure:hover .card-img-container:before {
      opacity: 1;
      visibility: visible; }
    .card-figure:hover .card-img-hover > .card-image {
      opacity: 0;
      visibility: hidden; }
    .card-figure:hover .card-img-hover .product-additional {
      opacity: 1;
      visibility: visible; } }
  .card-figure .price-sale {
    display: none; }
  .card-figure.has-popup .card-figcaption {
    bottom: -50px; }
  .card-figure.has-popup .quickShopPopup {
    top: 0; }
  .card-figure.has-popup .card-figcaption-top,
  .card-figure.has-popup .product-badge {
    display: none; }
  @media (max-width: 1024px) {
    .productGrid .card-figure {
      padding-bottom: 40px; } }

.card-img-container {
  position: relative;
  margin: 0 auto; }
  .card-img-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 150%; }

.card-figcaption-top {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 4;
  display: none; }
  @media (min-width: 1025px) {
    .card-figcaption-top {
      display: block; } }
  .card-figcaption-top > .icon {
    background-color: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: none;
    margin-bottom: 12px;
    position: relative; }
    .card-figcaption-top > .icon svg {
      width: 16px;
      height: 16px;
      fill: #232323; }
    .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;
      left: 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: 3px;
      -webkit-border-radius: 3px;
      -ms-border-radius: 3px;
      border-radius: 3px;
      -webkit-transition: all .35s ease, color 0s ease;
      transition: all .35s ease, color 0s ease;
      opacity: 0;
      visibility: hidden;
      z-index: -1;
      background-color: #010101;
      color: white;
      transform: translate(15px, -50%);
      -webkit-transform: translate(15px, -50%);
      -moz-transform: translate(15px, -50%);
      -ms-transform: translate(15px, -50%); }
      .card-figcaption-top > .icon .text:before {
        content: "";
        position: absolute;
        left: -13px;
        top: 50%;
        width: 1px;
        height: 1px;
        border: 7px solid transparent;
        border-right-color: #010101;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%); }
    .card-figcaption-top > .icon:hover {
      background-color: white; }
      .card-figcaption-top > .icon:hover .svg {
        fill: #232323; }
      .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: 16px;
      height: 15px; }
  .card-figcaption-top .compare {
    position: relative; }
    .card-figcaption-top .compare input {
      opacity: 0; }
      .card-figcaption-top .compare input:checked + svg {
        fill: #e13f3f; }
      .card-figcaption-top .compare input + .text {
        display: inline-block; }
        .card-figcaption-top .compare input + .text.selected {
          display: none; }
    .card-figcaption-top .compare svg {
      width: 18px;
      height: 18px;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      cursor: pointer; }
    .card-figcaption-top .compare.icon .text {
      display: inline-block; }
      .card-figcaption-top .compare.icon .text.selected {
        display: none; }
    .card-figcaption-top .compare.icon input:checked + .icon + .text {
      display: none; }
      .card-figcaption-top .compare.icon input:checked + .icon + .text + .selected {
        display: inline-block; }

.card-figcaption {
  margin: 0;
  pointer-events: none;
  z-index: 4;
  top: auto;
  height: 40px;
  bottom: 0;
  transition: all 0.3s ease;
  opacity: 1; }
  @media (min-width: 1025px) {
    .card-figcaption {
      opacity: 0;
      bottom: -50px; } }

.quickShopPopup {
  position: absolute;
  z-index: 5;
  top: 100%;
  transition: all 0.3s ease;
  width: 100%;
  height: 100%; }
  .quickShopPopup:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #ffffff;
    opacity: .95; }
  .quickShopPopup .themevale_close {
    position: absolute;
    right: 18px;
    top: 15px;
    width: 19px;
    height: 18px;
    display: none;
    z-index: 9; }
    @media (max-width: 767px) {
      .quickShopPopup .themevale_close {
        right: 15px;
        top: 12px; } }
    .quickShopPopup .themevale_close .icon-close {
      color: #4c4c4c;
      width: 19px;
      height: 18px;
      font-size: 40px; }
  .quickShopPopup .loadingOverlay {
    background-color: rgba(255, 255, 255, 0); }
  .quickShopPopup .quickShopWrap {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1; }
  .quickShopPopup .form {
    width: 100%;
    height: 100%; }
  .quickShopPopup .productView {
    padding-top: 0;
    width: 100%;
    height: 100%; }
    .quickShopPopup .productView .productView-options {
      height: 100%; }
  .quickShopPopup .quickShopInner {
    width: 100%;
    padding: 0 10px 10px 10px;
    display: inline-block;
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 1;
    max-height: calc(100% - 100px);
    margin-top: -8px; }
    .quickShopPopup .quickShopInner .form-option {
      margin-right: 0 !important; }
    .quickShopPopup .quickShopInner h5 {
      line-height: 1.2; }
    .quickShopPopup .quickShopInner .col-sm-2 {
      display: none; }
    .quickShopPopup .quickShopInner .col-1 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%; }
    .quickShopPopup .quickShopInner .col-sm-9 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 80%;
      flex: 0 0 80%;
      max-width: 80%; }
      .quickShopPopup .quickShopInner .col-sm-9 div.description {
        font-size: 11px; }
    @media (min-width: 1025px) {
      .quickShopPopup .quickShopInner {
        scrollbar-color: #323232 #f5f5f5;
        scrollbar-width: thin !important; }
        .quickShopPopup .quickShopInner::-webkit-scrollbar {
          width: 10px;
          height: 10px;
          background-color: #f5f5f5; }
        .quickShopPopup .quickShopInner::-webkit-scrollbar-thumb {
          background-color: #323232; } }
    .quickShopPopup .quickShopInner .form-option-expanded .form-option-image {
      width: 80px;
      height: 80px; }
    .quickShopPopup .quickShopInner .productView-price {
      display: none; }
      .quickShopPopup .quickShopInner .productView-price .price-section {
        font-size: 12px;
        color: #003262; }
        .quickShopPopup .quickShopInner .productView-price .price-section.non-sale-price--withoutTax, .quickShopPopup .quickShopInner .productView-price .price-section.non-sale-price--withTax, .quickShopPopup .quickShopInner .productView-price .price-section.rrp-price--withoutTax, .quickShopPopup .quickShopInner .productView-price .price-section.rrp-price--withTax, .quickShopPopup .quickShopInner .productView-price .price-section.price-section--saving {
          display: none !important; }
  .quickShopPopup .card-price {
    position: relative;
    text-align: center;
    margin-top: 12px;
    margin-bottom: 50px;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center; }
    .page-type-default .quickShopPopup .card-price,
    .page-type-product .quickShopPopup .card-price {
      margin-bottom: 0; }
    .quickShopPopup .card-price .price-section {
      color: #003262; }
      .quickShopPopup .card-price .price-section.price-section--saving {
        display: none !important; }
      .quickShopPopup .card-price .price-section.rrp-price--withoutTax, .quickShopPopup .card-price .price-section.rrp-price--withTax {
        display: none !important; }
        .quickShopPopup .card-price .price-section.rrp-price--withoutTax + .non-sale-price--withoutTax, .quickShopPopup .card-price .price-section.rrp-price--withoutTax + .non-sale-price--withoutTax, .quickShopPopup .card-price .price-section.rrp-price--withTax + .non-sale-price--withoutTax, .quickShopPopup .card-price .price-section.rrp-price--withTax + .non-sale-price--withoutTax {
          display: none !important; }
          .quickShopPopup .card-price .price-section.rrp-price--withoutTax + .non-sale-price--withoutTax.no-retail-price, .quickShopPopup .card-price .price-section.rrp-price--withoutTax + .non-sale-price--withoutTax.no-retail-price, .quickShopPopup .card-price .price-section.rrp-price--withTax + .non-sale-price--withoutTax.no-retail-price, .quickShopPopup .card-price .price-section.rrp-price--withTax + .non-sale-price--withoutTax.no-retail-price {
            display: none !important; }
      .quickShopPopup .card-price .price-section.price-section--withoutTax, .quickShopPopup .card-price .price-section.price-section--withTax {
        color: #003262; }
  .quickShopPopup .productView-options {
    text-align: center;
    margin-bottom: 0; }
    .quickShopPopup .productView-options .form {
      margin-bottom: 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; }
    .quickShopPopup .productView-options .form-field {
      margin-bottom: 0.41667rem; }
      .quickShopPopup .productView-options .form-field[data-product-attribute="swatch"], .quickShopPopup .productView-options .form-field[data-product-attribute="set-rectangle"] {
        margin-bottom: 0.41667rem; }
      @media (min-width: 1025px) {
        .quickShopPopup .productView-options .form-field {
          margin-bottom: 1.66667rem; }
          .quickShopPopup .productView-options .form-field[data-product-attribute="swatch"], .quickShopPopup .productView-options .form-field[data-product-attribute="set-rectangle"] {
            margin-bottom: 1.66667rem; } }
      .quickShopPopup .productView-options .form-field:last-child {
        margin-bottom: 0px; }
      .quickShopPopup .productView-options .form-field .form-option {
        margin-right: 4px; }
        @media (min-width: 1025px) {
          .quickShopPopup .productView-options .form-field .form-option {
            margin-right: 7px; } }
        .quickShopPopup .productView-options .form-field .form-option:last-child {
          margin-right: 0; }
        .quickShopPopup .productView-options .form-field .form-option .form-option-expanded {
          left: calc(100% - 13px); }
          @media (max-width: 1024px) {
            .quickShopPopup .productView-options .form-field .form-option .form-option-expanded {
              display: none; } }
    .quickShopPopup .productView-options .form-label {
      margin-bottom: 0.66667rem;
      font-size: 12px; }
      @media (min-width: 1025px) {
        .quickShopPopup .productView-options .form-label {
          margin-bottom: 1.08333rem;
          font-size: 14px; } }
    .quickShopPopup .productView-options .form-action.addToCart {
      width: 100%;
      margin: 0;
      position: absolute;
      bottom: 0;
      left: 0;
      max-width: 100%; }
      .quickShopPopup .productView-options .form-action.addToCart .button {
        padding: 13px 15px 11px 15px; }

.quickShopBtn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: none; }
  .quickShopBtn .compare-wrap {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 12px; }
    @media (min-width: 1281px) {
      .quickShopBtn .compare-wrap {
        padding-bottom: 17px; } }
    .page-type-default .quickShopBtn .compare-wrap {
      display: none; }
    .quickShopBtn .compare-wrap .compare {
      position: relative;
      margin-bottom: 0; }
      .quickShopBtn .compare-wrap .compare input {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        cursor: pointer; }
        .quickShopBtn .compare-wrap .compare input:checked + .text {
          display: none; }
          .quickShopBtn .compare-wrap .compare input:checked + .text + .selected {
            display: block; }
      .quickShopBtn .compare-wrap .compare .text {
        font-family: "Roboto", sans-serif;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: .02em;
        text-transform: uppercase;
        color: #324963;
        text-decoration: underline;
        text-decoration-color: rgba(50, 73, 99, 0.5);
        text-underline-offset: 3px; }
      .quickShopBtn .compare-wrap .compare .selected {
        display: none; }

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

.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 5px 0;
  font-weight: 600;
  position: relative;
  line-height: 1.66667rem; }
  @media (min-width: 1025px) {
    .card-title .has-color-name {
      padding-right: 90px; } }
  .card-title > a {
    display: block;
    color: #002a56;
    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; }
    .card-title > a:hover {
      color: #374861; }
  .card-title .color-name {
    font-size: 12px;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: capitalize;
    color: #787878;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
    @media (min-width: 1025px) {
      .card-title .color-name {
        max-width: 80px;
        position: absolute;
        right: 0;
        top: 0px; } }

.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; }
  .card-price > p {
    margin-bottom: 0;
    font-size: 1rem; }
  .card-price .price-section {
    font-size: 0px;
    letter-spacing: 0;
    display: inline-block; }
    .card-price .price-section .price {
      font-size: 12px; }
    .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: #e13f3f; }
      .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: #003262; }
    .card-price .price-section.rrp-price--withoutTax, .card-price .price-section.rrp-price--withTax {
      color: #003262;
      margin-right: 5px; }
      .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: #003262;
      margin-right: 5px; }
    .card-price .price-section.price-none + .price-section--withoutTax, .card-price .price-section.price-none + .price-section--withTax {
      color: #003262; }
    .card-price .price-section.price_range {
      color: #003262; }

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

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

.card-desc {
  display: none; }

.card-figcaption-button {
  border-color: #4b88ff;
  background: #4b88ff;
  color: white;
  display: block;
  margin: 0.41667rem 0 0; }
  .card-figcaption-button:active, .card-figcaption-button:hover, .card-figcaption-button:focus {
    background: #447ce8;
    border-color: #4b88ff;
    color: white; }
  .card-figcaption-button + .card-figcaption-button {
    margin: 0.41667rem 0 0; }
  .card-figcaption-button span {
    position: relative;
    padding-left: 18px; }
    .card-figcaption-button span:before, .card-figcaption-button span:after {
      content: "";
      position: absolute;
      background: white; }
    .card-figcaption-button span:before {
      width: 1px;
      height: 9px;
      left: 4px;
      top: 4px; }
    .card-figcaption-button span:after {
      width: 9px;
      height: 1px;
      top: 8px;
      left: 0; }
  .card-figcaption-button:hover span:before, .card-figcaption-button:hover span:after {
    background: white; }

.card-body {
  text-align: left;
  padding-top: 18px; }
  .card-body .card-brand {
    font-size: 12px;
    color: #969696;
    margin-bottom: 5px; }
  .card-body .card-color {
    font-size: 12px;
    color: #003262;
    margin-bottom: 8px; }
  .card-body .productOptionList {
    display: none; }

.card-rating {
  margin-bottom: 2px;
  margin-top: 1px;
  display: none;
  width: 100%; }

.productGrid h4.card-title {
  text-transform: none; }

.productGrid.show-brand .card-body .card-brand {
  display: block;
  text-transform: none;
  font-weight: 500; }

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

.card_optionImage {
  margin-top: 14px; }
  .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; }
    .card_optionImage [data-product-attribute] .form-option {
      min-width: auto;
      pointer-events: pointer;
      margin-bottom: 0; }
      .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: 11px;
          height: 11px; }
        .card_optionImage [data-product-attribute] .form-option.form-option-swatch.three-colors .form-option-variant:nth-child(2) {
          height: 8px;
          border-radius: 2px;
          top: 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; }
      .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-option.active {
        border-color: #000; }
  .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_optionImage + .card_optionImage {
    display: none; }

.card--alternate .card-body {
  text-align: center;
  padding-top: 15px; }

.product-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 0px 7px;
  min-width: 45px;
  height: 25px;
  line-height: 24px;
  z-index: 5;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.new-badge {
  color: white;
  background: #517bbc;
  border: 1px solid #517bbc; }
  .new-badge ~ .sale-badge {
    top: 45px; }
    .new-badge ~ .sale-badge ~ .soldout-badge {
      top: 75px; }
      .new-badge ~ .sale-badge ~ .soldout-badge ~ .custom-badge {
        top: 105px; }
    .new-badge ~ .sale-badge ~ .custom-badge {
      top: 75px; }
  .new-badge ~ .soldout-badge {
    top: 45px; }
    .new-badge ~ .soldout-badge ~ .custom-badge {
      top: 75px; }
  .new-badge ~ .custom-badge {
    top: 45px; }

.sale-badge {
  color: white;
  background: #e13f3f;
  border: 1px solid #e13f3f; }
  .sale-badge ~ .soldout-badge {
    top: 45px; }
    .sale-badge ~ .soldout-badge ~ .custom-badge {
      top: 75px; }
  .sale-badge ~ .custom-badge {
    top: 45px; }

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

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

.homepage-layout-2 .card-body {
  text-align: center;
  padding-top: 15px; }

.homepage-layout-2 .card-title.has-color-variant {
  padding-right: 0; }

.homepage-layout-2 .card-title .color-name {
  position: relative;
  right: auto;
  top: auto;
  max-width: 100%;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .02em;
  font-size: 14px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  margin-top: 3px;
  display: inline-block; }

.homepage-layout-2 .card-price {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }

.homepage-layout-2 .card_optionImage [data-product-attribute] {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }

.lookbook-carousel .card-img-container:after {
  padding-bottom: 50%; }

.brand-heading {
  border: 1px solid #eaeaea;
  background: #ecf6ff;
  padding: 40px;
  margin-bottom: 30px;
  margin-top: 20px; }
  .brand-heading h1 {
    text-align: left;
    text-transform: none;
    margin-top: 10px !important;
    margin-bottom: 20px !important; }
  .brand-heading p {
    font-size: 13px; }

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

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.nav.no-heading {
  padding-top: 54px; }

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

.account .navBar {
  margin-top: 0; }

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

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

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

.navList-action {
  font-size: 12px;
  color: #5a5a5a;
  padding: 0; }
  .navList-action:hover {
    color: #324963; }

.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 lightgray;
    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;
    border-radius: 0;
    width: 1.16667rem;
    height: 1.16667rem; }
  .navList-action--checkbox:after {
    margin-top: -0.66667rem;
    left: 0; }
  .navList-action--checkbox.is-disabled {
    cursor: default; }
    .navList-action--checkbox.is-disabled::before {
      background-color: white; }
  .navList-action--checkbox.is-checked::after, .navList-action--checkbox.is-selected::after {
    opacity: 1;
    transform: scale(1); }

.navList-action-close {
  background: #e6e6e6;
  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: #787878; }
  .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;
    border: 1px solid #e6e6e6;
    background-color: #f5f5f5;
    position: relative;
    z-index: 1;
    box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.08); }
  .navBar--sub .navBar-item {
    float: none;
    width: 100%;
    display: inline-block;
    border-right: 1px solid #eaeaea;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .02em;
    color: #324963;
    white-space: nowrap;
    font-family: "Rajdhani", sans-serif;
    font-size: 14px;
    font-weight: 700; }
    .navBar--sub .navBar-item:last-child {
      border-right: none; }
    .navBar--sub .navBar-item.is-active {
      background: #ffffff; }
      .navBar--sub .navBar-item.is-active > .navBar-action {
        color: #324963; }
    .navBar--sub .navBar-item .navBar-action-color--active {
      background: #ffffff;
      display: inline-block;
      width: 100%; }
    .navBar--sub .navBar-item > a {
      padding: 14px 10px 13px 10px; }
    @media (min-width: 1025px) {
      .navBar--sub .navBar-item.navBar-item--separate {
        margin: 0; } }
  .navBar--sub .navBar-action {
    color: #5a5a5a;
    display: inline-block;
    width: 100%;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .02em; }
    .navBar--sub .navBar-action:hover {
      color: #324963;
      background: #ffffff; }

.navBar--account .navBar-item.is-active, .account-navigation .navBar-item.is-active {
  padding: 14px 10px 13px 10px; }
  .navBar--account .navBar-item.is-active > a, .account-navigation .navBar-item.is-active > a {
    padding: 0; }

.loadingOverlay {
  background-color: rgba(255, 255, 255, 0.9);
  display: none;
  z-index: 20;
  height: auto; }
  .loadingOverlay:before {
    width: 2.5rem;
    height: 2.5rem; }

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

.icon,
.icon svg {
  transition: all 0.15s ease; }

.actionBar-section .form-field {
  background-color: white;
  overflow: hidden; }
  .actionBar-section .form-field:hover {
    border-color: #999999; }

.actionBar-section .form-label {
  color: #324963;
  font-size: 13px;
  line-height: 2.16667rem;
  margin-bottom: 0;
  font-weight: 600;
  margin-right: 15px; }

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

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

.actionBar-section .form-select {
  color: #5a5a5a;
  height: 2.16667rem;
  padding-left: 0;
  padding-right: 5px;
  border-bottom: 1px solid rgba(50, 73, 99, 0.5);
  background-position: right center; }
  @media (min-width: 768px) {
    .actionBar-section .form-select {
      min-width: 150px; } }
  .actionBar-section .form-select option {
    padding: 0; }

.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 {
      position: relative;
      right: auto;
      top: auto;
      transform: none;
      z-index: 50; } }
  .navUser .dropdown-menu {
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
    box-shadow: 0 1px 2px rgba(255, 255, 255, 0.13);
    position: absolute;
    margin-top: 14px;
    min-width: 180px;
    top: 100%;
    left: 50% !important;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%); }

.navUser-action {
  color: white;
  padding: 0;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Rajdhani", sans-serif;
  font-size: 14px;
  font-weight: 600; }
  .navUser-action:hover, .navUser-action:focus, .navUser-action.is-open {
    color: white; }
    .navUser-action:hover svg, .navUser-action:focus svg, .navUser-action.is-open svg {
      fill: white;
      stroke: white; }
  .navUser-action .icon {
    height: 2rem;
    width: 2rem;
    margin: -1px 0 0 0.16667rem; }
  .navUser-action svg {
    fill: white;
    stroke: white;
    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 #e6e6e6;
  color: #232323;
  display: inline-block;
  padding: 0 1.66667rem 0 0;
  text-decoration: none; }

.navUser-item {
  position: relative; }
  @media (min-width: 1025px) {
    .navUser-item.navUser-item--social {
      margin-top: 0.41667rem;
      padding-right: 0.41667rem; }
    .navUser-item.navUser-item--divider {
      font-size: 2.08333rem;
      margin-top: 0.66667rem;
      padding-left: 0.16667rem; } }

.navUser-item--cart {
  display: block; }
  .navUser-item--cart .navUser-action {
    position: relative;
    color: white; }
    .navUser-item--cart .navUser-action:hover, .navUser-item--cart .navUser-action.is-open {
      color: white; }
  .navUser-item--cart .dropdown-menu {
    max-width: 26.66667rem; }
    .navUser-item--cart .dropdown-menu.is-open {
      top: auto !important;
      left: auto !important;
      right: 0.41667rem; }
      @media (min-width: 1025px) {
        .navUser-item--cart .dropdown-menu.is-open {
          right: 0; } }
      .navUser-item--cart .dropdown-menu.is-open:before, .navUser-item--cart .dropdown-menu.is-open:after {
        left: auto; }
      .navUser-item--cart .dropdown-menu.is-open:before {
        right: 0.33333rem; }
        @media (min-width: 1025px) {
          .navUser-item--cart .dropdown-menu.is-open:before {
            right: 0.75rem; } }
      .navUser-item--cart .dropdown-menu.is-open:after {
        right: 0.5rem; }
        @media (min-width: 1025px) {
          .navUser-item--cart .dropdown-menu.is-open:after {
            right: 0.91667rem; } }

.navUser-item-cartLabel {
  display: none; }

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

@media (min-width: 1025px) {
  .navUser-item--account .navPages-list--user {
    display: inline-block; } }

.navUser-item--account .account-dropdown {
  width: 270px;
  max-width: 270px;
  padding-bottom: 20px;
  padding-top: 0; }

.account-dropdown .navPage-subMenu-title {
  padding: 10px 20px;
  background: #f3f3f3;
  color: #787878;
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
  font-family: "Roboto", Arial, Helvetica, sans-serif; }
  .account-dropdown .navPage-subMenu-title .icon {
    width: 21px;
    height: 21px;
    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;
    cursor: pointer; }
  .account-dropdown .navPage-subMenu-title svg {
    width: 9px;
    height: 9px;
    fill: #787878;
    stroke: #787878;
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg); }

.account-dropdown .login-dropdown .navPages-list > .navPages-item {
  width: 100%; }
  .account-dropdown .login-dropdown .navPages-list > .navPages-item > .navPages-action {
    padding: 8px 20px; }
    .account-dropdown .login-dropdown .navPages-list > .navPages-item > .navPages-action > .text {
      color: #5a5a5a;
      font-family: "Roboto", 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: #324963;
    text-decoration: underline;
    text-underline-offset: 2px;
    text-decoration-color: rgba(50, 73, 99, 0.7); }

.account-dropdown .login-form {
  width: 100%;
  margin-top: 0;
  margin-bottom: 15px;
  padding: 0 20px; }
  .account-dropdown .login-form .form-field {
    margin-bottom: 15px; }
    .account-dropdown .login-form .form-field .form-label {
      font-family: "Roboto", Arial, Helvetica, sans-serif;
      font-weight: 700;
      text-transform: capitalize;
      font-size: 12px;
      letter-spacing: 0; }
    .account-dropdown .login-form .form-field .form-input::-webkit-input-placeholder {
      text-transform: none; }
    .account-dropdown .login-form .form-field .form-input::-moz-placeholder {
      text-transform: none; }
    .account-dropdown .login-form .form-field .form-input:-ms-input-placeholder {
      text-transform: none !important; }
  .account-dropdown .login-form .form-actions {
    margin-top: 15px;
    text-align: center; }
    .account-dropdown .login-form .form-actions .button {
      width: 100%;
      margin-bottom: 4px; }
      .account-dropdown .login-form .form-actions .button + .forgot-password {
        margin-left: 0;
        margin-bottom: 2px;
        background-image: none;
        color: #787878; }

.account-dropdown .new-customer {
  width: 100%;
  padding: 0 20px; }
  .account-dropdown .new-customer .button {
    width: 100%; }

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

.dropdown--quickSearch {
  width: 580px;
  display: none;
  padding-left: 10px;
  padding-right: 10px; }
  .dropdown--quickSearch.show-result {
    display: block; }
  .dropdown--quickSearch .search-form__product-title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 8px; }
  .dropdown--quickSearch .header-search-wrap {
    display: none; }
    .dropdown--quickSearch .header-search-wrap.show-result {
      display: block; }
    .dropdown--quickSearch .header-search-wrap .list-item {
      font-size: 0;
      margin-bottom: 0px;
      margin-left: 0; }
      .dropdown--quickSearch .header-search-wrap .list-item li {
        display: inline-block;
        margin: 0 10px 10px 0; }
        .dropdown--quickSearch .header-search-wrap .list-item li a {
          padding: 3px 7px;
          background: #fff;
          color: #868686;
          font-size: 11px;
          display: inline-block; }
          .dropdown--quickSearch .header-search-wrap .list-item li a svg {
            width: 12px;
            height: 12px;
            fill: #868686;
            margin-top: -1px;
            margin-right: 4px; }
  .dropdown--quickSearch .productGrid {
    margin: 0; }
    @media (min-width: 1025px) {
      .dropdown--quickSearch .productGrid {
        margin: 0 -13px; } }
    .dropdown--quickSearch .productGrid .product {
      width: 120px;
      margin-right: 20px;
      padding: 0; }
      .dropdown--quickSearch .productGrid .product:last-child {
        margin-right: 0; }
      @media (min-width: 1025px) {
        .dropdown--quickSearch .productGrid .product {
          width: 33.33%;
          padding-left: 13px;
          padding-right: 13px;
          margin-right: 0; } }
      .dropdown--quickSearch .productGrid .product .product-badge,
      .dropdown--quickSearch .productGrid .product .card-figcaption-top,
      .dropdown--quickSearch .productGrid .product .card-figcaption {
        display: none; }
      @media (min-width: 1025px) {
        .dropdown--quickSearch .productGrid .product .card-figure {
          padding-left: 20px;
          padding-right: 20px; } }
      @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: center;
        padding-top: 15px; }
        .dropdown--quickSearch .productGrid .product .card-body .card-brand {
          display: none; }
        .dropdown--quickSearch .productGrid .product .card-body .card-title {
          padding-right: 0; }
          .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 {
          -ms-flex-pack: center;
          -webkit-justify-content: center;
          justify-content: center; }
        .dropdown--quickSearch .productGrid .product .card-body .price-section--saving {
          display: none !important; }
      .dropdown--quickSearch .productGrid .product .card_optionImage [data-product-attribute] {
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center; }
      .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: #e14141;
  border-radius: 50%;
  color: white;
  font-size: 12px;
  font-weight: 400;
  height: 23px;
  line-height: 23px;
  text-align: center;
  width: 23px;
  position: absolute;
  top: -9px;
  right: -14px;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  display: none; }

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

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

.navPages .navPage-subMenu-list, .navPage-childList {
  border-left: 1px solid whitesmoke;
  margin: 0.41667rem 0.75rem;
  padding-left: 0.75rem; }

.has-activeNavPages {
  overflow: hidden;
  -webkit-overflow-scrolling: auto; }

.navPages-container {
  display: none;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  z-index: 10; }
  @media (min-width: 1025px) {
    .navPages-container {
      display: block;
      padding: 0; } }
  .navPages-container.is-open {
    display: block;
    padding-top: 75px;
    z-index: 0; }

.navPages {
  background-color: white;
  height: 100%;
  overflow-y: auto; }
  @media (min-width: 1025px) {
    .navPages {
      margin: 0 auto;
      max-width: 100rem;
      width: 100%;
      background: none;
      font-size: 0;
      overflow-y: visible;
      text-align: left; }
      .navPages:before, .navPages:after {
        content: " ";
        display: table; }
      .navPages:after {
        clear: both; } }
  @media (min-width: 1025px) {
    .navPages > ul {
      padding-top: 3px; } }
  .navPages ul {
    list-style: none; }
  .navPages .navPage-subMenu-list {
    border-left: 0;
    list-style: none;
    padding-left: 0;
    margin: 0; }
    .navPages .navPage-subMenu-list .navPage-subMenu {
      display: inline-block;
      width: 100%; }
    @media (min-width: 1025px) {
      .navPages .navPage-subMenu-list.navPage-subMenu-list-level1 {
        margin: 0 -15px; } }
    .navPages .navPage-subMenu-list.navPage-subMenu-list-level1 > .navPage-subMenu-item-child > .navPage-subMenu-action {
      font-family: "Rajdhani", sans-serif;
      font-size: 14px;
      font-weight: 600;
      letter-spacing: .02em;
      text-transform: uppercase; }
    .navPages .navPage-subMenu-list.navPage-subMenu-list-level1 > .navPage-subMenu-item-child > p {
      margin-bottom: 8px; }
      .navPages .navPage-subMenu-list.navPage-subMenu-list-level1 > .navPage-subMenu-item-child > p > a {
        color: black; }
        .navPages .navPage-subMenu-list.navPage-subMenu-list-level1 > .navPage-subMenu-item-child > p > a:hover {
          text-decoration: none;
          color: black; }
    .navPages .navPage-subMenu-list.navPage-subMenu-list-level1 > .navPage-subMenu-item-child > a {
      margin-bottom: 5px;
      color: black; }
      .navPages .navPage-subMenu-list.navPage-subMenu-list-level1 > .navPage-subMenu-item-child > a:hover {
        text-decoration: none;
        color: black; }
    @media (min-width: 1025px) {
      .navPages .navPage-subMenu-list .navPage-subMenu-title {
        display: none !important; } }
  .navPages .hasMegamenu > .navPage-subMenu {
    padding: 30px 0 0 0; }
  @media (min-width: 1025px) {
    .navPages .hasMegamenu .navPage-subMenu-list > .navPage-subMenu-item-child .navPage-subMenu {
      width: 100%; }
    .navPages .hasMegamenu .navPage-subMenu-list > .navPage-subMenu-item-child:first-child {
      margin-left: 0; }
    .navPages .hasMegamenu .navPage-subMenu-list > .navPage-subMenu-item-child > .navPage-subMenu-action > a {
      color: black; }
      .navPages .hasMegamenu .navPage-subMenu-list > .navPage-subMenu-item-child > .navPage-subMenu-action > a:hover {
        color: black; } }
  .navPages .hasMegamenu.alignLeft .imageArea .imgList .imgRight {
    padding-top: 35px;
    padding-bottom: 35px; }

.navPages-list {
  margin: 0; }
  @media (min-width: 1025px) {
    .navPages-list {
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      float: none; } }
  .navPages-list > .navPages-item {
    position: relative;
    background: none;
    display: inline-block;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    .navPages-list > .navPages-item.fullWidth {
      position: static; }
    .navPages-list > .navPages-item > a {
      background: none; }
      .navPages-list > .navPages-item > a:focus, .navPages-list > .navPages-item > a:visited, .navPages-list > .navPages-item > a:active {
        background: none; }
    .navPages-list > .navPages-item > p {
      background: none; }
    .navPages-list > .navPages-item.navPages-item-custom {
      position: relative; }
      .navPages-list > .navPages-item.navPages-item-custom .navPages-label {
        right: 12px;
        top: -9px; }
      .navPages-list > .navPages-item.navPages-item-custom.hide {
        display: none; }
      @media (min-width: 1025px) {
        .navPages-list > .navPages-item.navPages-item-custom > .navPages-action .text {
          letter-spacing: .15em;
          font-weight: 700; }
          .navPages-list > .navPages-item.navPages-item-custom > .navPages-action .text:after {
            height: 28px;
            bottom: -30px;
            width: 200%;
            left: -50%; }
        .navPages-list > .navPages-item.navPages-item-custom > .navPage-subMenu {
          margin-top: 23px !important; }
          .themevale-header-layout-2 .navPages-list > .navPages-item.navPages-item-custom > .navPage-subMenu {
            margin-top: 18px !important;
            left: 50%;
            transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%); }
        .navPages-list > .navPages-item.navPages-item-custom .has-subMenu.is-root + .navPage-subMenu {
          width: 18.33333rem;
          padding: 0; }
          .navPages-list > .navPages-item.navPages-item-custom .has-subMenu.is-root + .navPage-subMenu > .container {
            padding: 0; }
            .navPages-list > .navPages-item.navPages-item-custom .has-subMenu.is-root + .navPage-subMenu > .container .navPage-subMenu-list-level1 {
              margin: 0;
              column-count: unset;
              -webkit-column-count: unset; }
              .navPages-list > .navPages-item.navPages-item-custom .has-subMenu.is-root + .navPage-subMenu > .container .navPage-subMenu-list-level1 li + li {
                border-top: 1px solid whitesmoke; }
        .navPages-list > .navPages-item.navPages-item-custom .has-subMenu.is-root + .navPage-subMenu-horizontal > .container > .navPage-subMenu-list .navPages-item:hover {
          background: whitesmoke; }
          .navPages-list > .navPages-item.navPages-item-custom .has-subMenu.is-root + .navPage-subMenu-horizontal > .container > .navPage-subMenu-list .navPages-item:hover > .navPages-action > .text {
            background-image: linear-gradient(transparent 96%, rgba(0, 0, 0, 0.7) 4%) !important;
            background-repeat: repeat-x;
            background-position-y: 0px; }
        .navPages-list > .navPages-item.navPages-item-custom .has-subMenu.is-root + .navPage-subMenu-horizontal > .container > .navPage-subMenu-list .navPages-action {
          color: #5a5a5a;
          text-transform: capitalize;
          padding: 11px 20px 11px 20px;
          position: relative; }
          .navPages-list > .navPages-item.navPages-item-custom .has-subMenu.is-root + .navPage-subMenu-horizontal > .container > .navPage-subMenu-list .navPages-action .text {
            color: #5a5a5a; }
          .navPages-list > .navPages-item.navPages-item-custom .has-subMenu.is-root + .navPage-subMenu-horizontal > .container > .navPage-subMenu-list .navPages-action:hover {
            color: black; }
            .navPages-list > .navPages-item.navPages-item-custom .has-subMenu.is-root + .navPage-subMenu-horizontal > .container > .navPage-subMenu-list .navPages-action:hover > .text {
              background-image: linear-gradient(transparent 96%, rgba(0, 0, 0, 0.7) 4%) !important;
              background-repeat: repeat-x;
              background-position-y: 0px; }
            .navPages-list > .navPages-item.navPages-item-custom .has-subMenu.is-root + .navPage-subMenu-horizontal > .container > .navPage-subMenu-list .navPages-action:hover .text {
              color: black; }
            .navPages-list > .navPages-item.navPages-item-custom .has-subMenu.is-root + .navPage-subMenu-horizontal > .container > .navPage-subMenu-list .navPages-action:hover > a > span {
              background-image: linear-gradient(transparent 96%, rgba(0, 0, 0, 0.7) 4%) !important;
              background-repeat: repeat-x;
              background-position-y: 0px; }
        .navPages-list > .navPages-item.navPages-item-custom .has-subMenu.is-root + .navPage-subMenu-horizontal > .container > .navPage-subMenu-list > .navPage-subMenu-item-child + .navPage-subMenu-item-child {
          border-top: 1px solid whitesmoke; }
        .navPages-list > .navPages-item.navPages-item-custom .has-subMenu.is-root + .navPage-subMenu-horizontal .navPage-subMenu-list .navPage-subMenu-item-child .navPages-action {
          position: relative; }
        .navPages-list > .navPages-item.navPages-item-custom .navPage-subMenu-list .container {
          padding: 0; }
          .navPages-list > .navPages-item.navPages-item-custom .navPage-subMenu-list .container .navPage-subMenu-list {
            column-count: unset;
            -webkit-column-count: unset;
            margin: 0; }
            .navPages-list > .navPages-item.navPages-item-custom .navPage-subMenu-list .container .navPage-subMenu-list .navPage-subMenu-item-child a {
              font-family: "Roboto", Arial, Helvetica, sans-serif;
              font-size: 12px;
              font-weight: 400;
              color: #5a5a5a !important;
              display: inline-block;
              margin-bottom: 0; }
              .navPages-list > .navPages-item.navPages-item-custom .navPage-subMenu-list .container .navPage-subMenu-list .navPage-subMenu-item-child a .text {
                color: #5a5a5a !important; }
              .navPages-list > .navPages-item.navPages-item-custom .navPage-subMenu-list .container .navPage-subMenu-list .navPage-subMenu-item-child a:hover {
                color: black !important; }
                .navPages-list > .navPages-item.navPages-item-custom .navPage-subMenu-list .container .navPage-subMenu-list .navPage-subMenu-item-child a:hover .text {
                  color: black !important; }
            .navPages-list > .navPages-item.navPages-item-custom .navPage-subMenu-list .container .navPage-subMenu-list .navPage-subMenu-item-child:hover > .navPage-subMenu-action > a {
              color: black !important; }
              .navPages-list > .navPages-item.navPages-item-custom .navPage-subMenu-list .container .navPage-subMenu-list .navPage-subMenu-item-child:hover > .navPage-subMenu-action > a .text {
                color: black !important; }
            .navPages-list > .navPages-item.navPages-item-custom .navPage-subMenu-list .container .navPage-subMenu-list .navPage-subMenu-item-child:hover > .navPage-subMenu-action a {
              color: black !important; }
            .navPages-list > .navPages-item.navPages-item-custom .navPage-subMenu-list .container .navPage-subMenu-list .navPage-subMenu-item-child:hover > a {
              color: black !important; }
              .navPages-list > .navPages-item.navPages-item-custom .navPage-subMenu-list .container .navPage-subMenu-list .navPage-subMenu-item-child:hover > a .text {
                color: black !important; }
        .navPages-list > .navPages-item.navPages-item-custom:hover > .navPages-action .text:before {
          right: 1px;
          width: calc(100% - 1px); } }
      @media (min-width: 1281px) {
        .navPages-list > .navPages-item.navPages-item-custom > .navPages-action .text {
          letter-spacing: .25em;
          font-size: 14px; }
          .navPages-list > .navPages-item.navPages-item-custom > .navPages-action .text:before {
            bottom: 1px; }
        .navPages-list > .navPages-item.navPages-item-custom:hover > .navPages-action .text:before {
          right: 3px;
          width: calc(100% - 3px); } }
    .navPages-list > .navPages-item a {
      text-decoration: none; }
    .navPages-list > .navPages-item > .navPages-action {
      z-index: 2;
      position: relative; }
      .navPages-list > .navPages-item > .navPages-action > .text {
        position: relative;
        color: white;
        line-height: 17px;
        display: inline-block;
        font-size: 14px;
        font-family: "Rajdhani", sans-serif;
        font-weight: 600;
        letter-spacing: .02em; }
        @media (min-width: 1025px) {
          .navPages-list > .navPages-item > .navPages-action > .text:before {
            content: "";
            height: 1px;
            position: absolute;
            bottom: 0px;
            width: 0;
            left: 0;
            right: 0;
            -webkit-transition: width 0.3s ease;
            -moz-transition: width 0.3s ease;
            -ms-transition: width 0.3s ease;
            -o-transition: width 0.3s ease;
            transition: width 0.3s ease;
            visibility: hidden;
            display: block;
            background: rgba(255, 255, 255, 0.7); }
          .navPages-list > .navPages-item > .navPages-action > .text:after {
            content: "";
            width: calc(100% + 18px);
            height: 30px;
            background-color: transparent;
            position: absolute;
            bottom: -30px;
            left: -9px;
            z-index: 2; } }
    .navPages-list > .navPages-item:first-child > .navPages-action {
      padding-left: 0; }
    .navPages-list > .navPages-item.hasMegamenu {
      position: relative; }
      .navPages-list > .navPages-item.hasMegamenu.fullWidth {
        position: static; }
      @media (min-width: 1025px) {
        .navPages-list > .navPages-item.hasMegamenu > .navPage-subMenu {
          overflow-x: hidden;
          overflow-y: auto;
          max-height: 82vh; } }
      .navPages-list > .navPages-item.hasMegamenu .cateArea > .navPage-subMenu-list > .navPage-subMenu-item-child:hover > .navPage-subMenu-action {
        text-decoration: none; }
        .navPages-list > .navPages-item.hasMegamenu .cateArea > .navPage-subMenu-list > .navPage-subMenu-item-child:hover > .navPage-subMenu-action > .text {
          background-image: none !important; }
      .navPages-list > .navPages-item.hasMegamenu .navPage-subMenu-list li {
        border-bottom: none; }
      .navPages-list > .navPages-item.hasMegamenu .navPage-subMenu-list .navPage-subMenu-item-child .navPage-subMenu-action {
        font-family: "Roboto", sans-serif;
        font-weight: 600;
        font-size: 14px;
        letter-spacing: .02em; }
      .navPages-list > .navPages-item.hasMegamenu .navPage-subMenu-list .navPage-subMenu-item-child .navPage-subMenu-list .navPage-subMenu-item-child .navPage-subMenu-action {
        font-family: "Arimo", sans-serif;
        font-size: 12px;
        font-weight: 400; }
      .navPages-list > .navPages-item.hasMegamenu .navPage-subMenu-list .navPage-subMenu-item-child:hover {
        background: none !important; }
        .navPages-list > .navPages-item.hasMegamenu .navPage-subMenu-list .navPage-subMenu-item-child:hover .navPage-subMenu-action .text {
          background-image: none; }
      .navPages-list > .navPages-item.hasMegamenu .navPage-subMenu-list .navPage-subMenu-item-child + .navPage-subMenu-item-child {
        border-top: none !important;
        padding-right: 0; }
      .navPages-list > .navPages-item.hasMegamenu .navPage-subMenu-list .navPage-subMenu-item-child .navPage-subMenu {
        border: none !important;
        position: relative;
        top: auto;
        left: auto;
        box-shadow: none;
        display: block; }
      .navPages-list > .navPages-item.hasMegamenu .navPage-subMenu-list .navPage-subMenu-action {
        padding: 0px 15px 10px 15px;
        color: black; }
        .navPages-list > .navPages-item.hasMegamenu .navPage-subMenu-list .navPage-subMenu-action > .text {
          color: black; }
        .navPages-list > .navPages-item.hasMegamenu .navPage-subMenu-list .navPage-subMenu-action:hover {
          color: black; }
          .navPages-list > .navPages-item.hasMegamenu .navPage-subMenu-list .navPage-subMenu-action:hover .text {
            background: none;
            color: black; }
        .navPages-list > .navPages-item.hasMegamenu .navPage-subMenu-list .navPage-subMenu-action .navPages-action-moreIcon {
          display: none; }
      .navPages-list > .navPages-item.hasMegamenu .navPage-subMenu-list .navPage-subMenu-horizontal {
        display: inline-block;
        position: relative;
        left: inherit;
        top: auto;
        background: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none;
        margin-left: 0; }
        .navPages-list > .navPages-item.hasMegamenu .navPage-subMenu-list .navPage-subMenu-horizontal .navPage-subMenu-action {
          color: #5a5a5a; }
          .navPages-list > .navPages-item.hasMegamenu .navPage-subMenu-list .navPage-subMenu-horizontal .navPage-subMenu-action .text {
            color: #5a5a5a; }
          @media (min-width: 1025px) {
            .navPages-list > .navPages-item.hasMegamenu .navPage-subMenu-list .navPage-subMenu-horizontal .navPage-subMenu-action:hover .text {
              color: black; }
              .navPages-list > .navPages-item.hasMegamenu .navPage-subMenu-list .navPage-subMenu-horizontal .navPage-subMenu-action:hover .text > span {
                background-image: linear-gradient(transparent 96%, rgba(0, 0, 0, 0.7) 4%) !important;
                background-repeat: repeat-x;
                background-position-y: 0px; } }
    @media (min-width: 1025px) {
      .navPages-list > .navPages-item .navPages-action-moreIcon {
        display: none; } }
    @media (min-width: 1025px) {
      .navPages-list > .navPages-item > .navPage-subMenu {
        margin-top: 23px;
        background: white;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        padding: 7px 0 0 0;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
        filter: alpha(opacity=0);
        visibility: hidden;
        pointer-events: none;
        -webkit-transition: transform 0.35s linear;
        -moz-transition: transform 0.35s linear;
        -ms-transition: transform 0.35s linear;
        -o-transition: transform 0.35s linear;
        transition: transform 0.35s linear;
        -webkit-box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.1);
        z-index: 0;
        display: none; }
        .navPages-list > .navPages-item > .navPage-subMenu::-webkit-scrollbar {
          width: 0; }
        .navPages-list > .navPages-item > .navPage-subMenu .navPages-action-moreIcon {
          display: none; } }
    .navPages-list > .navPages-item:hover > .navPages-action > .text {
      position: relative;
      color: white; }
      @media (min-width: 1025px) {
        .navPages-list > .navPages-item:hover > .navPages-action > .text:before {
          width: 100%;
          visibility: visible;
          background: rgba(255, 255, 255, 0.7); } }
    .navPages-list > .navPages-item:hover > .navPage-subMenu {
      display: block;
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
      filter: alpha(opacity=100);
      visibility: visible;
      -moz-transform: translateY(0px);
      -o-transform: translateY(0px);
      -ms-transform: translateY(0px);
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
      pointer-events: auto;
      z-index: 100; }
    .navPages-list > .navPages-item.alignRight > .navPage-subMenu {
      left: auto;
      right: 0; }
    .navPages-list > .navPages-item.alignCenter > .navPage-subMenu {
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%); }
  .navPages-list.navPages-list-depth-max li {
    position: relative; }

#menu .navPages-item-custom .navPage-subMenu-list-level1 .hasMegamenu > .navPage-subMenu .cateArea {
  max-width: 100% !important;
  display: inline-block; }
  #menu .navPages-item-custom .navPage-subMenu-list-level1 .hasMegamenu > .navPage-subMenu .cateArea > .colLeftArea {
    width: 100%;
    background: none;
    padding: 0; }
    #menu .navPages-item-custom .navPage-subMenu-list-level1 .hasMegamenu > .navPage-subMenu .cateArea > .colLeftArea .colLeft {
      margin: 0; }
      #menu .navPages-item-custom .navPage-subMenu-list-level1 .hasMegamenu > .navPage-subMenu .cateArea > .colLeftArea .colLeft .navPage-megamenu {
        padding-right: 50px;
        margin: 0; }
        #menu .navPages-item-custom .navPage-subMenu-list-level1 .hasMegamenu > .navPage-subMenu .cateArea > .colLeftArea .colLeft .navPage-megamenu > a {
          padding: 11px 15px;
          display: inline-block;
          color: #5a5a5a;
          font-family: "Roboto", Arial, Helvetica, sans-serif;
          font-size: 12px;
          font-weight: 400;
          text-transform: capitalize; }
        #menu .navPages-item-custom .navPage-subMenu-list-level1 .hasMegamenu > .navPage-subMenu .cateArea > .colLeftArea .colLeft .navPage-megamenu + .navPage-megamenu {
          border-top: 1px solid whitesmoke; }
        #menu .navPages-item-custom .navPage-subMenu-list-level1 .hasMegamenu > .navPage-subMenu .cateArea > .colLeftArea .colLeft .navPage-megamenu:hover {
          background: whitesmoke; }
          #menu .navPages-item-custom .navPage-subMenu-list-level1 .hasMegamenu > .navPage-subMenu .cateArea > .colLeftArea .colLeft .navPage-megamenu:hover > a {
            color: black; }
  #menu .navPages-item-custom .navPage-subMenu-list-level1 .hasMegamenu > .navPage-subMenu .cateArea .navPage-subMenu-list {
    width: 100% !important;
    column-count: unset !important;
    -webkit-column-count: unset !important;
    -moz-column-count: unset !important;
    margin: 0;
    padding: 0; }
    #menu .navPages-item-custom .navPage-subMenu-list-level1 .hasMegamenu > .navPage-subMenu .cateArea .navPage-subMenu-list .navPage-subMenu-item-child {
      margin: 0;
      overflow: unset;
      position: relative; }
      #menu .navPages-item-custom .navPage-subMenu-list-level1 .hasMegamenu > .navPage-subMenu .cateArea .navPage-subMenu-list .navPage-subMenu-item-child .navPages-action {
        text-transform: capitalize;
        font-weight: 400;
        padding: 9px 20px 9px 20px; }

#menu .navPages-item-custom .navPage-subMenu-list-level1 .hasMegamenu > .navPage-subMenu .imageArea {
  display: none; }

#navPages-custom {
  display: none; }
  #navPages-custom.is-open {
    display: inline-block;
    position: absolute;
    top: 100%;
    left: 0; }

.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 whitesmoke;
  text-align: center; }
  @media (min-width: 1025px) {
    .navPages-action-depth-max.has-subMenu.is-open {
      border-bottom: 0;
      text-align: left; } }
  .navPages-action-depth-max.has-subMenu.is-open .navPages-action-moreIcon {
    border: 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-list-simple > .navPages-item {
  position: static; }
  @media (min-width: 1025px) {
    .navPages-list-simple > .navPages-item > .navPage-subMenu {
      padding-top: 28px;
      padding-bottom: 28px;
      overflow-x: hidden;
      overflow-y: auto;
      max-height: 82vh;
      margin-top: 0 !important; } }
  .navPages-list-simple > .navPages-item > .navPage-subMenu > .container > .navPage-subMenu-list > .navPage-subMenu-item-child:hover > a {
    background-image: none; }
  .navPages-list-simple > .navPages-item > .navPage-subMenu > .container > .navPage-subMenu-list > .navPage-subMenu-item-child:hover > p > a {
    background-image: none; }
  .navPages-list-simple > .navPages-item > .navPage-subMenu .container {
    padding: 0 30px; }
    @media (min-width: 1600px) {
      .navPages-list-simple > .navPages-item > .navPage-subMenu .container {
        padding: 0 75px; } }
    @media (min-width: 1025px) {
      .navPages-list-simple > .navPages-item > .navPage-subMenu .container > .navPage-subMenu-list {
        column-count: 5;
        -webkit-column-count: 5; }
        .navPages-list-simple > .navPages-item > .navPage-subMenu .container > .navPage-subMenu-list.navPage-subMenu-list-level1 > .navPage-subMenu-item-child {
          width: auto;
          break-inside: avoid-column;
          page-break-inside: avoid;
          -webkit-column-break-inside: avoid;
          display: block;
          overflow: hidden;
          border-top: none !important; }
          .navPages-list-simple > .navPages-item > .navPage-subMenu .container > .navPage-subMenu-list.navPage-subMenu-list-level1 > .navPage-subMenu-item-child.has-subMenu {
            margin-bottom: 20px; }
          .navPages-list-simple > .navPages-item > .navPage-subMenu .container > .navPage-subMenu-list.navPage-subMenu-list-level1 > .navPage-subMenu-item-child > .navPage-subMenu-action {
            color: black; }
            .navPages-list-simple > .navPages-item > .navPage-subMenu .container > .navPage-subMenu-list.navPage-subMenu-list-level1 > .navPage-subMenu-item-child > .navPage-subMenu-action .text {
              color: black; }
          .navPages-list-simple > .navPages-item > .navPage-subMenu .container > .navPage-subMenu-list.navPage-subMenu-list-level1 > .navPage-subMenu-item-child:hover {
            background: none; }
            .navPages-list-simple > .navPages-item > .navPage-subMenu .container > .navPage-subMenu-list.navPage-subMenu-list-level1 > .navPage-subMenu-item-child:hover > .navPages-action {
              color: black; }
              .navPages-list-simple > .navPages-item > .navPage-subMenu .container > .navPage-subMenu-list.navPage-subMenu-list-level1 > .navPage-subMenu-item-child:hover > .navPages-action .text {
                color: black; }
              .navPages-list-simple > .navPages-item > .navPage-subMenu .container > .navPage-subMenu-list.navPage-subMenu-list-level1 > .navPage-subMenu-item-child:hover > .navPages-action > span {
                background-image: none; }
        .navPages-list-simple > .navPages-item > .navPage-subMenu .container > .navPage-subMenu-list .navPage-subMenu-item-child {
          padding-right: 0; }
          .navPages-list-simple > .navPages-item > .navPage-subMenu .container > .navPage-subMenu-list .navPage-subMenu-item-child > .navPage-subMenu-action {
            color: #5a5a5a; }
            .navPages-list-simple > .navPages-item > .navPage-subMenu .container > .navPage-subMenu-list .navPage-subMenu-item-child > .navPage-subMenu-action .text {
              color: #5a5a5a; }
            .navPages-list-simple > .navPages-item > .navPage-subMenu .container > .navPage-subMenu-list .navPage-subMenu-item-child > .navPage-subMenu-action:hover {
              color: black; }
              .navPages-list-simple > .navPages-item > .navPage-subMenu .container > .navPage-subMenu-list .navPage-subMenu-item-child > .navPage-subMenu-action:hover > span {
                background-image: linear-gradient(transparent 96%, rgba(0, 0, 0, 0.7) 4%);
                background-repeat: repeat-x;
                background-position-y: 0px; }
              .navPages-list-simple > .navPages-item > .navPage-subMenu .container > .navPage-subMenu-list .navPage-subMenu-item-child > .navPage-subMenu-action:hover > .text {
                color: black; }
          .navPages-list-simple > .navPages-item > .navPage-subMenu .container > .navPage-subMenu-list .navPage-subMenu-item-child .navPage-subMenu-action {
            padding: 0 15px 12px; }
          .navPages-list-simple > .navPages-item > .navPage-subMenu .container > .navPage-subMenu-list .navPage-subMenu-item-child .navPage-subMenu-list .navPage-subMenu-action {
            text-transform: capitalize; } }
    @media (min-width: 1920px) {
      .navPages-list-simple > .navPages-item > .navPage-subMenu .container > .navPage-subMenu-list {
        column-count: 6;
        -webkit-column-count: 6; } }
  @media (min-width: 1025px) {
    .navPages-list-simple > .navPages-item > .navPage-subMenu .cateArea > .navPage-subMenu-list > .navPage-subMenu-item-child {
      margin-bottom: 20px; }
      .navPages-list-simple > .navPages-item > .navPage-subMenu .cateArea > .navPage-subMenu-list > .navPage-subMenu-item-child > .navPage-subMenu-action:hover {
        text-decoration: none; }
      .navPages-list-simple > .navPages-item > .navPage-subMenu .cateArea > .navPage-subMenu-list > .navPage-subMenu-item-child .navPage-subMenu-action {
        padding: 0 15px 12px; } }
  .navPages-list-simple > .navPages-item > .navPage-subMenu .cateArea .colLeftArea + .container {
    width: 75%;
    margin: 0; }
    @media (min-width: 1441px) {
      .navPages-list-simple > .navPages-item > .navPage-subMenu .cateArea .colLeftArea + .container {
        width: 71%; } }
  .navPages-list-simple > .navPages-item.hasMegamenu > .navPage-subMenu {
    padding: 0; }
    .navPages-list-simple > .navPages-item.hasMegamenu > .navPage-subMenu .container {
      padding-right: 15px;
      padding-left: 30px; }
      @media (min-width: 1600px) {
        .navPages-list-simple > .navPages-item.hasMegamenu > .navPage-subMenu .container {
          padding-left: 75px; } }
    .navPages-list-simple > .navPages-item.hasMegamenu > .navPage-subMenu > .container {
      padding: 0; }
  @media (min-width: 1025px) {
    .navPages-list-simple > .navPages-item.hasMegamenu .cateArea > .container > .navPage-subMenu-list {
      padding-top: 29px;
      padding-bottom: 58px; }
    .navPages-list-simple > .navPages-item.hasMegamenu .cateArea .colLeftArea + .container {
      padding-left: 30px; }
    .navPages-list-simple > .navPages-item.hasMegamenu .cateArea.columns-2 > .container > ul {
      column-count: 2;
      -webkit-column-count: 2;
      -moz-column-count: 2; }
    .navPages-list-simple > .navPages-item.hasMegamenu .cateArea.columns-3 > .container > ul {
      column-count: 3;
      -webkit-column-count: 3;
      -moz-column-count: 3; }
    .navPages-list-simple > .navPages-item.hasMegamenu .cateArea.columns-4 > .container > ul {
      column-count: 4;
      -webkit-column-count: 4;
      -moz-column-count: 4; }
    .navPages-list-simple > .navPages-item.hasMegamenu .cateArea.columns-5 > .container > ul {
      column-count: 5;
      -webkit-column-count: 5;
      -moz-column-count: 5; }
    .navPages-list-simple > .navPages-item.hasMegamenu .cateArea.columns-6 > .container > ul {
      column-count: 6;
      -webkit-column-count: 6;
      -moz-column-count: 6; } }
  .navPages-list-simple > .navPages-item.navPages-item-custom > .navPage-subMenu-level1 {
    overflow: unset; }
  .navPages-list-simple > .navPages-item.navPages-item-custom > .navPage-subMenu .container .navPage-subMenu-list.navPage-subMenu-list-level1 .navPage-subMenu-item-child > p {
    margin-bottom: 0; }
  .navPages-list-simple > .navPages-item.navPages-item-custom > .navPage-subMenu .container .navPage-subMenu-list.navPage-subMenu-list-level1 li .navPage-subMenu {
    display: none;
    position: absolute;
    left: calc(100% - 60px);
    top: 0;
    -webkit-box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.1); }
  .navPages-list-simple > .navPages-item.navPages-item-custom > .navPage-subMenu .container .navPage-subMenu-list.navPage-subMenu-list-level1 li:hover {
    background: whitesmoke; }
    .navPages-list-simple > .navPages-item.navPages-item-custom > .navPage-subMenu .container .navPage-subMenu-list.navPage-subMenu-list-level1 li:hover > .navPage-subMenu {
      display: block;
      z-index: 1; }
  .navPages-list-simple > .navPages-item.navPages-item-custom > .navPage-subMenu .container .navPage-subMenu-list.navPage-subMenu-list-level1 li + li {
    border-top: 1px solid whitesmoke !important; }
  .navPages-list-simple > .navPages-item.navPages-item-custom .navPage-subMenu-list-level1 > .navPages-item > .navPages-action {
    text-transform: capitalize;
    color: #5a5a5a;
    padding: 11px 20px;
    position: relative; }
    .navPages-list-simple > .navPages-item.navPages-item-custom .navPage-subMenu-list-level1 > .navPages-item > .navPages-action > a {
      color: #5a5a5a; }
    .navPages-list-simple > .navPages-item.navPages-item-custom .navPage-subMenu-list-level1 > .navPages-item > .navPages-action:hover > a {
      color: black; }
  .navPages-list-simple > .navPages-item.navPages-item-custom .navPage-subMenu-list-level1 > .navPages-item:hover > .navPages-action {
    color: black; }
    .navPages-list-simple > .navPages-item.navPages-item-custom .navPage-subMenu-list-level1 > .navPages-item:hover > .navPages-action > a {
      color: black; }
    .navPages-list-simple > .navPages-item.navPages-item-custom .navPage-subMenu-list-level1 > .navPages-item:hover > .navPages-action > span {
      background-image: linear-gradient(transparent 96%, rgba(0, 0, 0, 0.7) 4%);
      background-repeat: repeat-x;
      background-position-y: 0px; }
  .navPages-list-simple > .navPages-item.navPages-item-custom .navPage-subMenu-list-level1 .navPage-subMenu-level1 .navPage-subMenu {
    display: none; }
  .navPages-list-simple > .navPages-item.navPages-item-custom .hasMegamenu > .navPage-subMenu {
    padding-top: 0;
    display: none; }

.navPages-action {
  color: white;
  display: block;
  font-size: 12px;
  font-weight: 400;
  padding: 0.75rem 0;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 0; }
  @media (min-width: 1025px) {
    .navPages-action {
      display: inline-block;
      padding: 3px 9px 5px 9px; }
      .navPages-action.is-open {
        background-color: white; }
        .navPages-action.is-open svg {
          fill: white;
          stroke: white; } }
  @media (min-width: 1200px) {
    .navPages-action {
      padding: 3px 15px 5px 15px; } }
  @media (min-width: 1281px) {
    .navPages-action {
      padding: 3px 18px 5px 18px; } }
  .navPages-action:hover, .navPages-action.activePage {
    color: white; }
    .navPages-action:hover svg, .navPages-action.activePage svg {
      fill: white;
      stroke: white; }
  .navPages-action svg {
    fill: white;
    stroke: white;
    transition: all 0.15s ease; }

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

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

.navPages-action-moreIcon {
  height: 0.66667rem;
  width: 0.66667rem;
  margin-left: 3px;
  transform: rotate(-90deg); }
  @media (min-width: 1025px) {
    .navPages-action-moreIcon {
      transform: none; } }
  .has-subMenu.is-open .navPages-action-moreIcon {
    transform: rotate(0); }

.navPage-childList {
  display: none; }
  @media (min-width: 1025px) {
    .navPage-childList {
      border: 0;
      display: block; } }
  .navPage-childList.is-open {
    display: block; }

.navPage-subMenu {
  outline: 0; }
  @media (min-width: 1025px) {
    .navPage-subMenu {
      background-color: white;
      text-align: left; }
      .navPage-subMenu.is-open {
        display: block;
        left: 0;
        width: 100%; } }
  .navPage-subMenu.is-open {
    display: block; }

@media (min-width: 1025px) {
  .has-subMenu.is-root + .navPage-subMenu-horizontal {
    height: auto;
    left: 0;
    top: inherit;
    right: auto;
    width: 18.33333rem;
    padding-top: 0; }
    .has-subMenu.is-root + .navPage-subMenu-horizontal .container {
      padding: 0; }
    .has-subMenu.is-root + .navPage-subMenu-horizontal .navPage-subMenu-list {
      margin: 0; }
      .has-subMenu.is-root + .navPage-subMenu-horizontal .navPage-subMenu-list .navPage-subMenu-item-child {
        padding-right: 50px;
        background: white; }
        .has-subMenu.is-root + .navPage-subMenu-horizontal .navPage-subMenu-list .navPage-subMenu-item-child .navPages-action {
          font-family: "Roboto", Arial, Helvetica, sans-serif;
          font-size: 12px;
          font-weight: 400;
          text-transform: capitalize;
          padding: 11px 20px 11px 20px;
          color: #5a5a5a;
          margin-bottom: 0;
          transition: all .3s ease; }
          .has-subMenu.is-root + .navPage-subMenu-horizontal .navPage-subMenu-list .navPage-subMenu-item-child .navPages-action .text {
            color: #5a5a5a; }
        .has-subMenu.is-root + .navPage-subMenu-horizontal .navPage-subMenu-list .navPage-subMenu-item-child:hover {
          background: whitesmoke; }
          .has-subMenu.is-root + .navPage-subMenu-horizontal .navPage-subMenu-list .navPage-subMenu-item-child:hover .navPage-subMenu {
            display: block;
            z-index: 1; }
          .has-subMenu.is-root + .navPage-subMenu-horizontal .navPage-subMenu-list .navPage-subMenu-item-child:hover > a > span {
            background-image: linear-gradient(transparent 96%, rgba(0, 0, 0, 0.7) 4%);
            background-repeat: repeat-x;
            background-position-y: 0px; }
          .has-subMenu.is-root + .navPage-subMenu-horizontal .navPage-subMenu-list .navPage-subMenu-item-child:hover > p > a > span {
            background-image: linear-gradient(transparent 96%, rgba(0, 0, 0, 0.7) 4%);
            background-repeat: repeat-x;
            background-position-y: 0px; }
          .has-subMenu.is-root + .navPage-subMenu-horizontal .navPage-subMenu-list .navPage-subMenu-item-child:hover > .navPages-action {
            color: black; }
            .has-subMenu.is-root + .navPage-subMenu-horizontal .navPage-subMenu-list .navPage-subMenu-item-child:hover > .navPages-action .text {
              color: black; }
            .has-subMenu.is-root + .navPage-subMenu-horizontal .navPage-subMenu-list .navPage-subMenu-item-child:hover > .navPages-action > .text {
              background-image: linear-gradient(transparent 96%, rgba(0, 0, 0, 0.7) 4%);
              background-repeat: repeat-x;
              background-position-y: 0px; }
        .has-subMenu.is-root + .navPage-subMenu-horizontal .navPage-subMenu-list .navPage-subMenu-item-child + .navPage-subMenu-item-child + .navPage-subMenu-item-child {
          border-top: 1px solid whitesmoke; }
      .has-subMenu.is-root + .navPage-subMenu-horizontal .navPage-subMenu-list.navPage-subMenu-list-level1 .navPages-item:hover > .navPage-subMenu {
        display: block;
        z-index: 1; }
      .has-subMenu.is-root + .navPage-subMenu-horizontal .navPage-subMenu-list .navPage-subMenu {
        left: calc(100% - 60px);
        position: absolute;
        top: 0px;
        display: none;
        -webkit-box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.1); } }

.navPage-subMenu-item-child {
  width: 100%; }
  @media (min-width: 1025px) {
    .navPage-subMenu-item-child:hover > p > a > span {
      background-image: linear-gradient(transparent 96%, rgba(0, 0, 0, 0.7) 4%);
      background-repeat: repeat-x;
      background-position-y: 0px; }
    .navPage-subMenu-item-child:hover > a > span {
      background-image: linear-gradient(transparent 96%, rgba(0, 0, 0, 0.7) 4%);
      background-repeat: repeat-x;
      background-position-y: 0px; }
    .navPage-subMenu-item-child .navPage-subMenu-action {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      display: inline-block; } }

.navPage-subMenu-action {
  padding: 0.75rem 0; }
  @media (min-width: 1025px) {
    .navPage-subMenu-action {
      padding: 0.75rem 0 1.16667rem; } }

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

#menu .cateArea {
  position: relative;
  float: left;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap; }
  @media (max-width: 1440px) {
    #menu .cateArea {
      max-width: 55% !important; } }
  #menu .cateArea > .colLeftArea {
    width: 25%;
    font-size: 12px;
    background: #f3f3f3;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 29px; }
    @media (min-width: 1441px) {
      #menu .cateArea > .colLeftArea {
        width: 29%; } }
    @media (min-width: 1920px) {
      #menu .cateArea > .colLeftArea {
        padding-left: 75px; } }
    #menu .cateArea > .colLeftArea .colLeft {
      margin-left: 0; }
      #menu .cateArea > .colLeftArea .colLeft p {
        margin-bottom: 8px; }
      #menu .cateArea > .colLeftArea .colLeft a {
        color: black;
        text-transform: uppercase;
        font-family: "Roboto", sans-serif;
        font-weight: 600;
        letter-spacing: .02em;
        font-size: 14px; }
        #menu .cateArea > .colLeftArea .colLeft a:hover {
          color: black; }
          #menu .cateArea > .colLeftArea .colLeft a:hover > span {
            background-image: linear-gradient(transparent 96%, rgba(0, 0, 0, 0.7) 4%);
            background-repeat: repeat-x;
            background-position-y: 0px; }
    #menu .cateArea > .colLeftArea + .navPage-subMenu-list {
      padding-left: 30px;
      width: 75%; }
      @media (min-width: 1441px) {
        #menu .cateArea > .colLeftArea + .navPage-subMenu-list {
          width: 70%; } }
  #menu .cateArea > ul {
    width: 100%;
    font-size: 0;
    margin: 0 -15px 60px;
    text-align: left;
    padding-top: 18px;
    padding-left: 30px; }
    @media (min-width: 1920px) {
      #menu .cateArea > ul {
        padding-left: 75px; } }
    #menu .cateArea > ul > li {
      font-size: 12px;
      break-inside: avoid-column;
      page-break-inside: avoid;
      -webkit-column-break-inside: avoid;
      width: 100%;
      display: block;
      overflow: hidden; }
      @media (min-width: 1025px) {
        #menu .cateArea > ul > li {
          margin-bottom: 20px; } }
      #menu .cateArea > ul > li > .navPage-subMenu-action {
        font-weight: 600;
        text-transform: uppercase;
        color: black;
        font-family: "Roboto", sans-serif;
        font-size: 14px;
        letter-spacing: .02em;
        padding: 11px 15px; }
        #menu .cateArea > ul > li > .navPage-subMenu-action .text {
          color: black; }
      #menu .cateArea > ul > li:hover > .navPage-subMenu-action {
        color: black; }
        #menu .cateArea > ul > li:hover > .navPage-subMenu-action > .text {
          color: black; }
      #menu .cateArea > ul > li .navPage-subMenu-list li .navPages-action {
        color: #5a5a5a;
        padding: 7px 15px; }
      #menu .cateArea > ul > li .navPage-subMenu-list li:hover .navPages-action {
        color: black; }
        #menu .cateArea > ul > li .navPage-subMenu-list li:hover .navPages-action > span {
          background-image: linear-gradient(transparent 96%, rgba(0, 0, 0, 0.7) 4%);
          background-repeat: repeat-x;
          background-position-y: 0px; }
      #menu .cateArea > ul > li .navPage-subMenu-list li .navPage-subMenu {
        display: none; }
  #menu .cateArea.columns-2 > ul {
    column-count: 2;
    -webkit-column-count: 2;
    -moz-column-count: 2; }
  #menu .cateArea.columns-3 > ul {
    column-count: 3;
    -webkit-column-count: 3;
    -moz-column-count: 3; }
  #menu .cateArea.columns-4 > ul {
    column-count: 4;
    -webkit-column-count: 4;
    -moz-column-count: 4; }
  #menu .cateArea.columns-5 > ul {
    column-count: 5;
    -webkit-column-count: 5;
    -moz-column-count: 5; }
  #menu .cateArea.columns-6 > ul {
    column-count: 6;
    -webkit-column-count: 6;
    -moz-column-count: 6; }
  #menu .cateArea.colLeft {
    float: left; }
  #menu .cateArea.colRight {
    float: right; }

#menu .fullWidth .cateArea.colLeft, #menu .fullWidth .imageArea.colLeft {
  padding-left: 0; }

#menu .fullWidth .cateArea.colRight, #menu .fullWidth .imageArea.colRight {
  padding-right: 0; }

#menu .navPage-subMegaMenu > .container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap; }

#menu .imageRight.hasColLeft > .container {
  padding-left: 0px;
  padding-right: 0px; }

.navPage-subMenu-item-brand .navPage-subMenu-list li.view-all .navPages-action {
  padding: 7px 15px;
  color: black !important;
  text-transform: capitalize; }
  .navPage-subMenu-item-brand .navPage-subMenu-list li.view-all .navPages-action > span {
    background-image: linear-gradient(transparent 96%, rgba(0, 0, 0, 0.7) 4%);
    background-repeat: repeat-x;
    background-position-y: 0px; }

.navPages-quickSearch {
  border-bottom: 1px solid #e6e6e6;
  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 #e6e6e6; }
  .navPages-list--user #currencySelection2 .dropdown-menu-item {
    padding: 0; }
    .navPages-list--user #currencySelection2 .dropdown-menu-item:not(:last-child) {
      border-bottom: 1px solid #e6e6e6; }
  .navPages-list--user #currencySelection2 a {
    padding: 0.75rem 1.5rem; }

.navPages-label {
  display: inline-block;
  height: 17px;
  line-height: 14px;
  font-size: 11px;
  font-weight: 700;
  padding: 0px 8px;
  letter-spacing: 0;
  text-align: center;
  position: relative;
  border: 1px solid;
  text-transform: capitalize;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  min-width: 38px;
  font-family: 'Arimo', sans-serif; }
  .navPages-label.sale-label {
    color: white;
    border-color: #ed4f2d;
    background-color: #ed4f2d; }
  .navPages-label.new-label {
    color: white;
    border-color: #477bc1;
    background-color: #477bc1; }
  .navPages-label.hot-label {
    color: black;
    border-color: #f4ab3c;
    background-color: #f4ab3c; }
  @media (min-width: 1025px) {
    .navPages-label {
      right: 9px;
      top: -17px;
      position: absolute; } }
  @media (max-width: 767px) {
    .navPages-label {
      line-height: 16px;
      margin-left: -11px; } }

.colLeftArea {
  font-size: 12px; }
  @media (min-width: 1025px) {
    .colLeftArea {
      width: 25%;
      background: #f3f3f3;
      padding-left: 30px;
      padding-right: 30px;
      padding-top: 29px; } }
  @media (min-width: 1441px) {
    .colLeftArea {
      width: 30%; } }
  @media (min-width: 1920px) {
    .colLeftArea {
      padding-left: 75px; } }
  .colLeftArea .colLeft .navPage-megamenu {
    margin-bottom: 8px; }
  .colLeftArea .colLeft a {
    color: black;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    letter-spacing: .02em;
    font-size: 14px; }
    .colLeftArea .colLeft a:hover {
      color: black;
      background-image: linear-gradient(transparent 96%, rgba(0, 0, 0, 0.7) 4%);
      background-repeat: repeat-x;
      background-position-y: -2px; }
  .colLeftArea + .navPage-subMenu-list {
    padding-left: 30px;
    width: 75%; }
    @media (min-width: 1441px) {
      .colLeftArea + .navPage-subMenu-list {
        width: 70%; } }

.imageArea {
  display: inline-flex;
  margin: 0;
  float: left; }
  @media (min-width: 1025px) {
    .imageArea {
      padding: 0 20px; } }
  @media (max-width: 1440px) {
    .imageArea {
      max-width: 45% !important; } }
  .imageArea a {
    display: block; }
  .imageArea img {
    margin: 0 auto; }
  .imageArea.colLeft {
    float: left;
    padding-right: 20px;
    display: inline-flex;
    flex-direction: column; }
  .imageArea.colRight {
    float: right;
    display: inline-flex;
    flex-direction: column; }
    @media (min-width: 1025px) {
      .imageArea.colRight {
        padding-left: 15px; } }
  .imageArea > .imgList {
    font-size: 0;
    height: 100%;
    display: inline-block;
    width: 100%; }
    @media (min-width: 1025px) {
      .imageArea > .imgList {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: stretch;
        -webkit-align-items: stretch;
        align-items: stretch;
        -ms-flex-pack: flex-end;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
        -ms-flex-wrap: nowrap;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap; } }
    .imageArea > .imgList > .imgItem {
      padding: 0 15px;
      vertical-align: top;
      display: inline-block;
      width: 100%; }
      @media (min-width: 1025px) {
        .imageArea > .imgList > .imgItem {
          width: 50%; } }
      .imageArea > .imgList > .imgItem > a {
        display: block; }
        .imageArea > .imgList > .imgItem > a + a {
          margin-top: 6px; }
      .imageArea > .imgList > .imgItem.imgLeft {
        padding-left: 20px;
        padding-right: 20px;
        display: none; }
        @media (min-width: 1025px) {
          .imageArea > .imgList > .imgItem.imgLeft {
            width: 100%;
            padding-left: 0px;
            padding-right: 30px; } }
        .imageArea > .imgList > .imgItem.imgLeft.show {
          display: block; }
          @media (min-width: 1025px) {
            .imageArea > .imgList > .imgItem.imgLeft.show + .imgRight {
              width: 45%; } }
        @media (min-width: 1025px) {
          .imageArea > .imgList > .imgItem.imgLeft.has-imgRight {
            width: 55%;
            padding-right: 15px; } }
      .imageArea > .imgList > .imgItem.imgRight {
        padding-right: 0;
        text-align: right;
        padding-left: 0;
        display: none; }
        .imageArea > .imgList > .imgItem.imgRight.show {
          display: block; }
        .imageArea > .imgList > .imgItem.imgRight .menu-img-container img {
          position: relative;
          top: auto;
          left: auto; }
        @media (min-width: 1025px) {
          .imageArea > .imgList > .imgItem.imgRight {
            width: 100%;
            padding-left: 15px; }
            .imageArea > .imgList > .imgItem.imgRight .menu-img-container {
              width: 100%;
              height: 100%;
              position: relative;
              display: inline-block;
              vertical-align: top; }
              .imageArea > .imgList > .imgItem.imgRight .menu-img-container img {
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
                z-index: 2;
                object-fit: cover;
                position: absolute; } }
  .imageArea .featured-product {
    padding-top: 32px; }
  .imageArea .imgHeading {
    margin: 0;
    margin-bottom: 25px;
    text-align: left;
    font-size: 14px;
    font-weight: 600;
    color: #324963; }
  .imageArea .featuredProductCarousel .slick-list {
    margin: 0 -15px; }
  .imageArea .featuredProductCarousel .product {
    display: none;
    padding: 0 15px; }
    .imageArea .featuredProductCarousel .product:first-child, .imageArea .featuredProductCarousel .product.slick-slide {
      display: block; }
  .imageArea .card {
    margin-bottom: 20px;
    flex-direction: row;
    -ms-flex-direction: row; }
    .imageArea .card .card-img-container {
      width: 80px;
      margin: 0 auto; }
    .imageArea .card .card-figure {
      width: 80px;
      margin: 0 auto;
      display: inline-block; }
    .imageArea .card .card-body {
      display: inline-block;
      width: calc(100% - 80px);
      vertical-align: top;
      padding-left: 20px;
      padding-top: 7px; }
      .imageArea .card .card-body .card-title {
        padding-right: 0; }
      .imageArea .card .card-body .card-price {
        margin-bottom: 9px; }
        .imageArea .card .card-body .card-price .price-section--saving {
          display: none !important; }
      .imageArea .card .card-body .card-button {
        color: #787878;
        font-size: 14px;
        font-weight: 600;
        font-family: "Roboto", sans-serif;
        text-transform: uppercase;
        letter-spacing: .02em;
        position: relative;
        padding-left: 18px; }
        .imageArea .card .card-body .card-button:before, .imageArea .card .card-body .card-button:after {
          content: "";
          position: absolute;
          background: #787878; }
        .imageArea .card .card-body .card-button:before {
          width: 1px;
          height: 9px;
          left: 4px;
          top: 6px; }
        .imageArea .card .card-body .card-button:after {
          width: 9px;
          height: 1px;
          top: 10px;
          left: 0; }
        .imageArea .card .card-body .card-button:hover {
          color: #477bc1; }
          .imageArea .card .card-body .card-button:hover:before, .imageArea .card .card-body .card-button:hover:after {
            background: #477bc1; }
  .imageArea .slick-arrow {
    background: transparent;
    top: -37px;
    width: 13px;
    height: 13px;
    padding: 0;
    border: none; }
    .imageArea .slick-arrow:before {
      width: 13px;
      height: 13px; }
  .imageArea .slick-next {
    right: -3px; }
    .imageArea .slick-next::before {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M1.45679 1.00746147l21 20.02482143L1.50885 41.0074615' stroke='%23999999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
  .imageArea .slick-prev {
    right: 37px;
    left: auto; }
    .imageArea .slick-prev::before {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M22.4572074 1.00746147l-21 20.02482143 20.9479397 19.9751786' stroke='%23999999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }

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

#menuMobile .cateArea {
  position: relative;
  max-width: 100% !important; }

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

#menuMobile .navPages-list {
  position: relative; }
  #menuMobile .navPages-list + .navPages-list {
    margin-top: 30px; }
  #menuMobile .navPages-list > .navPages-item > .navPages-action > .text {
    font-weight: 700; }

#menuMobile .navPage-subMegaMenu .container {
  padding: 0; }

#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: 600;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: black;
    text-align: left; }
  #menuMobile .navPages-item.is-open {
    border-bottom: none; }
    #menuMobile .navPages-item.is-open > .navPages-action {
      display: none !important; }
    #menuMobile .navPages-item.is-open > .navPage-subMenu {
      right: 0;
      position: relative; }
    #menuMobile .navPages-item.is-open .navPages-label-wrap {
      display: none; }
  #menuMobile .navPages-item > .navPage-subMenu > .navPage-subMenu-list > .navPage-subMenu-item-child > .navPages-action {
    color: black;
    font-weight: 600;
    font-family: "Rajdhani", sans-serif;
    font-size: 14px; }

#menuMobile .navPages-action {
  margin: 0;
  padding: 0;
  cursor: pointer;
  display: block;
  text-transform: capitalize;
  background-color: transparent;
  color: #5a5a5a;
  text-align: left;
  border-bottom: none; }
  #menuMobile .navPages-action .text {
    padding: 17px 20px;
    color: inherit;
    display: inline-block;
    line-height: 17px; }
    #menuMobile .navPages-action .text:before {
      content: none; }
  #menuMobile .navPages-action .icon, #menuMobile .navPages-action img {
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle; }
  #menuMobile .navPages-action .icon {
    fill: #5a5a5a;
    stroke: #5a5a5a; }
  #menuMobile .navPages-action img {
    position: relative;
    top: -1px; }

#menuMobile .navPages-action-moreIcon {
  width: 44px;
  height: 51px;
  font-size: 15px;
  right: auto;
  float: right;
  line-height: 51px;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  position: relative;
  transform: none;
  pointer-events: none;
  color: #5a5a5a;
  margin-right: 2px !important;
  text-decoration: none;
  border: none; }

#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;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: .02em; }

#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; }
  #menuMobile .navPage-subMenu .navPage-subMenu-action {
    display: block;
    text-transform: uppercase; }
  #menuMobile .navPage-subMenu .navPage-subMenu .navPage-subMenu-action {
    text-transform: capitalize; }
  #menuMobile .navPage-subMenu .navPage-subMenu-item {
    width: 100%; }

#menuMobile .navPage-subMenu-item-child {
  position: static;
  border-bottom: 1px solid #ebebeb; }
  #menuMobile .navPage-subMenu-item-child:after {
    content: none; }
  #menuMobile .navPage-subMenu-item-child.is-open {
    border-bottom: none; }
    #menuMobile .navPage-subMenu-item-child.is-open > .navPages-action {
      display: none !important; }
    #menuMobile .navPage-subMenu-item-child.is-open > .navPage-subMenu {
      right: 0;
      position: relative; }
    #menuMobile .navPage-subMenu-item-child.is-open > .navPage-subMenu-horizontal {
      display: inline-block; }
    #menuMobile .navPage-subMenu-item-child.is-open .navPage-megamenu {
      display: none; }

#menuMobile .navPage-subMenu-title {
  display: block;
  text-align: center;
  width: 100%; }
  #menuMobile .navPage-subMenu-title .navPages-action {
    background-color: #f8f8f8;
    font-family: "Rajdhani", sans-serif;
    font-size: 15px;
    font-weight: 600;
    display: block;
    letter-spacing: .02em;
    text-transform: uppercase !important;
    text-align: center; }
    #menuMobile .navPage-subMenu-title .navPages-action a {
      pointer-events: none;
      color: black; }
  #menuMobile .navPage-subMenu-title .navPages-action-moreIcon {
    right: auto;
    left: 0;
    float: none;
    position: absolute;
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    line-height: 53px; }

#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; }
    #menuMobile .navPages-list--user .navPages-item > .navPages-action .text {
      padding-top: 9px;
      padding-bottom: 9px; }
  #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; }

.all-categories-list .navPages-item a {
  text-transform: none !important; }

.tags {
  list-style: none;
  margin-left: 0;
  font-size: 0;
  text-align: center; }
  .tags ul,
  .tags ol {
    list-style: none;
    margin-bottom: 0; }

.tag {
  display: inline-block;
  font-size: 1rem;
  margin-bottom: 10px;
  margin-right: 5px; }
  .tag a {
    color: #999999;
    display: inline-block;
    padding: 0.41667rem 0.5rem;
    text-decoration: none;
    border: 1px solid #e6e6e6;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    padding: 4px 18px; }
    .tag a:hover {
      color: #324963;
      border-color: #324963; }
  .tag.active a {
    color: #324963;
    border-color: #324963; }

.socialLinks {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 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: #232323;
      transition: all 0.15s ease; }
    .socialLinks .icon.icon--twitter svg {
      width: 25px; }
    .socialLinks .icon.icon--pinterest svg {
      width: 20px; }
    .socialLinks .icon.icon--snapchat 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-item .icon--facebook {
    margin-left: -5px; }

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

.socialLinks--alt svg {
  fill: #232323; }

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

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

.heroCarousel {
  width: 1px;
  min-width: 100%; }
  .heroCarousel.slick-initialized {
    max-height: 75rem;
    opacity: 1;
    margin-bottom: 0; }
  .heroCarousel:not(.slick-initialized) :not(.heroCarousel-slide--first).heroCarousel-slide {
    display: none; }
  .heroCarousel a {
    text-decoration: none; }
  .heroCarousel .slick-next,
  .heroCarousel .slick-prev {
    top: 40%;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.6);
    width: 52px;
    height: 52px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: none !important; }
    .heroCarousel .slick-next:hover, .heroCarousel .slick-next:focus,
    .heroCarousel .slick-prev:hover,
    .heroCarousel .slick-prev:focus {
      background: transparent;
      border: 2px solid rgba(255, 255, 255, 0.6); }
    .heroCarousel .slick-next:before,
    .heroCarousel .slick-prev:before {
      height: 2.41667rem;
      width: 2.41667rem; }
  .heroCarousel .slick-next {
    right: 5px; }
    @media (min-width: 1025px) {
      .heroCarousel .slick-next {
        right: 10px; } }
    @media (min-width: 1281px) {
      .heroCarousel .slick-next {
        right: 10px; } }
    .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='rgba(255, 255, 255, 0.6)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
  .heroCarousel .slick-prev {
    left: 5px; }
    @media (min-width: 1025px) {
      .heroCarousel .slick-prev {
        left: 10px; } }
    @media (min-width: 1281px) {
      .heroCarousel .slick-prev {
        left: 10px; } }
    .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='rgba(255, 255, 255, 0.6)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
  @media (min-width: 551px) {
    .heroCarousel .slick-dots {
      position: absolute;
      bottom: 1.25rem; } }
  @media (min-width: 1025px) {
    .heroCarousel .slick-dots {
      bottom: 3.75rem; } }
  .heroCarousel .slick-dots li button:before {
    background: #999999;
    border: 1px solid #999999;
    opacity: 1; }
    @media (min-width: 551px) {
      .heroCarousel .slick-dots li button:before {
        background: rgba(255, 255, 255, 0.5);
        border: 1px solid rgba(255, 255, 255, 0.5); } }
  .heroCarousel .slick-dots li.slick-active button::before {
    background: transparent;
    border: 1px solid #999999; }
    @media (min-width: 551px) {
      .heroCarousel .slick-dots li.slick-active button::before {
        border: 1px solid rgba(255, 255, 255, 0.5); } }
  @media (min-width: 551px) {
    .heroCarousel:hover .slick-next,
    .heroCarousel:hover .slick-prev {
      display: -ms-flexbox !important;
      display: -webkit-flex !important;
      display: flex !important;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      z-index: 3;
      border: 2px solid rgba(255, 255, 255, 0.6); }
      .heroCarousel:hover .slick-next:hover, .heroCarousel:hover .slick-next:focus,
      .heroCarousel:hover .slick-prev:hover,
      .heroCarousel:hover .slick-prev:focus {
        background: transparent;
        border: 2px solid rgba(255, 255, 255, 0.6); } }
  @media (min-width: 551px) {
    .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='rgba(255, 255, 255, 0.6)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); } }
  @media (min-width: 551px) {
    .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='rgba(255, 255, 255, 0.6)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); } }
  .heroCarousel.homepage-layout-2 .slick-next,
  .heroCarousel.homepage-layout-2 .slick-prev {
    top: 50%; }
  @media (min-width: 1025px) {
    .heroCarousel.homepage-layout-2 .heroCarousel-slide:not(.hasCountDown) .heroCarousel-content {
      left: 0px;
      top: auto;
      bottom: 9%;
      transform: none;
      -ms-transform: none;
      -webkit-transform: none;
      -moz-transform: none;
      -o-transform: none;
      margin: 0;
      text-align: left;
      bottom: 10%; } }
  @media (min-width: 1281px) {
    .heroCarousel.homepage-layout-2 .heroCarousel-slide:not(.hasCountDown) .heroCarousel-content {
      top: 32%;
      left: 45px; } }
  @media (min-width: 1920px) {
    .heroCarousel.homepage-layout-2 .heroCarousel-slide:not(.hasCountDown) .heroCarousel-content {
      bottom: 40%; } }

.heroCarousel-slide {
  position: relative; }
  .heroCarousel-slide a {
    text-decoration: none; }
  .heroCarousel-slide .heroCarousel-image {
    object-fit: cover;
    height: 600px;
    width: 100%;
    object-position: right top; }
    @media (min-width: 992px) {
      .heroCarousel-slide .heroCarousel-image {
        height: 580px;
        object-position: initial;
        opacity: 1; } }
    @media (min-width: 1025px) {
      .heroCarousel-slide .heroCarousel-image {
        height: 690px;
        object-position: initial;
        opacity: 1; } }
    @media (min-width: 1920px) {
      .heroCarousel-slide .heroCarousel-image {
        height: 730px;
        object-position: center top;
        opacity: 1; } }
    @media (max-width: 650px) {
      .heroCarousel-slide .heroCarousel-image {
        height: 350px;
        object-position: initial;
        opacity: 0.4; } }
  .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: #354463;
      font-weight: 700;
      margin-top: 0;
      text-transform: uppercase;
      font-family: "Roboto", sans-serif;
      font-size: 20px;
      width: 100%;
      display: none; }
      @media (min-width: 551px) {
        .heroCarousel-slide .heroCarousel-image-wrapper .heroCarousel-title-mobile {
          display: none; } }
  .heroCarousel-slide.compat-object-fit {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat; }
    @media (min-width: 1281px) {
      .heroCarousel-slide.compat-object-fit.stretch {
        background-size: 100% 100%; } }
    .heroCarousel-slide.compat-object-fit .heroCarousel-image {
      opacity: 0; }

.heroCarousel-content-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 100%;
  transform: translateY(-50%);
  text-align: center;
  padding: 20px 15px;
  background: #172130;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.65) 35%, rgba(255, 255, 255, 0) 100%);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); }
  @media (min-width: 1025px) {
    .heroCarousel-content-wrapper {
      right: 0;
      left: 0;
      background: transparent;
      box-shadow: none;
      height: auto; } }

.heroCarousel-content {
  background-color: transparent;
  padding: 2.5rem 1.25rem 0 1.25rem;
  text-align: center;
  position: absolute;
  bottom: 5%;
  left: 0;
  right: 0; }
  @media (min-width: 551px) {
    .heroCarousel-content {
      padding: 2.5rem;
      width: 58.33333rem;
      left: 0;
      margin: 0 auto;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      bottom: auto; } }
  .heroCarousel-content.heroCarousel-content--empty {
    background-color: transparent; }
  .heroCarousel-content .countDowntimer {
    margin-bottom: 10px;
    display: inline-block;
    width: 100%; }
    @media (min-width: 1025px) {
      .heroCarousel-content .countDowntimer {
        margin-bottom: 30px;
        margin-top: 11px; } }
    .heroCarousel-content .countDowntimer .clock-item {
      padding: 7px 10px 6px 10px;
      min-width: 73px;
      border: 1px solid rgba(50, 73, 99, 0.5);
      color: #324963;
      background: transparent;
      display: inline-block;
      text-align: center;
      margin-left: -1px;
      margin-bottom: 0; }
      .heroCarousel-content .countDowntimer .clock-item span {
        display: block; }
      .heroCarousel-content .countDowntimer .clock-item .num {
        font-size: 20px;
        line-height: 20px;
        font-weight: 600;
        letter-spacing: 0;
        color: #324963;
        font-family: "Roboto", sans-serif; }
      .heroCarousel-content .countDowntimer .clock-item .text {
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: .02em;
        color: #324963;
        font-family: "Roboto", sans-serif; }
      @media (min-width: 361px) {
        .heroCarousel-content .countDowntimer .clock-item {
          min-width: 85px;
          padding: 7px 10px 6px 10px;
          margin-bottom: 3px; } }
      @media (min-width: 551px) {
        .heroCarousel-content .countDowntimer .clock-item {
          border: 1px solid rgba(53, 68, 99, 0.5);
          color: #354463;
          min-width: 85px;
          padding: 9px 10px 5px 10px; }
          .heroCarousel-content .countDowntimer .clock-item .num, .heroCarousel-content .countDowntimer .clock-item .text {
            color: #354463; } }
      @media (min-width: 1025px) {
        .heroCarousel-content .countDowntimer .clock-item {
          padding: 9px 10px 8px 10px;
          min-width: 100px; }
          .heroCarousel-content .countDowntimer .clock-item .num {
            font-size: 30px;
            line-height: 30px;
            margin-bottom: 0; } }

.heroCarousel-subTitle {
  color: #324963;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 10px;
  font-size: 16px; }
  @media (min-width: 551px) {
    .heroCarousel-subTitle {
      font-size: 20px;
      margin-bottom: 0;
      color: #354463; } }
  .heroCarousel-subTitle span {
    padding: 0 10px;
    background-image: linear-gradient(transparent 96%, #324963 4%);
    background-repeat: repeat-x;
    background-position-y: 0px; }
    @media (min-width: 551px) {
      .heroCarousel-subTitle span {
        background-image: linear-gradient(transparent 96%, #354463 4%); } }

.heroCarousel-title {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 34px;
  line-height: 1.3;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3); }
  @media (min-width: 551px) {
    .heroCarousel-title {
      font-size: 34px;
      display: block;
      text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5); } }
  @media (min-width: 1025px) {
    .heroCarousel-title {
      font-size: 65px;
      line-height: 65px; } }

.heroCarousel-description {
  color: #354463;
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 20px;
  margin-top: 20px; }
  @media (min-width: 551px) {
    .heroCarousel-description {
      font-size: 16px;
      color: #354463; } }
  @media (min-width: 1025px) {
    .heroCarousel-description {
      font-size: 18px; } }
  @media (max-width: 650px) {
    .heroCarousel-description {
      font-size: 14px; } }

.heroCarousel-action {
  margin: 0;
  min-width: 162px;
  margin-top: 12px;
  background: #4c88ff;
  color: white;
  border: 1px solid #1e1e1e;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }
  .heroCarousel-action:hover, .heroCarousel-action:active, .heroCarousel-action:focus {
    background: #6695ff;
    color: #1e1e1e;
    border: 1px solid #1e1e1e; }

@media (max-width: 650px) {
  .homeProductCarousel .form-field--stock {
    display: none; } }

@media (min-width: 551px) {
  #modal-review-form {
    width: 870px; } }

#modal-review-form .modal-body {
  max-height: 67vh !important; }
  @media (min-width: 551px) {
    #modal-review-form .modal-body {
      max-height: 74vh !important; } }
  @media (min-width: 1025px) {
    #modal-review-form .modal-body {
      max-height: 72vh !important; } }

.writeReview-productDetails {
  float: left;
  width: 100%; }
  @media (min-width: 551px) {
    .writeReview-productDetails {
      width: 50%;
      padding-right: 15px; } }
  .writeReview-productDetails .product-brand {
    color: #969696;
    margin-top: 20px;
    margin-bottom: 5px;
    text-transform: capitalize;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0; }
    .writeReview-productDetails .product-brand + .product-title {
      margin-top: 0; }
  .writeReview-productDetails .product-title {
    margin-top: 20px;
    font-weight: 600;
    position: relative;
    padding-right: 90px; }
    .writeReview-productDetails .product-title .color-name {
      max-width: 80px;
      position: absolute;
      right: 0;
      top: 1px;
      font-size: 12px;
      font-family: "Roboto", Arial, Helvetica, sans-serif;
      font-weight: 400;
      letter-spacing: 0;
      text-transform: capitalize;
      color: #787878; }
  .writeReview-productDetails .productView-price {
    margin-bottom: 1.66667rem; }
    .writeReview-productDetails .productView-price .price-section {
      font-size: 12px;
      margin-left: 0; }
      .writeReview-productDetails .productView-price .price-section.price-section--saving {
        display: none !important; }

.writeReview-form {
  float: left;
  width: 100%; }
  @media (min-width: 551px) {
    .writeReview-form {
      width: 50%;
      padding-left: 15px;
      margin-top: -5px; } }
  .writeReview-form #revtext_input {
    min-height: 80px; }
    @media (min-width: 551px) {
      .writeReview-form #revtext_input {
        min-height: 150px; } }
  .writeReview-form .form-field--submit {
    margin-top: 5px;
    margin-bottom: 40px; }
    @media (min-width: 1025px) {
      .writeReview-form .form-field--submit {
        margin-bottom: 70px; } }
    .writeReview-form .form-field--submit .button {
      min-width: 190px; }
  @media (max-width: 360px) {
    .writeReview-form .g-recaptcha > div {
      width: 100% !important; }
      .writeReview-form .g-recaptcha > div iframe {
        width: 100%; } }

.writeReview-productImage-container {
  position: relative; }
  .writeReview-productImage-container img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
    object-fit: contain;
    /* Object-fit polyfill */
    font-family: 'object-fit: contain;'; }
  .writeReview-productImage-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 150%; }

.account--addReturn .table {
  display: block;
  margin-bottom: 3rem; }
  @media (min-width: 551px) {
    .account--addReturn .table {
      display: table;
      margin-bottom: 6rem; } }
  .account--addReturn .table tr {
    display: block;
    padding: 1.5rem 0; }
    @media (min-width: 551px) {
      .account--addReturn .table tr {
        display: table-row;
        padding: 0; } }
  .account--addReturn .table th,
  .account--addReturn .table td {
    display: block;
    padding: 0; }
    @media (min-width: 551px) {
      .account--addReturn .table th,
      .account--addReturn .table td {
        display: table-cell;
        padding-bottom: 0.75rem;
        padding-top: 0.75rem; } }
    .account--addReturn .table th + th,
    .account--addReturn .table th + td,
    .account--addReturn .table td + th,
    .account--addReturn .table td + td {
      padding-left: 0; }
      @media (min-width: 551px) {
        .account--addReturn .table th + th,
        .account--addReturn .table th + td,
        .account--addReturn .table td + th,
        .account--addReturn .table td + td {
          padding-left: 1.5rem; } }
  .account--addReturn .table .return-itemTitle + .definitionList {
    margin-top: 0.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; } }

.return-itemName {
  font-size: 14px;
  font-weight: 700; }
  @media (min-width: 551px) {
    .return-itemName {
      font-size: 1rem;
      font-weight: 400; } }

.return-itemPrice {
  color: #999999;
  margin-bottom: 0.41667rem; }
  @media (min-width: 551px) {
    .return-itemPrice {
      color: inherit;
      margin-bottom: 0;
      text-align: center; } }

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

.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 {
  width: 50%;
  padding-left: 7.5px;
  padding-right: 7.5px;
  display: inline-block;
  white-space: normal;
  vertical-align: top; }
  .productCarousel-slide:focus {
    outline: none; }
  @media (min-width: 551px) {
    .productCarousel-slide {
      width: 33.33333%; } }
  @media (min-width: 1025px) {
    .productCarousel-slide {
      width: 25%;
      padding-left: 15px;
      padding-right: 15px; } }
  @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; }

.modal-quickview {
  width: 830px;
  max-height: 600px; }
  .modal-quickview .productView-img-container {
    max-height: 560px; }
  @media (min-width: 1281px) {
    .modal-quickview {
      width: 1013px;
      max-height: 715px; }
      .modal-quickview .productView-img-container {
        max-height: 675px; } }
  .modal-quickview .modal-body.quickView {
    padding: 0px 20px;
    overflow: unset; }
    .modal-quickview .modal-body.quickView .productView {
      margin: 0; }
    .modal-quickview .modal-body.quickView > .container {
      padding: 0; }
    .modal-quickview .modal-body.quickView .productView-images {
      padding-left: 0;
      padding-right: 15px;
      width: 46%;
      margin-bottom: 0; }
      .modal-quickview .modal-body.quickView .productView-images .price-sale {
        display: none; }
    .modal-quickview .modal-body.quickView .productView-thumbnails-wrap .productView-thumbnail {
      padding: 0 7.5px; }
    .modal-quickview .modal-body.quickView .productView-thumbnails-wrap .productView-thumbnails {
      padding-left: 7.5px;
      padding-right: 7.5px;
      margin-bottom: 50px !important;
      margin-top: 15px; }
      .modal-quickview .modal-body.quickView .productView-thumbnails-wrap .productView-thumbnails .slick-list {
        margin: 0; }
    .modal-quickview .modal-body.quickView .productView-thumbnails-wrap .productView-details-inner {
      scrollbar-color: #323232 #f5f5f5;
      scrollbar-width: thin !important; }
      .modal-quickview .modal-body.quickView .productView-thumbnails-wrap .productView-details-inner::-webkit-scrollbar {
        width: 10px;
        background-color: #f5f5f5; }
      .modal-quickview .modal-body.quickView .productView-thumbnails-wrap .productView-details-inner::-webkit-scrollbar-thumb {
        background-color: #323232; }
    .modal-quickview .modal-body.quickView .productView-details-wrap {
      width: 54%;
      float: left; }
    .modal-quickview .modal-body.quickView .productView-details {
      padding-right: 30px;
      text-align: left;
      width: 100%; }
      @media (min-width: 1281px) {
        .modal-quickview .modal-body.quickView .productView-details {
          padding-right: 45px; } }
      .modal-quickview .modal-body.quickView .productView-details.productView-details-1 {
        padding-top: 30px; }
      .modal-quickview .modal-body.quickView .productView-details.productView-details-2 {
        padding-bottom: 30px; }
        @media (min-width: 1025px) and (max-width: 1280px) {
          .modal-quickview .modal-body.quickView .productView-details.productView-details-2 .seal-logos img {
            max-width: 90px;
            margin-right: 15px; } }
      .modal-quickview .modal-body.quickView .productView-details .productView-brand {
        font-family: "Roboto", sans-serif;
        margin-bottom: 5px; }
      .modal-quickview .modal-body.quickView .productView-details .productView-title {
        font-size: 36px;
        margin-bottom: 12px; }
      .modal-quickview .modal-body.quickView .productView-details .productView-rating-wrap {
        margin-bottom: 2px; }
      .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: 16px;
        margin-bottom: 17px; }
      .modal-quickview .modal-body.quickView .productView-details .productView-price .price-section {
        font-weight: 700; }
        .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 .form {
          margin: 0; }
        .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.66667rem; }
          .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: 13px; }
        .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 {
        margin-left: 0;
        margin-bottom: 20px; }
        .modal-quickview .modal-body.quickView .productView-details .form-wishlist .button {
          margin-bottom: 0; }
        .modal-quickview .modal-body.quickView .productView-details .form-wishlist #wishlist-dropdown.is-open {
          top: 100% !important; }
      .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; }

.productView--quickView #add-to-cart-wrapper {
  display: inherit !important; }

.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 .productReview-title-group {
    width: 100%;
    display: inline-block;
    font-size: 0; }

.productReview-title {
  margin-bottom: 8px !important;
  margin-right: 20px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .02em;
  color: #324963;
  display: inline-block; }

.productReview-author {
  color: #999999;
  margin-bottom: 1rem !important; }

.productReview-rating {
  display: block !important;
  margin-top: 10px;
  margin-bottom: 12px; }
  @media (min-width: 551px) {
    .productReview-rating {
      display: inline-block;
      margin-top: 5px; } }
  .productReview-rating.rating--small .icon {
    margin-top: -11px; }

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

.productReview-body {
  margin-bottom: 1rem !important; }

.productView {
  padding-top: 2.5rem; }
  @media (min-width: 1025px) {
    .productView {
      padding-top: 5rem; } }
  .productView > .alertBox {
    margin-bottom: 20px; }

.productView-images {
  margin-bottom: 3rem; }
  @media (max-width: 991px) {
    .productView-images {
      margin-bottom: 40px; } }
  .productView-images .price-sale {
    display: none; }

.productView-image {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: auto;
  position: relative;
  display: none; }
  @media (min-width: 1025px) {
    .productView-image {
      min-height: 366px;
      min-width: inherit; } }
  .productView-image:first-child {
    display: inline-block; }
  .productView-image + .productView-thumbnails {
    margin-top: 0.75rem; }

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

.productView-thumbnails {
  list-style: none;
  margin-left: 0;
  margin-top: 30px;
  margin-bottom: 0 !important; }
  .productView-thumbnails ul,
  .productView-thumbnails ol {
    list-style: none;
    margin-bottom: 0; }
  .productView-thumbnails .slick-list {
    margin-left: -1.25rem;
    margin-right: -1.25rem; }
  .productView-thumbnails .slick-next {
    right: 0; }
  .productView-thumbnails .slick-prev {
    left: 0; }
  .productView-thumbnails img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    margin: 0;
    width: 420px;
    object-fit: contain;
    /* Object-fit polyfill */
    font-family: 'object-fit: contain;';
    position: relative; }
    .productView-thumbnails img.lazyload, .productView-thumbnails img.lazyloading {
      width: 50px; }

.productView-thumbnail {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 25%;
  float: left;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  text-align: center;
  display: none; }
  @media (min-width: 1281px) {
    .productView-thumbnail {
      width: 50%; } }
  .productView-thumbnail:first-child, .productView-thumbnail:nth-child(2) {
    display: inline-block; }

.productView-thumbnail-link {
  border: 1px solid #e6e6e6;
  display: inline-flex;
  height: 67px;
  max-width: 75px;
  padding: 2px;
  position: relative;
  width: 100%;
  box-sizing: content-box;
  justify-content: center; }
  .productView-thumbnail-link:hover, .productView-thumbnail-link.is-active {
    border-color: #333333; }

.productView-details {
  margin-bottom: 2rem;
  padding-bottom: 3.41667rem; }
  .productView-details.productView-details-1 {
    margin-bottom: 20px;
    margin-bottom: 10px;
    padding-bottom: 0; }
    @media (min-width: 992px) and (max-width: 1024px) {
      .product-layout-1 .productView-details.productView-details-1 {
        padding-top: 42px; } }
    @media (min-width: 1025px) {
      .productView-details.productView-details-1 {
        padding-top: 12px; } }
    @media (min-width: 1600px) {
      .productView-details.productView-details-1 {
        padding-top: 42px; } }
  @media (max-width: 1024px) {
    .productView-details.productView-details-2 {
      padding-bottom: 0;
      margin-bottom: 0; }
      .product-layout-2 .productView-details.productView-details-2 {
        padding-bottom: 22px; } }
  .productView-details .payment-custom-block {
    border-top: none;
    margin-top: 0;
    padding-top: 12px;
    display: inline-block;
    width: 100%; }
    .productView-details .payment-custom-block .container {
      padding: 0; }

.product-layout-1 .productView-details {
  text-align: center; }

.product-layout-1 .productView-options {
  text-align: center; }
  .product-layout-1 .productView-options [data-product-option-change] {
    max-width: 450px;
    margin: 0 auto; }
  .product-layout-1 .productView-options .productAttributes-message {
    text-align: center;
    margin: 8px auto 10px auto;
    max-width: 555px; }
    @media (max-width: 550px) {
      .product-layout-1 .productView-options .productAttributes-message {
        margin-bottom: 15px; } }
  .product-layout-1 .productView-options .form-field--stock + .alertBox--error {
    text-align: center;
    margin: 8px auto 25px auto;
    max-width: 555px; }
    .product-layout-1 .productView-options .form-field--stock + .alertBox--error .alertBox-column {
      display: inline-block; }
    .product-layout-1 .productView-options .form-field--stock + .alertBox--error .alertBox-message {
      width: auto; }

.product-layout-1 .productView-info-name,
.product-layout-1 .productView-info-value {
  width: 50%; }

.product-layout-1 .productView-info-name {
  text-align: right; }

.product-layout-2 .productView-images {
  margin-bottom: 2.08333rem; }
  @media (min-width: 1025px) {
    .product-layout-2 .productView-images {
      margin-bottom: 5.41667rem; } }

@media (min-width: 551px) {
  .product-layout-2 .productView-options .form-action {
    max-width: 325px; } }

.product-layout-2 .productView-details-wrap {
  margin-bottom: 5px;
  padding-left: 3rem; }
  @media (min-width: 992px) {
    .product-layout-2 .productView-details-wrap {
      margin-bottom: 40px; } }
  @media (max-width: 990px) {
    .product-layout-2 .productView-details-wrap {
      padding-right: 1rem;
      padding-left: 1rem; } }

.product-layout-2 .productView-description {
  margin-top: 32px; }

.product-layout-2 .productView-short-desc {
  text-align: left;
  max-width: 100%; }

.product-layout-2 .payment-custom-block {
  padding-top: 3px; }

.product-layout-2 #completeTheLook {
  border-top: none;
  margin-top: 0;
  padding-top: 22px; }

.product-layout-2 .productView-product {
  position: relative; }

@media (min-width: 1025px) {
  .product-layout-2 .productView-title.has-prev-next {
    padding-right: 170px; } }

.product-layout-2 .productView-nextProducts {
  position: absolute;
  right: 0;
  top: 7px; }
  .product-layout-2 .productView-nextProducts .next-prev-modal {
    left: auto;
    right: 0;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none; }

.productView-nextProducts {
  display: none; }
  @media (min-width: 1025px) {
    .productView-nextProducts {
      margin-bottom: 25px;
      display: block;
      position: relative; } }
  .productView-nextProducts .next-prev-icons > a.disable {
    display: none; }
  .productView-nextProducts .next-prev-icons .prev-icon + .next-icon {
    margin-left: 30px; }
  .productView-nextProducts .next-prev-icons .text {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    color: #999999; }
  .productView-nextProducts .next-prev-icons .icon {
    width: 24px;
    height: 20px;
    position: relative; }
    .productView-nextProducts .next-prev-icons .icon:before {
      content: "";
      background-repeat: no-repeat;
      background-size: 60%;
      display: block;
      width: 40px;
      height: 20px;
      position: absolute;
      left: 0;
      top: 0; }
    .productView-nextProducts .next-prev-icons .icon.next {
      margin-left: 3px; }
      .productView-nextProducts .next-prev-icons .icon.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='%23999999' 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");
        background-position: 0px 50%; }
    .productView-nextProducts .next-prev-icons .icon.prev {
      margin-right: 6px; }
      .productView-nextProducts .next-prev-icons .icon.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='%23999999' 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 ");
        background-position: 0px 50%; }
  .productView-nextProducts .next-prev-modal {
    display: none;
    width: 350px;
    position: absolute;
    top: 100%;
    left: 50%;
    right: 0;
    z-index: 3;
    padding-top: 10px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%); }
    .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 25px; }
      .productView-nextProducts .card .card-content .card-title {
        font-size: 14px;
        font-weight: 600;
        line-height: 1.5;
        color: #191919;
        margin: 0 0 16px;
        text-transform: uppercase;
        margin-top: -5px;
        text-align: left; }
      .productView-nextProducts .card .card-content .card-price {
        line-height: 1;
        position: relative;
        margin: 0 0 16px;
        visibility: visible;
        color: #787878;
        margin-bottom: 0; }
        .productView-nextProducts .card .card-content .card-price .price-section .price {
          font-size: 14px; }
        .productView-nextProducts .card .card-content .card-price .price-section--saving {
          display: none !important; }

.productView-title {
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 8px;
  text-transform: none;
  color: #002a56; }
  @media (min-width: 1281px) {
    .productView-title {
      font-size: 36px;
      line-height: 38px; } }

h2.product-edition {
  margin-top: 0px !important;
  line-height: 1 !important; }
  h2.product-edition span {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    background: #dce9f9;
    color: #00457d !important;
    padding: 10px 15px;
    font-size: 1.1rem !important;
    line-height: 1 !important; }

.productView-brand {
  color: #002a56;
  font-size: 18px;
  margin: -0.16667rem 0 1.5rem;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  text-transform: none;
  font-weight: 400;
  border-bottom: 2px solid #dce9f9;
  border-top: 2px solid #dce9f9;
  padding: 5px 0;
  margin-top: 10px; }
  .productView-brand a {
    color: #477bc1;
    font-weight: 500; }
    .productView-brand a:hover {
      color: #969696; }

div.trustpilot-widget[reviews="hide"] {
  display: none; }

.this-includes {
  padding-top: 20px;
  padding-bottom: 20px; }
  .this-includes h6.this-includes-header {
    font-size: 1.3rem !important; }
  .this-includes span.this-includes-values {
    font-size: 1.1rem !important; }

.product-price-wrapper {
  float: left;
  border-right: 1px solid #dce9f9;
  padding-right: 30px;
  margin-right: 30px;
  padding-top: 5px; }
  .product-price-wrapper .productView-price {
    margin-bottom: 0px !important; }
    .product-price-wrapper .productView-price .price-section {
      margin-bottom: 0px !important; }

.product-quantity-wrapper {
  float: left; }
  .product-quantity-wrapper .form-label {
    margin-bottom: 0px !important; }

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

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

.productView-price {
  font-size: 0;
  margin-bottom: 17px;
  font-weight: 700; }
  .productView-price > p {
    font-size: 18px;
    font-weight: 500;
    color: #003262; }
  .productView-price .price-section {
    color: #e13f3f;
    display: inline-block;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 5px;
    margin-left: 5px;
    letter-spacing: 0; }
    .productView-price .price-section.rrp-price--withoutTax, .productView-price .price-section .rrp-price--withTax {
      color: #003262;
      margin-left: 0;
      margin-right: 5px; }
      .productView-price .price-section.rrp-price--withoutTax .price-label, .productView-price .price-section .rrp-price--withTax .price-label {
        display: none; }
    .productView-price .price-section .non-sale-price-label, .productView-price .price-section .price-now-label {
      display: none !important; }
    .productView-price .price-section.price-section--withoutTax, .productView-price .price-section.price-section--withTax {
      color: #e13f3f; }
      .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: #003262; }
    .productView-price .price-section.rrp-price--withoutTax, .productView-price .price-section.rrp-price--withTax {
      color: #003262;
      margin-right: 5px; }
      .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: #003262;
      margin-right: 5px; }
    .productView-price .price-section.price-none + .price-section--withoutTax, .productView-price .price-section.price-none + .price-section--withTax {
      color: #003262; }
    .productView-price .price-section.price-section--saving {
      width: 100%;
      font-size: 12px;
      font-weight: 400;
      color: #003262;
      margin-left: 0;
      margin-bottom: 10px; }
  .productView-price .price-section--saving {
    font-size: 14px; }
  .productView-price abbr {
    border: 0;
    color: inherit;
    font-size: inherit; }

.productView-reviewLink {
  display: inline-block;
  margin-left: 0.58333rem;
  vertical-align: middle;
  text-transform: capitalize; }
  .productView-reviewLink + .productView-reviewLink {
    display: inline-block;
    margin-left: 0.66667rem; }
    @media (min-width: 551px) {
      .productView-reviewLink + .productView-reviewLink {
        margin-left: 2.25rem; } }
  .productView-reviewLink > a {
    color: #5a5a5a; }
    .productView-reviewLink > a:hover {
      background-image: linear-gradient(transparent 96%, rgba(50, 73, 99, 0.7) 4%);
      background-repeat: repeat-x;
      background-position-y: 0px;
      color: #324963;
      padding-bottom: 1px; }

.productView-info {
  margin-top: 0;
  margin-bottom: 10px; }
  .productView-info:before, .productView-info:after {
    content: " ";
    display: table; }
  .productView-info:after {
    clear: both; }
  @media (min-width: 551px) {
    .productView-info > :first-child {
      margin-top: 10px; } }
  .productView-info dl {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 0; }

.productView-info-name,
.productView-info-value {
  display: inline-block;
  margin-bottom: 0.58333rem; }
  .productView-info-name.ctl-product,
  .productView-info-value.ctl-product {
    display: none; }

.productView-info-name {
  clear: both;
  margin-bottom: 0.16667rem;
  padding-right: 0.83333rem;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: #232323;
  min-width: 120px; }

.productView-info-value {
  font-size: 12px;
  padding-left: 0.83333rem;
  text-align: left; }

.productCountDown {
  margin-top: 16px;
  margin-bottom: 7px;
  padding: 0 30px;
  text-align: center; }
  .productCountDown .CountDownText {
    display: inline-block;
    margin-right: 5px;
    background-image: linear-gradient(transparent 96%, rgba(90, 90, 90, 0.7) 4%);
    background-repeat: repeat-x;
    background-position-y: -2px; }

.countDowntimer2 {
  margin-bottom: 10px;
  display: inline-block;
  width: 100%; }
  @media (min-width: 1025px) {
    .countDowntimer2 {
      margin-bottom: 30px;
      margin-top: 11px; } }
  .countDowntimer2 .clock-item {
    padding: 7px 10px 6px 10px;
    min-width: 73px;
    border: 1px solid rgba(50, 73, 99, 0.5);
    color: #324963;
    background: #fff;
    display: inline-block;
    text-align: center;
    margin-left: -1px;
    margin-bottom: 0; }
    .countDowntimer2 .clock-item span {
      display: block; }
    .countDowntimer2 .clock-item .num {
      font-size: 30px;
      line-height: 30px;
      font-weight: 600;
      letter-spacing: 0;
      font-family: "Roboto", sans-serif; }
    .countDowntimer2 .clock-item .text {
      font-size: 14px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: .02em;
      color: #477bc1 !important;
      font-family: "Roboto", sans-serif; }
    @media (min-width: 361px) {
      .countDowntimer2 .clock-item {
        min-width: 24%;
        padding: 15px 10px 15px 10px;
        margin-bottom: 3px;
        border-radius: 50%;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }
        .countDowntimer2 .clock-item .num {
          font-size: 22px; }
        .countDowntimer2 .clock-item .text {
          font-size: 12px; } }
    @media (min-width: 600px) {
      .countDowntimer2 .clock-item {
        min-width: 24%;
        padding: 30px 10px 30px 10px;
        margin-bottom: 3px;
        border-radius: 50%;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }
        .countDowntimer2 .clock-item .num {
          font-size: 32px; }
        .countDowntimer2 .clock-item .text {
          font-size: 16px; } }
    @media (min-width: 700px) {
      .countDowntimer2 .clock-item {
        min-width: 24%;
        padding: 40px 10px 40px 10px;
        margin-bottom: 3px;
        border-radius: 50%;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }
        .countDowntimer2 .clock-item .num {
          font-size: 32px; }
        .countDowntimer2 .clock-item .text {
          font-size: 16px; } }
    @media (min-width: 760px) {
      .countDowntimer2 .clock-item {
        min-width: 24%;
        padding: 20px 10px 20px 10px;
        margin-bottom: 3px;
        border-radius: 50%;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }
        .countDowntimer2 .clock-item .num {
          font-size: 22px; }
        .countDowntimer2 .clock-item .text {
          font-size: 16px; } }
    @media (min-width: 900px) {
      .countDowntimer2 .clock-item {
        min-width: 24%;
        padding: 20px 10px 20px 10px;
        margin-bottom: 3px;
        border-radius: 50%;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }
        .countDowntimer2 .clock-item .num {
          font-size: 22px; }
        .countDowntimer2 .clock-item .text {
          font-size: 12px; } }
    @media (min-width: 1100px) {
      .countDowntimer2 .clock-item {
        min-width: 24%;
        padding: 35px 10px 35px 10px;
        margin-bottom: 3px;
        border-radius: 50%;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }
        .countDowntimer2 .clock-item .num {
          font-size: 32px; }
        .countDowntimer2 .clock-item .text {
          font-size: 12px; } }

.productView-short-desc {
  text-align: center;
  margin-top: -3px;
  margin-bottom: 14px;
  display: inline-block;
  width: 100%;
  line-height: 1.83333rem;
  max-width: 420px; }
  .productView-short-desc p {
    margin-bottom: 0; }

.productView-options {
  margin-bottom: 1.5rem; }
  .productView-options:before, .productView-options:after {
    content: " ";
    display: table; }
  .productView-options:after {
    clear: both; }
  .productView-options [data-product-option-change] .size-chart {
    display: none;
    float: right;
    text-transform: capitalize;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    color: #5a5a5a;
    background-image: linear-gradient(transparent 96%, rgba(90, 90, 90, 0.5) 4%);
    background-repeat: repeat-x;
    background-position-y: -2px; }
    .productView-options [data-product-option-change] .size-chart:hover {
      color: #324963;
      background-image: linear-gradient(transparent 96%, rgba(50, 73, 99, 0.6) 4%); }
  .productView-options [data-product-option-change] .hasSizeChart {
    position: relative; }
    .productView-options [data-product-option-change] .hasSizeChart .size-chart {
      display: block;
      position: absolute;
      right: 0;
      top: 0; }
  @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: 13px; }
  .productView-options .form-input,
  .productView-options .productOptions-list {
    width: 100%;
    max-width: 420px;
    margin: 0 auto; }
  .productView-options [data-product-attribute="set-select"] .form-select {
    width: 100%;
    max-width: 300px;
    margin: 0 auto; }
  .productView-options textarea {
    min-height: 120px; }
  .productView-options .form-fileDescription {
    margin-bottom: 0; }
  .productView-options .form-radio + .form-label,
  .productView-options .form-checkbox + .form-label {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    text-transform: capitalize; }
  .productView-options .form-field {
    font-size: 0;
    margin-bottom: 2.08333rem; }
    .productView-options .form-field[data-product-attribute="swatch"], .productView-options .form-field[data-product-attribute="set-rectangle"] {
      margin-bottom: 1.66667rem; }
    .productView-options .form-field > .form-checkbox + .form-label,
    .productView-options .form-field > .form-radio + .form-label {
      display: inline-block;
      margin-left: 1.5rem;
      width: auto; }
    .productView-options .form-field > .form-label:nth-of-type(2) {
      margin-left: 0; }
    .productView-options .form-field.form-field--stock {
      margin-bottom: 0.91667rem;
      margin-top: -0.25rem; }
      .productView-options .form-field.form-field--stock [data-product-stock] {
        font-weight: 400;
        margin-left: 5px; }
    .productView-options .form-field.form-field--increments {
      margin-bottom: 1.66667rem; }
  .productView-options .form-action {
    width: 100%;
    display: inline-block; }
    @media (min-width: 551px) {
      .productView-options .form-action {
        width: calc(50% - 10px);
        margin-top: 0.41667rem;
        padding: 0;
        max-width: 250px; } }
    @media (min-width: 768px) {
      .productView-options .form-action {
        max-width: 265px; } }
    .productView-options .form-action .button {
      width: 100%;
      padding: 21px 25px 18px 25px; }
    @media (min-width: 551px) {
      .productView-options .form-action.addToCart {
        margin-right: 20px; } }
    .productView-options .form-action.form-wishlist {
      margin-bottom: 5px; }
      .productView-options .form-action.form-wishlist .icon-wishlist {
        width: 18px;
        height: 18px;
        margin-right: 5px;
        margin-bottom: -4px; }
      .productView-options .form-action.form-wishlist .icon {
        width: 10px;
        height: 10px;
        float: none;
        margin-left: 5px; }
        .productView-options .form-action.form-wishlist .icon svg {
          fill: #4c88ff;
          margin-top: -1px; }
      .productView-options .form-action.form-wishlist > .button {
        background: white;
        color: #4c88ff;
        border-color: #5a5a5a;
        padding: 18px 15px 18px 15px;
        margin-top: 7px; }
        @media (min-width: 1281px) {
          .productView-options .form-action.form-wishlist > .button {
            padding: 18px 25px 18px 25px; } }
        @media (max-width: 550px) {
          .productView-options .form-action.form-wishlist > .button {
            margin-top: 15px; } }
        .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: #e6e6e6;
          color: #4c88ff;
          border-color: #e6e6e6; }
  .productView-options .productAttributes-message {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 10px; }
    @media (max-width: 550px) {
      .productView-options .productAttributes-message {
        margin-bottom: 15px; } }
    .productView-options .productAttributes-message .alertBox-column {
      display: inline-block; }
    .productView-options .productAttributes-message .alertBox-message {
      width: auto; }
  .productView-options .form-increment {
    max-width: 11.41667rem; }
  .productView-options .add-to-cart-wallet-buttons {
    margin-top: 0.75rem; }
    .productView-options .add-to-cart-wallet-buttons div[data-smart-button-container-id] {
      line-height: 0;
      margin-top: 6px; }
      .productView-options .add-to-cart-wallet-buttons div[data-smart-button-container-id] button,
      .productView-options .add-to-cart-wallet-buttons div[data-smart-button-container-id] div {
        width: 100%; }
    .productView-options .add-to-cart-wallet-buttons button.show-more-button {
      color: #232323;
      display: block;
      margin-top: 0.41667rem;
      padding: 0.41667rem 0;
      text-align: center;
      text-decoration: underline;
      vertical-align: middle;
      width: 100%; }
      .productView-options .add-to-cart-wallet-buttons button.show-more-button:hover {
        color: black; }

.productOptions-list {
  border: 1px solid #e6e6e6;
  list-style: none;
  margin: 0; }

.productOptions-list-item {
  padding: 1.5rem; }
  .productOptions-list-item + .productOptions-list-item {
    border-top: 1px solid #e6e6e6; }
  .productOptions-list-item .form-label {
    text-align: left;
    top: -2px; }

.productOptions-list-item-figure,
.productOptions-list-item-content {
  display: table-cell;
  vertical-align: middle; }

.productOptions-list-item-figure {
  width: 3rem; }

.productOptions-list-item-content {
  padding-left: 1.25rem; }

.shareProduct {
  text-align: center; }

.productView-image .easyzoom-flyout {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%; }
  .productView-image .easyzoom-flyout img {
    max-width: none;
    width: auto; }

.productView-nav-inner {
  position: relative; }
  .productView-nav-inner .productView-nav .slick-prev {
    left: 10px !important;
    top: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.2);
    height: 52px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2); }
    @media (min-width: 551px) {
      .productView-nav-inner .productView-nav .slick-prev {
        left: 25px; } }
    .productView-nav-inner .productView-nav .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='%237b7b7b' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
  .productView-nav-inner .productView-nav .slick-next {
    right: 10px !important;
    top: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    height: 52px;
    width: 52px; }
    @media (min-width: 551px) {
      .productView-nav-inner .productView-nav .slick-next {
        right: 25px; } }
    .productView-nav-inner .productView-nav .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='%237b7b7b' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
  .productView-nav-inner .label-videos {
    position: absolute;
    left: 20px;
    bottom: 20px; }
    @media (min-width: 551px) {
      .productView-nav-inner .label-videos {
        left: 30px;
        bottom: 30px; } }
    .productView-nav-inner .label-videos .video-link {
      padding: 0; }
      .productView-nav-inner .label-videos .video-link svg {
        width: 40px;
        height: 40px;
        fill: #7b7b7b;
        stroke: #7b7b7b; }
        @media (min-width: 551px) {
          .productView-nav-inner .label-videos .video-link svg {
            width: 72px;
            height: 72px; } }
    @media (max-width: 360px) {
      .productView-nav-inner .label-videos + .countDowntimer {
        left: auto;
        right: 10px;
        transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none; } }
  .productView-nav-inner .compare-color {
    position: absolute;
    right: 20px;
    bottom: 20px;
    display: none; }
    @media (min-width: 551px) {
      .productView-nav-inner .compare-color {
        right: 30px;
        bottom: 30px; } }
    .productView-nav-inner .compare-color .icon {
      background-image: url("../img/compare-icon.png");
      background-repeat: no-repeat;
      width: 24px;
      height: 24px;
      margin-top: -1px;
      margin-right: 7px; }
    .productView-nav-inner .compare-color .compareColor-link {
      font-family: "Roboto", sans-serif;
      color: #5a5a5a;
      font-size: 14px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: .02em;
      background-image: linear-gradient(transparent 96%, rgba(90, 90, 90, 0.5) 4%);
      background-repeat: repeat-x;
      background-position-y: 0px;
      line-height: 26px; }

.viewing-product {
  color: #5a5a5a;
  margin-bottom: 22px; }
  .viewing-product svg {
    margin-right: 5px;
    margin-top: -4px;
    fill: #5a5a5a;
    width: 22px;
    height: 16px; }

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

.productView-description {
  margin-top: 30px; }
  @media (min-width: 992px) and (max-width: 1024px) {
    .productView-description {
      margin-top: 10px; } }
  @media (min-width: 1025px) {
    .productView-description {
      margin-top: 52px; } }
  @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-contents {
    margin-top: 10px; }
    .productView-description .tabs-contents.tab-vertical {
      margin-bottom: 0; }
      .productView-description .tabs-contents.tab-vertical .toggle-title {
        display: inline-block; }
      .productView-description .tabs-contents.tab-vertical .tab-content {
        display: block;
        padding: 0;
        font-size: 0; }
        .productView-description .tabs-contents.tab-vertical .tab-content:last-child {
          border-bottom: 1px solid #e6e6e6; }
        .productView-description .tabs-contents.tab-vertical .tab-content .toggle-content {
          font-size: 1rem;
          margin: 27px 0 42px 0; }
          .productView-description .tabs-contents.tab-vertical .tab-content .toggle-content#productReviews-content {
            margin: 0; }
          .productView-description .tabs-contents.tab-vertical .tab-content .toggle-content #product-reviews {
            margin-bottom: 0; }
        .productView-description .tabs-contents.tab-vertical .tab-content #product-reviews .toggle-title {
          position: relative; }
          .productView-description .tabs-contents.tab-vertical .tab-content #product-reviews .toggle-title .toggleLink {
            position: absolute;
            right: 0;
            top: 0;
            top: -5px;
            width: auto;
            padding: 0; }
        .productView-description .tabs-contents.tab-vertical .tab-content .tab-content-inner {
          position: relative; }
          @media (max-width: 767px) {
            .productView-description .tabs-contents.tab-vertical .tab-content .tab-content-inner {
              overflow: hidden; } }
    @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 (min-width: 768px) {
      .productView-description .tabs-contents.tab-horizontal .toggle-title {
        display: none; } }
    @media (max-width: 767px) {
      .productView-description .tabs-contents.tab-horizontal .toggle-title .toggleLink {
        padding-bottom: 2px; } }
    @media (min-width: 768px) {
      .productView-description .tabs-contents.tab-horizontal .tab-content {
        padding-top: 13px; } }
    @media (min-width: 1025px) {
      .productView-description .tabs-contents.tab-horizontal .tab-content {
        padding-bottom: 0; } }
    @media (max-width: 767px) {
      .productView-description .tabs-contents.tab-horizontal .tab-content {
        display: block;
        padding: 0; }
        .productView-description .tabs-contents.tab-horizontal .tab-content:last-child {
          border-bottom: 1px solid #e6e6e6; } }
    .productView-description .tabs-contents.tab-horizontal .tab-content .tab-content-inner {
      margin-bottom: 30px;
      position: relative; }
      @media (max-width: 767px) {
        .productView-description .tabs-contents.tab-horizontal .tab-content .tab-content-inner {
          margin-top: 10px;
          overflow: hidden;
          display: none; }
          .productView-description .tabs-contents.tab-horizontal .tab-content .tab-content-inner.is-open {
            display: block; } }
    .productView-description .tabs-contents .toggle-title {
      width: 100%;
      display: inline-block;
      margin-bottom: 0; }
      .productView-description .tabs-contents .toggle-title .toggleLink {
        width: 100%;
        font-size: 16px;
        font-weight: 600;
        letter-spacing: .02em;
        text-transform: uppercase;
        color: #324963;
        font-family: "Roboto", sans-serif;
        padding-top: 13px;
        padding-bottom: 11px;
        border-top: 1px solid #e6e6e6; }
        .productView-description .tabs-contents .toggle-title .toggleLink .icon {
          float: right;
          width: 1.25rem;
          height: 1.25rem;
          margin-top: 4px; }
    .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 {
      font-weight: 600;
      margin-bottom: 17px;
      display: inline-block; }
    .productView-description .tabs-contents p {
      line-height: 22px;
      margin-bottom: 1.83333rem; }
      .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 {
        margin-top: 5px; }
    .productView-description .tabs-contents .paragraphTable {
      margin-top: 5px;
      border: none; }
      .productView-description .tabs-contents .paragraphTable tr:nth-child(2n+1) {
        background: #f6f6f6; }
      .productView-description .tabs-contents .paragraphTable td {
        padding: 10px 15px 9px 15px; }
        .productView-description .tabs-contents .paragraphTable td + td {
          border-left: none; }
    .productView-description .tabs-contents strong {
      color: #324963;
      font-weight: 600;
      font-size: 14px;
      letter-spacing: .02em;
      text-transform: uppercase;
      font-family: "Roboto", sans-serif; }
    .productView-description .tabs-contents ul, .productView-description .tabs-contents ol {
      margin-left: 12px;
      margin-bottom: 28px; }
      .productView-description .tabs-contents ul li, .productView-description .tabs-contents ol li {
        padding: 3px 0px 3px 3px; }
    .productView-description .tabs-contents ul li::marker {
      color: rgba(90, 90, 90, 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: 30px 0 0 0;
        width: 100%; }
        .productView-description .tabs-contents #productReviews-list .productReview:first-child {
          padding-top: 0; }
        .productView-description .tabs-contents #productReviews-list .productReview:last-child {
          padding-bottom: 0px; }
    .productView-description .tabs-contents #tab-author #middle, .productView-description .tabs-contents #tab-author h3, .productView-description .tabs-contents #tab-details #middle, .productView-description .tabs-contents #tab-details h3 {
      display: none; }
    .productView-description .tabs-contents #tab-author ul {
      display: none; }
    .productView-description .tabs-contents #tab-details p {
      display: none; }
    .productView-description .tabs-contents #tab-description p, .productView-description .tabs-contents #tab-description ul, .productView-description .tabs-contents #tab-details p, .productView-description .tabs-contents #tab-details ul, .productView-description .tabs-contents #tab-author p, .productView-description .tabs-contents #tab-author ul {
      font-size: 1.2rem; }
    .productView-description .tabs-contents #tab-description > .custom-tab, .productView-description .tabs-contents #tab-description > .spec-tab {
      display: none; }
    .productView-description .tabs-contents #tab-description p {
      display: none; }
    .productView-description .tabs-contents #tab-description #middle p, .productView-description .tabs-contents #tab-description #middle div {
      display: block;
      font-size: 1.2rem;
      line-height: 1.7;
      margin-bottom: 20px; }
    .productView-description .tabs-contents #tab-description h3, .productView-description .tabs-contents #tab-description ul {
      display: none; }
    .productView-description .tabs-contents #tab-description .themevale_ask {
      margin-top: 32px;
      font-weight: 600;
      letter-spacing: .02em;
      text-transform: uppercase;
      color: #324963;
      font-family: "Roboto", sans-serif;
      font-size: 14px; }
      .productView-description .tabs-contents #tab-description .themevale_ask .icon {
        height: 1.66667rem;
        width: 1.66667rem;
        margin-right: 7px;
        fill: #b3b3b3;
        stroke: #b3b3b3; }
      .productView-description .tabs-contents #tab-description .themevale_ask a {
        margin-top: 0px;
        display: inline-block;
        color: #324963;
        background-image: linear-gradient(transparent 96%, rgba(50, 73, 99, 0.4) 4%);
        background-repeat: repeat-x;
        background-position-y: -3px; }
    .productView-description .tabs-contents #tab-description .description_showmore {
      text-align: center;
      margin-top: 50px; }
      @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 0 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; }

#tab-reviews #product-reviews {
  padding-bottom: 10px;
  margin-bottom: 0; }
  #tab-reviews #product-reviews .toggle-title {
    color: #5a5a5a;
    font-size: 12px;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    text-transform: capitalize;
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 25px; }
    #tab-reviews #product-reviews .toggle-title .toggleLink {
      border-top: 0; }
  #tab-reviews #product-reviews #productReviews-content {
    padding-top: 0; }
    #tab-reviews #product-reviews #productReviews-content .alert {
      margin-bottom: 30px; }
    #tab-reviews #product-reviews #productReviews-content .pagination {
      max-width: 100%;
      padding-top: 2px; }
      #tab-reviews #product-reviews #productReviews-content .pagination .pagination-info {
        display: none; }
      #tab-reviews #product-reviews #productReviews-content .pagination .pagination-list {
        text-align: left;
        margin-left: 0;
        margin-bottom: 30px; }
        #tab-reviews #product-reviews #productReviews-content .pagination .pagination-list li:first-child {
          padding-left: 0; }
          #tab-reviews #product-reviews #productReviews-content .pagination .pagination-list li:first-child a {
            padding-left: 0; }
    #tab-reviews #product-reviews #productReviews-content .btn-group {
      display: inline-block;
      width: 100%; }
    #tab-reviews #product-reviews #productReviews-content .btn-createReview {
      width: 100%; }
      #tab-reviews #product-reviews #productReviews-content .btn-createReview .button {
        max-width: 186px;
        width: 100%; }

/* Ask An Expert Popup */
@media (min-width: 551px) {
  #ask-an-expert.modal {
    width: 740px; } }

#ask-an-expert .modal-header {
  background: none; }

#ask-an-expert .logo {
  text-align: center;
  padding: 19px 15px 11px 15px;
  background: #f5f5f5; }
  @media (min-width: 551px) {
    #ask-an-expert .logo {
      padding: 30px 105px 20px 105px; } }

#ask-an-expert .modal-body {
  padding: 0px 15px 30px 15px;
  max-height: 57vh !important;
  margin-top: 25px; }
  @media (min-width: 551px) {
    #ask-an-expert .modal-body {
      padding: 0px 105px 30px 105px;
      max-height: 56vh !important; } }
  @media (min-width: 1025px) {
    #ask-an-expert .modal-body {
      max-height: 68vh !important; } }
  @media (min-width: 1281px) {
    #ask-an-expert .modal-body {
      max-height: 70vh !important; } }
  #ask-an-expert .modal-body .alert {
    text-align: center;
    padding: 9px 20px; }
  #ask-an-expert .modal-body .form-inner {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    padding-bottom: 10px; }
    @media (min-width: 551px) {
      #ask-an-expert .modal-body .form-inner {
        padding-bottom: 40px; } }
    @media (min-width: 1200px) {
      #ask-an-expert .modal-body .form-inner {
        padding-bottom: 80px; } }
    #ask-an-expert .modal-body .form-inner .form-input {
      max-width: 100%; }
    #ask-an-expert .modal-body .form-inner .title-wrapper {
      text-align: center;
      margin-bottom: 22px; }
      #ask-an-expert .modal-body .form-inner .title-wrapper .title {
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 18px;
        margin-top: 0;
        background-image: linear-gradient(transparent 96%, rgba(50, 73, 99, 0.2) 4%);
        background-repeat: repeat-x;
        background-position-y: 0px;
        display: inline-block; }
      #ask-an-expert .modal-body .form-inner .title-wrapper .description, #ask-an-expert .modal-body .form-inner .title-wrapper .questions {
        line-height: 22px;
        color: #999999;
        font-style: italic;
        width: 100%; }
    #ask-an-expert .modal-body .form-inner #contact_form .form-field .form-label {
      display: inline-block; }
      @media (max-width: 320px) {
        #ask-an-expert .modal-body .form-inner #contact_form .form-field .form-label {
          display: block;
          margin-right: 0 !important; } }
      #ask-an-expert .modal-body .form-inner #contact_form .form-field .form-label.label-last {
        display: block;
        margin-bottom: 1.16667rem; }
    #ask-an-expert .modal-body .form-inner #contact_form .form-field input[type="radio"] + label {
      font-weight: 600;
      color: #5a5a5a;
      font-size: 14px;
      width: auto;
      margin-right: 28px;
      cursor: pointer;
      margin-bottom: 9px;
      position: relative;
      padding-left: 24px;
      font-family: "Roboto", sans-serif;
      text-transform: uppercase; }
      #ask-an-expert .modal-body .form-inner #contact_form .form-field input[type="radio"] + label:before {
        top: 3px; }
      #ask-an-expert .modal-body .form-inner #contact_form .form-field input[type="radio"] + label:after {
        top: 4px; }
    #ask-an-expert .modal-body .form-inner #contact_form .form-field.form-field-radio {
      margin-bottom: 18px;
      padding-top: 10px; }
      #ask-an-expert .modal-body .form-inner #contact_form .form-field.form-field-radio label:first-child {
        margin-right: 28px; }
        @media (max-width: 767px) {
          #ask-an-expert .modal-body .form-inner #contact_form .form-field.form-field-radio label:first-child {
            display: block;
            margin-bottom: 13px; } }
      #ask-an-expert .modal-body .form-inner #contact_form .form-field.form-field-radio .form-label-custom {
        display: block;
        margin-bottom: 16px; }
    #ask-an-expert .modal-body .form-inner #contact_form .form-actions {
      margin-top: 15px; }
      @media (min-width: 1025px) {
        #ask-an-expert .modal-body .form-inner #contact_form .form-actions {
          margin-bottom: 40px; } }
      #ask-an-expert .modal-body .form-inner #contact_form .form-actions #ask-an-expert-button {
        width: 100%;
        padding: 17px 15px; }

/* Size Chart Popup*/
#modal-size-chart-form .modal-body {
  padding: 0;
  max-height: 72vh !important; }
  #modal-size-chart-form .modal-body .size_chart-_img {
    margin-bottom: 20px; }

/* Product Tab Products */
.productTabsProducts {
  width: 100%;
  margin-top: 65px;
  border-top: 1px solid #e6e6e6; }
  @media (max-width: 767px) {
    .productTabsProducts {
      margin-top: 35px; } }

.relatedProduct,
.similarProduct {
  border-top: 1px solid #e6e6e6;
  padding-top: 47px;
  margin-top: 25px;
  margin-bottom: 10px; }
  @media (min-width: 1025px) {
    .relatedProduct,
    .similarProduct {
      padding-top: 67px; } }
  .relatedProduct .page-heading,
  .similarProduct .page-heading {
    margin-bottom: 42px; }

.relatedProduct + .similarProduct {
  margin-top: 10px; }
  @media (min-width: 1025px) {
    .relatedProduct + .similarProduct {
      margin-top: 60px; } }

/* Sticky Add To Cart */
#sticky_addtocart {
  position: fixed;
  left: 0;
  right: 0;
  top: 75px;
  width: 100%;
  z-index: 0;
  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; }
  .header-layout-2 #sticky_addtocart {
    top: 65px; }
  #sticky_addtocart > .container {
    display: flex;
    position: static;
    align-items: center;
    justify-content: center;
    justify-content: space-between; }
    #sticky_addtocart > .container:before, #sticky_addtocart > .container:after {
      content: none; }
    #sticky_addtocart > .container .item {
      width: 33.3333%;
      display: inline-block; }
      #sticky_addtocart > .container .item:first-child {
        display: none; }
        #sticky_addtocart > .container .item:first-child .product-content {
          padding-left: 20px; }
      #sticky_addtocart > .container .item.product-info .productView-title {
        display: inline-block;
        margin-bottom: 0;
        line-height: 20px;
        padding: 0px 10px 4px 0;
        font-size: 14px;
        font-weight: 600;
        color: #232323; }
        #sticky_addtocart > .container .item.product-info .productView-title .color-name {
          color: #969696; }
      #sticky_addtocart > .container .item.product-info .productView-price {
        margin-bottom: 0; }
        #sticky_addtocart > .container .item.product-info .productView-price .price-section {
          margin-bottom: 0; }
          #sticky_addtocart > .container .item.product-info .productView-price .price-section.price-section--saving {
            display: none !important; }
      #sticky_addtocart > .container .item .productCountDown {
        margin: 0;
        text-align: center;
        padding: 0 20px; }
        #sticky_addtocart > .container .item .productCountDown .CountDownText {
          display: inline-block;
          padding-top: 2px;
          padding-bottom: 2px;
          margin-right: 0;
          background-position-y: -4px; }
        #sticky_addtocart > .container .item .productCountDown .product-count-down {
          display: block; }
      #sticky_addtocart > .container .item .countDowntimer2 .clock-item {
        background: none;
        border: none;
        padding: 0;
        color: #232323;
        margin-bottom: 0;
        display: inline-block; }
      #sticky_addtocart > .container .item.item-right {
        text-align: right; }
  #sticky_addtocart .productView-countDown {
    display: none; }
  #sticky_addtocart .product-wrapper {
    display: table;
    text-align: left; }
    #sticky_addtocart .product-wrapper > .product-image {
      display: table-cell;
      vertical-align: middle;
      width: 50px; }
    #sticky_addtocart .product-wrapper > .product-content {
      display: table-cell;
      vertical-align: middle;
      padding-left: 10px; }
    #sticky_addtocart .product-wrapper .productView-price {
      font-size: 12px;
      margin-bottom: 0; }
      #sticky_addtocart .product-wrapper .productView-price .price-section {
        font-size: 12px; }
  #sticky_addtocart .form-field--increments {
    margin: 1px 15px 0 0;
    font-size: 0;
    display: none; }
    #sticky_addtocart .form-field--increments .form-increment .form-input--incrementTotal {
      width: 116px;
      padding-top: 1px; }
    #sticky_addtocart .form-field--increments .form-label {
      display: none; }
  #sticky_addtocart .form-action {
    position: relative;
    width: 100%;
    height: 100%;
    display: inline-block;
    height: 40px; }
    #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; }
      #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: flex;
    align-items: 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); }
      #sticky_addtocart .form .pop-up-option.is-open {
        visibility: visible;
        opacity: 1; }
      #sticky_addtocart .form .pop-up-option .data-product-name {
        display: block;
        margin-bottom: 20px;
        padding-bottom: 10px;
        border-bottom: 1px solid #f8f8f8; }
        #sticky_addtocart .form .pop-up-option .data-product-name .productView-title {
          font-size: 13px; }
        #sticky_addtocart .form .pop-up-option .data-product-name .productView-price .price-section {
          font-size: 15px; }
      #sticky_addtocart .form .pop-up-option .data-product-option {
        font-size: 0;
        display: block;
        width: 100%; }
      #sticky_addtocart .form .pop-up-option .form-field {
        width: 100%;
        font-size: 12px;
        margin: 0 0 10px 0;
        display: block;
        vertical-align: top;
        position: relative; }
        #sticky_addtocart .form .pop-up-option .form-field .form-label {
          display: block;
          margin-right: 7px;
          margin-bottom: 7px; }
          #sticky_addtocart .form .pop-up-option .form-field .form-label > small {
            float: none; }
        #sticky_addtocart .form .pop-up-option .form-field[data-product-attribute] .form-option {
          display: inline-block;
          vertical-align: middle; }
        #sticky_addtocart .form .pop-up-option .form-field.Line1, #sticky_addtocart .form .pop-up-option .form-field.Line2, #sticky_addtocart .form .pop-up-option .form-field.Engraving {
          display: none; }
      #sticky_addtocart .form .pop-up-option .close {
        font-size: 20px;
        color: #000;
        position: absolute;
        right: -10px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        top: -2px;
        opacity: 1;
        background: #fff;
        filter: alpha(opacity=100);
        text-align: center;
        font-weight: 600;
        z-index: 10; }
    #sticky_addtocart .form .productAttributes-message {
      min-width: 200px;
      margin: 10px 0 0 0;
      display: flex;
      align-items: center;
      width: 100%;
      color: #e13f3f;
      border-radius: 0;
      padding: 10px 15px;
      pointer-events: none;
      background-color: #fbf8e5;
      border: 1px solid #fbf8e5; }
      #sticky_addtocart .form .productAttributes-message svg {
        fill: #e13f3f; }
      #sticky_addtocart .form .productAttributes-message .alertBox-icon {
        display: inline-block;
        padding-right: 5px; }
      #sticky_addtocart .form .productAttributes-message .alertBox-message {
        font-size: 13px;
        line-height: 20px;
        letter-spacing: 0.05rem;
        padding: 0;
        display: block; }
  @media (min-width: 1025px) {
    #sticky_addtocart > .container .item:first-child {
      display: inline-block; }
    #sticky_addtocart .form .pop-up-option {
      padding: 35px 0px 20px 0px; }
      #sticky_addtocart .form .pop-up-option .form-field {
        font-size: 12px;
        margin: 0 0 10px 0;
        display: inline-block;
        vertical-align: top;
        width: 49%; }
        #sticky_addtocart .form .pop-up-option .form-field:nth-child(even) {
          padding-left: 15px; }
        #sticky_addtocart .form .pop-up-option .form-field:nth-child(odd) {
          padding-right: 15px; }
        #sticky_addtocart .form .pop-up-option .form-field .form-label {
          display: inline-block;
          vertical-align: middle; }
      #sticky_addtocart .form .pop-up-option .data-product-name {
        display: none; }
      #sticky_addtocart .form .pop-up-option .data-product-option {
        position: relative; }
    #sticky_addtocart .form-field--increments {
      display: inline-block; }
    #sticky_addtocart .form-action {
      width: 215px; }
    #sticky_addtocart .productView-countDown {
      display: block;
      margin-right: 5px; }
      #sticky_addtocart .productView-countDown > .countDownDate {
        box-shadow: none;
        border: none; }
      #sticky_addtocart .productView-countDown .block-time {
        width: 55px;
        height: 55px;
        font-size: 14px;
        line-height: 20px;
        font-weight: 600;
        text-align: center;
        display: inline-block;
        vertical-align: middle;
        border-radius: 50%;
        padding: 10px 0 11px 0;
        margin: 0 5px 5px 5px;
        position: relative; }
        #sticky_addtocart .productView-countDown .block-time:after {
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          content: "";
          display: block;
          opacity: 0.6;
          position: absolute;
          border-radius: 50%;
          border: 1px solid #ebebeb; }
        #sticky_addtocart .productView-countDown .block-time:first-child {
          margin-left: 0; }
        #sticky_addtocart .productView-countDown .block-time:last-child {
          margin-right: 0; }
      #sticky_addtocart .productView-countDown .num {
        font-size: 16px;
        line-height: 1; }
      #sticky_addtocart .productView-countDown .block-label {
        font-size: 12px;
        margin: 0;
        text-transform: capitalize; } }

@media (min-width: 1025px) {
  .show_sticky#sticky_addtocart {
    z-index: 9;
    opacity: 1;
    visibility: visible; } }

#completeTheLook {
  margin-bottom: 20px;
  width: 100%;
  display: none;
  margin-top: 50px; }
  @media (min-width: 768px) {
    #completeTheLook {
      margin-top: 35px;
      padding-top: 47px;
      border-top: 1px solid #e6e6e6; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    .product-layout-1 #completeTheLook {
      margin-top: -18px; } }
  @media (min-width: 1025px) {
    #completeTheLook {
      margin-top: 42px; }
      .product-layout-1 #completeTheLook {
        margin-top: 0px; } }
  #completeTheLook.show {
    display: inline-block; }
  #completeTheLook .page-heading {
    margin-bottom: 42px;
    font-size: 20px; }
  #completeTheLook .productGrid {
    margin: 0 0 15px 0; }
    @media (min-width: 1025px) {
      #completeTheLook .productGrid {
        margin: 0; } }
    #completeTheLook .productGrid .slick-list {
      margin: 0 -7.5px; }
      @media (min-width: 1025px) {
        #completeTheLook .productGrid .slick-list {
          margin: 0 -15px; } }
    #completeTheLook .productGrid .slick-dots li {
      margin-top: 35px; }
      @media (min-width: 768px) {
        #completeTheLook .productGrid .slick-dots li {
          margin-bottom: 35px; } }
    #completeTheLook .productGrid .product {
      width: 50%; }
      @media (min-width: 551px) {
        #completeTheLook .productGrid .product {
          width: 33.33%; } }
      @media (min-width: 1025px) {
        #completeTheLook .productGrid .product {
          width: 250px; } }
      #completeTheLook .productGrid .product:last-child {
        margin-right: 0; }
      #completeTheLook .productGrid .product .card {
        margin-bottom: 0; }
        #completeTheLook .productGrid .product .card .card-title {
          padding-right: 0;
          white-space: normal; }
          #completeTheLook .productGrid .product .card .card-title .color-name {
            position: relative;
            top: auto;
            right: auto;
            display: inline-block;
            margin-bottom: 3px; }
        #completeTheLook .productGrid .product .card .card-price .price-section.price-section--saving {
          display: none !important; }
        #completeTheLook .productGrid .product .card .card-price .price-section.price-section--withoutTax, #completeTheLook .productGrid .product .card .card-price .price-section.price-section--withTax {
          color: #e13f3f; }
          #completeTheLook .productGrid .product .card .card-price .price-section.price-section--withoutTax.rrp-price--withoutTax, #completeTheLook .productGrid .product .card .card-price .price-section.price-section--withoutTax.rrp-price--withTax, #completeTheLook .productGrid .product .card .card-price .price-section.price-section--withTax.rrp-price--withoutTax, #completeTheLook .productGrid .product .card .card-price .price-section.price-section--withTax.rrp-price--withTax {
            color: #003262; }
        #completeTheLook .productGrid .product .card .card-price .price-section.rrp-price--withoutTax, #completeTheLook .productGrid .product .card .card-price .price-section.rrp-price--withTax {
          color: #003262;
          margin-right: 5px; }
          #completeTheLook .productGrid .product .card .card-price .price-section.rrp-price--withoutTax + .non-sale-price--withoutTax, #completeTheLook .productGrid .product .card .card-price .price-section.rrp-price--withoutTax .non-sale-price--withTax, #completeTheLook .productGrid .product .card .card-price .price-section.rrp-price--withTax + .non-sale-price--withoutTax, #completeTheLook .productGrid .product .card .card-price .price-section.rrp-price--withTax .non-sale-price--withTax {
            display: none !important; }
            #completeTheLook .productGrid .product .card .card-price .price-section.rrp-price--withoutTax + .non-sale-price--withoutTax.no-retail-price, #completeTheLook .productGrid .product .card .card-price .price-section.rrp-price--withoutTax .non-sale-price--withTax.no-retail-price, #completeTheLook .productGrid .product .card .card-price .price-section.rrp-price--withTax + .non-sale-price--withoutTax.no-retail-price, #completeTheLook .productGrid .product .card .card-price .price-section.rrp-price--withTax .non-sale-price--withTax.no-retail-price {
              display: inline-block !important; }
              #completeTheLook .productGrid .product .card .card-price .price-section.rrp-price--withoutTax + .non-sale-price--withoutTax.no-retail-price.price-none, #completeTheLook .productGrid .product .card .card-price .price-section.rrp-price--withoutTax .non-sale-price--withTax.no-retail-price.price-none, #completeTheLook .productGrid .product .card .card-price .price-section.rrp-price--withTax + .non-sale-price--withoutTax.no-retail-price.price-none, #completeTheLook .productGrid .product .card .card-price .price-section.rrp-price--withTax .non-sale-price--withTax.no-retail-price.price-none {
                display: none !important; }
        #completeTheLook .productGrid .product .card .card-price .price-section.non-sale-price--withoutTax, #completeTheLook .productGrid .product .card .card-price .price-section.non-sale-price--withTax {
          color: #003262;
          margin-right: 5px; }
        #completeTheLook .productGrid .product .card .card-price .price-section.price-none + .price-section--withoutTax, #completeTheLook .productGrid .product .card .card-price .price-section.price-none + .price-section--withTax {
          color: #003262; }
        #completeTheLook .productGrid .product .card .card_optionImage .form-label, #completeTheLook .productGrid .product .card .card_optionImage .form-radio {
          display: none; }
        #completeTheLook .productGrid .product .card .card_optionImage [data-product-attribute] .form-option.unavailable:before {
          width: 150%;
          top: 7px;
          left: -4px; }
        #completeTheLook .productGrid .product .card .card_optionSize {
          position: absolute;
          bottom: 20px;
          left: 0;
          right: 0;
          text-align: center; }
          #completeTheLook .productGrid .product .card .card_optionSize .form-label, #completeTheLook .productGrid .product .card .card_optionSize .form-radio {
            display: none; }
          #completeTheLook .productGrid .product .card .card_optionSize .form-option, #completeTheLook .productGrid .product .card .card_optionSize .form-radio {
            pointer-events: none; }
          #completeTheLook .productGrid .product .card .card_optionSize .form-option {
            border: none; }
          #completeTheLook .productGrid .product .card .card_optionSize .form-option-variant {
            line-height: 32px; }

#compare-color-popup {
  width: 810px; }
  #compare-color-popup .modal-header {
    text-align: left;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    padding-left: 30px;
    padding-right: 30px; }
    #compare-color-popup .modal-header .modal-header-title {
      font-size: 14px; }
  #compare-color-popup .modal-body {
    padding: 30px 30px 20px 30px; }
  #compare-color-popup .themevaleCompareColor [data-product-attribute="swatch"] .form-label {
    display: none; }
  #compare-color-popup .themevaleCompareColor [data-product-attribute="swatch"] .form-option .form-option-expanded {
    display: none; }
  #compare-color-popup .themevaleCompareColor [data-product-attribute="swatch"] .form-option.show .form-option-variant {
    border: 3px solid #dadada; }
  #compare-color-popup .themevaleCompareColor [data-product-attribute="swatch"] .form-radio {
    pointer-events: none; }
  #compare-color-popup .themevaleCompareColor .color-swatch-image {
    display: block;
    position: relative;
    white-space: nowrap;
    overflow: auto;
    margin: 0 -15px;
    font-size: 0;
    padding-bottom: 15px;
    -webkit-overflow-scrolling: auto; }
    #compare-color-popup .themevaleCompareColor .color-swatch-image .item {
      width: auto;
      max-width: 150px;
      display: inline-block;
      padding: 0 15px;
      touch-action: initial; }
      @media (min-width: 1025px) {
        #compare-color-popup .themevaleCompareColor .color-swatch-image .item {
          cursor: move;
          cursor: -webkit-grabbing; } }
      #compare-color-popup .themevaleCompareColor .color-swatch-image .item.item-color {
        width: 150px;
        height: 150px; }
      #compare-color-popup .themevaleCompareColor .color-swatch-image .item .color {
        width: 100%;
        height: 100%; }
        #compare-color-popup .themevaleCompareColor .color-swatch-image .item .color.White, #compare-color-popup .themevaleCompareColor .color-swatch-image .item .color.white {
          border: 1px solid #e6e6e6; }
        #compare-color-popup .themevaleCompareColor .color-swatch-image .item .color span {
          width: 100%;
          height: 100%;
          display: block; }
        #compare-color-popup .themevaleCompareColor .color-swatch-image .item .color.three-colors span {
          height: 33.33%; }
        #compare-color-popup .themevaleCompareColor .color-swatch-image .item .color.two-colors span {
          height: 50%; }
      #compare-color-popup .themevaleCompareColor .color-swatch-image .item .title {
        display: block;
        font-size: 12px;
        color: #999999;
        text-align: center;
        margin-top: 10px; }

#form-action-addToCart {
  background: #ffcd18;
  color: #000;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  #form-action-addToCart:hover {
    box-shadow: 0 0 0.1rem 0.1rem rgba(0, 0, 0, 0.15) !important;
    background: #ffd632; }

.productView-options .form-action.form-wishlist > .button {
  font-weight: 400;
  border-color: #afafaf; }

.product-availability-wrapper {
  background: #f8f8f8;
  border: 1px solid #eaeaea;
  padding: 15px 20px;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }
  .product-availability-wrapper .productView-info-value {
    padding-left: 0px; }

.mobile-title-author {
  display: none; }

@media (max-width: 991px) {
  .mobile-title-author {
    display: block;
    text-align: center; }
  .productView-product .product-edition, .productView-product .productView-title, .productView-product .productView-brand {
    display: none; } }

.productAttributes-message {
  border: 1px solid #b01322 !important;
  background: #f8f8f8;
  color: #b01322; }
  .productAttributes-message .icon svg {
    fill: #b01322; }

#becky-lynch-giveaway, #giveaway {
  background: #f6faff;
  margin: 0px 0;
  padding: 40px 0; }
  #becky-lynch-giveaway .mobile-giveaway-header, #giveaway .mobile-giveaway-header {
    display: none; }
  #becky-lynch-giveaway .giveaway-col-padding, #giveaway .giveaway-col-padding {
    padding: 0 45px 0 0; }
    #becky-lynch-giveaway .giveaway-col-padding img, #giveaway .giveaway-col-padding img {
      margin: 20px 0; }
  #becky-lynch-giveaway h2, #giveaway h2 {
    color: #024481;
    font-size: 50px;
    margin-top: 0 !important;
    text-transform: uppercase;
    font-weight: 800; }
    #becky-lynch-giveaway h2 span, #giveaway h2 span {
      display: block;
      font-size: 110px;
      line-height: 70px; }
  #becky-lynch-giveaway h5, #giveaway h5 {
    text-transform: none;
    font-weight: 500;
    font-size: 16px;
    margin-top: 20px !important;
    letter-spacing: 0; }
  #becky-lynch-giveaway img.giveaway-video-thumb, #giveaway img.giveaway-video-thumb {
    width: 100%; }
  #becky-lynch-giveaway img.giveaway-image, #giveaway img.giveaway-image {
    width: 100%;
    margin: 20px 0 10px;
    display: block;
    border: 1px solid #024481; }
  #becky-lynch-giveaway .giveaway-description, #giveaway .giveaway-description {
    font-size: 12px;
    text-align: center;
    color: #4f4f4f;
    line-height: 16px; }
  #becky-lynch-giveaway .giveaway-terms, #giveaway .giveaway-terms {
    font-size: 13px;
    line-height: 18px;
    color: #4f4f4f;
    margin-top: 40px;
    text-align: center; }
    #becky-lynch-giveaway .giveaway-terms a, #giveaway .giveaway-terms a {
      text-transform: uppercase;
      font-weight: 700; }
  #becky-lynch-giveaway .countdown-box, #giveaway .countdown-box {
    width: 100%;
    float: none;
    padding: 0;
    margin: 0;
    background: transparent;
    border: none; }
    #becky-lynch-giveaway .countdown-box h5, #giveaway .countdown-box h5 {
      text-align: center;
      color: #004481;
      font-weight: 700;
      margin: 20px 0 10px;
      font-size: 18px;
      text-transform: uppercase; }
    #becky-lynch-giveaway .countdown-box #countdownClock div, #giveaway .countdown-box #countdownClock div {
      font-size: 10px;
      color: #4f4f4f;
      text-transform: uppercase;
      text-align: center;
      font-weight: 600; }
      #becky-lynch-giveaway .countdown-box #countdownClock div.row, #giveaway .countdown-box #countdownClock div.row {
        margin: 0 0; }
      #becky-lynch-giveaway .countdown-box #countdownClock div.col-3, #giveaway .countdown-box #countdownClock div.col-3 {
        padding: 0 5px; }
      #becky-lynch-giveaway .countdown-box #countdownClock div span, #giveaway .countdown-box #countdownClock div span {
        font-weight: 700;
        border-radius: 50%;
        text-align: center;
        color: #004481;
        border: 1px solid #fff;
        background: #dce9f9;
        display: block;
        font-size: 20px;
        padding: 25% 0;
        margin-bottom: 5px; }

@media (max-width: 950px) {
  #becky-lynch-giveaway h2, #giveaway h2 {
    font-size: 35px !important; }
    #becky-lynch-giveaway h2 span, #giveaway h2 span {
      font-size: 80px !important;
      line-height: 70px !important; }
  #becky-lynch-giveaway .countdown-box h5, #giveaway .countdown-box h5 {
    font-size: 14px; }
  #becky-lynch-giveaway .countdown-box #countdownClock div, #giveaway .countdown-box #countdownClock div {
    font-size: 10px; }
    #becky-lynch-giveaway .countdown-box #countdownClock div span, #giveaway .countdown-box #countdownClock div span {
      font-size: 17px;
      padding: 22% 0;
      margin-bottom: 5px; } }

@media (max-width: 780px) {
  #becky-lynch-giveaway h2, #giveaway h2 {
    font-size: 45px !important; }
    #becky-lynch-giveaway h2 span, #giveaway h2 span {
      font-size: 95px !important;
      line-height: 80px !important; }
  #becky-lynch-giveaway .countdown-box, #giveaway .countdown-box {
    display: none; }
    #becky-lynch-giveaway .countdown-box h5, #giveaway .countdown-box h5 {
      font-size: 14px; }
    #becky-lynch-giveaway .countdown-box #countdownClock, #giveaway .countdown-box #countdownClock {
      display: none; }
    #becky-lynch-giveaway .countdown-box #countdownClock div, #giveaway .countdown-box #countdownClock div {
      font-size: 10px; }
      #becky-lynch-giveaway .countdown-box #countdownClock div span, #giveaway .countdown-box #countdownClock div span {
        font-size: 17px;
        padding: 22% 0;
        margin-bottom: 5px; } }

@media (max-width: 650px) {
  .formobile.titles .product-edition {
    display: block; }
  #becky-lynch-giveaway .mobile-giveaway-header, #giveaway .mobile-giveaway-header {
    display: block; }
  #becky-lynch-giveaway .main-giveaway-header, #giveaway .main-giveaway-header {
    display: none; }
  #becky-lynch-giveaway .giveaway-col-padding, #giveaway .giveaway-col-padding {
    padding: 0; }
  #becky-lynch-giveaway h2, #giveaway h2 {
    text-align: center;
    font-size: 26px !important;
    line-height: 34px; }
    #becky-lynch-giveaway h2 span, #giveaway h2 span {
      font-size: 60px !important;
      line-height: 40px !important; }
  #becky-lynch-giveaway .countdown-box, #giveaway .countdown-box {
    display: none; }
    #becky-lynch-giveaway .countdown-box h5, #giveaway .countdown-box h5 {
      font-size: 14px; }
    #becky-lynch-giveaway .countdown-box #countdownClock, #giveaway .countdown-box #countdownClock {
      display: none; }
    #becky-lynch-giveaway .countdown-box #countdownClock div, #giveaway .countdown-box #countdownClock div {
      font-size: 10px; }
      #becky-lynch-giveaway .countdown-box #countdownClock div span, #giveaway .countdown-box #countdownClock div span {
        font-size: 17px;
        padding: 22% 0;
        margin-bottom: 5px; } }

.pre-order-button-anchor .button {
  margin-top: 23px;
  margin-bottom: 10px;
  border: 1px solid #002a56;
  text-transform: uppercase;
  font-weight: 700;
  background: #fff;
  display: block;
  color: #002a56;
  border-radius: 0;
  transition: all .2s ease-in-out; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.modal-close {
  margin: 0px 5px 0 0 !important;
  border-radius: 0%;
  height: 30px;
  width: 30px;
  font-size: 20px;
  padding: 2px 0 0 0;
  font-weight: 700;
  background: rgba(0, 0, 0, 0.4);
  border: 2px solid #000;
  transition: all .2s ease-in-out; }
  .modal-close:hover {
    background: rgba(0, 0, 0, 0.7);
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

#giveaway-video-modal {
  max-height: 100%;
  padding: 20px; }

.video-container embed, .video-container iframe, .video-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#joinLiveSigning {
  background: #f8f8f8;
  border: 1px solid #d2e6ff;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  text-align: center;
  margin: 0 0 30px;
  font-size: 16px;
  font-weight: 700;
  color: #004482;
  padding: 10px 10px; }
  #joinLiveSigning img {
    margin-right: 15px;
    max-height: 40px; }
  #joinLiveSigning span {
    display: inline-block;
    vertical-align: middle; }

.livesigning-block {
  background: #e6f0f9;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  padding: 50px 0;
  margin-bottom: 20px; }
  .livesigning-block .row {
    margin-left: 0px;
    margin-right: 0px; }
  .livesigning-block h2 {
    text-transform: none; }
  .livesigning-block .ls-description {
    font-size: 15px;
    color: #666;
    margin-bottom: 30px; }
    .livesigning-block .ls-description P {
      margin-top: 20px; }
  .livesigning-block .ls-disclaimer {
    font-size: 10px;
    text-align: center; }

h4.CountDownText {
  color: #477bc1; }

@media (max-width: 780px) {
  .livesigning-block h2, .livesigning-block .ls-description {
    text-align: center; }
  .livesigning-block h2 {
    font-size: 36px;
    line-height: 38px; } }

.giveaway-col-padding .productCountDown {
  padding-left: 0;
  padding-right: 0; }

.giveaway-col-padding .countDowntimer2 {
  margin-bottom: 10px;
  display: inline-block;
  width: 100%; }
  .giveaway-col-padding .countDowntimer2 .clock-item {
    padding: 7px 10px 6px 10px;
    border: 1px solid rgba(50, 73, 99, 0.5);
    color: #324963;
    background: #fff;
    display: inline-block;
    text-align: center;
    margin-left: -1px;
    margin-bottom: 0; }
    .giveaway-col-padding .countDowntimer2 .clock-item span {
      display: block; }
    .giveaway-col-padding .countDowntimer2 .clock-item .num {
      font-size: 30px;
      line-height: 30px;
      font-weight: 600;
      letter-spacing: 0;
      font-family: "Roboto", sans-serif; }
    .giveaway-col-padding .countDowntimer2 .clock-item .text {
      font-size: 14px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: .02em;
      color: #477bc1 !important;
      font-family: "Roboto", sans-serif; }
    @media (min-width: 361px) {
      .giveaway-col-padding .countDowntimer2 .clock-item {
        min-width: 24%;
        padding: 25px 10px 25px 10px;
        margin-bottom: 3px;
        border-radius: 50%;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }
        .giveaway-col-padding .countDowntimer2 .clock-item .num {
          font-size: 32px;
          line-height: 32px; }
        .giveaway-col-padding .countDowntimer2 .clock-item .text {
          font-size: 12px; } }
    @media (min-width: 600px) {
      .giveaway-col-padding .countDowntimer2 .clock-item {
        min-width: 24%;
        padding: 30px 10px 30px 10px;
        margin-bottom: 3px;
        border-radius: 50%;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }
        .giveaway-col-padding .countDowntimer2 .clock-item .num {
          font-size: 26px; }
        .giveaway-col-padding .countDowntimer2 .clock-item .text {
          font-size: 16px; } }
    @media (min-width: 700px) {
      .giveaway-col-padding .countDowntimer2 .clock-item {
        min-width: 24%;
        padding: 25px 10px 25px 10px;
        margin-bottom: 3px;
        border-radius: 50%;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }
        .giveaway-col-padding .countDowntimer2 .clock-item .num {
          font-size: 28px; }
        .giveaway-col-padding .countDowntimer2 .clock-item .text {
          font-size: 16px; } }
    @media (min-width: 760px) {
      .giveaway-col-padding .countDowntimer2 .clock-item {
        min-width: 24%;
        padding: 10px 5px 10px 5px;
        margin-bottom: 3px;
        border-radius: 50%;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }
        .giveaway-col-padding .countDowntimer2 .clock-item .num {
          font-size: 18px;
          line-height: 18px; }
        .giveaway-col-padding .countDowntimer2 .clock-item .text {
          font-size: 10px; } }
    @media (min-width: 900px) {
      .giveaway-col-padding .countDowntimer2 .clock-item {
        min-width: 24%;
        padding: 10px 5px 10px 5px;
        margin-bottom: 3px;
        border-radius: 50%;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }
        .giveaway-col-padding .countDowntimer2 .clock-item .num {
          font-size: 16px;
          line-height: 16px; }
        .giveaway-col-padding .countDowntimer2 .clock-item .text {
          font-size: 9px; } }
    @media (min-width: 1100px) {
      .giveaway-col-padding .countDowntimer2 .clock-item {
        min-width: 24%;
        padding: 15px 10px 15px 10px;
        margin-bottom: 3px;
        border-radius: 50%;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }
        .giveaway-col-padding .countDowntimer2 .clock-item .num {
          font-size: 22px;
          line-height: 22px; }
        .giveaway-col-padding .countDowntimer2 .clock-item .text {
          font-size: 10px; } }

.signed-by {
  font-size: 16px;
  color: #5a5a5a;
  font-weight: 400; }

#privateCollectionBanner {
  background: #eaeaea;
  border: 0px solid #d2e6ff;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  text-align: center;
  margin: 0 0 0px;
  font-size: 12px;
  font-weight: 700;
  color: #666;
  padding: 5px 30px; }
  #privateCollectionBanner img {
    margin-right: 15px;
    max-height: 40px; }
  #privateCollectionBanner h5, #privateCollectionBanner h6 {
    margin-bottom: 0;
    color: #002a56;
    padding-top: 2px;
    margin-top: 0;
    font-size: 11px !important; }
  #privateCollectionBanner span#vpc-banner-details {
    display: inline-block;
    vertical-align: middle;
    font-size: 11px;
    font-weight: 400; }

@media (max-width: 800px) {
  #privateCollectionBanner .col-12.text-right, #privateCollectionBanner .col-12.text-left {
    text-align: center !important; }
  #privateCollectionBanner span b {
    display: block; } }

.pc-vinyl h2.product-edition span {
  padding: 5px 10px; }

.pc-vinyl #main-title {
  margin-top: 5px;
  font-size: 42px;
  line-height: 46px; }

h6.this-includes-header span a {
  text-transform: none;
  font-size: 12px;
  color: #477bc1;
  padding-left: 10px;
  font-weight: 400; }

.certified-footer {
  font-size: 10px;
  font-weight: 500;
  text-align: center;
  line-height: 12px;
  padding-top: 5px;
  opacity: 0.7;
  text-transform: uppercase; }

.productView.pc-vinyl #tab-description {
  font-size: 14px; }
  .productView.pc-vinyl #tab-description > .custom-tab, .productView.pc-vinyl #tab-description > .spec-tab {
    display: block; }
  .productView.pc-vinyl #tab-description p {
    display: block; }

.productView.pc-vinyl #tab-details-content {
  font-size: 16px; }
  .productView.pc-vinyl #tab-details-content span {
    background: #dce9f9;
    padding: 2px 5px;
    margin-left: 5px;
    font-size: 13px;
    color: #00457d;
    font-weight: 500; }

.low-stock-warning-product {
  color: #db5b3b;
  font-size: 16px; }

.low-stock-warning-card {
  text-align: center;
  color: #db5b3b;
  font-size: 14px; }

.halo-bundle-products {
  background: white;
  padding: 20px;
  margin: 20px 0;
  z-index: 20;
  border: 1px solid #eaeaea; }
  .halo-bundle-products .col-2 {
    padding-left: 0;
    padding-right: 0; }
  .halo-bundle-products .loadingOverlayBg {
    position: absolute;
    background: rgba(255, 255, 255, 0.2); }
    .halo-bundle-products .loadingOverlayBg .loadingOverlay {
      padding: 20px; }
  .halo-bundle-products .halo-block-header .title {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: 19px;
    font-weight: 500;
    color: #477bc1;
    letter-spacing: 0px;
    line-height: 18px;
    margin: 0;
    padding: 5px 5px 40px 5px;
    position: relative;
    text-transform: uppercase;
    text-align: center; }
  .halo-bundle-products .bundle-products-wrapper {
    display: block; }
  .halo-bundle-products .bundle-product-left, .halo-bundle-products .bundle-product-right {
    display: block;
    width: 100%; }
  .halo-bundle-products .bundle-product-right {
    margin: 0px 0 0 0; }
  .halo-bundle-products .halo-product-list {
    padding: 0;
    margin: 0 -10px;
    width: auto; }
    .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; }
    @media (min-width: 1025px) {
      .halo-bundle-products .halo-product-list {
        margin: 0 -15px; } }
  .halo-bundle-products .halo-product-item {
    padding: 0 10px; }
    .halo-bundle-products .halo-product-item .halo-product-image {
      display: block;
      position: relative; }
      .halo-bundle-products .halo-product-item .halo-product-image:after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: white;
        opacity: .4;
        z-index: 1; }
    .halo-bundle-products .halo-product-item .halo-product-image2 {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      text-align: center;
      opacity: 0;
      backface-visibility: hidden;
      transform: translate(-50%, -50%);
      transition: opacity 0.8s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18) 0s; }
      .halo-bundle-products .halo-product-item .halo-product-image2 img {
        display: inline-block;
        vertical-align: top;
        max-height: 100%;
        width: 100%;
        transition: opacity 0.8s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18) 0s; }
    .halo-bundle-products .halo-product-item.halo-product-itemFirst .halo-product-link {
      pointer-events: none; }
    .halo-bundle-products .halo-product-item.isChecked .halo-product-image:after {
      display: none; }
    .halo-bundle-products .halo-product-item.isChecked .halo-detail-field {
      opacity: 1; }
    @media (min-width: 1025px) {
      .halo-bundle-products .halo-product-item {
        padding: 0 15px; } }
  .halo-bundle-products .halo-product-link {
    display: block;
    position: relative;
    overflow: hidden; }
  .halo-bundle-products .halo-product-container {
    display: block;
    position: relative; }
    .halo-bundle-products .halo-product-container:after {
      content: '';
      display: block;
      height: 0;
      width: 100%;
      padding-bottom: 150%; }
    .halo-bundle-products .halo-product-container > img {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      opacity: 1;
      backface-visibility: visible;
      border: 0;
      width: 95%;
      height: 96%;
      object-fit: contain;
      margin-top: 0;
      margin-bottom: 0;
      transition: opacity .8s ease; }
  .halo-bundle-products .halo-product-content {
    display: block;
    padding: 5px 0 0 0;
    text-align: left;
    position: relative; }
  .halo-bundle-products .halo-product-total {
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
    padding: 15px 0 0 0;
    display: block;
    text-align: center; }
    .halo-bundle-products .halo-product-total .total-price {
      display: block;
      font-size: 14px;
      font-weight: 500;
      color: #477bc1;
      letter-spacing: 0;
      line-height: 1.75;
      margin: 0 0 16px 0; }
    .halo-bundle-products .halo-product-total .text {
      padding: 0 0 1px 0;
      background-image: linear-gradient(transparent 96%, #d2d2d2 4%);
      background-repeat: repeat-x;
      background-position-y: 0; }
    .halo-bundle-products .halo-product-total .price {
      font-size: 22px;
      letter-spacing: 0;
      margin: 0 0 0 5px; }
    .halo-bundle-products .halo-product-total .button {
      width: 100%;
      height: 50px;
      line-height: 48px;
      text-transform: uppercase;
      max-width: 100%; }
  .halo-bundle-products .icon-plus {
    position: absolute;
    top: 50%;
    left: -24px;
    z-index: 10;
    display: none;
    vertical-align: top;
    width: 18px;
    height: 18px;
    transform: translateY(-50%); }
    .halo-bundle-products .icon-plus:before, .halo-bundle-products .icon-plus:after {
      content: "";
      position: absolute;
      top: 50%;
      background-color: #324963; }
    .halo-bundle-products .icon-plus:before {
      width: 18px;
      height: 2px;
      left: 100%;
      transform: translate3D(-100%, -50%, 0) rotate(0); }
    .halo-bundle-products .icon-plus:after {
      width: 2px;
      height: 18px;
      left: auto;
      right: 8px;
      transform: translate3D(0, -50%, 0) rotate(0); }
    @media (max-width: 1024px) {
      .halo-bundle-products .icon-plus {
        left: -19px; } }
  .halo-bundle-products .halo-detail-field {
    opacity: .4; }
    .halo-bundle-products .halo-detail-field:before {
      position: absolute;
      display: inline-block;
      vertical-align: top;
      top: 6px;
      border-radius: 0;
      width: 16px;
      height: 16px;
      background: transparent; }
    .halo-bundle-products .halo-detail-field:after {
      background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='check' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='svg-inline--fa fa-check fa-w-16 fa-3x'%3E%3Cpath fill='%23000000' d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z' class=''%3E%3C/path%3E%3C/svg%3E");
      top: 9px;
      left: 3px;
      width: 10px;
      height: 10px; }
  .halo-bundle-products .halo-detail-label {
    display: inline-block !important;
    vertical-align: top;
    padding: 0;
    margin: 0 !important; }
  .halo-bundle-products .halo-detail-checkbox[disable] + .halo-detail-label:before {
    border-color: #193753;
    background: #193753; }
  .halo-bundle-products .halo-detail-checkbox:checked + .halo-detail-label:before {
    border-color: #d2d2d2 !important;
    background: white !important; }
  .halo-bundle-products .halo-detail-name {
    font-size: 12px;
    font-weight: 500;
    color: #324963;
    letter-spacing: 0;
    padding: 0;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    text-align: left; }
    .halo-bundle-products .halo-detail-name .text {
      display: inline;
      padding: 0 0 0 0px; }
  .halo-bundle-products .halo-detail-price {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0;
    color: #003262;
    line-height: 1;
    position: relative;
    margin: 9px 0 0 0;
    display: flex;
    justify-content: left; }
    .halo-bundle-products .halo-detail-price > p {
      margin-bottom: 0; }
    .halo-bundle-products .halo-detail-price .price-section {
      margin-right: 10px; }
      .halo-bundle-products .halo-detail-price .price-section.non-sale-price--withoutTax, .halo-bundle-products .halo-detail-price .price-section.non-sale-price--withTax {
        text-decoration: line-through;
        color: #232323; }
      .halo-bundle-products .halo-detail-price .price-section.price-section--salebale {
        display: none; }
      .halo-bundle-products .halo-detail-price .price-section:last-child {
        margin-right: 0; }
  .halo-bundle-products .halo-detail-options {
    display: none;
    position: absolute;
    text-align: left;
    top: -50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    z-index: 101;
    width: 300px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: color 0.15s ease; }
    @media (min-width: 551px) {
      .halo-bundle-products .halo-detail-options {
        top: -100%; } }
    .halo-bundle-products .halo-detail-options .halo-option-header {
      display: block;
      position: relative;
      background-color: #fafafa;
      padding: 10px 20px 10px 20px; }
    .halo-bundle-products .halo-detail-options .halo-option-title {
      display: block;
      font-size: 12px;
      font-weight: 500;
      letter-spacing: 0;
      line-height: 25px;
      color: white;
      text-transform: capitalize;
      margin: 0; }
    .halo-bundle-products .halo-detail-options .halo-option-close {
      position: absolute;
      top: 50%;
      right: 30px;
      transform: translateY(-50%);
      line-height: 1; }
      .halo-bundle-products .halo-detail-options .halo-option-close svg {
        width: 16px;
        height: 16px;
        fill: white; }
    .halo-bundle-products .halo-detail-options .halo-option-content {
      display: block;
      padding: 20px;
      max-height: 300px;
      overflow: auto; }
      @media (max-width: 375px) {
        .halo-bundle-products .halo-detail-options .halo-option-content {
          max-height: 200px; } }
    .halo-bundle-products .halo-detail-options .alertBox-message {
      display: block;
      font-size: 12px;
      font-weight: 400;
      letter-spacing: 0;
      line-height: 24px;
      margin: 5px 0 0 0; }
    .halo-bundle-products .halo-detail-options .productView-optionsStock {
      display: block;
      font-size: 12px;
      font-weight: 400;
      font-style: italic;
      letter-spacing: 0;
      line-height: 24px;
      margin: 5px 0 0 0; }
    .halo-bundle-products .halo-detail-options .form-field {
      font-size: 0;
      margin: 0;
      padding: 0; }
      .halo-bundle-products .halo-detail-options .form-field > .form-label {
        font-size: 12px;
        font-weight: 500;
        line-height: 24px;
        letter-spacing: 0;
        color: #324963;
        margin: 0 0 12px 0; }
        .halo-bundle-products .halo-detail-options .form-field > .form-label small {
          color: #f1152f;
          line-height: inherit;
          margin: 0 0 0 3px;
          float: none; }
        .halo-bundle-products .halo-detail-options .form-field > .form-label [data-option-value] {
          font-size: 12px;
          font-weight: 400;
          line-height: 24px;
          letter-spacing: 0;
          color: #5a5a5a;
          text-transform: capitalize;
          margin: 0 0 0 8px; }
      .halo-bundle-products .halo-detail-options .form-field + .form-field {
        margin-top: 20px; }
    .halo-bundle-products .halo-detail-options.is-open {
      display: block; }
  .halo-bundle-products .halo-toggle-options {
    margin: 0;
    display: none;
    vertical-align: top;
    font-size: 12px;
    font-weight: 500;
    line-height: 34px;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #4c88ff;
    border-color: #4c88ff;
    background: #fff;
    padding: 0;
    transition: unset;
    height: 36px;
    position: absolute;
    top: -25px;
    width: 100%;
    max-width: 90%;
    left: 50%;
    transform: translateX(-50%); }
  .halo-bundle-products .slick-arrow {
    position: absolute;
    top: 36%;
    display: block;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: white;
    color: transparent;
    border: none;
    padding: 9px;
    margin: 0;
    width: 45px;
    height: 90px;
    border-radius: 0;
    opacity: 1;
    fill: #324963; }
    .halo-bundle-products .slick-arrow:hover {
      background-color: rgba(30, 30, 30, 0.3);
      fill: white; }
    .halo-bundle-products .slick-arrow.slick-prev {
      left: 5px; }
    .halo-bundle-products .slick-arrow.slick-next {
      right: 3px; }
    .halo-bundle-products .slick-arrow.slick-disabled {
      opacity: .25; }
    .halo-bundle-products .slick-arrow:before {
      display: none; }
  .halo-bundle-products .slick-dots {
    display: inline-block;
    vertical-align: middle;
    left: 0;
    bottom: -45px; }
    .halo-bundle-products .slick-dots li {
      margin: 0 10px;
      padding: 0;
      width: auto;
      height: auto; }
      @media (min-width: 1025px) {
        .halo-bundle-products .slick-dots li {
          margin: 0 20px; } }
      .halo-bundle-products .slick-dots li button {
        width: 8px;
        height: 8px;
        opacity: 1;
        border: 1px solid;
        background-color: transparent;
        transition: color 0.15s ease; }
        .halo-bundle-products .slick-dots li button:before {
          display: none; }
      .halo-bundle-products .slick-dots li:only-child {
        display: none; }
      .halo-bundle-products .slick-dots li.slick-active button {
        opacity: 1; }
  .halo-bundle-products .slick-slide + .slick-active .halo-detail-options {
    left: 15px;
    transform: translateY(-50%); }
    @media (min-width: 551px) {
      .halo-bundle-products .slick-slide + .slick-active .halo-detail-options {
        left: 50px; } }
  .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%); }
      @media (min-width: 551px) {
        .halo-bundle-products .slick-active:first-of-type .halo-detail-options {
          left: 50px; } }
    .halo-bundle-products .slick-active:last-of-type .halo-detail-options {
      left: auto;
      right: 15px;
      transform: translateY(-50%); }
      @media (min-width: 551px) {
        .halo-bundle-products .slick-active:last-of-type .halo-detail-options {
          right: 50px; } }
    .halo-bundle-products .slick-active + .slick-slide .halo-detail-options {
      left: auto;
      right: 15px;
      transform: translateY(-50%); }
      @media (min-width: 551px) {
        .halo-bundle-products .slick-active + .slick-slide .halo-detail-options {
          right: 50px; } }
  .halo-bundle-products.halo-block-disable .loadingOverlay {
    display: block; }
  .halo-bundle-products.halo-block-disable .bundle-product-left {
    opacity: 0.5; }
  @media (min-width: 375px) {
    .halo-bundle-products .halo-block-header {
      text-align: center; }
      .halo-bundle-products .halo-block-header .title {
        padding-bottom: 15px; }
    .halo-bundle-products .halo-detail-options {
      width: 320px; } }
  @media (min-width: 768px) {
    .halo-bundle-products {
      padding-top: 60px;
      padding-bottom: 60px;
      margin-top: 0; }
      .halo-bundle-products .halo-detail-options {
        width: 470px; }
        .halo-bundle-products .halo-detail-options .halo-option-header {
          padding-left: 35px;
          padding-right: 35px; }
        .halo-bundle-products .halo-detail-options .halo-option-close {
          right: 35px; }
        .halo-bundle-products .halo-detail-options .halo-option-content {
          padding-left: 35px;
          padding-right: 35px;
          max-height: 350px; } }
  @media (min-width: 1025px) {
    .halo-bundle-products {
      padding-top: 20px;
      padding-bottom: 20px;
      margin-bottom: 0;
      margin-top: 20px; }
      .halo-bundle-products .container {
        z-index: 5;
        max-width: 1230px;
        padding-left: 30px;
        padding-right: 30px; }
      .halo-bundle-products .halo-block-header {
        text-align: left; }
        .halo-bundle-products .halo-block-header .title {
          padding-bottom: 10px;
          text-align: left; }
      .halo-bundle-products .bundle-products-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center; }
      .halo-bundle-products .bundle-product-left {
        width: 65%;
        overflow: hidden; }
      .halo-bundle-products .bundle-product-right {
        width: 30%;
        margin-top: 0; }
      .halo-bundle-products .halo-product-list {
        padding-left: 0;
        padding-right: 0;
        margin-left: -15px;
        margin-right: -15px; }
      .halo-bundle-products .halo-product-item {
        padding-left: 14px;
        padding-right: 14px; }
        .halo-bundle-products .halo-product-item .price-section {
          font-size: 12px; }
        .halo-bundle-products .halo-product-item .halo-product-imageSwap:hover .halo-product-container > img {
          opacity: 0;
          backface-visibility: hidden; }
        .halo-bundle-products .halo-product-item .halo-product-imageSwap:hover .halo-product-image2 {
          opacity: 1;
          backface-visibility: visible; }
          .halo-bundle-products .halo-product-item .halo-product-imageSwap:hover .halo-product-image2 img {
            transform: scale(1.09); }
        .halo-bundle-products .halo-product-item.halo-product-itemFirst .halo-product-image:before {
          display: none; }
      .halo-bundle-products .halo-product-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: color 0.15s ease; }
      .halo-bundle-products .halo-product-total {
        padding-top: 0;
        max-width: 100%; }
      .halo-bundle-products .icon-plus {
        left: -24px; }
      .halo-bundle-products .halo-toggle-options:hover {
        color: black; }
        .halo-bundle-products .halo-toggle-options:hover .text {
          background-image: linear-gradient(transparent 97%, black 3%); }
      .halo-bundle-products .slick-arrow.slick-prev {
        left: 25px; }
      .halo-bundle-products .slick-arrow.slick-next {
        right: 25px; } }
  @media (min-width: 1600px) {
    .halo-bundle-products .halo-product-list {
      padding-left: 0;
      padding-right: 0; }
    .halo-bundle-products .slick-arrow.slick-prev {
      left: 15px; }
    .halo-bundle-products .slick-arrow.slick-next {
      right: 15px; } }
  .halo-bundle-products .checkbox-copy {
    padding-left: 21px; }
    .halo-bundle-products .checkbox-copy span.halo-detail-name .text {
      line-height: 1.2 !important;
      margin-bottom: 4px;
      display: block; }
  .halo-bundle-products .bundle-brand-name {
    font-size: 11px; }

.halo-product-total-button {
  background: #ffcd18;
  color: #000;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  line-height: 24px !important;
  padding: 4px 10px !important;
  height: auto !important;
  margin-bottom: 10px; }
  .halo-product-total-button:hover {
    box-shadow: 0 0 0.1rem 0.1rem rgba(0, 0, 0, 0.15) !important;
    background: #ffd632; }

#locked-page-modal.active {
  position: absolute;
  height: 100%;
  min-height: 100vh;
  width: 100%;
  z-index: 999999; }
  #locked-page-modal.active #page-lock-form-wrapper {
    background: white;
    border: 1px solid #ccc;
    position: absolute;
    top: 20px;
    min-height: 200px;
    max-height: 100vh;
    left: 15%;
    width: 70%;
    padding: 30px; }
    #locked-page-modal.active #page-lock-form-wrapper h3 {
      font-size: 28px;
      text-transform: none; }
    #locked-page-modal.active #page-lock-form-wrapper .access-code-intro {
      font-size: 15px;
      max-width: 600px;
      margin-left: auto;
      margin-right: auto; }
    #locked-page-modal.active #page-lock-form-wrapper #access-code-error {
      display: none;
      color: #db5b3b; }
      #locked-page-modal.active #page-lock-form-wrapper #access-code-error.error {
        display: block; }
    #locked-page-modal.active #page-lock-form-wrapper label {
      margin-top: 25px;
      color: #477bc1; }
    #locked-page-modal.active #page-lock-form-wrapper #access-code-input {
      max-width: 200px;
      margin-left: auto;
      margin-right: auto; }
      #locked-page-modal.active #page-lock-form-wrapper #access-code-input.error {
        border: 1px solid #db5b3b; }
    #locked-page-modal.active #page-lock-form-wrapper .button {
      margin-top: 20px; }
  #locked-page-modal.active .modal-bg {
    width: 100%;
    height: 100%;
    position: abosolute;
    top: 0;
    background: rgba(0, 0, 0, 0.9); }

body.locked-page {
  overflow: hidden; }

.rsa-description {
  font-size: 15px; }
  .rsa-description h6 {
    margin-top: 30px; }
  .rsa-description .productView-description {
    margin-top: 5px; }

.rsa-image .zoomImg {
  display: none !important; }

.price--rrp,
.price--non-sale,
.price--discounted {
  text-decoration: line-through; }

.price-section--minor {
  color: #999999; }

.compareTable {
  table-layout: fixed;
  width: 100%;
  border: 1px solid #e6e6e6;
  margin-top: 5px; }
  .compareTable thead {
    text-align: center; }
  .compareTable th {
    border: 1px solid #e6e6e6; }

.compareTable-row {
  vertical-align: top; }
  .compareTable-row .compareTable-heading,
  .compareTable-row .compareTable-item {
    border: 1px solid #e6e6e6; }
  .compareTable-row + .compareTable-row {
    border-top: 1px solid #e6e6e6; }
    .compareTable-row + .compareTable-row .compareTable-heading:empty {
      border-top: 0; }
  .compareTable-row ul {
    margin-left: 8px;
    text-align: left; }

.compareTable-heading {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding: 1.25rem 1rem;
  text-transform: uppercase;
  position: relative;
  text-align: center;
  width: 0;
  color: #324963; }
  @media (min-width: 1025px) {
    .compareTable-heading {
      width: 25%; } }

.compareTable-headingText {
  white-space: nowrap; }

.compareTable-item {
  padding: 3.25rem 1rem 1.25rem; }
  @media (min-width: 1025px) {
    .compareTable-item {
      padding-top: 1.25rem; } }

.compareTable-removeProduct {
  background-color: #232323;
  border-radius: 50%;
  height: 25px;
  position: absolute;
  right: -12px;
  top: -12px;
  transition: background-color 0.15s ease;
  width: 25px; }
  .compareTable-removeProduct .icon {
    fill: white;
    stroke: white;
    height: 15px;
    margin-top: 5px;
    width: 15px; }

.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: 1rem; }
    .compareTable-product .card-body .price-section {
      margin-bottom: 12px; }
    .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 #e6e6e6;
  margin-bottom: 2.25rem; }
  .toggle:last-of-type {
    margin-bottom: 4.5rem; }

.toggle-title {
  margin-bottom: 2.25rem; }

.toggleLink {
  color: #232323; }
  .toggleLink:hover {
    color: black; }
  .toggle-title .toggleLink {
    float: right;
    line-height: 24px; }

.toggleLink-text--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: #e6e6e6 solid;
  border-radius: 4px;
  border-width: 1px;
  display: none !important;
  margin-bottom: 2rem;
  padding: 1rem; }
  .facetedSearch-toggle:before, .facetedSearch-toggle:after {
    content: " ";
    display: table; }
  .facetedSearch-toggle:after {
    clear: both; }
  @media (min-width: 1025px) {
    .facetedSearch-toggle {
      display: none !important; } }
  .facetedSearch-toggle.is-open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 0; }

.facetedSearch-toggle-text,
.facetedSearch-toggle-indicator {
  display: block;
  font-weight: normal; }

.facetedSearch-toggle-text {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 58.33333%;
  float: left;
  padding: 0;
  text-align: left; }

.facetedSearch-toggle-indicator {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 41.66667%;
  float: left;
  font-weight: bold;
  padding: 0;
  text-align: right; }

@media (min-width: 1025px) {
  .facetedSearch-navList {
    display: block !important; } }

.facetedSearch-navList.is-open {
  display: block; }
  .facetedSearch-navList.is-open .accordion--navList,
  .facetedSearch-navList.is-open .accordion-block:first-child .accordion-navigation {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.sidebarBlock + .facetedSearch-navList {
  margin-top: 2rem; }

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

.facet-quick-heading {
  text-transform: capitalize; }

.facetedSearch-optionColumns {
  column-count: 3;
  column-gap: 20px; }

.facetedSearch-refineFilters {
  display: none;
  margin-bottom: 25px; }
  @media (min-width: 1025px) {
    .facetedSearch-refineFilters {
      display: block; } }

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

.banners {
  background-color: #1e1e1e;
  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;
  color: #868686;
  padding: 0.58333rem 1rem;
  text-decoration: none; }
  .facetLabel .icon {
    height: 1rem;
    width: 1rem;
    display: inline-block;
    fill: #232323;
    position: relative;
    top: -1px; }

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

.page-type-cart .empty_cart {
  text-align: center;
  font-weight: 400;
  margin-top: 0px;
  text-transform: none;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  margin-bottom: 35px;
  color: #5a5a5a; }

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

.page-type-cart .themevale-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: center;
  -webkit-justify-content: center;
  justify-content: center; }
  .page-type-cart .themevale-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: "Roboto", Arial, Helvetica, sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: capitalize;
    color: #5a5a5a;
    line-height: 14px;
    margin-left: 15px; }

@media (min-width: 551px) {
  .page-type-cart .breadcrumbs {
    margin-top: 8.33333rem; } }

.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: 66%; } }
  @media (min-width: 1281px) {
    .page-type-cart .left-col {
      width: 70%; } }
  @media (min-width: 1920px) {
    .page-type-cart .left-col {
      padding-right: 35px;
      width: 75%; } }

.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: 34%; } }
  @media (min-width: 1281px) {
    .page-type-cart .right-col {
      width: 30%; } }
  @media (min-width: 1920px) {
    .page-type-cart .right-col {
      padding-left: 35px;
      width: 25%; } }
  .page-type-cart .right-col .secure {
    margin-top: 10px; }
    .page-type-cart .right-col .secure .text-group {
      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: 27px; }
      .page-type-cart .right-col .secure .text-group .icon {
        width: 18px;
        height: 19px;
        fill: #999999; }
      .page-type-cart .right-col .secure .text-group .text {
        color: #999999;
        padding-left: 10px;
        margin-bottom: 0; }
        .page-type-cart .right-col .secure .text-group .text p {
          margin-bottom: 6px; }
  .page-type-cart .right-col .cart-seal-logos {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 22px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    padding-bottom: 15px;
    position: relative;
    z-index: 1; }
    .page-type-cart .right-col .cart-seal-logos > img {
      padding: 0 10px; }
      .page-type-cart .right-col .cart-seal-logos > img:first-child {
        padding-left: 0; }
      .page-type-cart .right-col .cart-seal-logos > img:last-child {
        padding-right: 0; }

.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 .gift-wrapping-title {
  text-transform: none;
  letter-spacing: 0px;
  line-height: 1.1;
  margin-top: 20px; }

.page-type-cart #modal .giftWrapping-form .gift-wrapping-price {
  text-transform: none;
  letter-spacing: -1px;
  color: #477bc1; }
  .page-type-cart #modal .giftWrapping-form .gift-wrapping-price span {
    font-size: 12px;
    margin-left: 5px;
    letter-spacing: 0px;
    color: #324963;
    font-weight: 500; }

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

[data-cart-status] .alertBox--info {
  background: #eaf3f8;
  color: #31708f; }
  [data-cart-status] .alertBox--info svg {
    fill: #31708f; }

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

[data-cart] .loadingOverlay {
  left: -15px;
  right: -15px; }

.cart-notification {
  text-align: center;
  margin-bottom: 15px; }
  .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 {
  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: 15px 20px 14px 20px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: .02em;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #5a5a5a; }

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

.cart-item {
  border-bottom: 1px solid #e6e6e6;
  clear: both;
  display: block;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 90px;
  position: relative; }
  @media (min-width: 481px) {
    .cart-item {
      padding-left: 120px; } }
  @media (min-width: 551px) {
    .cart-item {
      padding-left: 120px; }
      .cart-item:before, .cart-item:after {
        content: " ";
        display: table; }
      .cart-item:after {
        clear: both; } }
  @media (min-width: 1025px) {
    .cart-item {
      display: table-row;
      padding-left: 0; }
      .cart-item:before, .cart-item:after {
        display: none; } }
  .cart-item:first-child {
    padding-top: 10px; }

.cart-item-block {
  display: block; }
  @media (min-width: 1025px) {
    .cart-item-block {
      display: table-cell;
      padding: 30px 0 27px 0; } }
  @media (max-width: 550px) {
    .cart-item-block {
      width: 100%; } }
  .cart-item-block .gift-wrap-line-wrapper {
    border: 1px solid #eaeaea; }
  .cart-item-block .definitionList {
    margin-bottom: 8px; }
    .cart-item-block .definitionList dt, .cart-item-block .definitionList dd {
      margin-bottom: 5px; }

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

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

.cart-item-image {
  max-width: 120px;
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  margin: auto; }
  @media (min-width: 1025px) {
    .cart-item-image {
      margin-left: 0;
      top: 30px; } }
  @media (max-width: 480px) {
    .cart-item-image {
      max-width: 90px; } }

.cart-item-title {
  display: table-cell;
  height: 8.33333rem;
  padding-left: 20px;
  padding-bottom: 15px;
  padding-top: 0px;
  padding-right: 5px; }
  @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 10px 27px 30px;
      margin-bottom: 1.5rem; } }
  .cart-item-title a[data-item-edit], .cart-item-title .change-giftCertificate {
    color: #477bc1;
    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 {
      fill: #477bc1;
      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%; } }
  @media (min-width: 1025px) {
    .cart-item-info {
      float: none;
      width: 14%;
      clear: both;
      vertical-align: middle; }
      .cart-item-info + .cart-item-info {
        margin-top: 0.75rem; } }

.cart-item-price {
  letter-spacing: 0;
  color: #324963; }
  @media (max-width: 767px) {
    .cart-item-price {
      padding-bottom: 12px; } }
  @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: #324963; }
    .cart-item-price .cart-item-value.price--discounted {
      color: #5a5a5a;
      margin-right: 2px; }
  @media (min-width: 1025px) {
    .cart-item-price.giftCertificate {
      padding-top: 69px; } }

.cart-item-total {
  color: #324963;
  position: relative; }

@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: 20px; } }

@media (max-width: 767px) {
  .cart-item-quantity {
    margin-bottom: 13px; } }

.cart-item-quantity .cart-item-label {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-transform: capitalize;
  font-weight: 700; }
  @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: 136px; } }

.cart-item-label {
  color: #1e1e1e;
  float: left;
  margin-bottom: 0.58333rem;
  text-align: left;
  width: auto;
  padding-left: 20px;
  font-weight: 700;
  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: 20px; } }
  @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: #477bc1;
  margin-bottom: 15px; }

.cart-item-name {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 5px 0;
  text-transform: none; }
  @media (max-width: 767px) {
    .cart-item-name {
      padding-right: 30px; } }
  .cart-item-name a {
    color: #324963;
    line-height: 20px; }
  .cart-item-name + .definitionList {
    margin-top: 0.41667rem; }

.cart-item-options--giftWrapping {
  margin-top: 0px;
  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: #787878;
    margin-bottom: 2px; }
  .cart-item-options--giftWrapping .cart-item-option-description {
    display: inline-block;
    margin-bottom: 8px; }
    .cart-item-options--giftWrapping .cart-item-option-description a {
      color: #002a56;
      text-decoration: underline;
      text-underline-offset: 3px;
      text-decoration-color: rgba(71, 123, 193, 0.5);
      font-size: 10px;
      padding: 2px 6px;
      border: 1px solid #002a56;
      margin-left: 5px;
      text-transform: uppercase; }

.cart-remove {
  cursor: pointer;
  float: right;
  height: 2.16667rem;
  transition: background-color 0.15s ease;
  width: 1.66667rem;
  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;
      margin-top: -1rem; } }
  .cart-remove.cart-remove--spacer {
    visibility: hidden; }
  .cart-remove > svg {
    fill: #969696;
    width: 2.16667rem;
    height: 2.16667rem; }

.cart-totals {
  list-style: none;
  margin-left: 0;
  border: 1px solid #e6e6e6; }
  .cart-totals ul,
  .cart-totals ol {
    list-style: none;
    margin-bottom: 0; }

.cart-total-label {
  color: #232323;
  padding-left: 20px;
  font-size: 14px;
  letter-spacing: .02em;
  text-transform: uppercase;
  padding-bottom: 15px;
  width: 40%;
  font-family: "Roboto", sans-serif; }
  @media (min-width: 1025px) {
    .cart-total-label {
      padding-left: 30px; } }
  .cart-total-label strong {
    font-weight: 600; }
  .cart-total-label .remove a {
    color: #787878;
    text-transform: capitalize;
    font-size: 12px;
    letter-spacing: .02em;
    font-weight: 700;
    font-family: "Roboto", Arial, Helvetica, sans-serif; }
  .cart-total-label svg {
    fill: #e13f3f; }

.cart-total-value {
  text-align: right;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  color: #324963;
  width: 66.66667%;
  padding-right: 20px;
  width: 60%;
  text-align: right; }
  @media (min-width: 1025px) {
    .cart-total-value {
      padding-right: 30px; } }
  .cart-total-value > button {
    margin-top: 2px; }

.cart-total-label,
.cart-total-value {
  float: left;
  padding-top: 15px;
  padding-bottom: 14px; }

.cart-total {
  border-bottom: 1px solid #e6e6e6; }
  .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 label {
    margin-bottom: 18px;
    cursor: text; }
  .cart-total .form-input {
    display: inline-block;
    padding: 5px 15px;
    vertical-align: top;
    width: 75%; }
  .cart-total .form-select {
    background-position: right 0.83333rem top 0.75rem;
    background-size: 1.66667rem 1.66667rem;
    margin-bottom: 0.75rem;
    padding: 5px 15px; }
  .cart-total .form-inlineMessage {
    text-align: left; }
  .cart-total .shipping-estimator,
  .cart-total .cart-form {
    margin-top: 15px;
    display: inline-block;
    width: 100%;
    clear: both; }

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

@media (max-width: 767px) {
  .cart-form {
    display: none; } }

.coupon-code-add,
.coupon-code-cancel,
.shipping-estimate-show,
.shipping-estimate-show a,
.shipping-estimate-hide,
.gift-certificate-add,
.gift-certificate-cancel {
  color: #477bc1;
  padding: 0;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: rgba(71, 123, 193, 0.7);
  transition: color 0.15s ease; }
  .coupon-code-add:hover,
  .coupon-code-cancel:hover,
  .shipping-estimate-show:hover,
  .shipping-estimate-show a:hover,
  .shipping-estimate-hide:hover,
  .gift-certificate-add:hover,
  .gift-certificate-cancel:hover {
    color: #477bc1; }

.coupon-form,
.cart-gift-certificate-form {
  font-size: 0;
  margin-bottom: 1rem;
  padding-bottom: 22px;
  clear: both;
  padding-left: 20px;
  padding-right: 20px; }
  .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; }
  @media (min-width: 1025px) {
    .coupon-form,
    .cart-gift-certificate-form {
      padding-left: 30px;
      padding-right: 30px; } }
  .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% - 87px); }
    @media (min-width: 1025px) {
      .coupon-form .form-input,
      .cart-gift-certificate-form .form-input {
        width: calc(100% - 115px); } }
  .coupon-form .button,
  .cart-gift-certificate-form .button {
    margin: 0 0 0 10px;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 77px; }
    @media (min-width: 1025px) {
      .coupon-form .button,
      .cart-gift-certificate-form .button {
        width: 105px; } }

.shipping-estimator {
  clear: both;
  padding: 0 20px; }
  @media (min-width: 1025px) {
    .shipping-estimator {
      padding: 0 30px; } }
  .shipping-estimator > label {
    margin-bottom: 7px;
    display: inline-block;
    width: 100%; }

.estimator-form {
  margin-bottom: 0;
  display: inline-block;
  width: 100%; }
  .estimator-form dl {
    margin-bottom: 15px; }
  .estimator-form dd {
    margin-bottom: 13px; }
  .estimator-form .form-input {
    margin-bottom: 0.75rem;
    width: 100%; }
  .estimator-form .button--primary {
    width: calc(70% - 15px);
    max-width: calc(100% - 95px);
    margin-top: 14px;
    float: right;
    padding: 13px 15px 11px 15px; }

.estimator-form-label {
  float: left;
  width: 30%;
  margin-bottom: 0;
  min-width: 80px; }
  .estimator-form-label .form-label {
    line-height: 2.66667rem;
    margin-bottom: 0;
    font-weight: 700;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-transform: capitalize;
    height: 40px;
    line-height: 40px;
    letter-spacing: 0; }

.estimator-form-input {
  margin-bottom: 1em;
  width: 70%;
  float: left;
  padding-left: 15px;
  max-width: calc(100% - 80px); }
  .estimator-form-input .form-input,
  .estimator-form-input .form-select {
    margin-bottom: 0; }

.estimator-form-input--price {
  width: 30%; }
  .estimator-form-input--price b {
    font-weight: 500; }

.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%;
  margin-bottom: 25px;
  clear: both;
  margin-top: 15px; }
  .shipping-quotes ul {
    list-style: disc; }
  .shipping-quotes .estimator-form-label {
    float: left;
    clear: both; }
  .shipping-quotes .estimator-form-input {
    float: right;
    text-align: right; }
    .shipping-quotes .estimator-form-input label b {
      font-weight: 700;
      color: #1e1e1e; }
  .shipping-quotes .estimator-form--default {
    margin-bottom: 15px; }
    .shipping-quotes .estimator-form--default ul {
      margin-left: 0;
      list-style: none;
      background: #f8f8f8;
      padding: 20px 20px 0 20px; }
    .shipping-quotes .estimator-form--default .estimator-form-label {
      width: 70%;
      padding-left: 25px;
      position: relative; }
      .shipping-quotes .estimator-form--default .estimator-form-label input {
        position: absolute;
        top: 1px;
        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 {
    background: none;
    border: none;
    color: #477bc1;
    text-transform: capitalize;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    letter-spacing: 0;
    font-weight: 400;
    padding-right: 0;
    padding-left: 5px;
    font-size: 12px; }
  .shipping-quotes .btn-refresh {
    width: 100%;
    text-align: right;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 5px; }
    .shipping-quotes .btn-refresh svg {
      fill: #477bc1;
      width: 1.75rem;
      height: 1.5rem;
      margin-top: -2px; }

.cart-actions {
  clear: both;
  text-align: center; }
  .cart-actions:before, .cart-actions:after {
    content: " ";
    display: table; }
  .cart-actions:after {
    clear: both; }
  .cart-actions .cart-empty {
    display: inline-block;
    margin-right: 25px; }
    @media (max-width: 767px) {
      .cart-actions .cart-empty {
        width: 100%;
        margin-bottom: 10px;
        margin-right: 0; }
        .cart-actions .cart-empty .button {
          width: 100%; } }
  .cart-actions .button {
    margin-bottom: 0; }
  .cart-actions .button--checkout {
    width: 100%;
    padding: 14px 15px 14px 15px;
    margin-top: 6px;
    font-size: 20px;
    font-weight: 700; }
  .cart-actions .checkoutMultiple {
    clear: right;
    display: block;
    float: right;
    padding-top: 0.41667rem; }

.cart-actions-group .button {
  letter-spacing: .02em;
  text-transform: capitalize;
  font-size: 12px;
  padding: 14px 15px 14px 15px;
  min-width: 230px;
  display: block; }
  @media (min-width: 551px) {
    .cart-actions-group .button {
      display: inline-block; } }

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

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

.cart-additionalCheckoutButtons .FloatRight {
  position: relative; }
  .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;
    margin-top: 20px;
    text-align: center;
    position: relative;
    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; }
  .cart-additionalCheckoutButtons .FloatRight div {
    text-align: center; }

.cart-additionalCheckoutButtons .CheckoutButton:first-child {
  margin-top: 35px; }

.cart-additionalCheckoutButtons .CheckoutButton:last-child {
  margin-bottom: 1.5rem; }

.previewCartList {
  display: inline-block;
  width: 100%;
  margin-left: 0;
  margin-bottom: 0;
  max-height: calc(100vh - 380px);
  overflow: auto;
  background: #f8f8f8;
  padding: 20px;
  list-style-type: none;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea; }
  .previewCartList.scrollbar {
    overflow-y: auto;
    overflow-x: hidden; }

.previewCartItemWrapper {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e6e6e6; }
  .previewCartItemWrapper:last-child {
    margin-bottom: 5px; }

.previewCartFooter {
  padding: 20px; }

.previewCartItem {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  line-height: 19px; }

.previewCartItem-image {
  width: 70px;
  padding: 0;
  text-align: center;
  position: relative; }
  @media (min-width: 768px) {
    .previewCartItem-image {
      width: 120px;
      margin-bottom: 10px; }
      .previewCartItem-image:after {
        content: '';
        display: block;
        height: 0;
        width: 100%;
        padding-bottom: 150%; }
      .previewCartItem-image img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto; } }

.previewCartItem-content {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 66.66667%;
  padding-left: 0;
  margin-top: -1px;
  padding-left: 20px;
  padding-right: 0; }
  .previewCartItem-content .previewCartItem-option {
    color: #003262;
    margin-bottom: 0.41667rem;
    display: inline-block; }
    .previewCartItem-content .previewCartItem-option .option-value {
      color: #003262;
      position: relative; }
      .previewCartItem-content .previewCartItem-option .option-value + .option-value {
        padding-left: 4px;
        margin-left: 3px; }
        .previewCartItem-content .previewCartItem-option .option-value + .option-value:before {
          content: "/";
          position: absolute;
          top: 50%;
          left: -2px;
          transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%); }
  .previewCartItem-content a[data-item-edit] {
    display: inline-block;
    margin-left: 15px;
    color: #477bc1; }
    .previewCartItem-content a[data-item-edit] svg {
      fill: #477bc1;
      margin-top: -2px;
      margin-right: 2px;
      display: inline-block; }

.previewCartItem-name {
  margin: 0;
  text-transform: none !important; }
  .previewCartItem-name > a {
    text-decoration: none;
    color: #002a56;
    font-family: "Rajdhani", sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .02em;
    text-transform: none; }

.previewCartItem-brand,
.previewCartItem-name {
  margin-bottom: 0.41667rem;
  line-height: 1.3; }

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

.previewCartItem-price {
  font-size: 18px;
  font-weight: 700; }

.previewCartItem-price {
  color: #003262;
  margin-top: 0.25rem; }

.previewCartItem-quantity {
  margin-top: 12px;
  display: inline-block; }
  .previewCartItem-quantity .cart-item-label {
    display: block;
    font-family: "Arimo", sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-transform: capitalize;
    color: #003262;
    padding-left: 0;
    margin-bottom: 0.58333rem;
    width: 100%; }
  .previewCartItem-quantity .form-input--incrementTotal {
    width: 77px;
    text-align: left;
    padding-left: 20px;
    background: #fff; }
    @media (min-width: 551px) {
      .previewCartItem-quantity .form-input--incrementTotal {
        width: 96px; } }
  .previewCartItem-quantity .cart-remove-button {
    margin-bottom: -8px; }
    .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: 2px; } }
      @media (max-width: 767px) {
        .previewCartItem-quantity .cart-remove-button .cart-remove {
          padding-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: 5px 0 0 0;
    color: #999999;
    border-radius: 0; }
    .cart-remove-button .cart-remove .text {
      background-image: linear-gradient(transparent 96%, rgba(153, 153, 153, 0.5) 4%);
      background-repeat: repeat-x;
      background-position-y: 0px; }

.previewCartItem-totalPrice {
  display: inline-block;
  width: 100%; }
  .previewCartItem-totalPrice .cart-totals {
    width: 100%;
    border: none;
    margin-bottom: 11px;
    padding-top: 10px; }
    .previewCartItem-totalPrice .cart-totals .cart-total-label {
      font-size: 14px;
      font-family: "Roboto", sans-serif;
      font-weight: 600;
      letter-spacing: .02em;
      color: #324963;
      text-transform: uppercase;
      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: none; }
      .previewCartItem-totalPrice .cart-totals .cart-total > div {
        padding: 4px 0; }
      .previewCartItem-totalPrice .cart-totals .cart-total .cart-total-value {
        color: #003262;
        font-family: "Roboto", Arial, Helvetica, sans-serif; }
      .previewCartItem-totalPrice .cart-totals .cart-total + .cart-total {
        border-top: none; }
    .previewCartItem-totalPrice .cart-totals .subtotal .cart-total-value {
      font-size: 12px;
      font-weight: 400; }
    .previewCartItem-totalPrice .cart-totals .grand_total .cart-total-value {
      font-size: 14px;
      font-weight: 700; }

.previewCartAction {
  display: block;
  margin-top: 2px; }
  .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: 25px 0;
  text-align: center; }
  .previewCart-emptyBody .cart-actions {
    margin-top: 20px;
    text-align: center; }
    .previewCart-emptyBody .cart-actions .button {
      float: none; }

.giftWrapping-modal {
  padding: 30px; }
  .giftWrapping-modal .form-actions {
    margin-bottom: 25px; }

.mobile-cart-giftwrap {
  display: none; }
  @media (max-width: 550px) {
    .mobile-cart-giftwrap {
      display: block;
      padding-left: 20px;
      padding-top: 20px; }
      .mobile-cart-giftwrap .gift-wrap-line-wrapper {
        background: #f8f8f8; } }

.desktop-cart-giftwrap {
  display: none; }
  @media (min-width: 551px) {
    .desktop-cart-giftwrap {
      display: block; } }

.gift-wrap-line-wrapper {
  background: #fff; }
  .gift-wrap-line-wrapper div.col-4 {
    padding-right: 0px;
    text-align: center; }
    .gift-wrap-line-wrapper div.col-4 img {
      max-width: 60px !important;
      margin-top: 5px;
      margin-bottom: 5px; }
  .gift-wrap-line-wrapper h5 {
    margin-bottom: 0;
    padding-top: 10px;
    font-weight: 700 !important;
    font-size: 13px !important;
    color: #4c88ff; }

.addressList {
  font-size: 0;
  list-style: none;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -8px;
  display: block; }

.address {
  display: inline-block;
  float: left;
  padding: 0 0.75rem;
  vertical-align: top;
  width: 100%; }
  @media (min-width: 551px) {
    .address {
      width: 50%; } }
  @media (min-width: 1025px) {
    .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;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600; }

.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: #232323;
  font-weight: 400; }

.panel--newAddress {
  display: block;
  text-align: center;
  text-decoration: none; }
  .panel--newAddress:hover .address-title {
    color: black; }
  .panel--newAddress .panel-body {
    background-color: transparent;
    border: 1px solid #e6e6e6;
    display: block; }
  .panel--newAddress .address-title {
    margin-bottom: 0;
    transition: all 0.15s ease; }

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

.address-symbol {
  font-size: 40px;
  line-height: 1; }

#video-gallery-popup {
  width: 600px; }
  @media (min-width: 1025px) {
    #video-gallery-popup {
      width: 740px; } }
  #video-gallery-popup .modal-close {
    height: 2.41667rem;
    width: 2.41667rem;
    line-height: 27px;
    right: -6px; }
    #video-gallery-popup .modal-close svg {
      width: 100%;
      height: 100%;
      fill: white; }
  @media (min-width: 551px) {
    #video-gallery-popup .modal-body {
      padding: 50px; } }
  @media (min-width: 1025px) {
    #video-gallery-popup .modal-body {
      max-height: 68vh !important; } }

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

#previewModal {
  width: 970px; }
  #previewModal .modal-header-title {
    font-size: 14px;
    font-weight: 600;
    color: #3c3c3c; }
  @media (max-width: 991px) {
    #previewModal .modal-body {
      padding: 20px 15px; } }

.previewCart {
  margin: 0 auto;
  max-width: 100rem;
  width: 100%;
  margin-bottom: 25px; }
  .previewCart:before, .previewCart:after {
    content: " ";
    display: table; }
  .previewCart:after {
    clear: both; }
  @media (max-width: 550px) {
    .previewCart {
      margin-bottom: 140px; } }
  .previewCart > h5 {
    padding: 19px 20px;
    margin-bottom: 0px;
    font-weight: 600; }
    .previewCart > h5 .qty {
      font-family: "Roboto", Arial, Helvetica, sans-serif;
      float: right;
      color: #787878;
      text-transform: none;
      font-size: 1rem;
      letter-spacing: 0;
      font-weight: 400;
      margin-top: 1px; }
      @media (max-width: 1024px) {
        .previewCart > h5 .qty {
          margin-right: 30px; } }
  .previewCart .productView {
    margin: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    @media (min-width: 551px) {
      .previewCart .productView {
        width: calc(100% - 265px);
        padding-bottom: 0;
        padding-top: 0;
        padding-left: 0;
        padding-right: 15px;
        float: left; } }
    @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: 15px; }
      .previewCart .productView .productView-image .productView-img-container {
        margin-top: 0; }
      @media (min-width: 551px) {
        .previewCart .productView .productView-image {
          width: 170px;
          display: flex;
          flex-direction: column;
          min-height: 189px; }
          .previewCart .productView .productView-image .productView-img-container {
            max-width: 170px; } }
      @media (min-width: 992px) {
        .previewCart .productView .productView-image {
          width: 185px;
          min-height: 200px; } }
    @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);
          padding-top: 24px; } }
      @media (min-width: 992px) {
        .previewCart .productView .productView-details {
          width: calc(100% - 185px); } }
      @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: #1e1e1e;
    width: auto;
    height: auto; }
  .previewCart .productView-title {
    margin-top: 0;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .02em;
    margin-bottom: 14px;
    line-height: 20px; }
  .previewCart .productView-brand {
    text-transform: capitalize;
    color: #999999;
    margin-bottom: 9px; }
  .previewCart .productView-price {
    font-size: 14px;
    color: #5a5a5a;
    font-weight: 400;
    margin-bottom: 15px; }
    .previewCart .productView-price .qty {
      font-weight: 400;
      color: #555555; }
      .previewCart .productView-price .qty svg {
        width: 11px;
        height: 12px;
        fill: #555555;
        stroke: #555555; }
  .previewCart .productView-info {
    margin-top: 5px;
    margin-bottom: 5px; }
    .previewCart .productView-info .productView-info-name {
      min-width: 65px;
      font-family: "Roboto", 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; }

.previewCartCheckout {
  text-align: center; }
  @media (min-width: 551px) {
    .previewCartCheckout {
      width: 265px;
      float: right;
      padding-left: 15px; } }
  @media (min-width: 992px) {
    .previewCartCheckout {
      width: 295px; } }
  .previewCartCheckout .button {
    display: block;
    margin: 0;
    width: 100%; }
    .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; }

.previewCartCheckout-price {
  display: block;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-top: 15px; }

.previewCartCheckout-subtotal {
  display: block;
  margin-bottom: 15px;
  margin-top: 40px;
  font-weight: 500;
  color: #324963;
  border: 1px solid #dbdbdb;
  padding-bottom: 18px;
  position: relative; }
  .previewCartCheckout-subtotal > span {
    background: #fff;
    color: #5a5a5a;
    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 .CheckoutButton {
  margin-bottom: 1rem; }
  .previewCartCheckout-additionalCheckoutButtons .CheckoutButton:first-child {
    margin-top: 10px; }
  .previewCartCheckout-additionalCheckoutButtons .CheckoutButton:last-child {
    margin-bottom: 15px; }

.suggestiveCart {
  display: none;
  text-align: center;
  margin-top: 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; }

#gift-box-thumb {
  max-width: 100%;
  margin-right: 0px; }

.cart-item-options--giftWrapping {
  padding: 0px;
  font-size: 13px;
  font-weight: 600; }

.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: "Roboto";
  margin: 0 0 0.75rem; }

body.hasAdminBar {
  padding-top: 101px; }
  @media (min-width: 1025px) {
    body.hasAdminBar {
      padding-top: 0; }
      body.hasAdminBar .banners {
        margin-top: 46px; }
      body.hasAdminBar .header {
        padding-top: 0; } }
  body.hasAdminBar .header {
    padding-top: 46px; }
  body.hasAdminBar .navPages-container.is-open {
    padding-top: 101px; }

.adminBar {
  background-color: white;
  box-shadow: 0 0.16667rem 0.58333rem 0 rgba(0, 0, 0, 0.2);
  color: #626568;
  float: left;
  font-family: "Source Sans Pro", arial, "sans serif", sans-serif;
  font-size: 14px;
  font-weight: 600;
  height: 46px;
  left: 0;
  position: fixed;
  text-decoration: none;
  top: 0;
  width: 100%;
  z-index: 10000; }

.adminBar-logo {
  background-color: #273a8a;
  float: left;
  height: 46px;
  width: 45px; }
  .adminBar-logo svg {
    height: 100%;
    padding: 7px 10px 11px 7px;
    width: 100%; }

.adminBar-content {
  align-items: center;
  display: flex;
  height: 46px;
  justify-content: space-between;
  margin-left: 45px;
  padding: 17px 20.5px 14px 20px; }
  .adminBar-content a {
    color: #4b71fc;
    font-weight: 600;
    text-decoration: none; }

.adminBar-private {
  float: right;
  text-align: right; }
  .adminBar-private span {
    white-space: nowrap; }

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

.cookieMessage {
  background: #e6e6e6;
  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%; } }

.page-type-login .header .navUser-item--account {
  pointer-events: none; }

.page-type-login .header-mobile-item .item--account .navUser-action {
  pointer-events: none; }

.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; } }
  @media (min-width: 1025px) {
    .login-form {
      padding-left: 65px;
      padding-right: 100px; } }
  .login-form .form-label {
    display: inline-block;
    width: 100%; }
    .login-form .form-label small {
      float: none;
      color: #bc2222;
      margin-top: 0;
      margin-left: 3px; }
  .login-form .form-actions {
    text-align: left;
    margin-top: 25px; }
  .login-form .button {
    min-width: 123px; }
    .login-form .button + .forgot-password {
      margin-top: 12px;
      color: #477bc1;
      background-image: linear-gradient(transparent 96%, rgba(71, 123, 193, 0.7) 4%);
      background-repeat: repeat-x;
      background-position-y: -2px;
      display: inline-block;
      width: auto; }
      @media (min-width: 551px) {
        .login-form .button + .forgot-password {
          margin-left: 25px; } }

.new-customer {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  @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: 45px 50px 12px 50px; } }
    .new-customer .panel-header .panel-title {
      text-transform: uppercase;
      font-weight: 600;
      font-size: 16px;
      color: #324963; }
  .new-customer .panel-body {
    padding: 0px 20px 20px 20px; }
    @media (min-width: 551px) {
      .new-customer .panel-body {
        padding: 0px 50px 50px 50px; } }
    .new-customer .panel-body .create_account .button {
      width: 100%;
      margin-bottom: 0; }
      @media (min-width: 375px) {
        .new-customer .panel-body .create_account .button {
          min-width: 213px;
          width: auto; } }

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

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

.new-customer-fact {
  padding: 6px 0 7px 4px; }
  .new-customer-fact::marker {
    color: rgba(90, 90, 90, 0.7);
    font-size: 13px; }

.pape-type-search .panel-body {
  background: #f5f5f5; }

#search-results-heading {
  padding-top: 47px;
  display: inline-block;
  width: 100%; }
  #search-results-heading .page-heading {
    margin-bottom: 46px; }

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

.suggestion-title {
  margin-top: 0;
  font-weight: 600; }

.advancedSearch-form {
  margin-bottom: 3rem; }
  .advancedSearch-form .form-row {
    margin-bottom: -1.5rem; }
  .advancedSearch-form .form-actions {
    text-align: center; }

.quickSearchResults {
  display: none;
  padding: 15px 10px; }
  .quickSearchResults.show-result {
    display: block; }
  .quickSearchResults .modal-close {
    display: none; }

.advancedSearch-separator {
  display: none; }

.advancedSearch-title {
  margin: 0 0 1.5rem;
  font-size: 16px; }

#advanced-search-submit {
  min-width: 180px; }
  @media (max-width: 550px) {
    #advanced-search-submit {
      margin-top: 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; } }
  @media (max-width: 550px) {
    .search-price-range label span {
      display: block;
      margin-top: 10px;
      margin-bottom: 5px; } }
  .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; }
  @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; } }

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

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

#search-results-content .actionBar-section .form-select {
  min-width: 150px; }

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

.search-top-panel {
  background: transparent;
  border: 1px solid #e6f0f9;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.author-suggestions a {
  display: inline-block;
  border: 1px solid #eaeaea !important;
  padding: 0 5px !important;
  margin-right: 5px !important; }

.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 #e6e6e6;
  margin: 0;
  padding-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-size: 20px;
  display: none; }

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

.account-listItem {
  border-bottom: 1px solid #e6e6e6;
  padding: 30px 0;
  position: relative; }
  @media (min-width: 551px) {
    .account-listItem {
      padding: 55px 0 45px 0; } }
  .account-listItem:first-child {
    padding-top: 10px; }
  .account-listItem img {
    width: 100%; }
  .account-listItem .account-product-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: relative; }

.account-listShipping {
  border-bottom: 1px solid #e6e6e6;
  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: 70px; }
  .account-product-figure:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 150%; }
  .account-product-figure:after {
    padding-bottom: 0; }

.account-product-download {
  border-radius: 50%;
  height: 2.75rem;
  padding: 0;
  position: absolute;
  right: -0.75rem;
  top: -0.75rem;
  width: 2.75rem;
  z-index: 1; }
  .account-product-download .icon {
    height: 1.5rem;
    margin-top: 0.41667rem;
    width: 1.5rem; }
  .account-product-download svg {
    fill: white; }

.account-product-body {
  overflow: hidden;
  position: relative; }
  .account-product-body .definitionList {
    font-size: 14px;
    margin-bottom: 0; }

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

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

.account-product-title {
  margin: -5px 0 0.41667rem;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  float: left;
  width: 70%; }
  .account-product-title > a {
    text-decoration: none;
    color: #324963; }
  .account-product-title + .definitionList {
    margin-top: 0.75rem;
    clear: left; }

.account-product-description {
  text-align: left;
  width: 70%;
  float: left;
  margin-bottom: 12px; }
  @media (min-width: 551px) {
    .account-product-description {
      margin-bottom: 36px; } }

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

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

.account-product-price {
  font-size: 14px;
  color: #003262;
  width: 100%;
  display: inline-block;
  margin-bottom: 10px; }

.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: 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: #5a5a5a;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 0.66667rem;
  background-image: linear-gradient(transparent 96%, rgba(90, 90, 90, 0.5) 4%);
  background-repeat: repeat-x;
  background-position-y: 0px;
  display: inline-block; }
  .account-product-detail-heading + span {
    display: block; }

.account-product--alignMiddle {
  display: table;
  width: 100%; }
  .account-product--alignMiddle .account-product-checkItem {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    width: 2rem; }
    @media (min-width: 1281px) {
      .account-product--alignMiddle .account-product-checkItem {
        left: -2.5rem;
        padding-left: 30px; } }
    .account-product--alignMiddle .account-product-checkItem .form-label {
      height: 1.5rem;
      margin: 0;
      padding: 0;
      width: 1.5rem; }
  .account-product--alignMiddle .account-product-figure,
  .account-product--alignMiddle .account-product-body {
    display: table-cell; }
  .account-product--alignMiddle .account-product-figure {
    float: none;
    margin-right: 0; }
    @media (min-width: 1281px) {
      .account-product--alignMiddle .account-product-figure {
        left: -2rem; } }
  .account-product--alignMiddle .account-product-body {
    padding-left: 2rem;
    vertical-align: middle; }
    @media (min-width: 1281px) {
      .account-product--alignMiddle .account-product-body {
        padding-left: 0; } }

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

.account-orderTotal-key,
.account-orderTotal-value {
  margin: 0;
  padding: 1.5rem 0;
  color: #324963; }

.account-orderTotal-key {
  float: left;
  font-weight: 400; }
  .account-orderTotal-key:last-of-type {
    position: relative;
    top: 0.33333rem; }

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

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

.account-orderStatus-label {
  background-color: #999999;
  color: white;
  display: inline-block;
  font-size: 12px;
  margin: 0 0 0.41667rem;
  padding: 7px 15px 5px 15px;
  min-width: 160px;
  text-align: center;
  font-style: italic; }

@supports (-moz-appearance: none) and (-webkit-appearance: none) {
  .account-orderStatus-label {
    padding: 6px 15px; } }

.account-orderStatus-action {
  color: #232323;
  display: inline-block;
  font-size: 12px;
  font-style: italic;
  letter-spacing: 0.25px;
  margin-left: 0.75rem;
  text-align: right;
  text-decoration: underline;
  vertical-align: top; }
  @media (min-width: 551px) {
    .account-orderStatus-action {
      display: block;
      margin-left: 0; } }
  .account-orderStatus-action:hover {
    color: black; }

.account .pagination {
  margin-top: 2.25rem; }
  .account .pagination .pagination-list {
    text-align: left; }
    .account .pagination .pagination-list .pagination-item {
      color: #5a5a5a; }

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

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

.account-message .account-list {
  margin-bottom: 47px; }

.account-sidebar-block {
  font-size: 1rem; }
  .account-sidebar-block + .account-sidebar-block {
    margin-top: 3rem; }
  .account-sidebar-block .account-heading {
    margin-bottom: 1.5rem;
    display: block; }

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

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

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

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

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

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

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

.wishlists-table {
  margin-left: auto;
  margin-right: auto;
  max-width: 100rem; }

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

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

.wishlist-form {
  margin: 0 auto;
  max-width: 100rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 45.83333rem; }
  .wishlist-form:before, .wishlist-form:after {
    content: " ";
    display: table; }
  .wishlist-form:after {
    clear: both; }
  .wishlist-form .form-field {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left;
    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: #cccccc; }

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

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

.apple-pay-checkout-button {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% 60%;
  border-radius: 0.33333rem;
  cursor: pointer;
  display: none;
  max-height: 5.33333rem;
  min-height: 2.66667rem;
  min-width: 11.16667rem;
  padding: 1.5rem;
  background-color: #000;
  background-image: -webkit-named-image(apple-pay-logo-white); }

.cart-additionalCheckoutButtons .apple-pay-checkout-button {
  margin-top: 0.75rem; }

.apple-pay-supported .apple-pay-checkout-button {
  display: block; }
  @media (min-width: 551px) {
    .apple-pay-supported .apple-pay-checkout-button {
      display: inline-block;
      float: right; } }

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

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

.paymentMethodsGrid {
  margin: -0.75rem;
  margin-bottom: 1.5rem;
  display: flex;
  flex-wrap: wrap; }
  .paymentMethodsGrid-item {
    padding: 0.75rem;
    width: 100%; }
    @media (min-width: 551px) {
      .paymentMethodsGrid-item {
        width: 50%; } }

.paymentMethod {
  border: 1px solid #e6e6e6;
  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: 13px;
    font-weight: 600; }
    @media (min-width: 1281px) {
      .methodHeader-title {
        font-size: 1rem; } }
  .methodHeader-brand {
    font-size: 13px;
    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: 14px;
    text-transform: capitalize; }

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

.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: 50px;
    line-height: 1;
    margin: auto 0 0.75rem; }
  .newPaymentMethod-title {
    margin: 0 auto auto;
    text-align: center; }

@media (min-width: 551px) {
  .paymentMethodForm {
    max-width: 60%; } }

@media (min-width: 551px) {
  .paymentMethodForm-column {
    display: flex; }
    .paymentMethodForm-column:first-child .form-field {
      margin-bottom: 0.75rem; } }

.paymentMethodForm-heading {
  color: #333333;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  margin-top: 1.5rem;
  text-transform: capitalize; }

.paymentMethodForm-subheading {
  display: flex;
  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: 14px;
  font-weight: 600;
  letter-spacing: 0.25px; }

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

.category-description img {
  width: 100%; }

.all-categories-list li.navPages-item a {
  font-weight: 400 !important; }

.all-categories-list li.navPages-item.current-cat a {
  font-weight: 600 !important; }

.sidebarBlock-heading {
  border-bottom: 1px solid #4b88ff;
  line-height: 1.3;
  padding-bottom: 5px; }

.form-radio:checked + .form-option .form-option-variant {
  border: none; }

.form-option-variant {
  width: 100%;
  min-width: auto;
  height: auto;
  padding: 0 !important; }

.form-option-rectangle img {
  width: 100%;
  max-height: 75px; }

.productOptions-list-item-figure {
  width: 100%; }

[data-product-attribute="set-rectangle"] .form-option,
[data-product-attribute="swatch"] .form-option {
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 10px;
  display: block;
  margin-right: 0; }

.form-option-variant {
  padding: 0 !important; }

[data-product-attribute="set-rectangle"] .form-option .form-option-variant,
[data-product-attribute="swatch"] .form-option .form-option-variant {
  border: none; }

.form-option-rectangle h5 {
  text-align: left;
  margin-bottom: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.form-option-rectangle div.sold-out-notification {
  text-align: left; }

.form-option-rectangle div.description {
  text-align: left;
  font-size: 13px;
  font-weight: 400;
  text-transform: none;
  line-height: 1.4; }

.sold-out-notification {
  color: #b01322;
  font-size: 14px;
  margin-top: 6px;
  display: none; }
  .sold-out-notification .sold-out-button {
    padding: 3px 5px;
    line-height: 1;
    backgroung: #fff;
    font-weight: 700;
    border: 1px solid #b01322;
    display: inline-block; }

[data-product-attribute] .form-option.unavailable .sold-out-notification {
  display: block; }

.form-radio + .form-option {
  opacity: 0.75;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.form-radio:checked + .form-option {
  font-weight: 700;
  border: 1px solid #004481 !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  opacity: 1; }

.form-radio:checked + .form-option h5 {
  color: #004481;
  font-size: 15px; }

.form-radio:checked + .form-option .button {
  display: inline-block; }

.radio-button-styled-col {
  padding-right: 0 !important;
  text-align: center; }
  .radio-button-styled-col .radio-button-styled {
    height: 100%;
    margin: auto;
    color: #407BC7;
    font-size: 18px; }
    .radio-button-styled-col .radio-button-styled .fa-circle, .radio-button-styled-col .radio-button-styled .fa-circle-check {
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-left: -5px;
      margin-top: -10px;
      display: flex; }

.form-radio:checked + .form-option .button {
  display: inline-block; }

.rectangle-group .form-option .fa-circle {
  opacity: 1; }

.rectangle-group .form-option .fa-circle-check {
  opacity: 0; }

.form-radio:checked + .form-option .fa-circle {
  opacity: 0; }

.form-radio:checked + .form-option .fa-circle-check {
  opacity: 1; }

.form-radio:checked + .form-option.unavailable .fa-circle {
  opacity: 1; }

.form-radio:checked + .form-option.unavailable .fa-circle-check {
  opacity: 0; }

[data-product-attribute] .form-option.unavailable:before {
  background-color: transparent;
  content: none;
  height: 0px;
  left: -5px;
  position: absolute;
  top: 0px;
  transform: none;
  width: 0px; }

[data-product-attribute] .form-option.unavailable {
  background-color: #eaeaea;
  border-color: #dadada !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0) !important;
  opacity: 1; }
  [data-product-attribute] .form-option.unavailable .form-option-variant {
    background: transparent !important;
    opacity: 0.7; }
    [data-product-attribute] .form-option.unavailable .form-option-variant .radio-button-styled-col, [data-product-attribute] .form-option.unavailable .form-option-variant h5, [data-product-attribute] .form-option.unavailable .form-option-variant div.description, [data-product-attribute] .form-option.unavailable .form-option-variant img {
      opacity: 0.3; }

.collapsed-fields-container {
  margin-bottom: 0px; }

.collapsed-form-fields {
  padding: 5px 15px 15px;
  border: 1px solid #eaeaea;
  background: #fff;
  border-top: 0px;
  margin-bottom: 20px; }
  .collapsed-form-fields .form-field {
    margin-bottom: 0px;
    margin-top: 10px; }
  .collapsed-form-fields .form-input {
    border: 1px solid #ccc;
    border-radius: 0px;
    text-transform: none; }
  .collapsed-form-fields label {
    margin-bottom: 0px;
    text-transform: none;
    font-weight: 500; }

.collapsed-form-fields-btns {
  border: 1px solid #fff;
  padding: 10px 10px;
  background: #fff;
  margin-bottom: 0px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .collapsed-form-fields-btns div.button {
    border-radius: 0 !important;
    padding: 0 0 0 30px;
    border: 0;
    color: #407BC7;
    font-weight: 700;
    margin: 0;
    text-transform: none;
    overflow-wrap: break-word;
    word-break: break-word;
    white-space: normal;
    text-align: left; }
    .collapsed-form-fields-btns div.button:hover {
      background: none; }
  .collapsed-form-fields-btns div.button:before {
    content: '';
    position: absolute;
    left: 5px;
    top: 0;
    width: 1em;
    height: 1em;
    border: 1px solid #aaa;
    background: #FFF;
    border-radius: 0em;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 0 rgba(203, 34, 237, 0.2);
    -webkit-transition: all .275s;
    transition: all .275s; }
  .collapsed-form-fields-btns.active {
    border: 1px solid #eaeaea; }
    .collapsed-form-fields-btns.active div.button:before {
      content: 'X'; }

.productView-options .form-input,
.productView-options .productOptions-list {
  margin: 0; }

.webinar-product .product-quantity-wrapper {
  display: none; }

.seatchart-header {
  margin-top: 20px; }

#seatchart-container {
  margin-bottom: 25px;
  max-width: 100%; }
  @media (min-width: 551px) {
    #seatchart-container {
      max-width: 80%; } }
  @media (min-width: 1025px) {
    #seatchart-container {
      max-width: 90%; } }
  @media (min-width: 1281px) {
    #seatchart-container {
      max-width: 85%; } }
  #seatchart-container #seating-chart-error-message {
    padding: 3px 10px;
    border: 1px solid #e14141;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    text-transform: none;
    color: #e14141;
    background: #f2f2f2;
    text-align: center; }
  #seatchart-container .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
    align-items: center;
    justify-content: center; }
    #seatchart-container .row .col {
      padding-left: 0 !important;
      padding-right: 2px !important;
      width: 12.3% !important;
      flex: 0 0 12.3333333333%;
      max-width: 12.3333333333%; }
  #seatchart-container .form-checkbox + .form-option {
    width: 100%;
    padding: 7px 0 !important;
    -moz-border-radius: 0px;
    -webkit-border-radius: 14px 14px 3px 3px;
    border-radius: 14px 14px 3px 3px;
    -webkit-box-shadow: 0 0.05rem 0.15rem rgba(0, 0, 0, 0.025) !important;
    box-shadow: 0 0.005rem 0.15rem rgba(0, 0, 0, 0.025) !important; }
    #seatchart-container .form-checkbox + .form-option span {
      background: transparent !important;
      width: 100%;
      height: auto; }
  #seatchart-container .form-checkbox + .form-option.unavailable {
    font-weight: 700;
    border: 1px solid #eaeaea !important;
    background: #e14141;
    opacity: 0.6;
    -webkit-box-shadow: 0 !important;
    box-shadow: 0 !important;
    pointer-events: none; }
    #seatchart-container .form-checkbox + .form-option.unavailable span {
      color: #fff; }
  #seatchart-container .form-option.unavailable + .form-checkbox {
    opacity: 0;
    pointer-events: none; }
  #seatchart-container .form-checkbox:checked + .form-option {
    font-weight: 700;
    border: 1px solid #004481 !important;
    background: #008a06;
    -webkit-box-shadow: 0 0.25rem 0.45rem rgba(0, 0, 0, 0.125) !important;
    box-shadow: 0 0.25rem 0.45rem rgba(0, 0, 0, 0.125) !important;
    opacity: 1; }
    #seatchart-container .form-checkbox:checked + .form-option span {
      color: #fff !important; }

.pl-0 {
  padding-left: 0 !important; }

.pr-0 {
  padding-right: 0 !important; }

.seat-legend .seat-legend-row {
  font-size: 11px;
  text-transform: none;
  line-height: 1.2;
  color: #999;
  font-weight: 500; }
  .seat-legend .seat-legend-row .seat-icon {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 5px 5px 0 0;
    border: 1px solid #ccc;
    margin-right: 10px; }
  .seat-legend .seat-legend-row .span {
    display: inline-block;
    padding-left: 10px; }
  .seat-legend .seat-legend-row .taken {
    background: #e14141;
    opacity: 0.6; }
  .seat-legend .seat-legend-row .reserved {
    background: #008a06; }

#webinarAddToCartForm .addToCart {
  width: 100%; }
  #webinarAddToCartForm .addToCart #form-action-addToCart {
    width: 100%; }

.header {
  background-color: #324963;
  position: relative;
  width: 100%;
  z-index: 9997;
  transition: all ease .3s;
  box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.12); }
  @media (min-width: 1025px) {
    .header {
      z-index: 9999; } }
  .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;
    z-index: 9999; }

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

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

.themevale_header {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: all .3s ease;
  width: 100%; }
  @media (min-width: 1025px) {
    .themevale_header {
      -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 6px 0 7px 0;
      min-height: 75px; } }
  .themevale_header .header-left {
    width: calc(50% - 125px);
    text-align: left; }
    @media (min-width: 1025px) {
      .themevale-header-layout-1 .themevale_header .header-left {
        overflow: hidden; }
        .themevale-header-layout-1 .themevale_header .header-left.custom {
          overflow: visible; } }
  .themevale_header .header-center {
    width: 250px;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px; }
  .themevale_header .header-right {
    width: calc(50% - 125px);
    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;
    margin-top: 2px; }
    .themevale_header .header-right .navUser {
      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; }
    .themevale_header .header-right .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;
      -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; }
      .themevale_header .header-right .navUser-section.navUser-section--alt {
        margin-left: 0; }
      .themevale_header .header-right .navUser-section .navUser-item {
        padding: 0 12px; }
      .themevale_header .header-right .navUser-section .navUser-item--account .icon {
        margin-top: -2px; }
      .themevale_header .header-right .navUser-section .navUser-item--cart {
        padding-left: 8px; }
        .themevale_header .header-right .navUser-section .navUser-item--cart .icon {
          margin-top: -3px; }
    .themevale_header .header-right .navUser-section--currency .navUser-item {
      padding-left: 0; }
    .themevale_header .header-right .navUser-section--currency .navUser-action {
      color: white; }
      .themevale_header .header-right .navUser-section--currency .navUser-action .image-flag img {
        margin-top: -2px; }
      .themevale_header .header-right .navUser-section--currency .navUser-action .text-flag {
        margin-left: 5px;
        margin-right: 3px; }
      .themevale_header .header-right .navUser-section--currency .navUser-action .icon {
        width: 10px;
        height: 10px;
        margin-top: -2px; }
      .themevale_header .header-right .navUser-section--currency .navUser-action svg {
        fill: white;
        stroke: white; }
    .themevale_header .header-right .navUser-section--currency #currencySelection li > a {
      padding: 9px 15px;
      color: #5a5a5a;
      font-family: "Rajdhani", sans-serif;
      font-weight: 600;
      font-size: 14px;
      text-transform: uppercase; }
      .themevale_header .header-right .navUser-section--currency #currencySelection li > a img {
        margin-top: -1px;
        margin-right: 8px; }
    .themevale_header .header-right .navUser-section--currency #currencySelection li:hover > a {
      background: #f3f3f3;
      color: #5a5a5a; }
    .themevale_header .header-right .navUser-section--currency #currencySelection li + li {
      border-top: 1px solid rgba(0, 0, 0, 0.15); }
  .themevale_header .navUser-item--quichSearch {
    padding-left: 22px;
    padding-right: 0 !important;
    position: relative; }
    .themevale_header .navUser-item--quichSearch .form {
      margin-bottom: 0;
      margin-top: -2px; }
      @media (min-width: 1025px) {
        .themevale_header .navUser-item--quichSearch .form {
          width: 150px; } }
      @media (min-width: 1281px) {
        .themevale_header .navUser-item--quichSearch .form {
          width: 180px; } }
      @media (min-width: 1600px) {
        .themevale_header .navUser-item--quichSearch .form {
          width: 222px; } }
    .themevale_header .navUser-item--quichSearch .form-fieldset {
      border: none; }
    .themevale_header .navUser-item--quichSearch .form-field {
      position: relative;
      margin-bottom: 0; }
    .themevale_header .navUser-item--quichSearch #search_query {
      background: transparent;
      border: 1px solid rgba(255, 255, 255, 0.5);
      color: white;
      font-family: "Rajdhani", sans-serif;
      font-size: 14px;
      font-weight: 600;
      padding-left: 40px;
      height: 3rem; }
      .themevale_header .navUser-item--quichSearch #search_query::-webkit-input-placeholder {
        color: white;
        text-transform: uppercase;
        opacity: 0.5; }
      .themevale_header .navUser-item--quichSearch #search_query::-moz-placeholder {
        color: white;
        text-transform: uppercase;
        opacity: 0.5; }
      .themevale_header .navUser-item--quichSearch #search_query:-ms-input-placeholder {
        color: white;
        text-transform: uppercase;
        opacity: 0.5; }
    .themevale_header .navUser-item--quichSearch button {
      position: absolute;
      top: 8px;
      left: 5px; }
      .themevale_header .navUser-item--quichSearch button svg {
        fill: rgba(255, 255, 255, 0.5); }
    .themevale-header-layout-1 .themevale_header .navUser-item--quichSearch.show-result #search_query {
      border-color: white;
      background: white;
      color: #787878; }
    .themevale-header-layout-1 .themevale_header .navUser-item--quichSearch.show-result button svg {
      fill: #787878; }

.header-logo {
  font-size: 0;
  margin: 0; }
  .header-logo > a {
    color: white;
    display: inline-block;
    position: relative;
    text-decoration: none;
    z-index: 20;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
    .header-logo > a:before, .header-logo > a:after {
      content: " ";
      display: table; }
    .header-logo > a:after {
      clear: both; }
    @media (min-width: 551px) {
      .header-logo > a {
        font-size: 2.5vw; } }
    @media (min-width: 1025px) {
      .header-logo > a {
        background: none;
        border-bottom: 0;
        display: inline;
        font-size: 20px; } }
    .header-logo > a:hover {
      color: white; }
    .header-logo > a:active {
      color: white; }

.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: "Roboto", sans-serif;
  font-size: 2.25vw;
  font-weight: 600;
  letter-spacing: .02em;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0.25rem 0;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap; }
  @media (min-width: 551px) {
    .header-logo-text {
      font-size: 2.5vw;
      padding-bottom: 0;
      padding-top: 0; } }
  @media (min-width: 1025px) {
    .header-logo-text {
      display: inline;
      font-size: 20px;
      margin-left: 0;
      margin-right: -0.16667rem;
      max-width: none;
      overflow: auto;
      white-space: normal; }
      .header.fixed .header-logo-text {
        font-size: 30px; } }

.header-logo-image-container {
  position: relative;
  display: inline-block; }

.header-logo-image {
  max-height: 45px; }

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

.mobileMenu-toggle {
  width: 26px;
  height: 18px;
  display: inline-block;
  font-size: 0;
  padding: 0;
  z-index: 50;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  text-decoration: none; }
  .mobileMenu-toggle .mobileMenu-toggleIcon {
    background: #324963;
    display: inline-block;
    height: 2px;
    transform: rotate(0deg);
    width: 2.16667rem;
    background: white; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::before,
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    background: #324963;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    transform: rotate(0deg);
    width: 2.16667rem;
    background: white; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::before {
    top: -0.6rem; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    bottom: -0.6rem; }
  .mobileMenu-toggle.is-open .mobileMenu-toggleIcon {
    background-color: transparent; }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before, .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
      background-color: #324963;
      bottom: auto;
      top: auto;
      width: 1.66667rem;
      background: white; }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before {
      top: 0;
      transform: rotate(45deg); }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
      bottom: 0;
      transform: rotate(-45deg); }
  .mobileMenu-toggle:hover .mobileMenu-toggleIcon,
  .mobileMenu-toggle:hover .mobileMenu-toggleIcon::before,
  .mobileMenu-toggle:hover .mobileMenu-toggleIcon::after, .mobileMenu-toggle:active .mobileMenu-toggleIcon,
  .mobileMenu-toggle:active .mobileMenu-toggleIcon::before,
  .mobileMenu-toggle:active .mobileMenu-toggleIcon::after, .mobileMenu-toggle:focus .mobileMenu-toggleIcon,
  .mobileMenu-toggle:focus .mobileMenu-toggleIcon::before,
  .mobileMenu-toggle:focus .mobileMenu-toggleIcon::after {
    background: white; }
  .mobileMenu-toggle:hover.is-open .mobileMenu-toggleIcon, .mobileMenu-toggle:active.is-open .mobileMenu-toggleIcon, .mobileMenu-toggle:focus.is-open .mobileMenu-toggleIcon {
    background-color: transparent; }
    .mobileMenu-toggle:hover.is-open .mobileMenu-toggleIcon::before, .mobileMenu-toggle:hover.is-open .mobileMenu-toggleIcon::after, .mobileMenu-toggle:active.is-open .mobileMenu-toggleIcon::before, .mobileMenu-toggle:active.is-open .mobileMenu-toggleIcon::after, .mobileMenu-toggle:focus.is-open .mobileMenu-toggleIcon::before, .mobileMenu-toggle:focus.is-open .mobileMenu-toggleIcon::after {
      background: white; }

/*-------- Header Mobile  ------*/
.themevale-header-mobile .themevale_header {
  padding: 0px 15px;
  height: 50px;
  justify-content: space-between; }

.themevale-header-mobile .mobileMenu-toggle.is-open .mobileMenu-toggleIcon {
  opacity: 0; }

.themevale-header-mobile .header-mobile-item {
  min-width: 85px; }

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

.themevale-header-mobile .header-mobile-item .items {
  display: inline-block;
  vertical-align: middle; }
  .themevale-header-mobile .header-mobile-item .items + .items {
    margin-left: 10px; }
    @media (min-width: 551px) {
      .themevale-header-mobile .header-mobile-item .items + .items {
        margin-left: 20px; } }

.themevale-header-mobile .header-mobile-item .item--hamburger {
  width: 28px;
  margin-top: -1px; }

@media (max-width: 767px) {
  .themevale-header-mobile .header-mobile-item .header-logo-image {
    padding: 0 10px;
    max-height: 26px; } }

@media (max-width: 360px) {
  .themevale-header-mobile .header-mobile-item .header-logo-image {
    max-height: 22px; } }

.themevale-header-mobile .header-mobile-item .item--searchMobile .navUser-action .icon {
  margin-top: -3px;
  height: 1.83333rem;
  width: 1.83333rem;
  fill: white;
  color: white;
  opacity: 1; }

.themevale-header-mobile .header-mobile-item .item--searchMobile .navUser-action .close {
  display: none;
  text-align: center;
  font-size: 57px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  width: 22px;
  height: 22px;
  margin-top: 2px; }

.themevale-header-mobile .header-mobile-item .item--searchMobile .navUser-action.is-open .icon {
  display: none; }

.themevale-header-mobile .header-mobile-item .item--searchMobile .navUser-action.is-open .close {
  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; }

.themevale-header-mobile .header-mobile-item .item--searchMobile .navUser-item--quichSearch {
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  background: #fafafa;
  padding-left: 0;
  display: none; }
  .themevale-header-mobile .header-mobile-item .item--searchMobile .navUser-item--quichSearch.is-open {
    display: block; }
  .themevale-header-mobile .header-mobile-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) {
      .themevale-header-mobile .header-mobile-item .item--searchMobile .navUser-item--quichSearch #search_query {
        height: 3.58333rem; } }
    @media (max-width: 550px) {
      .themevale-header-mobile .header-mobile-item .item--searchMobile .navUser-item--quichSearch #search_query {
        height: 3.33333rem; } }
    .themevale-header-mobile .header-mobile-item .item--searchMobile .navUser-item--quichSearch #search_query::-webkit-input-placeholder {
      color: #8e8e8e;
      font-weight: 700;
      opacity: 1; }
    .themevale-header-mobile .header-mobile-item .item--searchMobile .navUser-item--quichSearch #search_query::-moz-placeholder {
      color: #8e8e8e;
      font-weight: 700;
      opacity: 1; }
    .themevale-header-mobile .header-mobile-item .item--searchMobile .navUser-item--quichSearch #search_query:-ms-input-placeholder {
      color: #8e8e8e !important;
      font-weight: 700 !important;
      opacity: 1 !important; }
  .themevale-header-mobile .header-mobile-item .item--searchMobile .navUser-item--quichSearch .form {
    margin-top: 0; }
  .themevale-header-mobile .header-mobile-item .item--searchMobile .navUser-item--quichSearch button {
    top: 0px;
    right: 5px;
    left: auto;
    width: 40px; }
    @media (max-width: 1024px) {
      .themevale-header-mobile .header-mobile-item .item--searchMobile .navUser-item--quichSearch button {
        height: 43px;
        line-height: 43px; } }
    @media (max-width: 550px) {
      .themevale-header-mobile .header-mobile-item .item--searchMobile .navUser-item--quichSearch button {
        height: 40px;
        line-height: 40px; } }
    .themevale-header-mobile .header-mobile-item .item--searchMobile .navUser-item--quichSearch button svg {
      fill: #8e8e8e;
      width: 18px;
      height: 18px;
      margin-top: -2px; }
  .themevale-header-mobile .header-mobile-item .item--searchMobile .navUser-item--quichSearch .themevale-dropdown {
    width: 100%;
    right: 0;
    top: 100% !important; }

.themevale-header-layout-2 .themevale-header-mobile .header-mobile-item .item--searchMobile .navUser-action--search {
  display: none; }

.themevale-header-mobile .header-mobile-item .item--account .navUser-action {
  padding-right: 0;
  padding-left: 5px; }
  .themevale-header-mobile .header-mobile-item .item--account .navUser-action .icon {
    margin-top: -2px;
    height: 1.91667rem;
    width: 1.91667rem; }

.themevale-header-mobile .header-mobile-item .item--cart .icon {
  margin-top: -5px;
  height: 2rem;
  width: 2rem; }

.side_popup .themevale_close {
  top: 0px;
  right: -40px;
  width: 40px;
  height: 40px;
  z-index: 10;
  line-height: 42px;
  position: absolute;
  text-align: center;
  background-color: #000;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2); }
  .side_popup .themevale_close .close {
    opacity: 1;
    width: 100%;
    height: 100%;
    color: #fff;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
    font-size: 40px;
    line-height: 42px; }

.themevale_Mobile {
  position: fixed;
  top: 0px;
  bottom: 0;
  left: auto;
  right: -101%;
  padding: 19px 20px 30px 20px;
  width: 430px;
  max-width: -moz-calc(100vw - 40px);
  max-width: -webkit-calc(100vw - 40px);
  max-width: -ms-calc(100vw - 40px);
  max-width: calc(100vw - 40px);
  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: 10002; }
  @media (min-width: 1025px) {
    .themevale_Mobile {
      top: 75px;
      padding: 18px 30px 30px 30px;
      height: calc(100vh - 75px); }
      .header-layout-2 .themevale_Mobile {
        top: 65px;
        height: calc(100vh - 65px); } }
  @media (min-width: 1025px) {
    .themevale_Mobile.themevale_MobileCart, .themevale_Mobile.themevale_MobileSearch {
      display: block; }
      .themevale_Mobile.themevale_MobileCart .themevale_close2, .themevale_Mobile.themevale_MobileSearch .themevale_close2 {
        display: none; } }
  .themevale_Mobile.themevale_MobileSearch {
    padding: 0; }
    @media (min-width: 1025px) {
      .header-layout-2 .themevale_Mobile.themevale_MobileSearch {
        display: none; } }
    @media (max-width: 1024px) {
      .header-layout-2 .themevale_Mobile.themevale_MobileSearch {
        left: -101%;
        right: auto; } }
  .themevale_Mobile.themevale_MobileCart, .themevale_Mobile.themevale_MobileAccount {
    left: auto;
    right: -101%; }
  .themevale_Mobile .themevale_MobileContent {
    height: calc(100% - 70px);
    padding: 0 15px;
    overflow-y: auto; }
  .themevale_Mobile .themevale_close2 {
    float: right;
    color: #787878;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 26px;
    height: 22px;
    line-height: 22px;
    position: absolute;
    right: 19px;
    top: 16px; }
  .themevale_Mobile > .navPages-container {
    position: relative;
    z-index: 11;
    box-shadow: rgba(50, 50, 50, 0.2) 0 0 15px 0; }
  .themevale_Mobile .page-sidebar {
    display: block;
    padding-bottom: 100px; }
  @media (min-width: 551px) {
    .themevale_Mobile .themevale_MobileContent {
      padding: 0 30px; } }
  @media (min-width: 1025px) {
    .themevale_Mobile {
      display: none; } }

.themevale-open-cart .themevale_MobileCart {
  right: 0; }

.themevale_MobileCart {
  padding: 0; }

.themevale-open-account .themevale_MobileAccount {
  right: 0; }

.has-activeNavPages .themevale_MobileMenu {
  left: 0; }

.has-activeNavPages #menuMobile {
  display: block; }

.themevale_MobileMenu {
  width: calc(100% - 40px);
  max-width: 337px;
  box-shadow: none;
  padding: 0;
  border-left: none; }

.themevale-header-layout-1 .dropdown--quickSearch {
  max-height: calc(100vh - 150px);
  white-space: normal;
  overflow-y: auto;
  overflow-x: hidden; }
  @media (min-width: 1025px) {
    .themevale-header-layout-1 .dropdown--quickSearch {
      scrollbar-color: #323232 #f5f5f5;
      scrollbar-width: thin !important; }
      .themevale-header-layout-1 .dropdown--quickSearch::-webkit-scrollbar {
        width: 10px;
        height: 10px;
        background-color: #f5f5f5; }
      .themevale-header-layout-1 .dropdown--quickSearch::-webkit-scrollbar-thumb {
        background-color: #323232; } }
  .themevale-header-layout-1 .dropdown--quickSearch:focus {
    outline: 0; }
  .themevale-header-layout-1 .dropdown--quickSearch .productGrid {
    overflow: auto;
    white-space: nowrap;
    padding-bottom: 16px; }
    @media (min-width: 1025px) {
      .themevale-header-layout-1 .dropdown--quickSearch .productGrid {
        scrollbar-color: #323232 #f5f5f5;
        scrollbar-width: thin !important; }
        .themevale-header-layout-1 .dropdown--quickSearch .productGrid::-webkit-scrollbar {
          width: 10px;
          height: 10px;
          background-color: #f5f5f5; }
        .themevale-header-layout-1 .dropdown--quickSearch .productGrid::-webkit-scrollbar-thumb {
          background-color: #323232; } }
    .themevale-header-layout-1 .dropdown--quickSearch .productGrid .product {
      width: 187px; }
      @media (min-width: 380px) {
        .themevale-header-layout-1 .dropdown--quickSearch .productGrid .product {
          width: 50%; } }
      @media (min-width: 551px) {
        .themevale-header-layout-1 .dropdown--quickSearch .productGrid .product {
          padding-left: 13px;
          padding-right: 13px;
          width: 33.33%; } }
      .themevale-header-layout-1 .dropdown--quickSearch .productGrid .product .card {
        margin-bottom: 0px; }

.themevale-header-layout-1 .navPages-list {
  min-height: 62px;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

@media all and (-ms-high-contrast: none) {
  .themevale-header-layout-1 .navPages-list {
    height: 62px; }
  /* IE10 */
  *::-ms-backdrop, .themevale-header-layout-1 .navPages-list {
    height: 62px; }
  /* IE11 */ }

/* Header 2 */
.header-layout-2.themevale-open-search .themevale_MobileSearch {
  left: 0; }

.header-layout-2 .dropdown--quickSearch {
  display: block;
  width: 100%;
  position: relative;
  top: auto;
  right: auto;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  padding: 0 0 0 0;
  max-height: calc(100vh - 120px);
  overflow-y: auto; }
  @media (min-width: 1025px) {
    .header-layout-2 .dropdown--quickSearch {
      padding: 0px 0 0px 0px;
      scrollbar-color: #323232 #f5f5f5;
      scrollbar-width: thin !important; }
      .header-layout-2 .dropdown--quickSearch::-webkit-scrollbar {
        width: 10px;
        background-color: #f5f5f5; }
      .header-layout-2 .dropdown--quickSearch::-webkit-scrollbar-thumb {
        background-color: #323232; } }
  .header-layout-2 .dropdown--quickSearch .header-search-wrap {
    padding: 0 0px 0 0; }
    @media (min-width: 1025px) {
      .header-layout-2 .dropdown--quickSearch .header-search-wrap {
        padding: 0 0px 0 0; } }
    .header-layout-2 .dropdown--quickSearch .header-search-wrap.show-result {
      display: block; }
    .header-layout-2 .dropdown--quickSearch .header-search-wrap .header-search__trending {
      background: #f4f4f4;
      padding: 10px 30px;
      border-top: 1px solid #f5f5f5;
      border-bottom: 1px solid #eaeaea; }
      .header-layout-2 .dropdown--quickSearch .header-search-wrap .header-search__trending .search-form__product-title {
        font-size: 12px;
        color: #7e9bc7;
        font-weight: 600;
        margin-bottom: 5px;
        border-bottom: none;
        padding-bottom: 8px; }
  .header-layout-2 .dropdown--quickSearch #search_product_block {
    padding: 30px 30px 20px;
    background: #ffffff; }
    .header-layout-2 .dropdown--quickSearch #search_product_block .card-figure {
      background: transparent !important; }
  .header-layout-2 .dropdown--quickSearch .productGrid {
    margin: 0 -10px 10px -10px; }
    @media (min-width: 551px) {
      .header-layout-2 .dropdown--quickSearch .productGrid {
        margin: 0 -20px 10px -20px; } }
    .header-layout-2 .dropdown--quickSearch .productGrid .product {
      width: 50%;
      padding-left: 10px;
      padding-right: 10px;
      margin-right: 0; }
      @media (min-width: 551px) {
        .header-layout-2 .dropdown--quickSearch .productGrid .product {
          padding-left: 20px;
          padding-right: 20px; } }
      .header-layout-2 .dropdown--quickSearch .productGrid .product .card {
        margin-bottom: 25px; }
      .header-layout-2 .dropdown--quickSearch .productGrid .product .card_optionImage {
        display: none; }
  .header-layout-2 .dropdown--quickSearch .search-form__product-title {
    border-bottom: none; }
  .header-layout-2 .dropdown--quickSearch .quickSearchResults {
    padding: 0 20px 0 0; }
    @media (min-width: 1025px) {
      .header-layout-2 .dropdown--quickSearch .quickSearchResults {
        padding: 0 30px 0 0; } }

.header-layout-2 .themevaleSearch .form {
  width: 100%;
  margin-bottom: 0;
  margin-top: 0; }
  .header-layout-2 .themevaleSearch .form .form-field {
    margin-bottom: 0; }

.header-layout-2 .themevaleSearch #search_query {
  background: #fff;
  border: none;
  border-bottom: 2px solid #eaeaea;
  height: 4.58333rem;
  padding: 20px 20px;
  color: #00457d;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 500; }
  @media (min-width: 1025px) {
    .header-layout-2 .themevaleSearch #search_query {
      padding: 15px 30px; } }
  .header-layout-2 .themevaleSearch #search_query::-webkit-input-placeholder {
    color: #00457d;
    text-transform: none;
    opacity: 0.8;
    font-weight: 400; }
  .header-layout-2 .themevaleSearch #search_query::-moz-placeholder {
    color: #787878;
    text-transform: uppercase;
    opacity: 1; }
  .header-layout-2 .themevaleSearch #search_query:-ms-input-placeholder {
    color: #787878;
    text-transform: uppercase;
    opacity: 1; }

.header-layout-2 .themevaleSearch button {
  position: absolute;
  top: 14px;
  left: auto;
  right: 20px;
  padding: 0; }
  @media (min-width: 1025px) {
    .header-layout-2 .themevaleSearch button {
      right: 30px; } }
  .header-layout-2 .themevaleSearch button .icon {
    fill: #787878;
    width: 22px;
    height: 22px; }
    @media (min-width: 1025px) {
      .header-layout-2 .themevaleSearch button .icon {
        width: 27px;
        height: 27px; } }

.header-layout-2 .themevale-header-mobile .header-mobile-item .item--searchMobile .searchMobile.is-open .icon {
  display: block; }

.header-layout-2 .themevale-header-mobile .header-mobile-item .item--searchMobile .searchMobile.is-open .close {
  display: none; }

.themevale-header-layout-2 .themevale-header-PC > .container {
  position: unset; }

@media (min-width: 1025px) {
  .themevale-header-layout-2 .themevale_header {
    min-height: 65px; } }

.themevale-header-layout-2 .themevale_header .header-left, .themevale-header-layout-2 .themevale_header .header-right {
  width: 260px; }

@media (min-width: 1025px) {
  .themevale-header-layout-2 .themevale_header .header-left {
    padding-right: 15px; } }

@media (min-width: 1025px) {
  .themevale-header-layout-2 .themevale_header .header-right {
    padding-left: 15px; } }

.themevale-header-layout-2 .themevale_header .header-center {
  width: calc(100% - 520px); }
  @media (min-width: 1025px) {
    .themevale-header-layout-2 .themevale_header .header-center {
      padding-left: 0;
      padding-right: 0;
      overflow: hidden;
      min-height: 52px;
      display: flex;
      display: -ms-flexbox;
      display: -webkit-flex;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center; }
      .themevale-header-layout-2 .themevale_header .header-center.custom {
        overflow: visible; } }
  .themevale-header-layout-2 .themevale_header .header-center .navPages {
    text-align: center; }
  .themevale-header-layout-2 .themevale_header .header-center .navPages-list {
    text-align: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center; }

.themevale-header-layout-2 .themevale_header .navUser-item--cart .countPill {
  font-family: "Roboto", sans-serif;
  font-weight: 500; }

.themevale-header-layout-2 .themevale_header .navUser-item--quichSearch {
  padding-left: 10px !important;
  padding-right: 12px !important; }
  .themevale-header-layout-2 .themevale_header .navUser-item--quichSearch .navUser-action .icon {
    width: 1.66667rem;
    height: 1.66667rem;
    margin-top: -2px; }
  .themevale-header-layout-2 .themevale_header .navUser-item--quichSearch .themevaleSearch {
    position: fixed;
    top: 0px;
    bottom: 0;
    left: auto;
    right: -101%;
    width: 430px;
    max-width: -moz-calc(100vw - 40px);
    max-width: -webkit-calc(100vw - 40px);
    max-width: -ms-calc(100vw - 40px);
    max-width: calc(100vw - 40px);
    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: 9999; }
    @media (min-width: 1025px) {
      .themevale-header-layout-2 .themevale_header .navUser-item--quichSearch .themevaleSearch {
        top: 65px;
        height: calc(100vh - 65px); }
        .themevale-open-search .themevale-header-layout-2 .themevale_header .navUser-item--quichSearch .themevaleSearch {
          right: 0; } }

.themevale-header-layout-2 .header-right .navUser-section .navUser-item--cart {
  padding-right: 0px; }

.themevale-header-layout-2 .header-right .navUser-section--currency .navUser-item {
  padding-right: 7px; }

.themevale-header-layout-2 .navPages-action-depth-max .navPages-label {
  right: 20px; }

.themevale-header-layout-2 .navPages-label {
  top: -15px;
  right: -3px;
  font-weight: 400;
  font-style: italic; }

.themevale-header-layout-2 .navPages-list > .navPages-item > .navPages-action {
  padding: 3px 9px 5px 9px; }
  .themevale-header-layout-2 .navPages-list > .navPages-item > .navPages-action > .navPages-action-moreIcon {
    display: inline-block; }
    @media (min-width: 1025px) {
      .themevale-header-layout-2 .navPages-list > .navPages-item > .navPages-action > .navPages-action-moreIcon {
        width: 14px;
        height: 14px;
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        text-align: center;
        margin-top: -2px; } }

.themevale-header-layout-2 .navPages-list > .navPages-item > .navPage-subMenu {
  margin-top: 18px; }

.themevale-header-layout-2 .navPages-action {
  padding: 3px 8px 5px 8px; }

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

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

a {
  text-decoration: none !important; }

.body {
  margin-bottom: 20px; }
  .page-type-default .body {
    margin-bottom: 0; }

.page.no-heading {
  padding-top: 55px; }

.page-content.no-heading {
  padding-top: 55px; }

.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: 25px; }
  @media (min-width: 551px) {
    .padding-top-30 {
      padding-top: 30px; } }

.padding-top-40 {
  padding-top: 25px; }
  @media (min-width: 551px) {
    .padding-top-40 {
      padding-top: 40px; } }

.padding-top-50 {
  padding-top: 25px; }
  @media (min-width: 551px) {
    .padding-top-50 {
      padding-top: 50px; } }

.padding-top-60 {
  padding-top: 50px; }
  @media (min-width: 1025px) {
    .padding-top-60 {
      padding-top: 60px; } }

.padding-top-80 {
  padding-top: 50px; }
  @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-40 {
  padding-bottom: 25px; }
  @media (min-width: 551px) {
    .padding-bottom-40 {
      padding-bottom: 40px; } }

.padding-bottom-50 {
  padding-bottom: 25px; }
  @media (min-width: 551px) {
    .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; } }

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

.themevale-heading {
  display: inline-block;
  width: 100%; }
  .themevale-heading h1.page-heading {
    margin-top: 35px;
    margin-bottom: 26px; }
    @media (min-width: 1025px) {
      .themevale-heading h1.page-heading {
        margin-top: 47px;
        margin-bottom: 42px; } }

.page-type-newsletter_subscribe .page-content {
  padding-bottom: 50px; }
  @media (min-width: 1025px) {
    .page-type-newsletter_subscribe .page-content {
      padding-bottom: 150px; } }

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

.icon-close {
  font-family: 'Rajdhani';
  font-size: 58px;
  font-weight: 300;
  color: #999999;
  height: 20px;
  width: 22px;
  line-height: 22px;
  display: inline-block; }

.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: 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.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;
      padding-right: 30px;
      margin-top: 2px; }
      .page-sidebar.sidebar-show .close-sidebar {
        display: none; } }
  @media (min-width: 1600px) {
    .page-sidebar.sidebar-show {
      width: 377px; } }
  .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: 75%;
        display: inline-block;
        float: left; } }
    @media (min-width: 1600px) {
      .page-sidebar.sidebar-show + #product-listing-container,
      .page-sidebar.sidebar-show + .page-content {
        width: calc(100% - 377px); } }
  .themevale_open_sidebar .page-sidebar {
    left: 0;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none; }
  .page-sidebar .close-sidebar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    background: #f0f0f0;
    color: #000000;
    padding: 15px 30px 14px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .05em;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .02em; }
    .page-sidebar .close-sidebar .icon {
      width: 20px;
      height: 20px;
      fill: #000000;
      stroke: #000000; }
  .page-sidebar nav {
    background: #f8f8f8;
    padding: 20px; }
    .page-sidebar nav .close-sidebar {
      display: none; }

@media (min-width: 1025px) {
  .page-type-category .page-sidebar.sidebar-show {
    margin-top: 25px; } }

.page-type-blog .page-sidebar {
  width: 330px;
  float: left; }
  @media (min-width: 1025px) {
    .page-type-blog .page-sidebar {
      width: 270px; } }
  .page-type-blog .page-sidebar + #blog-listing-container {
    width: 100%;
    float: left; }
    @media (min-width: 1025px) {
      .page-type-blog .page-sidebar + #blog-listing-container {
        padding-left: 30px;
        width: calc(100% - 270px); } }
    @media (min-width: 1600px) {
      .page-type-blog .page-sidebar + #blog-listing-container {
        padding-left: 70px; } }
  @media (min-width: 1025px) {
    .page-type-blog .page-sidebar .close-sidebar {
      display: none; } }

.page-type-blog .breadcrumbs {
  clear: both; }
  @media (min-width: 1025px) {
    .page-type-blog .breadcrumbs {
      margin-top: 7.91667rem; } }

.page-type-blog .themevale-category-header {
  margin-bottom: 13px; }
  @media (min-width: 551px) {
    .page-type-blog .themevale-category-header {
      margin-bottom: 33px; } }
  @media (min-width: 1025px) {
    .page-type-blog .themevale-category-header {
      display: none;
      margin-bottom: 43px; } }

.page-type-blog .pagination-wrapper {
  margin-top: 50px; }
  @media (min-width: 1025px) {
    .page-type-blog .pagination-wrapper {
      margin-top: 95px; } }
  .page-type-blog .pagination-wrapper .pagination {
    width: 100%; }
    .page-type-blog .pagination-wrapper .pagination .pagination-list {
      text-align: center;
      margin-top: 0; }

body.open_beforeYouLeave {
  overflow: hidden; }

.themevale_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(30, 30, 30, 0.8); }
  .themevale-open-search .themevale_background,
  .themevale-open-cart .themevale_background,
  .themevale-open-account .themevale_background,
  .has-activeNavPages .themevale_background,
  .open_beforeYouLeave .themevale_background {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    z-index: 9998; }
    @media (max-width: 1024px) {
      .themevale-open-search .themevale_background,
      .themevale-open-cart .themevale_background,
      .themevale-open-account .themevale_background,
      .has-activeNavPages .themevale_background,
      .open_beforeYouLeave .themevale_background {
        z-index: 10001; } }
  .themevale_open_sidebar .themevale_background {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    z-index: 10001; }
  .facetShowMore .themevale_background {
    z-index: 10002;
    display: none; }

.themevale-sideCart {
  overflow-y: scoll;
  scrollbar-color: #323232 #f5f5f5;
  scrollbar-width: thin !important; }
  .themevale-sideCart::-webkit-scrollbar {
    width: 10px;
    background-color: #f5f5f5; }
  .themevale-sideCart::-webkit-scrollbar-thumb {
    background-color: #323232; }
  .themevale-sideCart.navUser {
    overflow-y: auto;
    max-height: 100vh; }

.themevale-open-cart,
.themevale-open-search,
.themevale-open-account {
  overflow: hidden; }

.themevale-dropdown {
  position: absolute;
  top: calc(100% + 10px);
  right: 42px;
  background: white;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); }

#account-mobile {
  padding: 0px 0px 30px 0px; }
  #account-mobile .themevale_close2 {
    top: 7px;
    right: 18px; }
  #account-mobile #login-dropdown .icon {
    display: none; }

/*--------  Newsletter  ---------*/
#themevale_newsletter {
  position: relative;
  z-index: 10001; }
  #themevale_newsletter .popup-overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    position: fixed;
    overflow: hidden;
    background: rgba(44, 44, 44, 0.65); }
  #themevale_newsletter.hide {
    display: none !important; }
  #themevale_newsletter .newsletter-popup-container {
    width: 90%;
    height: 90%;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 101;
    text-align: center;
    max-width: 450px; }
    @media (min-width: 321px) {
      #themevale_newsletter .newsletter-popup-container {
        max-height: 380px; } }
    @media (min-width: 551px) {
      #themevale_newsletter .newsletter-popup-container {
        max-height: 400px; } }
    @media (min-width: 768px) {
      #themevale_newsletter .newsletter-popup-container {
        max-width: 847px; } }
    @media (min-width: 992px) {
      #themevale_newsletter .newsletter-popup-container {
        max-height: 400px; } }
    #themevale_newsletter .newsletter-popup-container.no-image {
      max-height: 330px; }
      @media (min-width: 551px) {
        #themevale_newsletter .newsletter-popup-container.no-image {
          max-height: 300px; } }
    #themevale_newsletter .newsletter-popup-container .newsletter-popup-inner {
      width: 100%;
      max-width: 887px;
      margin: 0 auto;
      height: 100%;
      max-height: 410px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      @media (min-width: 321px) {
        #themevale_newsletter .newsletter-popup-container .newsletter-popup-inner {
          max-height: 380px; } }
      @media (min-width: 551px) {
        #themevale_newsletter .newsletter-popup-container .newsletter-popup-inner {
          max-height: 400px; } }
      @media (min-width: 992px) {
        #themevale_newsletter .newsletter-popup-container .newsletter-popup-inner {
          max-height: 400px; } }
    #themevale_newsletter .newsletter-popup-container [data-close-newsletter-popup] {
      height: 2.25rem;
      width: 2.25rem;
      line-height: 2.25rem;
      padding: 0;
      position: absolute;
      top: 15px;
      right: 15px;
      text-align: center;
      z-index: 50;
      font-family: "Roboto", sans-serif;
      font-weight: 300;
      text-decoration: none !important;
      color: #999999;
      font-size: 56px; }
      #themevale_newsletter .newsletter-popup-container [data-close-newsletter-popup]:hover, #themevale_newsletter .newsletter-popup-container [data-close-newsletter-popup]:focus, #themevale_newsletter .newsletter-popup-container [data-close-newsletter-popup]:active {
        color: #999999;
        text-decoration: none; }
    #themevale_newsletter .newsletter-popup-container .newsletter-popup-wrap {
      background-color: white;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      height: 100%;
      overflow-y: auto;
      max-height: 410px;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      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: no-wrap;
      -webkit-flex-wrap: no-wrap;
      flex-wrap: no-wrap; }
      @media (min-width: 321px) {
        #themevale_newsletter .newsletter-popup-container .newsletter-popup-wrap {
          max-height: 380px; } }
      @media (min-width: 551px) {
        #themevale_newsletter .newsletter-popup-container .newsletter-popup-wrap {
          max-height: 400px; } }
      @media (min-width: 992px) {
        #themevale_newsletter .newsletter-popup-container .newsletter-popup-wrap {
          max-height: 400px; } }
    #themevale_newsletter .newsletter-popup-container .newsletter-image {
      display: none; }
      @media (min-width: 768px) {
        #themevale_newsletter .newsletter-popup-container .newsletter-image {
          display: inline-block;
          width: 360px;
          height: 100%; } }
      #themevale_newsletter .newsletter-popup-container .newsletter-image .card-img-container:after {
        padding-bottom: 111.11111%; }
    #themevale_newsletter .newsletter-popup-container .newsletter-content {
      width: 100%;
      display: inline-block;
      padding-bottom: 17px;
      padding: 20px;
      border: none;
      background: white; }
      @media (min-width: 768px) {
        #themevale_newsletter .newsletter-popup-container .newsletter-content {
          width: calc(100% - 360px); } }
      @media (min-width: 1025px) {
        #themevale_newsletter .newsletter-popup-container .newsletter-content {
          padding: 50px; } }
      #themevale_newsletter .newsletter-popup-container .newsletter-content .newsletter-content-inner {
        background: white;
        height: 100%; }
    #themevale_newsletter .newsletter-popup-container .newsletter-heading {
      font-weight: 700;
      font-size: 22px;
      line-height: 26px;
      margin: 0px 0 20px 0;
      padding-bottom: 10px;
      color: #324963;
      position: relative; }
      #themevale_newsletter .newsletter-popup-container .newsletter-heading:before {
        content: "";
        position: absolute;
        left: 50%;
        bottom: 0px;
        width: 30px;
        height: 2px;
        background-color: #e13f3f;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%); }
    #themevale_newsletter .newsletter-popup-container .footer-newsletter-summary {
      margin-bottom: 0;
      line-height: 22px;
      font-size: 1rem;
      color: #5a5a5a;
      max-width: 90%;
      margin: 0 auto;
      text-align: center; }
      @media (min-width: 551px) {
        #themevale_newsletter .newsletter-popup-container .footer-newsletter-summary {
          max-width: 80%; } }
    #themevale_newsletter .newsletter-popup-container #popupSubcribeForm {
      width: 100%;
      margin: 15px auto 0 auto; }
      @media (min-width: 551px) {
        #themevale_newsletter .newsletter-popup-container #popupSubcribeForm {
          margin-top: 27px; } }
      #themevale_newsletter .newsletter-popup-container #popupSubcribeForm .form {
        margin-bottom: 0; }
      #themevale_newsletter .newsletter-popup-container #popupSubcribeForm .form-field {
        margin-bottom: 0; }
        #themevale_newsletter .newsletter-popup-container #popupSubcribeForm .form-field .form-wrap {
          display: inline-block;
          width: 100%; }
        #themevale_newsletter .newsletter-popup-container #popupSubcribeForm .form-field .form-input {
          text-align: left;
          margin-bottom: 15px;
          width: 100%;
          display: inline-block;
          float: left;
          text-transform: capitalize;
          height: 40px;
          font-size: 14px;
          font-weight: 600;
          font-family: "Roboto", sans-serif;
          text-transform: none;
          background: #f5f5f5;
          border: none;
          text-align: center; }
          #themevale_newsletter .newsletter-popup-container #popupSubcribeForm .form-field .form-input::-moz-placeholder {
            color: #5a5a5a;
            opacity: .6;
            text-transform: uppercase; }
          #themevale_newsletter .newsletter-popup-container #popupSubcribeForm .form-field .form-input:-ms-input-placeholder {
            color: #5a5a5a !important;
            opacity: .6;
            text-transform: uppercase; }
          #themevale_newsletter .newsletter-popup-container #popupSubcribeForm .form-field .form-input::-webkit-input-placeholder {
            color: #5a5a5a;
            opacity: .6;
            text-transform: uppercase; }
          @media (min-width: 992px) {
            #themevale_newsletter .newsletter-popup-container #popupSubcribeForm .form-field .form-input {
              width: calc(70% - 10px);
              margin-right: 10px;
              text-align: left; } }
        #themevale_newsletter .newsletter-popup-container #popupSubcribeForm .form-field .button {
          width: 100%;
          display: inline-block;
          float: left;
          margin-bottom: 15px;
          height: 40px;
          padding-left: 15px;
          padding-right: 15px; }
          @media (min-width: 992px) {
            #themevale_newsletter .newsletter-popup-container #popupSubcribeForm .form-field .button {
              width: 30%; } }
        #themevale_newsletter .newsletter-popup-container #popupSubcribeForm .form-field .button + .button {
          margin-top: 15px; }
    #themevale_newsletter .newsletter-popup-container .black-icons {
      margin-top: 15px; }
      @media (min-width: 992px) {
        #themevale_newsletter .newsletter-popup-container .black-icons {
          margin-top: 25px; } }
      #themevale_newsletter .newsletter-popup-container .black-icons ul li {
        margin-right: 25px;
        margin-bottom: 0; }
        #themevale_newsletter .newsletter-popup-container .black-icons ul li .icon {
          width: 16px;
          height: 16px; }
        #themevale_newsletter .newsletter-popup-container .black-icons ul li.facebook {
          margin-right: 18px; }
        #themevale_newsletter .newsletter-popup-container .black-icons ul li.twitter {
          margin-right: 24px; }
          #themevale_newsletter .newsletter-popup-container .black-icons ul li.twitter .icon {
            width: 21px; }
        #themevale_newsletter .newsletter-popup-container .black-icons ul li.pinterest .icon--pinterest {
          width: 17px; }
        #themevale_newsletter .newsletter-popup-container .black-icons ul li.instagram {
          margin-right: 23px; }
        #themevale_newsletter .newsletter-popup-container .black-icons ul li.google-plus {
          margin-right: 22px; }
        #themevale_newsletter .newsletter-popup-container .black-icons ul li:last-child {
          margin-right: 0; }
        #themevale_newsletter .newsletter-popup-container .black-icons ul li svg {
          height: 16px;
          fill: #232323; }
          #themevale_newsletter .newsletter-popup-container .black-icons ul li svg:hover {
            fill: #232323; }
      #themevale_newsletter .newsletter-popup-container .black-icons ul.facebook {
        margin-right: 5px; }

/* Recently Viewed Bar*/
.recently-viewed-products-sidebar svg {
  fill: #1e1e1e; }

.recently-viewed-products-sidebar.slided-up .top {
  opacity: 1;
  visibility: visible;
  height: 52px;
  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: 50%;
  right: -130px;
  width: 80px;
  height: auto;
  z-index: 101;
  user-select: none;
  color: #232323;
  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: #1e1e1e; }
  .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: 2px;
      cursor: pointer; }
      .lst-seen-widget .top .cart-icon svg {
        width: 21px;
        height: 21px;
        stroke: #1e1e1e; }
      .lst-seen-widget .top .cart-icon .countPill {
        top: -8px;
        right: -14px;
        line-height: 24px; }
  .lst-seen-widget .in-content {
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    padding: 15px 0 15px 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;
      text-transform: uppercase;
      margin-bottom: 10px;
      font-weight: 600;
      color: #232323; }
    .lst-seen-widget .in-content .no-products {
      padding: 5px 5px 0 5px; }
      .lst-seen-widget .in-content .no-products svg {
        width: 54px;
        height: 54px;
        margin-bottom: 15px;
        opacity: .1; }
      .lst-seen-widget .in-content .no-products .text {
        font-size: 12px; }
    .lst-seen-widget .in-content .product-info {
      position: absolute;
      right: 0px;
      visibility: hidden;
      opacity: 0;
      width: 271px;
      height: 111px;
      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: 8px 15px 15px 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; }
        .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 .price-section--saving {
        display: none; }
    .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: 111px; }
        .lst-seen-widget .in-content .products-grid .item > a {
          height: 100%;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center; }
        .lst-seen-widget .in-content .products-grid .item img {
          margin: 0 auto;
          display: block;
          max-width: 52px;
          max-height: 78px; }
      .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;
        height: 100%; }
      .lst-seen-widget .in-content .products-grid .slick-arrow {
        padding: 0;
        height: 15px;
        color: #989898;
        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: 0; }
          .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: 0; }
          .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 .text {
    color: #232323;
    font-size: 12px;
    margin-left: 7px; }
  .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; }
  @media (min-width: 1025px) {
    .before-you-leave {
      top: 75px; } }
  .open_beforeYouLeave .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 .themevale_close {
    left: -40px;
    right: auto; }
  .before-you-leave .before-you-leave-inner {
    max-height: 100vh;
    height: 100%; }
  .before-you-leave .logo {
    text-align: center;
    padding: 15px 20px 13px 20px; }
    @media (min-width: 1025px) {
      .before-you-leave .logo {
        padding: 15px 30px 13px 30px; } }
    .before-you-leave .logo img {
      max-height: 40px; }
  .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;
    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: 42px 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 15%;
          margin-bottom: 44px; } }
      .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: 28px;
      font-weight: 700;
      line-height: 30px; }
    .before-you-leave .before-you-leave-banner .content .title {
      margin-bottom: 7px;
      text-shadow: 3px 3px #1c2c3d; }
    .before-you-leave .before-you-leave-banner .content .heading1 {
      margin-bottom: 34px;
      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: 4px; }
    .before-you-leave .before-you-leave-banner .content p {
      letter-spacing: .02em;
      margin-bottom: 12px;
      line-height: 1.66667rem; }
    .before-you-leave .before-you-leave-banner .content .desc2 {
      margin-bottom: 22px; }
    .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 5px;
    font-size: 0; }
    @media (min-width: 551px) {
      .before-you-leave .before-you-leave-tab .tabs-wrapper {
        padding: 0 20px; } }
  .before-you-leave .before-you-leave-tab .tabs {
    padding: 0;
    border: none;
    display: inline-block; }
    .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: #1e1e1e;
        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: #1e1e1e; }
      .before-you-leave .before-you-leave-tab .tabs .tab:before {
        display: none; }
  .before-you-leave .before-you-leave-tab .search {
    float: right;
    list-style: none;
    padding: 19px 10px; }
    .before-you-leave .before-you-leave-tab .search .search-icon .icon-search {
      width: 19px;
      height: 20px;
      fill: #324963; }
    .before-you-leave .before-you-leave-tab .search .search-icon .icon-close {
      display: none;
      font-size: 40px;
      font-family: "Roboto", sans-serif;
      font-weight: 300;
      width: 24px;
      height: 18px;
      line-height: 24px;
      color: #324963; }
    .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: calc(100% - 8px);
      left: 14px;
      right: 16px;
      width: calc(100% - 29px);
      z-index: 5; }
      @media (min-width: 551px) {
        .before-you-leave .before-you-leave-tab .search .form {
          width: calc(100% - 59px);
          right: 31px;
          left: 29px; } }
      .before-you-leave .before-you-leave-tab .search .form .form-field {
        position: relative;
        margin-bottom: 0;
        box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.12);
        -webkit-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.12);
        -moz-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.12);
        -ms-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.12); }
        .before-you-leave .before-you-leave-tab .search .form .form-field .form-input {
          border-color: #eaeaea; }
      .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; }
        .before-you-leave .before-you-leave-tab .search .form button svg {
          margin-top: -1px;
          fill: rgba(50, 73, 99, 0.5); }
    .before-you-leave .before-you-leave-tab .search .dropdown--quickSearch {
      position: absolute;
      top: calc(100% + 32px) !important;
      right: 15px;
      width: calc(100% - 30px);
      -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
      -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
      -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
      padding: 0 10px 0 10px;
      max-height: 90vh;
      overflow-y: auto;
      z-index: 5; }
      @media (min-width: 551px) {
        .before-you-leave .before-you-leave-tab .search .dropdown--quickSearch {
          width: calc(100% - 60px);
          right: 30px; } }
      @media (min-width: 1025px) {
        .before-you-leave .before-you-leave-tab .search .dropdown--quickSearch {
          scrollbar-color: #323232 #ffffff;
          scrollbar-width: thin !important; }
          .before-you-leave .before-you-leave-tab .search .dropdown--quickSearch::-webkit-scrollbar {
            width: 10px;
            background-color: #ffffff; }
          .before-you-leave .before-you-leave-tab .search .dropdown--quickSearch::-webkit-scrollbar-thumb {
            background-color: #323232; } }
      @media (max-width: 550px) {
        .before-you-leave .before-you-leave-tab .search .dropdown--quickSearch {
          padding-left: 5px;
          padding-right: 5px; } }
      .before-you-leave .before-you-leave-tab .search .dropdown--quickSearch.is-open {
        display: block; }
      .before-you-leave .before-you-leave-tab .search .dropdown--quickSearch .header-search-wrap {
        padding: 15px 10px; }
      .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 {
            margin: 0 -13px;
            scrollbar-color: #323232 #f5f5f5;
            scrollbar-width: thin !important; }
            .before-you-leave .before-you-leave-tab .search .dropdown--quickSearch .productGrid::-webkit-scrollbar {
              height: 6px;
              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; }
          @media (min-width: 1025px) {
            .before-you-leave .before-you-leave-tab .search .dropdown--quickSearch .productGrid .product {
              padding-left: 13px;
              padding-right: 13px; } }
          .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 {
        font-size: 0;
        margin-bottom: 30px;
        -ms-flex-direction: row;
        flex-direction: row;
        display: none; }
        .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-figure {
          width: 120px;
          display: inline-block; }
          .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-figure .product-badge {
            top: 12px;
            right: 12px; }
        .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body {
          display: inline-block;
          width: calc(100% - 120px);
          vertical-align: top;
          padding-left: 20px;
          padding-top: 7px; }
          .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: block; }
          .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .card-figcaption-button {
            max-width: 122px;
            margin-top: 15px; }
            .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .card-figcaption-button span {
              position: relative;
              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: 4px; }
              .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .card-figcaption-button span:after {
                width: 9px;
                height: 1px;
                top: 8px;
                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-list {
        margin-left: -7.5px;
        margin-right: -7.5px; }
        @media (min-width: 1025px) {
          .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .slick-list {
            margin-left: -15px;
            margin-right: -15px; } }
      .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .slick-slide .card {
        display: block; }
      .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .slick-arrow {
        bottom: -28px;
        top: auto; }
        .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='%23999999' 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='%23999999' 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: 15px; }
  .before-you-leave .before-you-leave-tab #history-products-list .no-products svg {
    width: 54px;
    height: 54px;
    fill: rgba(30, 30, 30, 0.1); }
  .before-you-leave .before-you-leave-tab #history-products-list .no-products .text {
    display: block;
    margin-top: 30px;
    font-size: 12px; }
  .before-you-leave .back-to-store {
    padding: 0 30px;
    margin-bottom: 50px; }
    .before-you-leave .back-to-store .button {
      width: 100%; }

.backtoTop {
  cursor: pointer;
  height: 45px;
  transition: all .3s ease 0s;
  font-size: 0; }
  .backtoTop .icon {
    font-size: 20px;
    width: 10px;
    height: 36px;
    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: 50%;
  right: -50px;
  z-index: 100;
  background: white;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition: right .5s ease 0s;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1); }
  .wrap-icons svg {
    width: 20px;
    height: 20px; }
  .wrap-icons .text {
    display: none; }
  .wrap-icons.collapsed {
    right: 3px; }
  .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; }

/* Popup Someone Purchased */
.themevale_popup {
  position: fixed;
  left: 0px;
  bottom: 0;
  transition: all .3s ease;
  z-index: 9991;
  width: 100%; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .themevale_popup {
      width: auto; } }
  @media (min-width: 551px) {
    .themevale_popup #recently_bought_list {
      margin-left: 15px;
      margin-bottom: 15px; } }
  @media (min-width: 1025px) {
    .themevale_popup #recently_bought_list {
      position: absolute;
      bottom: 100%;
      margin-bottom: 30px;
      margin-left: 0; } }
  .themevale_popup #recently_bought_list {
    width: 100%;
    z-index: 999; }
    @media (min-width: 551px) {
      .themevale_popup #recently_bought_list {
        max-width: 350px; } }
    @media (min-width: 1025px) {
      .themevale_popup #recently_bought_list {
        left: 30px; } }
    .themevale_popup #recently_bought_list .themevale_recently-bought {
      min-height: 100px;
      background: white;
      border: 1px solid #e6e6e6;
      -moz-border-radius: 1px;
      -webkit-border-radius: 1px;
      -ms-border-radius: 1px;
      -o-border-radius: 1px;
      border-radius: 1px;
      -webkit-transition: all 1s ease;
      -moz-transition: all 1s ease;
      -ms-transition: all 1s ease;
      -o-transition: all 1s ease;
      transition: all 1s ease;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
      position: relative; }
      .themevale_popup #recently_bought_list .themevale_recently-bought .modal-close {
        background: transparent;
        color: #969696;
        width: 20px;
        height: 20px;
        line-height: 20px;
        top: 8px;
        right: 8px;
        font-size: 34px;
        font-weight: 400; }
    .themevale_popup #recently_bought_list .recently-bought-inner {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      -ms-align-items: flex-start;
      align-items: flex-start;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center; }
      .themevale_popup #recently_bought_list .recently-bought-inner .product-image {
        width: 67px;
        display: block; }
      .themevale_popup #recently_bought_list .recently-bought-inner .product-info {
        width: calc(100% - 67px);
        padding: 16px 40px 15px 25px;
        line-height: 20px; }
        .themevale_popup #recently_bought_list .recently-bought-inner .product-info .text-wrap {
          display: inline;
          color: #969696;
          font-size: 12px;
          font-weight: 400; }
          .themevale_popup #recently_bought_list .recently-bought-inner .product-info .text-wrap .text {
            display: block;
            width: 100%;
            margin-bottom: 2px;
            color: #969696; }
        .themevale_popup #recently_bought_list .recently-bought-inner .product-info .product-name {
          display: block;
          font-size: 14px;
          font-weight: 400;
          text-overflow: ellipsis;
          overflow: hidden;
          white-space: nowrap;
          overflow-wrap: break-word;
          font-family: "Roboto", sans-serif;
          font-weight: 600;
          text-transform: uppercase; }
          .themevale_popup #recently_bought_list .recently-bought-inner .product-info .product-name a {
            color: black; }
        .themevale_popup #recently_bought_list .recently-bought-inner .product-info #location-info {
          margin-top: 7px;
          font-size: 11px;
          color: #969696; }
        .themevale_popup #recently_bought_list .recently-bought-inner .product-info .location {
          width: 100%;
          display: inline-block; }

.themevale-category-header {
  padding-top: 40px; }

.footer {
  clear: both; }
  .footer a:hover {
    background-image: linear-gradient(transparent 96%, rgba(0, 0, 0, 0.7) 4%);
    background-repeat: repeat-x;
    background-position-y: 0px;
    color: black; }

.footer-top {
  background: #1e1e1e;
  text-align: center;
  padding: 18px 0 27px 0; }
  @media (min-width: 1025px) {
    .footer-top {
      padding: 43px 0 42px 0; } }
  .footer-top .newsletter-sub-heading {
    color: white;
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0; }
    @media (min-width: 1025px) {
      .footer-top .newsletter-sub-heading {
        margin-right: 30px; } }
  .footer-top .button {
    background: white;
    border-color: white;
    color: black;
    width: 143px;
    display: block;
    margin: 15px auto 0 auto; }
    @media (min-width: 1025px) {
      .footer-top .button {
        display: inline-block;
        margin: 0 auto; } }
    .footer-top .button:hover, .footer-top .button:active, .footer-top .button:focus {
      background: #1e1e1e;
      border-color: white;
      color: white;
      text-decoration: none; }

.footer-middle {
  background-color: #f2f2f2;
  padding-top: 35px;
  padding-bottom: 21px; }
  .footer-middle .socialLinks {
    display: block;
    clear: both; }
    .footer-middle .socialLinks .icon svg {
      fill: #232323; }
    .footer-middle .socialLinks .icon:hover {
      background-image: none; }
      .footer-middle .socialLinks .icon:hover svg {
        fill: #232323; }
    .footer-middle .socialLinks .icon.icon--facebook {
      margin-left: 0; }

.footer-logo {
  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: 30px; }
  .footer-layout-1 .footer-logo.no-logo {
    -ms-flex-pack: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end; }
  .footer-logo .footer-logo-item img {
    max-width: 100%; }
  .footer-logo .footer-logo-item.left {
    padding-right: 15px;
    max-width: 125px; }
    @media (min-width: 551px) {
      .footer-logo .footer-logo-item.left {
        max-width: 145px; } }
    .footer-logo .footer-logo-item.left > a:hover {
      background-image: none; }
  .footer-logo .footer-logo-item.right {
    max-width: calc(100% - 125px); }
    @media (min-width: 551px) {
      .footer-logo .footer-logo-item.right {
        max-width: calc(100% - 145px); } }
    .footer-logo .footer-logo-item.right p {
      margin-bottom: 0;
      margin-top: 8px;
      color: #5a5a5a;
      position: relative; }
      .footer-logo .footer-logo-item.right p > a {
        color: black;
        background-image: linear-gradient(transparent 96%, rgba(0, 0, 0, 0.7) 4%);
        background-repeat: repeat-x;
        background-position-y: 0px;
        margin-right: 4px; }

.footer-info {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0; }
  .footer-info:before, .footer-info:after {
    content: " ";
    display: table; }
  .footer-info:after {
    clear: both; }

.footer-info-col {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  color: #5a5a5a;
  display: inline-block;
  float: none;
  font-size: 1rem;
  margin-bottom: 0.41667rem;
  text-align: left;
  vertical-align: top; }
  @media (min-width: 768px) {
    .footer-info-col {
      width: 25%;
      margin-bottom: 3rem; } }
  @media (min-width: 1025px) {
    .footer-info-col {
      width: 20%; } }
  .footer-info-col > :first-child {
    margin-top: 0; }
  .footer-info-col > :last-child {
    margin-bottom: 0; }
  .footer-info-col[data-section-type="storeInfo"] address {
    line-height: 22px;
    font-style: normal;
    margin-bottom: 9px;
    padding-top: 3px; }
  .footer-info-col[data-section-type="storeInfo"] > span {
    display: block;
    margin-bottom: 10px; }
    .footer-info-col[data-section-type="storeInfo"] > span > a {
      color: #5a5a5a; }
      .footer-info-col[data-section-type="storeInfo"] > span > a:hover {
        color: black;
        background-image: linear-gradient(transparent 96%, rgba(0, 0, 0, 0.7) 4%);
        background-repeat: repeat-x;
        background-position-y: 0px; }
  .footer-info-col[data-section-type="newsletterSubscription"] {
    text-align: left; }
    @media (min-width: 1025px) {
      .footer-info-col[data-section-type="newsletterSubscription"] {
        text-align: right; } }
    @media (max-width: 767px) {
      .footer-info-col[data-section-type="newsletterSubscription"] {
        margin-top: 16px; } }
    .footer-info-col[data-section-type="newsletterSubscription"] .footer-newsletter-summary {
      margin-top: 15px;
      margin-bottom: 15px; }
      @media (min-width: 1025px) {
        .footer-info-col[data-section-type="newsletterSubscription"] .footer-newsletter-summary {
          text-align: right;
          margin-bottom: 22px; } }
    .footer-info-col[data-section-type="newsletterSubscription"] .form {
      width: 100%;
      max-width: 350px;
      float: left;
      margin-top: 7px;
      margin-bottom: 7px; }
      @media (min-width: 1025px) {
        .footer-info-col[data-section-type="newsletterSubscription"] .form {
          float: right;
          max-width: 270px; } }
      .footer-info-col[data-section-type="newsletterSubscription"] .form .form-prefixPostfix .form-input {
        background: white;
        border-color: black;
        color: black; }
        .footer-info-col[data-section-type="newsletterSubscription"] .form .form-prefixPostfix .form-input::-webkit-input-placeholder {
          color: rgba(0, 0, 0, 0.7); }
        .footer-info-col[data-section-type="newsletterSubscription"] .form .form-prefixPostfix .form-input::-moz-placeholder {
          color: rgba(0, 0, 0, 0.7); }
        .footer-info-col[data-section-type="newsletterSubscription"] .form .form-prefixPostfix .form-input:-ms-input-placeholder {
          color: rgba(0, 0, 0, 0.7) !important; }
      .footer-info-col[data-section-type="newsletterSubscription"] .form .button {
        width: 40px;
        height: 40px;
        padding: 0;
        position: relative;
        margin: 0;
        background: black;
        border-color: black;
        color: white; }
        .footer-info-col[data-section-type="newsletterSubscription"] .form .button:hover, .footer-info-col[data-section-type="newsletterSubscription"] .form .button:active, .footer-info-col[data-section-type="newsletterSubscription"] .form .button:focus {
          background: black;
          border-color: black;
          color: white; }
          .footer-info-col[data-section-type="newsletterSubscription"] .form .button:hover svg, .footer-info-col[data-section-type="newsletterSubscription"] .form .button:active svg, .footer-info-col[data-section-type="newsletterSubscription"] .form .button:focus svg {
            fill: white; }
        .footer-info-col[data-section-type="newsletterSubscription"] .form .button svg {
          fill: white;
          width: 18px;
          height: 18px; }
        .footer-info-col[data-section-type="newsletterSubscription"] .form .button .text {
          display: none; }

@media (min-width: 1025px) {
  .footer-info-col--small {
    width: 13.3333%; } }

.footer-info-col--large {
  width: 100%; }
  @media (min-width: 1025px) {
    .footer-info-col--large {
      width: 40%; } }

.footer-info-col--social {
  width: 100%; }

@media (min-width: 551px) {
  .footer-info-col--left {
    padding: 0; } }

@media (min-width: 551px) {
  .footer-info-col--right {
    left: 50%;
    position: inherit; } }

@media (min-width: 1025px) {
  .footer-info-col--right {
    left: 0;
    padding: 0;
    text-align: right; } }

.footer-info-heading {
  color: black;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 7px; }

.footer-info-list {
  list-style: none;
  margin-left: 0; }
  @media (max-width: 767px) {
    .footer-info-list {
      display: none; } }
  .footer-info-list > .info {
    width: 100%;
    display: inline-block; }
  .footer-info-list .phone-number {
    margin-bottom: 12px; }
  .footer-info-list li {
    padding: 5px 0 6px 0; }
  .footer-info-list a {
    color: #5a5a5a;
    text-decoration: none; }
    .footer-info-list a:hover {
      color: #477bc1;
      background-image: linear-gradient(transparent 96%, rgba(71, 123, 193, 0.7) 4%); }

@media (max-width: 767px) {
  .footer-dropdownmobile {
    margin-bottom: 0px; }
    .footer-dropdownmobile > h5 {
      border-bottom: 1px solid #e8e8e8;
      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: black; }
      .footer-dropdownmobile > h5:after {
        top: 50%;
        right: 0;
        z-index: 2;
        content: "";
        width: 10px;
        height: 2px;
        position: absolute;
        transform: translateY(-50%);
        background-color: black; }
    .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: #f6f6f6;
  padding: 30px 0 36px 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 {
  text-align: left; }
  .footer-copyright > .powered-by {
    color: #5a5a5a;
    font-size: 12px;
    margin: 0;
    display: inline-block; }
  .footer-copyright a {
    color: #5a5a5a; }
    .footer-copyright a:hover {
      color: black;
      background-image: linear-gradient(transparent 96%, rgba(0, 0, 0, 0.7) 4%); }
      .footer-layout-2 .footer-copyright a:hover {
        color: #477bc1;
        background-image: linear-gradient(transparent 96%, rgba(71, 123, 193, 0.7) 4%); }

.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; }
    @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.cirus {
      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; }

/* Footer Layout 2 */
.footer-layout-2 .footer-middle {
  padding-top: 52px;
  padding-bottom: 22px; }
  @media (min-width: 1025px) {
    .footer-layout-2 .footer-middle {
      padding-bottom: 32px; } }

.footer-layout-2 .socialLinks {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  position: relative;
  z-index: 1; }
  @media (min-width: 1025px) {
    .footer-layout-2 .socialLinks {
      scrollbar-color: #323232 #f5f5f5;
      scrollbar-width: thin !important; }
      .footer-layout-2 .socialLinks::-webkit-scrollbar {
        width: 10px;
        height: 6px;
        background-color: #f5f5f5; }
      .footer-layout-2 .socialLinks::-webkit-scrollbar-thumb {
        background-color: #323232; } }
  .footer-layout-2 .socialLinks li {
    height: 3.16667rem;
    width: 3.16667rem;
    border: 1px solid rgba(35, 35, 35, 0.7);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    text-align: center;
    line-height: 36px;
    margin-right: 10px; }
    @media (max-width: 360px) {
      .footer-layout-2 .socialLinks li {
        margin-right: 6px; } }
    .footer-layout-2 .socialLinks li:hover {
      border: 1px solid rgba(35, 35, 35, 0.7); }
    .footer-layout-2 .socialLinks li .icon {
      height: 1.33333rem;
      width: 1.33333rem; }
      .footer-layout-2 .socialLinks li .icon.icon--twitter {
        width: 18px; }
        .footer-layout-2 .socialLinks li .icon.icon--twitter svg {
          width: 20px; }
      .footer-layout-2 .socialLinks li .icon.icon--pinterest svg {
        width: 18px; }
      .footer-layout-2 .socialLinks li .icon.icon--snapchat {
        width: 17px; }
        .footer-layout-2 .socialLinks li .icon.icon--snapchat svg {
          width: 18px; }

.footer-layout-2 .footer-info-col[data-section-type="storeInfo"] {
  width: 100%; }
  @media (min-width: 551px) {
    .footer-layout-2 .footer-info-col[data-section-type="storeInfo"] {
      width: 34%; } }
  @media (min-width: 1025px) {
    .footer-layout-2 .footer-info-col[data-section-type="storeInfo"] {
      width: 29%; } }
  @media (min-width: 1281px) {
    .footer-layout-2 .footer-info-col[data-section-type="storeInfo"] {
      width: 25%; } }
  @media (min-width: 1600px) {
    .footer-layout-2 .footer-info-col[data-section-type="storeInfo"] {
      width: 23%; } }

.footer-layout-2 .footer-info-col[data-section-type="newsletterSubscription"] > p {
  margin-top: 15px;
  margin-bottom: 22px; }

.footer-layout-2 .footer-info-col[data-section-type="newsletterSubscription"] .form {
  max-width: 470px;
  margin-bottom: 12px; }
  .footer-layout-2 .footer-info-col[data-section-type="newsletterSubscription"] .form .form-prefixPostfix .form-input {
    border-color: transparent;
    border-bottom-color: black;
    width: calc(100% - 147px);
    margin-right: 15px;
    padding-left: 10px;
    padding-right: 10px;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: lowercase; }
    .footer-layout-2 .footer-info-col[data-section-type="newsletterSubscription"] .form .form-prefixPostfix .form-input::-webkit-input-placeholder {
      color: black;
      opacity: 1;
      text-transform: uppercase; }
    .footer-layout-2 .footer-info-col[data-section-type="newsletterSubscription"] .form .form-prefixPostfix .form-input::-moz-placeholder {
      color: black;
      opacity: 1;
      text-transform: uppercase; }
    .footer-layout-2 .footer-info-col[data-section-type="newsletterSubscription"] .form .form-prefixPostfix .form-input:-ms-input-placeholder {
      color: black !important;
      opacity: 1 !important;
      text-transform: uppercase !important; }
  .footer-layout-2 .footer-info-col[data-section-type="newsletterSubscription"] .form .form-prefixPostfix .button {
    width: 132px; }
    .footer-layout-2 .footer-info-col[data-section-type="newsletterSubscription"] .form .form-prefixPostfix .button svg {
      display: none; }
    .footer-layout-2 .footer-info-col[data-section-type="newsletterSubscription"] .form .form-prefixPostfix .button .text {
      display: block; }

.footer-layout-2 .footer-info-col[data-section-type="newsletterSubscription"] .footer-payment-icons {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  padding-bottom: 15px;
  height: 3.25rem;
  z-index: 1; }
  @media (min-width: 1025px) {
    .footer-layout-2 .footer-info-col[data-section-type="newsletterSubscription"] .footer-payment-icons {
      scrollbar-color: #323232 #f5f5f5;
      scrollbar-width: thin !important; }
      .footer-layout-2 .footer-info-col[data-section-type="newsletterSubscription"] .footer-payment-icons::-webkit-scrollbar {
        width: 10px;
        height: 6px;
        background-color: #f5f5f5; }
      .footer-layout-2 .footer-info-col[data-section-type="newsletterSubscription"] .footer-payment-icons::-webkit-scrollbar-thumb {
        background-color: #323232; } }

.footer-layout-2 .footer-info-col--small {
  width: 100%; }
  @media (min-width: 551px) {
    .footer-layout-2 .footer-info-col--small {
      width: 22%; } }
  @media (min-width: 1025px) {
    .footer-layout-2 .footer-info-col--small {
      width: 13.33%; } }

.footer-layout-2 .footer-info-col--large {
  width: 100%; }
  @media (min-width: 551px) {
    .footer-layout-2 .footer-info-col--large {
      width: 60%; } }
  @media (min-width: 1025px) {
    .footer-layout-2 .footer-info-col--large {
      width: 31%; } }
  @media (min-width: 1281px) {
    .footer-layout-2 .footer-info-col--large {
      width: 35%; } }
  @media (min-width: 1600px) {
    .footer-layout-2 .footer-info-col--large {
      width: 37%; } }

.footer-layout-2 .footer-logo {
  margin-bottom: 28px; }

.footer-layout-2 .footer-copyright {
  margin-top: 20px;
  margin-bottom: 35px; }

@media (min-width: 992px) {
  .footer-layout-2 .footer-info-heading {
    margin-top: 13px; } }

.subscribe_section {
  position: relative; }
  .subscribe_section .footer-info-col:after {
    content: '';
    background: url(https://cdn11.bigcommerce.com/s-53ffsqqmp/product_images/uploaded_images/live-singing-pattern.png?t=1603186008&_ga=2.124490378.185178731.1603094004-481702378.1602748515);
    height: 466px;
    width: 1455px;
    background-size: 100% 100%;
    position: absolute;
    top: -333px;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%); }

.subscribe_section {
  background: #162b4a;
  padding: 60px 0 55px;
  background-repeat: no-repeat;
  background-position: 80px bottom; }
  .subscribe_section .footer-info-col {
    width: 100%;
    margin: auto;
    max-width: 1050px;
    display: table; }
    .subscribe_section .footer-info-col .col1 {
      width: 50%;
      float: left;
      text-align: left; }
    .subscribe_section .footer-info-col .col2 {
      width: 50%;
      float: left; }
  .subscribe_section h3 {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    margin: 0; }
  .subscribe_section p {
    font-size: 16px;
    font-weight: 400;
    color: #4c88ff;
    margin: 0;
    max-width: 450px; }
  .subscribe_section .form {
    margin: 0; }
    .subscribe_section .form .form-field {
      margin-bottom: 0; }
      .subscribe_section .form .form-field input {
        height: 58px;
        font-weight: 400;
        font-size: 16px; }
        .subscribe_section .form .form-field input.button {
          margin: 0 0 0 -2px;
          border-top-left-radius: 0;
          border-bottom-left-radius: 0;
          background: #3F7BC6;
          font-size: 18px;
          font-weight: 700;
          border: 0;
          text-transform: uppercase; }

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding: 0 15px;
  position: relative;
  width: 100%; }
  @media (min-width: 1025px) {
    .container {
      padding: 0 30px; } }
  @media (min-width: 1600px) {
    .container {
      padding: 0 75px; } }

.container-large {
  max-width: 1420px; }

.container-small {
  max-width: 1200px;
  padding: 0 15px; }

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

.page-type-page .page-heading {
  margin-top: 47px;
  margin-bottom: 47px; }

/* 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.5);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%); }

/* Scroll Bar */
.scrollbar {
  overflow-y: auto; }
  @media (min-width: 1025px) {
    .scrollbar {
      scrollbar-color: #323232 #f5f5f5;
      scrollbar-width: thin !important; }
      .scrollbar::-webkit-scrollbar {
        background-color: #f5f5f5;
        -webkit-appearance: none;
        width: 10px;
        height: 6px; }
      .scrollbar::-webkit-scrollbar-thumb {
        background-color: #323232; } }

.scrollbar-horizontal {
  overflow-x: auto;
  -webkit-overflow-scrolling: auto;
  scrollbar-color: #323232 #f5f5f5;
  scrollbar-width: thin !important; }
  .scrollbar-horizontal::-webkit-scrollbar {
    background-color: #f5f5f5;
    -webkit-appearance: none;
    height: 6px; }
  .scrollbar-horizontal::-webkit-scrollbar-thumb {
    background-color: #323232; }

/* Count Down */
.countDowntimer {
  display: inline-block; }
  .countDowntimer .clock-item {
    padding: 6px 3px 8px 3px;
    background: rgba(50, 50, 50, 0.9);
    border: 1px solid rgba(50, 50, 50, 0.9);
    display: inline-block;
    text-align: center;
    min-width: 41px; }
    .countDowntimer .clock-item span {
      display: block; }
    .countDowntimer .clock-item .num {
      font-size: 16px;
      font-weight: 400;
      letter-spacing: 0;
      margin-bottom: 2px;
      color: white;
      font-family: "Roboto", Arial, Helvetica, sans-serif; }
    .countDowntimer .clock-item .text {
      font-size: 10px;
      font-weight: 500;
      text-transform: uppercase;
      color: rgba(255, 255, 255, 0.4);
      font-family: "Roboto", sans-serif; }
  .countDowntimer.product-count-down .clock-item {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 5px; }
    .countDowntimer.product-count-down .clock-item + .clock-item {
      margin-left: 10px; }
    .countDowntimer.product-count-down .clock-item .num {
      line-height: 18px; }
    .countDowntimer.product-count-down .clock-item .text {
      line-height: 12px; }

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

.section-header {
  text-align: center; }
  .section-header h2 {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 0px; }
    @media (min-width: 551px) {
      .section-header h2 {
        font-size: 30px;
        line-height: 36px; } }
    @media (min-width: 1025px) {
      .section-header h2 {
        font-size: 40px;
        line-height: 50px; } }
  .section-header .sub-heading {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0px; }
    @media (min-width: 1025px) {
      .section-header .sub-heading {
        margin-bottom: 7px; } }
  .section-header .desc {
    margin-bottom: 16px; }
    @media (min-width: 1025px) {
      .section-header .desc {
        margin-bottom: 16px; } }
  .section-header .countDowntimer {
    margin-top: 4px;
    margin-bottom: 15px; }
    @media (min-width: 1025px) {
      .section-header .countDowntimer {
        margin-top: 14px;
        margin-bottom: 28px; } }
  .section-header .button {
    min-width: 162px;
    margin-top: 10px; }

/* Shipping Block */
.announcementBar {
  background: #172130; }
  .announcementBar .container {
    max-width: 520px; }
    @media (min-width: 1025px) {
      .announcementBar .container {
        max-width: 790px; } }
  .announcementBar .announcement-bar-list {
    padding: 10px 0px; }
    @media (min-width: 1025px) {
      .announcementBar .announcement-bar-list {
        padding: 16px 0px; } }
    .announcementBar .announcement-bar-list .announcement-bar-item {
      text-align: center;
      display: none; }
      .announcementBar .announcement-bar-list .announcement-bar-item:first-child {
        display: block; }
      @media (min-width: 551px) {
        .announcementBar .announcement-bar-list .announcement-bar-item {
          padding: 0px 25px; } }
      .announcementBar .announcement-bar-list .announcement-bar-item > a {
        font-size: 12px;
        font-weight: 600;
        font-family: "Rajdhani", sans-serif;
        text-transform: uppercase;
        color: #aecff1;
        max-width: 100%;
        display: inline-block;
        vertical-align: top;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden; }
        @media (min-width: 551px) {
          .announcementBar .announcement-bar-list .announcement-bar-item > a {
            font-size: 14px;
            letter-spacing: .02em; } }
    .announcementBar .announcement-bar-list.slick-slider .announcement-bar-item {
      display: block; }
  .announcementBar .slick-arrow {
    width: 14px;
    height: 14px; }
    .announcementBar .slick-arrow:before {
      width: 14px;
      height: 14px; }
    .announcementBar .slick-arrow.slick-prev {
      left: -3px; }
      .announcementBar .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='%23aecff1' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E");
        background-position: 3px 50%; }
    .announcementBar .slick-arrow.slick-next {
      right: -3px; }
      .announcementBar .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='%23aecff1' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E");
        background-position: -3px 50%; }
  .announcementBar.announcementBar-layout-2 .container {
    max-width: 520px; }
    @media (min-width: 1025px) {
      .announcementBar.announcementBar-layout-2 .container {
        max-width: 100%;
        padding: 0; } }
  .announcementBar.announcementBar-layout-2 .announcement-bar-list {
    padding: 10px 0 9px 0; }
    .announcementBar.announcementBar-layout-2 .announcement-bar-list .announcement-bar-item + .announcement-bar-item {
      position: relative; }
      @media (min-width: 1025px) {
        .announcementBar.announcementBar-layout-2 .announcement-bar-list .announcement-bar-item + .announcement-bar-item:before {
          content: "";
          position: absolute;
          left: 0;
          top: -1px;
          width: 1px;
          height: 100%;
          background: rgba(174, 207, 241, 0.3); } }

/* Homepage Carousel Products */
.homeProductCarousel {
  padding-bottom: 50px;
  display: block;
  width: 100%; }
  @media (min-width: 551px) {
    .homeProductCarousel {
      padding-bottom: 50px; } }
  @media (min-width: 1025px) {
    .homeProductCarousel {
      padding-bottom: 50px; } }
  .homepage-layout-1 .homeProductCarousel .view-all-wrap {
    display: none; }
  .homeProductCarousel.no-carousel .container, .homeProductCarousel.no-parallax .container {
    margin-top: 25px !important; }
    .homeProductCarousel.no-carousel .container .section-header, .homeProductCarousel.no-parallax .container .section-header {
      margin-bottom: 25px; }
      .homeProductCarousel.no-carousel .container .section-header .heading, .homeProductCarousel.no-carousel .container .section-header .sub-heading, .homeProductCarousel.no-parallax .container .section-header .heading, .homeProductCarousel.no-parallax .container .section-header .sub-heading {
        color: #324963; }
      .homeProductCarousel.no-carousel .container .section-header .desc, .homeProductCarousel.no-parallax .container .section-header .desc {
        color: #5a5a5a; }
      .homeProductCarousel.no-carousel .container .section-header .countDowntimer .clock-item, .homeProductCarousel.no-parallax .container .section-header .countDowntimer .clock-item {
        border: 1px solid #5a5a5a; }
        .homeProductCarousel.no-carousel .container .section-header .countDowntimer .clock-item .num, .homeProductCarousel.no-carousel .container .section-header .countDowntimer .clock-item .text, .homeProductCarousel.no-parallax .container .section-header .countDowntimer .clock-item .num, .homeProductCarousel.no-parallax .container .section-header .countDowntimer .clock-item .text {
          color: #5a5a5a; }
  .homeProductCarousel .container.has-parallax {
    position: relative;
    z-index: 2;
    margin-top: -17.16667rem; }
    .homeProductCarousel .container.has-parallax.no-header {
      margin-top: -5.41667rem; }
    .homeProductCarousel .container.has-parallax.has-countdown {
      margin-top: -22.08333rem; }
    @media (min-width: 380px) {
      .homeProductCarousel .container.has-parallax {
        margin-top: -16.41667rem; } }
    @media (min-width: 551px) {
      .homeProductCarousel .container.has-parallax {
        margin-top: -17.83333rem; }
        .homeProductCarousel .container.has-parallax.no-header {
          margin-top: -8.5rem; }
        .homeProductCarousel .container.has-parallax.has-countdown {
          margin-top: -27.08333rem; } }
    @media (min-width: 1025px) {
      .homeProductCarousel .container.has-parallax {
        margin-top: -33.16667rem; }
        .homeProductCarousel .container.has-parallax.no-header {
          margin-top: -10.83333rem; }
        .homeProductCarousel .container.has-parallax.has-countdown {
          margin-top: -45.83333rem; } }
    .homeProductCarousel .container.has-parallax .productsByCategoryId {
      position: relative; }
  .homeProductCarousel .section-header {
    margin-bottom: 25px; }
    @media (min-width: 551px) {
      .homeProductCarousel .section-header {
        margin-bottom: 42px; } }
    @media (min-width: 1025px) {
      .homeProductCarousel .section-header {
        margin-bottom: 40px; } }
    .homeProductCarousel .section-header .heading, .homeProductCarousel .section-header .sub-heading, .homeProductCarousel .section-header .desc, .homeProductCarousel .section-header .countDowntimer {
      color: white; }
    .homeProductCarousel .section-header .countDowntimer {
      display: block; }
      @media (min-width: 551px) {
        .homeProductCarousel .section-header .countDowntimer {
          display: inline-block; } }
      .homeProductCarousel .section-header .countDowntimer .clock-item {
        background: transparent;
        border: 1px solid rgba(255, 255, 255, 0.5);
        padding: 5px 5px 2px 5px;
        min-width: 25%; }
        @media (min-width: 551px) {
          .homeProductCarousel .section-header .countDowntimer .clock-item {
            min-width: 105px; } }
        @media (min-width: 1025px) {
          .homeProductCarousel .section-header .countDowntimer .clock-item {
            padding-top: 9px;
            padding-bottom: 8px; } }
        .homeProductCarousel .section-header .countDowntimer .clock-item + .clock-item {
          margin-left: -1px; }
        .homeProductCarousel .section-header .countDowntimer .clock-item .num {
          font-size: 20px;
          line-height: 20px;
          font-weight: 600;
          letter-spacing: .02em;
          color: white;
          margin-bottom: 0;
          font-family: "Roboto", sans-serif; }
          @media (min-width: 551px) {
            .homeProductCarousel .section-header .countDowntimer .clock-item .num {
              font-size: 30px;
              line-height: 30px; } }
        .homeProductCarousel .section-header .countDowntimer .clock-item .text {
          font-size: 14px;
          font-weight: 600;
          letter-spacing: .02em;
          color: white; }
    .homeProductCarousel .section-header .button {
      background: #4c88ff;
      color: white;
      border: 1px solid #1e1e1e; }
      .homeProductCarousel .section-header .button:hover, .homeProductCarousel .section-header .button:focus, .homeProductCarousel .section-header .button:active {
        background: #7ea8ff;
        color: #1e1e1e;
        border: 1px solid #1e1e1e; }
  .homeProductCarousel .page-header {
    display: none; }
  .homeProductCarousel .hero-image-parallax.has-parallax {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: scroll;
    overflow: hidden;
    position: relative;
    height: 280px; }
    @media (min-width: 551px) {
      .homeProductCarousel .hero-image-parallax.has-parallax {
        height: 360px; } }
    @media (min-width: 992px) {
      .homeProductCarousel .hero-image-parallax.has-parallax {
        height: 480px; } }
    @media (min-width: 1025px) {
      .homeProductCarousel .hero-image-parallax.has-parallax {
        height: 720px; } }
    @media (min-width: 1281px) {
      .homeProductCarousel .hero-image-parallax.has-parallax {
        background-attachment: fixed; } }
    @media (min-width: 1920px) {
      .homeProductCarousel .hero-image-parallax.has-parallax {
        height: 900px; } }
  .homeProductCarousel .newText {
    display: none; }
  @media (max-width: 1024px) {
    .homeProductCarousel .productCarousel {
      overflow-x: auto;
      overflow-y: hidden;
      white-space: nowrap;
      padding-bottom: 10px;
      margin: 0 -15px;
      padding-left: 15px;
      position: relative;
      z-index: 1; } }
  @media (max-width: 1024px) {
    .homeProductCarousel .productCarousel .productCarousel-slide {
      width: 250px;
      padding: 0;
      margin-right: 15px; } }
  @media (max-width: 767px) {
    .homeProductCarousel .productCarousel .productCarousel-slide {
      width: 200px; } }

.productCarousel-slide h4.card-title {
  text-transform: none; }

/* Recent Blog */
#themevale_blogs {
  margin-top: 40px; }
  #themevale_blogs .themevale_column {
    padding-bottom: 0;
    white-space: nowrap;
    overflow-x: auto;
    font-size: 0;
    margin: 0;
    position: relative;
    z-index: 1; }
    @media (min-width: 551px) {
      #themevale_blogs .themevale_column {
        margin: 0 -8px; } }
    @media (min-width: 1025px) {
      #themevale_blogs .themevale_column {
        margin: 0 -15px; } }
    #themevale_blogs .themevale_column > .item {
      margin-bottom: 30px;
      display: inline-block;
      font-size: 12px;
      vertical-align: top; }
      @media (min-width: 551px) {
        #themevale_blogs .themevale_column > .item {
          padding: 0 8px;
          width: 50%; } }
      @media (min-width: 1025px) {
        #themevale_blogs .themevale_column > .item {
          padding: 0 15px; } }
      #themevale_blogs .themevale_column > .item .recent-post {
        margin-bottom: 0; }
      @media (max-width: 550px) {
        #themevale_blogs .themevale_column > .item {
          margin-right: 15px; }
          #themevale_blogs .themevale_column > .item .recent-post {
            width: 300px; } }
  #themevale_blogs .blog-post-figure {
    width: 100%; }
    #themevale_blogs .blog-post-figure .blog-thumbnail {
      margin-bottom: 30px; }
      #themevale_blogs .blog-post-figure .blog-thumbnail:hover .animate-hvr:after {
        height: 100%; }
  #themevale_blogs .blog-post-body {
    width: 100%;
    white-space: normal;
    margin-top: 0; }
    @media (min-width: 1025px) {
      #themevale_blogs .blog-post-body {
        padding-left: 30px;
        padding-right: 30px; } }
    @media (min-width: 1600px) {
      #themevale_blogs .blog-post-body {
        padding-left: 75px;
        padding-right: 75px; } }
    #themevale_blogs .blog-post-body .blog-title {
      font-size: 18px;
      line-height: 22px;
      margin-bottom: 12px; }
      #themevale_blogs .blog-post-body .blog-title > a {
        color: #232323; }
    #themevale_blogs .blog-post-body .blog-date {
      color: #999999; }
    #themevale_blogs .blog-post-body .blog-post {
      text-align: center; }
      #themevale_blogs .blog-post-body .blog-post .button {
        min-width: 162px;
        margin-top: 30px; }

/* Instagram */
.themevale_instagram {
  margin-top: 107px;
  font-size: 0; }
  .themevale_instagram .page-heading {
    margin-bottom: 10px; }
  .themevale_instagram .page-description {
    color: #5a5a5a;
    font-size: 12px;
    margin-bottom: 65px; }
  .themevale_instagram #instafeed {
    font-size: 0;
    width: 100%;
    display: inline-block; }
    .themevale_instagram #instafeed .instagram-link {
      width: 50%;
      float: left;
      position: relative; }
      @media (min-width: 551px) {
        .themevale_instagram #instafeed .instagram-link {
          width: 33.33%; } }
      @media (min-width: 1025px) {
        .themevale_instagram #instafeed .instagram-link {
          width: 20%; }
          .themevale_instagram #instafeed .instagram-link:first-child {
            width: 40%; }
          .themevale_instagram #instafeed .instagram-link:hover:after {
            height: 100%; } }
  .themevale_instagram .infinite-scrolling-instagram {
    margin-top: 35px;
    margin-bottom: 35px; }
    .themevale_instagram .infinite-scrolling-instagram .intagram-btn {
      font-size: 0;
      width: 26px;
      height: 26px;
      position: relative;
      display: inline-block; }
      @media (min-width: 551px) {
        .themevale_instagram .infinite-scrolling-instagram .intagram-btn {
          width: 40px;
          height: 40px; } }
      .themevale_instagram .infinite-scrolling-instagram .intagram-btn: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) {
          .themevale_instagram .infinite-scrolling-instagram .intagram-btn:before {
            height: 4px; } }
      .themevale_instagram .infinite-scrolling-instagram .intagram-btn: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) {
          .themevale_instagram .infinite-scrolling-instagram .intagram-btn:after {
            width: 4px; } }
      .themevale_instagram .infinite-scrolling-instagram .intagram-btn.no-more {
        cursor: default; }
        .themevale_instagram .infinite-scrolling-instagram .intagram-btn.no-more:after, .themevale_instagram .infinite-scrolling-instagram .intagram-btn.no-more:before {
          opacity: .5; }

/* Instagram - Snappt App */
.js-snpt-load-more {
  background: none !important;
  margin-top: 15px !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; } }

/* Payment Custom Block */
.payment-custom-block {
  text-align: center;
  background: white;
  border-top: 1px solid #ebebeb;
  padding: 28px 0px 25px 0px;
  margin-top: 35px; }
  .payment-custom-block.footer-layout-2 {
    border-bottom: 1px solid #ebebeb; }
  .payment-custom-block h5 {
    color: black;
    margin-bottom: 0;
    font-weight: 600; }
    .payment-custom-block h5 a {
      color: black;
      font-weight: 700;
      white-space: nowrap;
      display: block;
      margin-top: 10px; }
      .payment-custom-block h5 a > span {
        background-image: linear-gradient(transparent 96%, rgba(0, 0, 0, 0.7) 4%);
        background-repeat: repeat-x;
        background-position-y: -1px; }
      @media (min-width: 551px) {
        .payment-custom-block h5 a {
          display: inline-block;
          margin-top: 0; } }
    .payment-custom-block h5 img {
      margin: -9px 7px 0 7px;
      display: inline-block; }

/*========== Homepage Layout 2 ===========*/
@media (min-width: 1440px) {
  .homepage-layout-2 #topSellerProduct.column-5 .productCarousel-slide,
  .homepage-layout-2 #newProduct.column-5 .productCarousel-slide,
  .homepage-layout-2 #feauturedProduct.column-5 .productCarousel-slide {
    width: 20%; } }

@media (min-width: 1440px) {
  .homepage-layout-2 #topSellerProduct.column-4 .productCarousel-slide,
  .homepage-layout-2 #newProduct.column-4 .productCarousel-slide,
  .homepage-layout-2 #feauturedProduct.column-4 .productCarousel-slide {
    width: 25%; } }

@media (min-width: 768px) {
  .homepage-layout-2 #topSellerProduct.column-3 .productCarousel-slide,
  .homepage-layout-2 #newProduct.column-3 .productCarousel-slide,
  .homepage-layout-2 #feauturedProduct.column-3 .productCarousel-slide {
    width: 33.3333%; } }

.homepage-layout-2 #topSellerProduct .slick-prev,
.homepage-layout-2 #newProduct .slick-prev,
.homepage-layout-2 #feauturedProduct .slick-prev {
  left: -30px; }
  @media (min-width: 1600px) {
    .homepage-layout-2 #topSellerProduct .slick-prev,
    .homepage-layout-2 #newProduct .slick-prev,
    .homepage-layout-2 #feauturedProduct .slick-prev {
      left: -55px; } }

.homepage-layout-2 #topSellerProduct .slick-next,
.homepage-layout-2 #newProduct .slick-next,
.homepage-layout-2 #feauturedProduct .slick-next {
  right: -30px; }
  @media (min-width: 1600px) {
    .homepage-layout-2 #topSellerProduct .slick-next,
    .homepage-layout-2 #newProduct .slick-next,
    .homepage-layout-2 #feauturedProduct .slick-next {
      right: -55px; } }

#topSellerProduct, #newProduct, #feauturedProduct {
  font-size: 0; }
  #topSellerProduct .page-header, #newProduct .page-header, #feauturedProduct .page-header {
    margin-bottom: 47px; }
    #topSellerProduct .page-header .page-heading, #newProduct .page-header .page-heading, #feauturedProduct .page-header .page-heading {
      margin-bottom: 10px; }
  #topSellerProduct .view-all-wrap, #newProduct .view-all-wrap, #feauturedProduct .view-all-wrap {
    text-align: center; }
  #topSellerProduct .view-all, #newProduct .view-all, #feauturedProduct .view-all {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .02em;
    color: #324963;
    border-bottom: 1px solid #324963;
    padding: 0 5px;
    line-height: 15px; }

#topSellerProduct .slick-slider {
  margin-bottom: 0; }

#newProduct .productCarousel {
  margin-left: -7.5px;
  margin-right: -7.5px; }
  @media (min-width: 1025px) {
    #newProduct .productCarousel {
      margin-left: -15px;
      margin-right: -15px; } }

.homepage-layout-2 .product-block-1,
.homepage-layout-2 .product-block-2 {
  margin-top: 3px; }

.homepage-layout-2 #newProduct .productCarousel-slide .card {
  margin-bottom: 50px; }
  @media (min-width: 1025px) {
    .homepage-layout-2 #newProduct .productCarousel-slide .card {
      margin-bottom: 70px; } }

.homepage-layout-2 #newProduct + div + div .themevale_homepage_banner_two_images {
  padding-top: 30px; }

.homepage-layout-2 #feauturedProduct + div + div .themevale_homepage_banner_two_images {
  padding-top: 40px; }

.homepage-layout-2 .themevale_instagram {
  margin-top: 45px;
  padding-top: 42px;
  border-top: 1px solid #e6e6e6;
  float: left; }
  @media (min-width: 1025px) {
    .homepage-layout-2 .themevale_instagram {
      margin-top: 55px;
      padding-top: 62px; } }
  .homepage-layout-2 .themevale_instagram #instafeed {
    margin-bottom: 0; }
  .homepage-layout-2 .themevale_instagram .page-heading {
    margin-bottom: 22px; }
  .homepage-layout-2 .themevale_instagram .page-description {
    margin-bottom: 40px; }

.banner-list {
  font-size: 0; }
  .banner-list .banner-item {
    position: relative;
    display: inline-block; }
    .banner-list .banner-item .img .card-img-container > a:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 4; }
    .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: center;
      -webkit-justify-content: center;
      justify-content: center;
      -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; }
      .banner-list .banner-item .content .content-inner {
        text-align: center;
        margin: 0 auto; }
        .banner-list .banner-item .content .content-inner .title, .banner-list .banner-item .content .content-inner .sub-title {
          color: white;
          position: relative;
          z-index: 3; }
          .banner-list .banner-item .content .content-inner .title > a, .banner-list .banner-item .content .content-inner .sub-title > a {
            color: white; }
        .banner-list .banner-item .content .content-inner .title {
          font-size: 22px; }
          @media (min-width: 551px) {
            .banner-list .banner-item .content .content-inner .title {
              font-size: 26px; } }
          @media (min-width: 1025px) {
            .banner-list .banner-item .content .content-inner .title {
              font-size: 40px; } }
        .banner-list .banner-item .content .content-inner .sub-title {
          font-weight: 600;
          font-size: 18px;
          margin-bottom: 32px; }
          @media (min-width: 1025px) {
            .banner-list .banner-item .content .content-inner .sub-title {
              font-size: 20px; } }
        .banner-list .banner-item .content .content-inner .button {
          min-width: 162px;
          position: relative;
          z-index: 3; }
        .banner-list .banner-item .content .content-inner > .link {
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          z-index: 2;
          position: absolute;
          font-size: 0; }
    .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; }
      .banner-list .banner-item .content-wrapper h3 {
        font-size: 22px;
        line-height: 28px;
        color: #324963; }
        @media (min-width: 1025px) {
          .banner-list .banner-item .content-wrapper h3 {
            font-size: 30px;
            line-height: 36px; } }
      .banner-list .banner-item .content-wrapper .link {
        display: inline-block;
        font-family: "Roboto", sans-serif;
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: .02em;
        color: #324963;
        border-bottom: 1px solid #324963;
        padding: 0 5px;
        line-height: 15px; }
    .banner-list .banner-item:hover .animate-hvr:after {
      height: 100%; }
  @media (max-width: 550px) {
    .banner-list.two-column {
      overflow-x: auto;
      overflow-y: hidden;
      white-space: nowrap;
      position: relative;
      z-index: 1; } }
  .banner-list.two-column .banner-item {
    width: 300px; }
    @media (min-width: 551px) {
      .banner-list.two-column .banner-item {
        width: 50%; } }
  .banner-list.three-column {
    margin-left: -7.5px;
    margin-right: -7.5px; }
    @media (min-width: 1025px) {
      .banner-list.three-column {
        margin-left: -15px;
        margin-right: -15px; } }
    @media (max-width: 991px) {
      .banner-list.three-column {
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        padding-bottom: 20px;
        position: relative;
        z-index: 1; } }
    .banner-list.three-column .banner-item {
      width: 300px;
      padding: 0 7.5px; }
      @media (min-width: 992px) {
        .banner-list.three-column .banner-item {
          width: 33.33%; } }
      @media (min-width: 1025px) {
        .banner-list.three-column .banner-item {
          padding: 0 15px; } }

/* Homepage Layout 2 Banner */
.themevale_homepage_banner_two_images .card-img-container:after {
  padding-bottom: 93.75%; }

.themevale_homepage_banner_three_images .card-img-container:after {
  padding-bottom: 100%; }

.themevale_homepage_banner_lookbook {
  position: relative; }
  .themevale_homepage_banner_lookbook .banner-item {
    position: relative;
    width: 100%; }
    .themevale_homepage_banner_lookbook .banner-item .image-wrapper {
      text-align: center;
      width: 100%; }
      @media (max-width: 767px) {
        .themevale_homepage_banner_lookbook .banner-item .image-wrapper {
          position: relative; } }
      @media (max-width: 550px) {
        .themevale_homepage_banner_lookbook .banner-item .image-wrapper img {
          height: 300px;
          object-fit: cover; } }
      .themevale_homepage_banner_lookbook .banner-item .image-wrapper .lookbook-item .position-point {
        background: #e13f3f; }
        .themevale_homepage_banner_lookbook .banner-item .image-wrapper .lookbook-item .position-point:before {
          background-color: rgba(225, 63, 63, 0.3); }
    .themevale_homepage_banner_lookbook .banner-item .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;
      -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      position: relative;
      z-index: 1;
      padding: 1.66667rem 1.25rem 1.66667rem 1.25rem; }
      @media (min-width: 768px) {
        .themevale_homepage_banner_lookbook .banner-item .content {
          position: absolute;
          bottom: 0;
          padding: 8.33333rem 1.25rem 6.25rem 1.25rem; } }
      @media (min-width: 1025px) {
        .themevale_homepage_banner_lookbook .banner-item .content {
          padding: 12.5rem 2.5rem 12.5rem 2.5rem; } }
      @media (min-width: 1600px) {
        .themevale_homepage_banner_lookbook .banner-item .content {
          padding: 12.5rem 6.25rem 12.5rem 6.25rem; } }
      @media (max-width: 767px) {
        .themevale_homepage_banner_lookbook .banner-item .content .content-inner {
          width: 100%;
          text-align: center; } }
      .themevale_homepage_banner_lookbook .banner-item .content .title {
        font-size: 22px; }
        @media (min-width: 551px) {
          .themevale_homepage_banner_lookbook .banner-item .content .title {
            font-size: 30px; } }
        @media (min-width: 1025px) {
          .themevale_homepage_banner_lookbook .banner-item .content .title {
            font-size: 40px; } }
        .themevale_homepage_banner_lookbook .banner-item .content .title > a {
          color: #324963; }
          @media (min-width: 768px) {
            .themevale_homepage_banner_lookbook .banner-item .content .title > a {
              color: white; } }
      .themevale_homepage_banner_lookbook .banner-item .content .desc {
        color: #5a5a5a;
        font-family: "Roboto", sans-serif;
        font-weight: 600;
        font-size: 14px;
        text-transform: uppercase;
        margin-bottom: 30px; }
        @media (min-width: 768px) {
          .themevale_homepage_banner_lookbook .banner-item .content .desc {
            color: white; } }
      @media (max-width: 767px) {
        .themevale_homepage_banner_lookbook .banner-item .content .button--banner {
          background: #4c88ff;
          color: white;
          border-color: #1e1e1e;
          min-width: 162px; }
          .themevale_homepage_banner_lookbook .banner-item .content .button--banner:hover, .themevale_homepage_banner_lookbook .banner-item .content .button--banner:focus, .themevale_homepage_banner_lookbook .banner-item .content .button--banner:active {
            background: black;
            color: white;
            border-color: black; } }

.themevale_homepage_banner_custom_block {
  margin-top: 3px; }
  .themevale_homepage_banner_custom_block .page-heading {
    margin-bottom: 22px; }
  .themevale_homepage_banner_custom_block .desc {
    max-width: 1170px;
    margin: 0 auto;
    text-align: center; }
  .themevale_homepage_banner_custom_block .custom-block {
    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: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    padding-bottom: 25px;
    position: relative;
    z-index: 1; }
    @media (min-width: 1025px) {
      .themevale_homepage_banner_custom_block .custom-block {
        scrollbar-color: #323232 #f5f5f5;
        scrollbar-width: thin !important; }
        .themevale_homepage_banner_custom_block .custom-block::-webkit-scrollbar {
          width: 10px;
          height: 10px;
          background-color: #f5f5f5; }
        .themevale_homepage_banner_custom_block .custom-block::-webkit-scrollbar-thumb {
          background-color: #323232; } }
    .themevale_homepage_banner_custom_block .custom-block .custom-block-item {
      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;
      width: 400px;
      margin-right: 30px; }
      .themevale_homepage_banner_custom_block .custom-block .custom-block-item:last-child {
        margin-right: 0; }
      .themevale_homepage_banner_custom_block .custom-block .custom-block-item .custom-block-icon {
        width: 48px;
        height: 48px;
        display: inline-block;
        font-size: 0;
        background-size: 48px 48px; }
        .themevale_homepage_banner_custom_block .custom-block .custom-block-item .custom-block-icon.icon-plane {
          background: url("../img/icon-plane.svg") no-repeat center;
          -moz-transform: rotate(-60deg);
          -ms-transform: rotate(-60deg);
          -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg); }
          .themevale_homepage_banner_custom_block .custom-block .custom-block-item .custom-block-icon.icon-plane + .custom-block-text {
            margin-left: 20px; }
        .themevale_homepage_banner_custom_block .custom-block .custom-block-item .custom-block-icon.icon-return {
          background: url("../img/icon-return.svg") no-repeat center;
          background-size: 46px 48px;
          -moz-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }
        .themevale_homepage_banner_custom_block .custom-block .custom-block-item .custom-block-icon.icon-certificate {
          background: url("../img/icon-certificate.svg") no-repeat center; }
          .themevale_homepage_banner_custom_block .custom-block .custom-block-item .custom-block-icon.icon-certificate + .custom-block-text {
            margin-left: 30px; }
        .themevale_homepage_banner_custom_block .custom-block .custom-block-item .custom-block-icon.icon-shield {
          background: url("../img/icon-shield.svg") no-repeat center; }
      .themevale_homepage_banner_custom_block .custom-block .custom-block-item .custom-block-text {
        display: inline-block;
        margin-left: 24px; }
        .themevale_homepage_banner_custom_block .custom-block .custom-block-item .custom-block-text h3 {
          margin-bottom: 4px; }
        .themevale_homepage_banner_custom_block .custom-block .custom-block-item .custom-block-text span {
          font-size: 12px; }

/* Category Page */
.no_products {
  text-align: center; }

.themevale-category-header {
  margin-top: 25px;
  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; }
  @media (min-width: 551px) {
    .themevale-category-header {
      margin-top: 43px;
      margin-bottom: 27px; } }
  @media (min-width: 1025px) {
    .themevale-category-header {
      margin-top: 47px;
      -ms-flex-pack: flex-end;
      -webkit-justify-content: flex-end;
      justify-content: flex-end; } }
  @media (max-width: 550px) {
    .themevale-category-header.no-sidebar .actionBar {
      padding-left: 0; } }
  .themevale-category-header .category-description {
    text-align: center;
    width: 100%;
    font-family: 'Arimo', sans-serif; }
    .themevale-category-header .category-description h1.page-heading {
      margin-bottom: 0px;
      text-transform: none; }
    @media (min-width: 551px) {
      .themevale-category-header .category-description {
        margin-bottom: 0px; } }
    @media (min-width: 1025px) {
      .themevale-category-header .category-description {
        width: 35%;
        text-align: left;
        padding-right: 20px; } }
    @media (min-width: 1200px) {
      .themevale-category-header .category-description {
        width: 42%; } }
    @media (min-width: 1440px) {
      .themevale-category-header .category-description {
        width: 50%;
        max-width: 750px; } }
    .themevale-category-header .category-description .page-heading {
      margin-bottom: 17px; }
      @media (min-width: 551px) {
        .themevale-category-header .category-description .page-heading {
          margin-bottom: 22px; } }
      @media (min-width: 1025px) {
        .themevale-category-header .category-description .page-heading {
          text-align: left; } }
    .themevale-category-header .category-description p {
      line-height: 22px; }
    .themevale-category-header .category-description p:last-child {
      margin-bottom: 0; }
    .themevale-category-header .category-description.no-heading {
      margin-bottom: 0; }

.page-type-category .themevale-category-header {
  margin-top: 37px;
  margin-bottom: 10px;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  @media (min-width: 1025px) {
    .page-type-category .themevale-category-header {
      margin-bottom: 7px; } }
  @media (max-width: 1024px) {
    .page-type-category .themevale-category-header .category-filter {
      margin-top: 22px; } }

.page-type-category #product-listing-container {
  margin-top: 30px;
  margin-bottom: 42px; }

.page-type-category .breadcrumbs {
  margin-top: 1.66667rem; }

.category-filter {
  width: 100%;
  color: #324963;
  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; }
  @media (min-width: 1025px) {
    .category-filter {
      width: 65%;
      -ms-flex-pack: flex-end;
      -webkit-justify-content: flex-end;
      justify-content: flex-end; } }
  @media (min-width: 1200px) {
    .category-filter {
      width: 58%; } }
  @media (min-width: 1440px) {
    .category-filter {
      width: 50%;
      padding-left: 20px; } }
  @media (max-width: 550px) {
    .category-filter {
      padding: 10px 0px;
      margin-top: 12px !important; }
      .category-filter.show_sticky {
        background: white;
        position: fixed;
        top: 50px;
        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); } }
  .category-filter .sidebar-label {
    cursor: pointer;
    margin-right: 15px; }
    @media (min-width: 768px) {
      .category-filter .sidebar-label {
        margin-right: 25px; }
        .category-filter .sidebar-label + .view-as-btn {
          padding-left: 25px; } }
    @media (min-width: 1025px) {
      .category-filter .sidebar-label.sidebar-show {
        display: none; } }
    @media (max-width: 550px) {
      .category-filter .sidebar-label {
        margin-right: 0; } }
    .category-filter .sidebar-label .sidebar_more {
      font-family: "Roboto", sans-serif;
      font-weight: 600;
      font-size: 14px;
      letter-spacing: .02em;
      text-transform: uppercase;
      padding-bottom: 5px;
      margin-top: 3px; }
      @media (min-width: 551px) {
        .category-filter .sidebar-label .sidebar_more {
          background-image: linear-gradient(transparent 97%, rgba(50, 73, 99, 0.5) 3%);
          background-repeat: repeat-x;
          background-position-y: 0px; } }
      .category-filter .sidebar-label .sidebar_more.desktop {
        display: none; }
        @media (min-width: 551px) {
          .category-filter .sidebar-label .sidebar_more.desktop {
            display: inline-block; } }
      .category-filter .sidebar-label .sidebar_more.mobile {
        padding-bottom: 5px; }
        @media (min-width: 551px) {
          .category-filter .sidebar-label .sidebar_more.mobile {
            display: none; } }
    .category-filter .sidebar-label svg {
      width: 20px;
      height: 20px;
      fill: #324963;
      margin-right: 8px;
      margin-top: -1px; }
      @media (max-width: 550px) {
        .category-filter .sidebar-label svg {
          margin-right: 4px; } }
  .category-filter .view-as-btn {
    padding-left: 15px;
    padding-right: 15px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
    @media (min-width: 768px) {
      .category-filter .view-as-btn {
        padding-left: 0;
        padding-right: 25px; } }
    @media (max-width: 550px) {
      .category-filter .view-as-btn {
        order: 3;
        padding-right: 0; }
        .category-filter .view-as-btn .form-label {
          display: none; }
        .category-filter .view-as-btn .btn-group .btn-select {
          display: none; }
        .category-filter .view-as-btn .btn-group .btn-dropdown {
          display: block; }
          .category-filter .view-as-btn .btn-group .btn-dropdown .btn-view {
            display: inline-block;
            width: auto;
            margin-top: 5px; }
            .category-filter .view-as-btn .btn-group .btn-dropdown .btn-view .text {
              display: none; }
            .category-filter .view-as-btn .btn-group .btn-dropdown .btn-view:hover {
              background: none; } }
    .category-filter .view-as-btn label {
      margin-bottom: 0;
      margin-right: 15px;
      display: inline-block; }
    .category-filter .view-as-btn .btn-group {
      display: inline-block;
      position: relative; }
      @media (min-width: 551px) {
        .category-filter .view-as-btn .btn-group {
          min-width: 90px; } }
      @media (min-width: 768px) {
        .category-filter .view-as-btn .btn-group {
          min-width: 110px; } }
      .category-filter .view-as-btn .btn-group .btn-view {
        width: 100%;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        cursor: pointer; }
        .category-filter .view-as-btn .btn-group .btn-view .icon-view {
          display: inline-block;
          width: 14px;
          padding-left: 5px;
          margin-right: 10px;
          margin-top: -2px; }
          @media (max-width: 550px) {
            .category-filter .view-as-btn .btn-group .btn-view .icon-view {
              width: 18px;
              margin-right: 3px; } }
          .category-filter .view-as-btn .btn-group .btn-view .icon-view .icon-bar {
            width: 4px;
            height: 4px;
            background: #cfcfcf;
            margin: 2px 0 0;
            transition: all .15s ease; }
            @media (min-width: 551px) {
              .category-filter .view-as-btn .btn-group .btn-view .icon-view .icon-bar {
                margin: 1px 0 0; } }
        .category-filter .view-as-btn .btn-group .btn-view .text {
          display: inline-block;
          font-family: "Roboto", sans-serif;
          font-size: 14px;
          font-weight: 600;
          letter-spacing: .02em;
          text-transform: uppercase;
          color: #5a5a5a; }
        .category-filter .view-as-btn .btn-group .btn-view.current-view .icon-view .icon-bar {
          background: #324963; }
          .category-filter .view-as-btn .btn-group .btn-view.current-view .icon-view .icon-bar:before, .category-filter .view-as-btn .btn-group .btn-view.current-view .icon-view .icon-bar:after {
            background: #324963; }
      .category-filter .view-as-btn .btn-group .grid-view .icon-bar {
        position: relative; }
        .category-filter .view-as-btn .btn-group .grid-view .icon-bar:before, .category-filter .view-as-btn .btn-group .grid-view .icon-bar:after {
          position: absolute;
          display: block;
          width: 4px;
          height: 4px;
          content: '';
          transition: all .15s ease;
          background: #cfcfcf; }
        .category-filter .view-as-btn .btn-group .grid-view .icon-bar:before {
          left: -6px; }
          @media (min-width: 551px) {
            .category-filter .view-as-btn .btn-group .grid-view .icon-bar:before {
              left: -5px; } }
        .category-filter .view-as-btn .btn-group .grid-view .icon-bar:after {
          right: -6px; }
          @media (min-width: 551px) {
            .category-filter .view-as-btn .btn-group .grid-view .icon-bar:after {
              right: -5px; } }
      .category-filter .view-as-btn .btn-group .list-view .icon-view {
        padding-left: 0; }
        @media (max-width: 550px) {
          .category-filter .view-as-btn .btn-group .list-view .icon-view {
            margin-right: 0; } }
        .category-filter .view-as-btn .btn-group .list-view .icon-view .icon-bar {
          width: 14px;
          margin: 1px 0 0;
          height: 4px; }
          @media (max-width: 550px) {
            .category-filter .view-as-btn .btn-group .list-view .icon-view .icon-bar {
              width: 18px;
              margin: 2px 0 0;
              height: 4px; } }
      .category-filter .view-as-btn .btn-group .btn-select {
        position: relative;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z' fill='rgba(117, 117, 117, 0.999)' /%3E%3C/svg%3E");
        background-position: right -3px center;
        background-repeat: no-repeat;
        background-size: 1.5rem;
        cursor: pointer; }
        .category-filter .view-as-btn .btn-group .btn-select .btn-view {
          display: none;
          position: relative; }
          .category-filter .view-as-btn .btn-group .btn-select .btn-view:before {
            content: "";
            position: absolute;
            bottom: -4px;
            left: 0;
            right: 0;
            width: 100%;
            height: 1px;
            background: rgba(50, 73, 99, 0.5); }
          .category-filter .view-as-btn .btn-group .btn-select .btn-view.current-view {
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center; }
      @media (min-width: 551px) {
        .category-filter .view-as-btn .btn-group .btn-dropdown {
          display: none;
          position: absolute;
          top: calc(100% + 2px);
          left: 0;
          right: 0;
          z-index: 5;
          background: #fff;
          border: 1px solid #999999; } }
      .category-filter .view-as-btn .btn-group .btn-dropdown.is-open {
        display: block; }
      .category-filter .view-as-btn .btn-group .btn-dropdown > a {
        padding: 0; }
        @media (min-width: 551px) {
          .category-filter .view-as-btn .btn-group .btn-dropdown > a {
            padding: 10px 10px; } }
        .category-filter .view-as-btn .btn-group .btn-dropdown > a:hover {
          background: #f3f3f3; }
  .category-filter .actionBar {
    padding-left: 10px;
    margin: 0; }
    @media (min-width: 321px) {
      .category-filter .actionBar {
        padding-left: 15px; } }
    @media (min-width: 768px) {
      .category-filter .actionBar {
        padding-left: 25px; } }
    @media (max-width: 550px) {
      .category-filter .actionBar {
        order: 2; }
        .category-filter .actionBar .form-label {
          display: none; }
        .category-filter .actionBar .form-select {
          max-width: 100%;
          color: #324963;
          min-width: 0 !important;
          padding-right: 15px !important; } }
    .category-filter .actionBar .form-fieldset {
      border: none; }
    .category-filter .actionBar .form-field {
      margin-bottom: 0;
      border: none;
      font-size: 0; }
      .category-filter .actionBar .form-field .form-select {
        position: relative;
        height: 28px;
        line-height: 28px;
        padding: 0;
        text-transform: uppercase;
        font-family: "Roboto", sans-serif;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: .02em;
        min-width: 90px;
        background-position: right -3px center;
        padding-right: 5px; }
        @media (min-width: 551px) {
          .category-filter .actionBar .form-field .form-select {
            border-bottom: 1px solid rgba(50, 73, 99, 0.5); } }
        @media (min-width: 768px) {
          .category-filter .actionBar .form-field .form-select {
            min-width: 150px; } }

.page-type-search .themevale-category-header, .page-type-brand .themevale-category-header {
  margin-top: 0; }

@media (max-width: 550px) {
  .page-type-blog .category-filter {
    margin-top: 0 !important;
    padding-top: 0; } }

/* 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: "Roboto", 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 .pagination-info {
      display: inline-block;
      width: 100%;
      font-size: 14px;
      color: #787878;
      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; }
    @media (min-width: 551px) {
      .pagination-wrapper .pagination {
        width: 66.66%;
        text-align: right; } }
    .pagination-wrapper .pagination .pagination-list {
      display: inline-block;
      width: 100%;
      text-align: right;
      margin-top: 22px; }
      @media (min-width: 551px) {
        .pagination-wrapper .pagination .pagination-list {
          text-align: right;
          margin-top: 0; } }
      @media (min-width: 1025px) {
        .pagination-wrapper .pagination .pagination-list {
          text-align: right; } }
  .pagination-wrapper .u-hiddenVisually {
    display: none; }
  .pagination-wrapper .showmore-category {
    width: 100%; }
    @media (min-width: 1025px) {
      .pagination-wrapper .showmore-category {
        width: 75%; } }
    .pagination-wrapper .showmore-category .showmore-category-inner {
      width: 100%;
      float: right;
      text-align: center; }
      @media (min-width: 1025px) {
        .pagination-wrapper .showmore-category .showmore-category-inner {
          width: 66.66%; } }
      .pagination-wrapper .showmore-category .showmore-category-inner #button-showmore-category {
        min-width: 230px; }
        .pagination-wrapper .showmore-category .showmore-category-inner #button-showmore-category .text-hidden {
          display: none; }
        .pagination-wrapper .showmore-category .showmore-category-inner #button-showmore-category.disable {
          background: #999999;
          border-color: #999999;
          color: white; }
          .pagination-wrapper .showmore-category .showmore-category-inner #button-showmore-category.disable .text {
            display: none; }
          .pagination-wrapper .showmore-category .showmore-category-inner #button-showmore-category.disable .text-hidden {
            display: block; }
      .pagination-wrapper .showmore-category .showmore-category-inner .button--showmore {
        line-height: 16px;
        padding-top: 0px;
        padding-bottom: 0px;
        height: 40px;
        line-height: 40px; }
        .pagination-wrapper .showmore-category .showmore-category-inner .button--showmore .icon {
          display: none; }
        .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 .compare-link {
    width: 25%;
    display: none;
    font-size: 12px;
    text-align: right; }
    @media (min-width: 1025px) {
      .pagination-wrapper .compare-link {
        display: inline-block; }
        .pagination-wrapper .compare-link a {
          min-width: 230px; } }
    .pagination-wrapper .compare-link .countPill {
      position: relative;
      top: auto;
      right: auto;
      background: none;
      width: auto;
      height: auto;
      line-height: 14px;
      font-family: "Roboto", sans-serif;
      font-size: 14px;
      font-weight: 600; }

#topSellers {
  margin-top: 110px; }
  #topSellers .page-heading {
    margin-bottom: 40px; }
  .page-type-category #topSellers .view-all-wrap {
    display: none; }

.themevale_category_custom_block {
  max-width: 1570px;
  margin: 0 auto;
  clear: both; }
  .themevale_category_custom_block .page-heading {
    margin-bottom: 13px; }
  .themevale_category_custom_block .desc {
    text-align: center;
    margin-bottom: 25px; }
  .themevale_category_custom_block .banner-list {
    margin-top: 20px;
    display: inline-block;
    width: 100%; }
    .themevale_category_custom_block .banner-list .banner-item {
      background: #f7f7f7;
      -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;
      display: none; }
      .themevale_category_custom_block .banner-list .banner-item:first-child, .themevale_category_custom_block .banner-list .banner-item.slick-slide {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex; }
      .themevale_category_custom_block .banner-list .banner-item .img, .themevale_category_custom_block .banner-list .banner-item .content {
        display: inline-block; }
      .themevale_category_custom_block .banner-list .banner-item .img {
        width: 100%; }
        @media (min-width: 551px) {
          .themevale_category_custom_block .banner-list .banner-item .img {
            width: 50%; } }
        @media (min-width: 551px) and (max-width: 1024px) {
          .themevale_category_custom_block .banner-list .banner-item .img {
            position: absolute;
            left: 0;
            top: 0;
            height: 100%; } }
        .themevale_category_custom_block .banner-list .banner-item .img a {
          height: 100%;
          position: relative; }
          .themevale_category_custom_block .banner-list .banner-item .img a img {
            height: 100%;
            object-fit: cover; }
      .themevale_category_custom_block .banner-list .banner-item .content {
        position: relative;
        height: 100%;
        left: auto;
        top: auto;
        right: auto;
        bottom: auto;
        width: 100%; }
        @media (min-width: 551px) {
          .themevale_category_custom_block .banner-list .banner-item .content {
            width: 50%;
            float: right; } }
        .themevale_category_custom_block .banner-list .banner-item .content .content-inner {
          text-align: left;
          max-width: 660px;
          margin: 0;
          padding: 10px 5px; }
          @media (min-width: 768px) {
            .themevale_category_custom_block .banner-list .banner-item .content .content-inner {
              padding: 20px; } }
          @media (min-width: 992px) {
            .themevale_category_custom_block .banner-list .banner-item .content .content-inner {
              padding: 50px 20px; } }
          @media (min-width: 1025px) {
            .themevale_category_custom_block .banner-list .banner-item .content .content-inner {
              padding: 35px; } }
          @media (min-width: 1600px) {
            .themevale_category_custom_block .banner-list .banner-item .content .content-inner {
              padding: 35px 90px; } }
          .themevale_category_custom_block .banner-list .banner-item .content .content-inner .sub-heading {
            color: #787878;
            font-weight: 600;
            background-image: linear-gradient(transparent 96%, rgba(120, 120, 120, 0.7) 4%);
            background-repeat: repeat-x;
            background-position-y: -1px;
            margin-bottom: 15px;
            display: inline-block; }
          .themevale_category_custom_block .banner-list .banner-item .content .content-inner .heading {
            margin-bottom: 18px;
            font-size: 24px; }
            @media (min-width: 1025px) {
              .themevale_category_custom_block .banner-list .banner-item .content .content-inner .heading {
                font-size: 30px; } }
          .themevale_category_custom_block .banner-list .banner-item .content .content-inner .description {
            font-size: 12px;
            text-align: left;
            line-height: 22px; }
            @media (min-width: 1025px) {
              .themevale_category_custom_block .banner-list .banner-item .content .content-inner .description {
                line-height: 24px; } }
          .themevale_category_custom_block .banner-list .banner-item .content .content-inner .btn-group {
            width: 100%;
            margin-top: 5px; }
            .themevale_category_custom_block .banner-list .banner-item .content .content-inner .btn-group .button {
              width: 48%;
              max-width: 200px;
              min-width: 0; }
              @media (min-width: 1025px) {
                .themevale_category_custom_block .banner-list .banner-item .content .content-inner .btn-group .button {
                  min-width: 200px;
                  width: auto;
                  max-width: none; } }
              .themevale_category_custom_block .banner-list .banner-item .content .content-inner .btn-group .button:first-child {
                background: transparent; }
                .themevale_category_custom_block .banner-list .banner-item .content .content-inner .btn-group .button:first-child:hover {
                  color: #4c88ff;
                  border-color: #5a5a5a;
                  background: transparent; }
              .themevale_category_custom_block .banner-list .banner-item .content .content-inner .btn-group .button + .button {
                margin-left: 4%; }
                @media (min-width: 1025px) {
                  .themevale_category_custom_block .banner-list .banner-item .content .content-inner .btn-group .button + .button {
                    margin-left: 2.5rem; } }
    .themevale_category_custom_block .banner-list .slick-arrow {
      top: calc(50% - 27px); }
    .themevale_category_custom_block .banner-list .slick-dots li {
      margin-top: 30px; }
      @media (min-width: 1025px) {
        .themevale_category_custom_block .banner-list .slick-dots li {
          margin-top: 45px; } }

/* Tabs */
.tabs {
  border-bottom: none;
  z-index: 1;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: 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: 768px) {
    .tabs {
      border-bottom: 1px solid #e6e6e6; } }
  @media (max-width: 767px) {
    .tabs {
      flex-flow: row nowrap;
      overflow-x: auto;
      padding-bottom: 12px; } }
  .tabs > li {
    padding: 0px 24px;
    position: relative;
    border-top: 0; }
    @media (max-width: 767px) {
      .tabs > li {
        padding: 0px 15px; }
        .tabs > li:before {
          content: "/";
          position: absolute;
          right: -2px;
          top: 0px;
          font-size: 15px;
          padding: 3px 0;
          color: #969696; } }
    .tabs > li:first-child {
      padding-left: 0px; }
    .tabs > li:last-child {
      padding-right: 0px; }
      @media (max-width: 767px) {
        .tabs > li:last-child:before {
          display: none; } }
    .tabs > li > a {
      padding: 11px 0;
      font-family: "Rajdhani", sans-serif;
      font-size: 16px;
      text-transform: uppercase;
      font-weight: 600;
      letter-spacing: .02em;
      color: #999999;
      border-bottom: 1px solid transparent;
      outline: 0; }
      .tabs > li > a::fosus {
        outline: 0; }
      .tabs > li > a:hover {
        color: #324963; }
      @media (max-width: 767px) {
        .tabs > li > a {
          white-space: nowrap;
          padding: 2px 0; } }
    .tabs > li.tab.is-active {
      border: none; }
      .tabs > li.tab.is-active a {
        color: #324963;
        border-bottom: 2px solid #324963;
        font-weight: 600; }

.tabs-contents {
  margin-top: 15px;
  text-align: left; }
  @media (min-width: 551px) {
    .tabs-contents {
      margin-top: 24px; } }
  .tabs-contents .page-heading {
    display: none; }
  .tabs-contents .tab-content {
    padding-top: 10px; }
    @media (min-width: 551px) {
      .tabs-contents .tab-content {
        padding-top: 20px; } }

/* Contact Us */
@media (min-width: 551px) {
  .page-type-page_contact_form .breadcrumbs {
    margin-top: 8.33333rem; } }

.page-type-page_contact_form .contact-us > .container {
  clear: both; }

.page-type-page_contact_form .contact-us .themevale-heading {
  text-align: center;
  margin-bottom: 30px; }
  .page-type-page_contact_form .contact-us .themevale-heading .page-heading {
    margin-top: 47px;
    margin-bottom: 17px; }

.themevale_map {
  float: left;
  width: 100%; }
  .themevale_map iframe {
    float: left; }
    @media (max-width: 767px) {
      .themevale_map iframe {
        height: 280px; } }

.themevale_contact-us {
  display: inline-block;
  width: 100%;
  clear: both; }
  .themevale_contact-us a {
    color: #477bc1;
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-color: rgba(71, 123, 193, 0.7); }
    .themevale_contact-us a:hover {
      color: #477bc1;
      text-decoration-color: rgba(71, 123, 193, 0.7); }
  @media (min-width: 551px) {
    .themevale_contact-us .themevale_form {
      width: 60%;
      float: left;
      padding-right: 30px; } }
  @media (min-width: 1025px) {
    .themevale_contact-us .themevale_form {
      width: calc(100% - 470px);
      padding-right: 80px;
      padding-top: 47px; } }
  .themevale_contact-us .themevale_form > h1, .themevale_contact-us .themevale_form h2, .themevale_contact-us .themevale_form h3, .themevale_contact-us .themevale_form h4, .themevale_contact-us .themevale_form h5, .themevale_contact-us .themevale_form h6 {
    font-weight: 600;
    margin-bottom: 12px; }
  .themevale_contact-us .themevale_form > p {
    line-height: 24px;
    margin-bottom: 2.25rem; }
  .themevale_contact-us .themevale_form .form {
    display: inline-block;
    width: 100%;
    margin-top: 5px; }
    @media (max-width: 550px) {
      .themevale_contact-us .themevale_form .form {
        margin-bottom: 30px; } }
    .themevale_contact-us .themevale_form .form #contact_question {
      max-width: 100%;
      min-height: 216px;
      margin-bottom: 4px; }
    .themevale_contact-us .themevale_form .form .form-actions {
      text-align: left;
      margin-top: 0; }
      .themevale_contact-us .themevale_form .form .form-actions .button {
        min-width: 205px;
        margin-top: 5px; }
  .themevale_contact-us .themevale_location {
    background: #fafafa;
    padding: 25px 20px;
    line-height: 24px; }
    @media (min-width: 551px) {
      .themevale_contact-us .themevale_location {
        width: 40%;
        float: right; } }
    @media (min-width: 1025px) {
      .themevale_contact-us .themevale_location {
        width: 470px; } }
    @media (min-width: 1200px) {
      .themevale_contact-us .themevale_location {
        padding: 65px 70px; } }
    .themevale_contact-us .themevale_location .title {
      margin-top: 0;
      margin-bottom: 28px;
      font-weight: 600; }
    .themevale_contact-us .themevale_location .content .description {
      margin-bottom: 22px; }
    .themevale_contact-us .themevale_location .content .button {
      background: transparent;
      color: #5a5a5a;
      border: 1px solid #5a5a5a;
      min-width: 164px;
      margin-bottom: 32px;
      text-decoration: none; }
      .themevale_contact-us .themevale_location .content .button:hover {
        background: #324963;
        border: 1px solid #324963;
        color: #fff; }
    .themevale_contact-us .themevale_location .content.hour-text {
      margin-top: 28px;
      border-top: 1px solid #e6e6e6;
      padding-top: 26px; }
      .themevale_contact-us .themevale_location .content.hour-text .sub-title {
        margin-bottom: 5px;
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: .02em;
        font-family: "Roboto", sans-serif;
        font-size: 14px; }

/* FAQ */
.themevale_faq .banner-top {
  position: relative; }
  .themevale_faq .banner-top .card-img-container:after {
    padding-bottom: 15.625%; }
  .themevale_faq .banner-top .heading {
    color: #324963;
    text-align: center;
    padding: 15px 15px 0 15px;
    margin-top: 15px;
    font-size: 26px;
    line-height: 30px;
    margin: 10px 0 0 0;
    width: 100%; }
    @media (min-width: 551px) {
      .themevale_faq .banner-top .heading {
        padding: 15px;
        margin-top: 0px;
        position: absolute;
        top: 50%;
        left: 50%;
        color: white;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.15)); } }
    @media (min-width: 1025px) {
      .themevale_faq .banner-top .heading {
        font-size: 30px;
        line-height: 36px; } }

.themevale_faq .navBar .navBar-section + .need-help-wrapper {
  border-top: 1px solid #324963;
  padding-top: 25px;
  margin-top: 25px; }

.themevale_faq .page-content {
  padding-top: 52px; }
  .themevale_faq .page-content .left-column {
    display: inline-block;
    width: 100%;
    padding: 25px 30px 30px 30px;
    background: #fafafa; }
    @media (min-width: 551px) {
      .themevale_faq .page-content .left-column {
        width: 270px;
        float: left; } }
    @media (min-width: 1025px) {
      .themevale_faq .page-content .left-column {
        margin-top: 87px; } }
    @media (min-width: 551px) {
      .themevale_faq .page-content .left-column + .right-column {
        padding-left: 30px;
        width: calc(100% - 270px);
        float: right; } }
    @media (max-width: 550px) {
      .themevale_faq .page-content .left-column + .right-column {
        margin-top: 35px; } }
    .themevale_faq .page-content .left-column .need-help-wrapper {
      margin-bottom: 10px; }
      .themevale_faq .page-content .left-column .need-help-wrapper .heading {
        margin-top: 0;
        font-size: 18px;
        text-align: center;
        font-weight: 600;
        color: #324963;
        border-bottom: 2px solid #e6e6e6;
        letter-spacing: 0;
        padding-bottom: 23px;
        margin-bottom: 26px; }
      .themevale_faq .page-content .left-column .need-help-wrapper .need-help {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: flex-end;
        -moz-align-items: flex-end;
        -ms-align-items: flex-end;
        align-items: flex-end;
        -webkit-box-pack: space-between;
        -moz-box-pack: space-between;
        -ms-flex-pack: space-between;
        -webkit-justify-content: space-between;
        justify-content: space-between; }
        .themevale_faq .page-content .left-column .need-help-wrapper .need-help > a {
          color: #5a5a5a;
          text-align: center;
          font-weight: 500;
          font-size: 12px;
          letter-spacing: .05em;
          text-transform: uppercase;
          width: 50%; }
          .themevale_faq .page-content .left-column .need-help-wrapper .need-help > a svg {
            fill: #324963;
            stroke: #324963;
            width: 32px;
            height: 32px;
            margin-bottom: -5px; }
          .themevale_faq .page-content .left-column .need-help-wrapper .need-help > a .fa {
            color: #324963;
            font-size: 25px; }
          .themevale_faq .page-content .left-column .need-help-wrapper .need-help > a .link_text {
            display: block;
            margin-top: 6px;
            font-family: "Roboto", sans-serif;
            font-size: 14px;
            font-weight: 600;
            letter-spacing: .02em;
            color: #1e1e1e; }
            .themevale_faq .page-content .left-column .need-help-wrapper .need-help > a .link_text span {
              text-decoration: underline;
              text-underline-offset: 2px;
              text-decoration-color: rgba(30, 30, 30, 0.5); }
          .themevale_faq .page-content .left-column .need-help-wrapper .need-help > a.contact-link svg {
            width: 27px;
            height: 26px; }

.themevale_faq strong {
  font-weight: 600; }

.themevale_faq .description {
  margin-bottom: 40px;
  color: #5a5a5a; }
  @media (max-width: 550px) {
    .themevale_faq .description {
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 30px; } }
  @media (min-width: 1025px) {
    .themevale_faq .description {
      max-width: 450px;
      margin-left: 7%;
      text-align: center; } }
  .themevale_faq .description a {
    color: #477bc1;
    text-decoration: underline;
    text-underline-offset: 2px;
    text-decoration-color: rgba(71, 123, 193, 0.7); }
    .themevale_faq .description a:hover {
      color: #477bc1;
      text-decoration-color: rgba(71, 123, 193, 0.7); }

.themevale_faq .question-type-heading {
  font-weight: 600;
  padding-bottom: 17px;
  border-bottom: 2px solid #e6e6e6;
  margin-bottom: 0; }

.themevale_faq .contact-us-faq {
  margin-top: -15px;
  text-align: center; }
  .themevale_faq .contact-us-faq span {
    display: block;
    margin-bottom: 15px; }
  .themevale_faq .contact-us-faq .button {
    min-width: 255px; }
  @media (min-width: 551px) {
    .themevale_faq .contact-us-faq {
      display: inline-block;
      width: 100%;
      text-align: right;
      margin-top: -7px; }
      .themevale_faq .contact-us-faq span, .themevale_faq .contact-us-faq .button {
        margin: 0;
        display: inline-block;
        vertical-align: middle; }
      .themevale_faq .contact-us-faq span + .button {
        margin-left: 20px; } }

.themevale_faq .accordion-content > ul {
  list-style-type: disc; }
  .themevale_faq .accordion-content > ul li {
    line-height: 24px;
    margin-bottom: 5px; }

.themevale_faq .accordion-title:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
  height: 2px;
  background: #969696; }

.themevale_faq .accordion-title:after {
  content: "";
  position: absolute;
  right: 7px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2px;
  height: 16px;
  background: #969696; }

.themevale_faq .accordion-title .label-question {
  display: none;
  background: #e13f3f;
  color: white;
  padding: 0px 8px;
  font-style: italic;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .02em;
  font-size: 12px;
  line-height: 20px;
  height: 20px;
  margin-right: 11px; }

.themevale_faq .accordion-block.is-open .accordion-title:after {
  display: none; }

.themevale_faq .accordion-block.is-open .accordion-title .label-question {
  display: inline-block; }

/* Site Map */
.page-type-sitemap .themevale-heading {
  padding-top: 45px; }
  .page-type-sitemap .themevale-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 {
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    color: #324963; }
  .page-type-sitemap ul.map-level-3 {
    margin-left: 25px; }
    .page-type-sitemap ul.map-level-3 > li > a {
      text-transform: uppercase;
      font-weight: 600;
      font-family: "Roboto", sans-serif;
      font-size: 14px;
      color: #324963; }
    .page-type-sitemap ul.map-level-3 ul {
      margin-left: 25px; }
  .page-type-sitemap ul ul li a {
    padding: 8px 0;
    display: inline-block; }

.page-type-sitemap h3 {
  padding-bottom: 10px;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 15px; }

/* Lookbook */
.themevale_lookbook > .container {
  position: unset; }

@media (min-width: 1025px) {
  .themevale_lookbook .breadcrumbs {
    margin-top: 9.58333rem; } }

.lookbook {
  display: inline-block;
  width: 100%; }
  .lookbook .lookbook-carousel.slick-dotted.slick-slider {
    margin-bottom: 0; }
  .lookbook .lookbook-carousel .slide-item {
    position: relative; }
    .lookbook .lookbook-carousel .slide-item .card-img-container:after {
      padding-bottom: 57.26496%; }
    .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: #324963;
        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;
            color: white; } }
        @media (min-width: 1025px) {
          .lookbook .lookbook-carousel .slide-item .slide-content .slide-heading {
            font-size: 40px;
            line-height: 52px; } }
      .lookbook .lookbook-carousel .slide-item .slide-content .slide-desc {
        color: #5a5a5a;
        font-size: 12px;
        line-height: 22px;
        margin-bottom: 0; }
        @media (min-width: 551px) {
          .lookbook .lookbook-carousel .slide-item .slide-content .slide-desc {
            color: white;
            filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.15));
            font-size: 14px;
            line-height: 26px; } }
  .lookbook .lookbook-share {
    text-align: right;
    padding-top: 32px;
    padding-bottom: 31px;
    margin-bottom: 35px;
    border-bottom: 1px solid #eaeaea;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    .lookbook .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; }
    .lookbook .lookbook-bottom .button {
      min-width: 240px; }

.lookbook-item {
  position: absolute;
  z-index: 2; }
  .lookbook-item .position-point {
    width: 30px;
    height: 30px;
    color: white;
    font-size: 26px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    background-color: #1e1e1e;
    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(30, 30, 30, 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: 270px;
  display: none;
  padding: 0px;
  z-index: 20;
  position: absolute; }
  .lookbook-popup.show {
    display: block; }
  .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 20px; }
      .lookbook-popup .card .card-body .card-title {
        color: #324963; }
        .lookbook-popup .card .card-body .card-title > a {
          white-space: nowrap;
          text-overflow: ellipsis;
          display: block; }
        .lookbook-popup .card .card-body .card-title .color-name {
          display: block;
          position: relative;
          top: auto;
          right: auto;
          margin-bottom: 8px;
          text-align: left; }
      .lookbook-popup .card .card-body .card-price .price-section--saving {
        display: none !important; }
      .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; }
      @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_optionImage {
            margin-top: 10px; }
          .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(90, 90, 90, 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; } }

/* About Page*/
.themevale_about .breadcrumbs {
  margin-top: 2.16667rem; }

.about-information {
  display: block;
  position: relative; }
  @media (min-width: 992px) and (max-width: 1024px) {
    .about-information iframe {
      height: 250px; } }

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

.about-information .about-information__content {
  display: block;
  line-height: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 30px 0; }
  .about-information .about-information__content.has-map {
    padding-bottom: 0;
    padding-top: 0; }
    .about-information .about-information__content.has-map .rte {
      padding-top: 30px;
      padding-bottom: 30px;
      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: 992px) and (max-width: 1024px) {
        .about-information .about-information__content.has-map .rte {
          height: calc(100% - 250px); } }
      @media (min-width: 1025px) {
        .about-information .about-information__content.has-map .rte {
          padding-top: 60px;
          padding-bottom: 60px;
          height: calc(100% - 400px); } }
      .about-information .about-information__content.has-map .rte .rte-inner {
        margin-top: 1.5rem; }
  .about-information .about-information__content .rte {
    line-height: 22px;
    padding-left: 15px;
    padding-right: 15px; }
    .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; }

@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: 60px;
      max-width: 960px; }
      .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--right .about-information__content {
      order: -1; } }

@media (min-width: 1600px) {
  .about-information .about-information__content {
    min-height: 900px; }
    .about-information .about-information__content .rte {
      padding-left: 75px;
      padding-right: 75px; }
      .about-information .about-information__content .rte .title {
        font-size: 30px; } }

.about-slide-group {
  background: #fafafa;
  padding: 62px 0 65px 0; }
  @media (min-width: 551px) {
    .about-slide-group {
      padding: 92px 0 95px 0; } }
  .about-slide-group .title {
    font-weight: 700;
    font-size: 30px;
    position: relative;
    margin-bottom: 40px;
    text-align: center; }
    @media (min-width: 551px) {
      .about-slide-group .title {
        margin-bottom: 70px; } }
    @media (min-width: 1025px) {
      .about-slide-group .title {
        font-size: 26px; } }
    @media (min-width: 1600px) {
      .about-slide-group .title {
        font-size: 30px; } }
  .about-slide-group .slide-list {
    margin-bottom: 0; }
    .about-slide-group .slide-list .slick-list {
      margin: 0 -15px 28px -15px; }
      @media (min-width: 551px) {
        .about-slide-group .slide-list .slick-list {
          margin: 0 -15px 48px -15px; } }
      @media (min-width: 1025px) {
        .about-slide-group .slide-list .slick-list {
          margin: 0 -30px 48px -30px; } }
    .about-slide-group .slide-list .slide-item {
      padding: 0 15px;
      text-align: center; }
      @media (min-width: 1025px) {
        .about-slide-group .slide-list .slide-item {
          padding: 0 30px; } }
      .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: 30px;
        font-weight: 600;
        margin-bottom: 6px; }
      .about-slide-group .slide-list .slide-item .position {
        color: #999999;
        margin-bottom: 15px; }
      .about-slide-group .slide-list .slide-item .description {
        margin-bottom: 0;
        margin-top: 12px; }

/* Popup Cookies */
#consent-manager {
  background: black !important; }
  #consent-manager > div > div {
    background: black !important;
    padding: 15px 15px 20px 15px; }
    @media (min-width: 551px) {
      #consent-manager > div > div {
        padding: 15px 30px 20px 30px; } }
    @media (min-width: 1600px) {
      #consent-manager > div > div {
        padding: 15px 75px; } }
    @media (max-width: 1599px) {
      #consent-manager > div > div > div {
        display: block !important; } }
    #consent-manager > div > div > div > div > p {
      letter-spacing: 0;
      font-size: 12px !important; }
      #consent-manager > div > div > div > div > p > span {
        color: #5a5a5a !important; }
    #consent-manager > div > div > div > div button {
      background: transparent !important;
      border-color: rgba(0, 0, 0, 0.5) !important;
      color: black !important;
      text-transform: uppercase;
      letter-spacing: .02em;
      font-size: 16px;
      font-weight: 600;
      font-family: "Roboto", sans-serif;
      border-radius: 0 !important;
      height: 40px !important;
      text-align: center;
      padding-left: 15px !important;
      padding-right: 15px !important;
      padding-top: 2px; }
      @media (min-width: 551px) {
        #consent-manager > div > div > div > div button {
          padding-left: 30px !important;
          padding-right: 30px !important; } }
      @media (max-width: 1599px) {
        #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 {
        background: transparent !important;
        border-color: rgba(0, 0, 0, 0.5) !important;
        color: black !important; }
      #consent-manager > div > div > div > div button + button {
        background: black !important;
        border-color: black !important;
        color: white !important;
        margin-left: 15px !important; }
        #consent-manager > div > div > div > div button + button:hover, #consent-manager > div > div > div > div button + button:focus, #consent-manager > div > div > div > div button + button:active {
          background: black !important;
          border-color: black !important;
          color: white !important; }

#consent-manager-update-banner {
  background: black !important;
  min-height: 48px;
  padding: 0px 15px 0px 15px; }
  @media (min-width: 1025px) {
    #consent-manager-update-banner {
      padding: 0px 30px 0px 30px; } }
  @media (min-width: 1600px) {
    #consent-manager-update-banner {
      padding: 0px 75px; } }
  #consent-manager-update-banner > a {
    color: #5a5a5a !important;
    margin-left: 0 !important; }

.snptwdgt-container .snptwdgt-rtd__fottr {
  margin-bottom: 40px !important; }

body {
  padding-bottom: 0 !important; }

.blog {
  margin-bottom: 1.5rem; }
  @media (min-width: 1025px) {
    .blog {
      margin: auto;
      width: 100%; } }
  .blog + .blog {
    margin-top: 50px; }
    @media (min-width: 1025px) {
      .blog + .blog {
        margin-top: 70px; } }
  .blog .tags {
    margin-top: 3rem;
    text-align: center; }
  .blog .socialLinks {
    text-align: center; }
  .blog .addthis_toolbox {
    margin-top: 3rem; }

.blog-title {
  font-size: 20px;
  text-align: center;
  line-height: 26px;
  margin-bottom: 8px; }
  @media (min-width: 551px) {
    .blog-title {
      font-size: 24px;
      line-height: 32px; } }
  .blog-title a {
    text-decoration: none;
    color: #1e1e1e; }

.blog-date,
.blog-author {
  color: #999999;
  text-align: center; }

.blog-author {
  margin-bottom: 2.5rem; }

.blog-post {
  font-size: 12px;
  line-height: 22px;
  text-align: center; }
  .blog-post .button {
    max-width: 157px;
    display: block;
    margin: 20px auto 0 auto; }
    @media (min-width: 1025px) {
      .blog-post .button {
        margin: 42px auto 0 auto; } }

.blog-thumbnail {
  position: relative;
  max-width: 1920px;
  margin: 0; }
  .blog-thumbnail img {
    width: 100%; }
    .page-type-blog_post .blog-thumbnail img {
      transform: translateY(-25%);
      -webkit-transform: translateY(-25%);
      -moz-transform: translateY(-25%);
      -ms-transform: translateY(-25%); }

.blog-post-figure {
  float: left;
  width: 100%; }
  @media (min-width: 1025px) {
    .blog-post-figure {
      width: 62%; }
      .blog-post-figure + .blog-post-body {
        width: 38%;
        padding-left: 30px; } }

.blog-post-body {
  float: left;
  width: 100%;
  margin-top: 28px; }
  @media (min-width: 1025px) {
    .blog-post-body {
      margin-top: 0; } }
  @media (min-width: 1600px) {
    .blog-post-body {
      padding-left: 75px; } }
  .blog-post-body .social-mediaBlock {
    margin-top: 2px;
    margin-bottom: 27px;
    text-align: center; }
    @media (min-width: 551px) {
      .blog-post-body .social-mediaBlock {
        margin-bottom: 38px; } }

.page-type-blog .blog {
  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; }

.page-type-blog_post {
  position: relative; }
  .page-type-blog_post .blog-post-figure {
    width: 100%;
    display: inline-block;
    float: none; }
    .page-type-blog_post .blog-post-figure .blog-thumbnail {
      max-height: 220px;
      overflow: hidden; }
      @media (min-width: 551px) {
        .page-type-blog_post .blog-post-figure .blog-thumbnail {
          max-height: 350px; } }
      @media (min-width: 992px) {
        .page-type-blog_post .blog-post-figure .blog-thumbnail {
          max-height: 400px; } }
      @media (min-width: 1025px) {
        .page-type-blog_post .blog-post-figure .blog-thumbnail {
          max-height: 570px; } }
  .page-type-blog_post .blog-post-body {
    width: 100%;
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 42px auto 0 auto;
    float: none; }
    .page-type-blog_post .blog-post-body .blog-header {
      display: inline-block;
      width: 100%;
      margin-bottom: 10px; }
    .page-type-blog_post .blog-post-body .blog-title, .page-type-blog_post .blog-post-body .blog-date {
      text-align: left; }
    .page-type-blog_post .blog-post-body .blog-title {
      margin-bottom: 10px; }
    .page-type-blog_post .blog-post-body .blog-title-wrap {
      width: 100%;
      float: left; }
      @media (min-width: 551px) {
        .page-type-blog_post .blog-post-body .blog-title-wrap {
          width: 65%; } }
      @media (min-width: 1025px) {
        .page-type-blog_post .blog-post-body .blog-title-wrap {
          width: 70%; } }
    .page-type-blog_post .blog-post-body .social-mediaBlock {
      width: 100%;
      margin-top: 0;
      text-align: left;
      margin-left: -5px; }
      @media (min-width: 551px) {
        .page-type-blog_post .blog-post-body .social-mediaBlock {
          width: 35%;
          text-align: right;
          float: right;
          margin-left: 0; } }
      @media (min-width: 1025px) {
        .page-type-blog_post .blog-post-body .social-mediaBlock {
          width: 30%; } }
    .page-type-blog_post .blog-post-body .blog-post {
      text-align: left; }
      .page-type-blog_post .blog-post-body .blog-post h3, .page-type-blog_post .blog-post-body .blog-post h4, .page-type-blog_post .blog-post-body .blog-post h5, .page-type-blog_post .blog-post-body .blog-post h6 {
        font-weight: 600;
        margin-bottom: 20px; }
      .page-type-blog_post .blog-post-body .blog-post p {
        margin-bottom: 1.75rem; }
      .page-type-blog_post .blog-post-body .blog-post ul li, .page-type-blog_post .blog-post-body .blog-post ol li {
        padding-bottom: 7px; }
        .page-type-blog_post .blog-post-body .blog-post ul li::marker, .page-type-blog_post .blog-post-body .blog-post ol li::marker {
          color: rgba(90, 90, 90, 0.7);
          font-size: 13px; }
      .page-type-blog_post .blog-post-body .blog-post 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: 44px; }
      .page-type-blog_post .blog-post-body .blog-post .group-image {
        border: none;
        margin-top: 52px;
        margin-bottom: 50px;
        color: #5a5a5a; }
        .page-type-blog_post .blog-post-body .blog-post .group-image td {
          border: none;
          padding: 0;
          vertical-align: middle; }
          @media (max-width: 1024px) {
            .page-type-blog_post .blog-post-body .blog-post .group-image td {
              display: table-row; } }
          .page-type-blog_post .blog-post-body .blog-post .group-image td.text-col {
            padding-right: 30px; }
            @media (min-width: 1600px) {
              .page-type-blog_post .blog-post-body .blog-post .group-image td.text-col {
                padding-right: 60px; } }
            @media (max-width: 1024px) {
              .page-type-blog_post .blog-post-body .blog-post .group-image td.text-col br + br {
                display: none; }
              .page-type-blog_post .blog-post-body .blog-post .group-image td.text-col ul {
                margin-bottom: 45px; } }
          .page-type-blog_post .blog-post-body .blog-post .group-image td.image-col {
            font-size: 0;
            text-align: center; }
            @media (min-width: 1025px) {
              .page-type-blog_post .blog-post-body .blog-post .group-image td.image-col {
                text-align: right; } }
            .page-type-blog_post .blog-post-body .blog-post .group-image td.image-col img {
              padding-left: 8px;
              padding-right: 8px;
              width: 50%;
              max-width: 370px; }
              @media (min-width: 1025px) {
                .page-type-blog_post .blog-post-body .blog-post .group-image td.image-col img {
                  padding-left: 15px;
                  padding-right: 15px; } }
              .page-type-blog_post .blog-post-body .blog-post .group-image td.image-col img:first-child {
                padding-left: 0; }
              .page-type-blog_post .blog-post-body .blog-post .group-image td.image-col img:last-child {
                padding-right: 0; }
      .page-type-blog_post .blog-post-body .blog-post .imageGallery-carousel {
        margin-left: 0;
        margin-bottom: 38px;
        margin-top: 40px; }
        .page-type-blog_post .blog-post-body .blog-post .imageGallery-carousel .slick-list {
          margin-left: -8px;
          margin-right: -8px; }
          @media (min-width: 1025px) {
            .page-type-blog_post .blog-post-body .blog-post .imageGallery-carousel .slick-list {
              margin-left: -15px;
              margin-right: -15px; } }
        .page-type-blog_post .blog-post-body .blog-post .imageGallery-carousel .image-item {
          padding: 0 8px;
          position: relative;
          list-style: none; }
          @media (min-width: 1025px) {
            .page-type-blog_post .blog-post-body .blog-post .imageGallery-carousel .image-item {
              padding: 0 15px; } }
        .page-type-blog_post .blog-post-body .blog-post .imageGallery-carousel .slick-dots {
          margin-top: 8px; }
      .page-type-blog_post .blog-post-body .blog-post .lookbook-button {
        margin-bottom: 45px; }
        .page-type-blog_post .blog-post-body .blog-post .lookbook-button .button {
          margin-top: 0; }
      .page-type-blog_post .blog-post-body .blog-post .group-video {
        border: none;
        margin-top: 42px;
        margin-bottom: 48px; }
        .page-type-blog_post .blog-post-body .blog-post .group-video td {
          border: none;
          vertical-align: middle;
          padding: 0;
          width: 50%; }
          @media (max-width: 550px) {
            .page-type-blog_post .blog-post-body .blog-post .group-video td {
              display: block;
              width: 100%;
              max-width: 100%; } }
          .page-type-blog_post .blog-post-body .blog-post .group-video td.text-col {
            background: #fafafa;
            padding: 30px 20px; }
            @media (min-width: 551px) {
              .page-type-blog_post .blog-post-body .blog-post .group-video td.text-col {
                padding: 30px; } }
            @media (min-width: 1600px) {
              .page-type-blog_post .blog-post-body .blog-post .group-video td.text-col {
                padding: 70px; } }
            .page-type-blog_post .blog-post-body .blog-post .group-video td.text-col img {
              margin-bottom: 40px; }
            .page-type-blog_post .blog-post-body .blog-post .group-video td.text-col .button {
              margin: 40px 0 0 0;
              min-width: 195px; }
          .page-type-blog_post .blog-post-body .blog-post .group-video td.video-col .video-link {
            position: relative;
            display: inline-block; }
            .page-type-blog_post .blog-post-body .blog-post .group-video td.video-col .video-link svg {
              fill: #fff;
              stroke: #fff;
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%);
              -webkit-transform: translate(-50%, -50%);
              -moz-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
              width: 60px;
              height: 60px; }
              @media (min-width: 1025px) {
                .page-type-blog_post .blog-post-body .blog-post .group-video td.video-col .video-link svg {
                  width: 106px;
                  height: 106px; } }
    .page-type-blog_post .blog-post-body .tags {
      display: inline-block;
      width: 100%;
      margin-top: 4.16667rem;
      margin-bottom: 0;
      text-align: left; }
      .page-type-blog_post .blog-post-body .tags .label {
        font-weight: 600;
        margin-right: 12px;
        font-size: 14px;
        text-transform: uppercase;
        display: inline-block;
        font-family: "Roboto", sans-serif;
        color: #324963; }
  @media (min-width: 551px) {
    .page-type-blog_post .breadcrumbs {
      margin-top: 6.66667rem; } }

@media (min-width: 1025px) {
  #video-blog-popup .modal-body {
    max-height: 67vh !important; } }

#video-blog-popup .videoGallery-main {
  margin-bottom: 5px; }
  @media (min-width: 1025px) {
    #video-blog-popup .videoGallery-main {
      margin-bottom: 50px; } }

.sidebarBorder {
  border-top: 1px solid #e8e8e8;
  margin-top: 40px;
  padding-top: 40px; }

.sidebarBlock-heading {
  margin-top: 0;
  margin-bottom: 18px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
  width: 100%; }

#sideAllCategories .sidebarBlock-heading {
  margin-bottom: 10px; }

#sideAllCategories + .navFacetedSearch {
  padding-top: 30px;
  margin-top: 25px;
  border-top: 1px solid #e8e8e8; }

#sideAllCategories + #sideBannerImage {
  margin-top: 30px; }

.all-categories-list {
  margin: 0;
  list-style: none; }
  .all-categories-list li {
    margin-bottom: 0px;
    padding: 4px 0; }
    .all-categories-list li:last-child {
      padding-bottom: 0px; }
  .all-categories-list .navPages-item {
    float: none;
    display: block;
    position: relative;
    margin-bottom: 0; }
    .all-categories-list .navPages-item a {
      padding: 0 15px 0 0;
      font-size: 12px;
      vertical-align: top;
      display: inline-block;
      color: #324963;
      letter-spacing: .02em;
      line-height: 28px;
      font-family: "Roboto", sans-serif;
      text-transform: uppercase;
      font-weight: 600;
      font-size: 14px;
      letter-spacing: .02em;
      position: relative;
      z-index: 2; }
      .all-categories-list .navPages-item a:hover {
        color: #477bc1; }
        .all-categories-list .navPages-item a:hover > span {
          background-image: linear-gradient(transparent 96%, rgba(71, 123, 193, 0.7) 4%);
          background-repeat: repeat-x;
          background-position-y: -1px; }
    .all-categories-list .navPages-item .icon-dropdown {
      float: right;
      width: 100%;
      height: 30px;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -ms-flex-pack: flex-end;
      -webkit-justify-content: flex-end;
      justify-content: flex-end;
      cursor: pointer;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 1; }
      .all-categories-list .navPages-item .icon-dropdown svg {
        width: 12px;
        height: 12px;
        fill: #999999;
        margin-right: -2px; }
    .all-categories-list .navPages-item > .icon-dropdown {
      margin-right: -10px; }
      .all-categories-list .navPages-item > .icon-dropdown.is-clicked svg {
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        margin-right: 0px; }
    .all-categories-list .navPages-item.current-cat > a {
      font-weight: 600;
      color: #477bc1; }
      .all-categories-list .navPages-item.current-cat > a > span {
        background-image: linear-gradient(transparent 96%, rgba(71, 123, 193, 0.7) 4%);
        background-repeat: repeat-x;
        background-position-y: -1px; }
    .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: 4px 0 0 0;
    display: none;
    list-style: none;
    overflow: hidden;
    width: 100%; }
    .all-categories-list .dropdown-category-list.cat-expanded {
      display: block; }
      .all-categories-list .dropdown-category-list.cat-expanded .icon-dropdown.is-clicked svg {
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        margin-right: 0px; }
    .all-categories-list .dropdown-category-list .icon-dropdown {
      margin-right: -10px; }
    .all-categories-list .dropdown-category-list .navPage-subMenu-item {
      width: 100%;
      display: block;
      position: relative;
      padding: 4px 0; }
      .all-categories-list .dropdown-category-list .navPage-subMenu-item:last-child {
        padding-bottom: 0px; }
      .all-categories-list .dropdown-category-list .navPage-subMenu-item.current-cat > a {
        color: #477bc1; }
        .all-categories-list .dropdown-category-list .navPage-subMenu-item.current-cat > a > span {
          background-image: linear-gradient(transparent 96%, rgba(71, 123, 193, 0.7) 4%);
          background-repeat: repeat-x;
          background-position-y: -1px; }
      .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 {
        padding-left: 15px;
        padding-right: 15px;
        -webkit-transition: padding-left 0.3s linear;
        -moz-transition: padding-left 0.3s linear;
        -ms-transition: padding-left 0.3s linear;
        -o-transition: padding-left 0.3s linear; }
      .all-categories-list .dropdown-category-list .navPage-subMenu-item .dropdown-category-list {
        margin-top: 4px; }
        .all-categories-list .dropdown-category-list .navPage-subMenu-item .dropdown-category-list .navPage-childList-item a {
          padding-left: 25px;
          position: relative;
          font-family: "Roboto", Arial, Helvetica, sans-serif;
          font-size: 12px;
          font-weight: 400;
          text-transform: none;
          letter-spacing: 0;
          color: #5a5a5a; }
          .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(90, 90, 90, 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.current-cat a {
          color: #477bc1; }
          .all-categories-list .dropdown-category-list .navPage-subMenu-item .dropdown-category-list .navPage-childList-item.current-cat a > span {
            background-image: linear-gradient(transparent 96%, rgba(71, 123, 193, 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 {
        padding-left: 35px; }
        .all-categories-list .dropdown-category-list .navPage-subMenu-item .navPages-level-4 .navPage-childList-item a:hover {
          padding-left: 50px; }
          .all-categories-list .dropdown-category-list .navPage-subMenu-item .navPages-level-4 .navPage-childList-item a:hover:before {
            left: 35px; }
      .all-categories-list .dropdown-category-list .navPage-subMenu-item .navPages-level-5 .navPage-childList-item a {
        padding-left: 45px; }
        .all-categories-list .dropdown-category-list .navPage-subMenu-item .navPages-level-5 .navPage-childList-item a:hover {
          padding-left: 60px; }
          .all-categories-list .dropdown-category-list .navPage-subMenu-item .navPages-level-5 .navPage-childList-item a:hover:before {
            left: 45px; }
      .all-categories-list .dropdown-category-list .navPage-subMenu-item .navPage-subMenu-action {
        margin: 0;
        width: auto;
        border: none; }

.navList {
  margin-bottom: 0px; }
  .navList li {
    padding: 6px 0; }
    .navList li:first-child {
      padding-top: 0; }

#sideShopByPrice .navList {
  margin-top: 5px; }

#sideShopByPrice .navList-action {
  letter-spacing: 0; }

#sideShopByBrands .navList-item.view_all {
  padding-top: 11px;
  padding-bottom: 9px; }
  #sideShopByBrands .navList-item.view_all a {
    color: #477bc1; }
    #sideShopByBrands .navList-item.view_all a > span {
      background-image: linear-gradient(transparent 96%, rgba(71, 123, 193, 0.7) 4%);
      background-repeat: repeat-x;
      background-position-y: 0px;
      padding-bottom: 1px; }

#sideShopByBrands + #sideBannerImage {
  margin-top: 30px; }

#sideFeatured, #sideNew {
  margin-bottom: 40px; }
  #sideFeatured .productCarousel, #sideNew .productCarousel {
    margin: 12px 0 5px 0; }
    #sideFeatured .productCarousel .productCarousel-slide, #sideNew .productCarousel .productCarousel-slide {
      width: 100%; }
    #sideFeatured .productCarousel .slick-slide, #sideNew .productCarousel .slick-slide {
      display: block; }
      #sideFeatured .productCarousel .slick-slide > div:last-child .productCarousel-slide .card, #sideNew .productCarousel .slick-slide > div:last-child .productCarousel-slide .card {
        margin-bottom: 27px; }
    #sideFeatured .productCarousel .card, #sideNew .productCarousel .card {
      font-size: 0;
      margin-bottom: 44px;
      -ms-flex-direction: row;
      flex-direction: row; }
    #sideFeatured .productCarousel .card-figcaption-top, #sideFeatured .productCarousel .card-figcaption, #sideFeatured .productCarousel .product-badge, #sideNew .productCarousel .card-figcaption-top, #sideNew .productCarousel .card-figcaption, #sideNew .productCarousel .product-badge {
      display: none; }
    #sideFeatured .productCarousel .card-figure, #sideNew .productCarousel .card-figure {
      width: 70px !important;
      display: inline-block; }
    #sideFeatured .productCarousel .card-body, #sideNew .productCarousel .card-body {
      padding-top: 0;
      display: inline-block;
      width: calc(100% - 70px);
      vertical-align: top;
      padding-left: 20px;
      margin-top: -4px; }
      #sideFeatured .productCarousel .card-body .card-title > a, #sideNew .productCarousel .card-body .card-title > a {
        width: 100%;
        padding-right: 0px; }
      #sideFeatured .productCarousel .card-body .card-title .color-name, #sideNew .productCarousel .card-body .card-title .color-name {
        position: relative;
        top: auto;
        right: auto;
        margin-top: 4px;
        margin-bottom: 0px;
        display: inline-block;
        max-width: 100%; }
      #sideFeatured .productCarousel .card-body .card-price, #sideNew .productCarousel .card-body .card-price {
        margin-bottom: 9px; }
        #sideFeatured .productCarousel .card-body .card-price .price-section--saving, #sideNew .productCarousel .card-body .card-price .price-section--saving {
          display: none !important; }
      #sideFeatured .productCarousel .card-body .card-figcaption-button, #sideNew .productCarousel .card-body .card-figcaption-button {
        max-width: 122px;
        margin-top: 15px;
        padding-left: 15px;
        padding-right: 15px; }
    #sideFeatured .productCarousel .slick-arrow, #sideNew .productCarousel .slick-arrow {
      bottom: -25px !important;
      top: auto; }
      #sideFeatured .productCarousel .slick-arrow.slick-next, #sideNew .productCarousel .slick-arrow.slick-next {
        right: -5px; }
        #sideFeatured .productCarousel .slick-arrow.slick-next:before, #sideNew .productCarousel .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='%23999999' 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"); }
      #sideFeatured .productCarousel .slick-arrow.slick-prev, #sideNew .productCarousel .slick-arrow.slick-prev {
        left: -5px; }
        #sideFeatured .productCarousel .slick-arrow.slick-prev:before, #sideNew .productCarousel .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='%23999999' 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 "); }
    #sideFeatured .productCarousel .slick-dots li, #sideNew .productCarousel .slick-dots li {
      margin-top: 15px; }

#blog-tags .tags {
  margin: 0;
  text-align: left; }

#sideBannerImage {
  margin-top: 15px;
  display: inline-block;
  width: 100%; }
  #sideBannerImage .side-cms-content {
    text-align: center; }
    #sideBannerImage .side-cms-content .cms-image {
      display: block; }
      #sideBannerImage .side-cms-content .cms-image + .cms-image {
        margin-top: 30px; }

#sideCustomCMS {
  margin-top: 32px;
  margin-bottom: 40px; }
  #sideCustomCMS .side-cms-content p {
    margin-bottom: 30px;
    font-size: 1rem; }
    #sideCustomCMS .side-cms-content p:last-child {
      margin-bottom: 0; }

#advertisement-content {
  margin-top: -4px; }
  #advertisement-content .recentPosts_List .item {
    padding: 13px 0; }
    #advertisement-content .recentPosts_List .item:first-child {
      padding-top: 7px; }
    #advertisement-content .recentPosts_List .item:last-child {
      padding-bottom: 0;
      border-bottom: none; }
    #advertisement-content .recentPosts_List .item .title {
      font-size: 14px;
      text-transform: uppercase;
      font-weight: 600;
      margin-bottom: 6px; }
      #advertisement-content .recentPosts_List .item .title > a {
        color: #232323; }
    #advertisement-content .recentPosts_List .item .date {
      color: #999999;
      font-size: 12px; }

.recentPost-sidebar .title {
  margin-top: 0;
  font-size: 1rem;
  text-transform: capitalize; }
  .recentPost-sidebar .title:hover a {
    background-image: linear-gradient(transparent 97%, #324963 3%);
    background-repeat: repeat-x;
    background-position-y: -1px; }

.page-type-blog #sideBannerImage, .page-type-blog #sideCustomCMS {
  border-top: 1px solid #e8e8e8;
  margin-top: 35px;
  padding-top: 40px; }

@media (min-width: 551px) {
  .page-type-brands .breadcrumbs {
    margin-top: 8.75rem; } }

.page-type-brands .pagination .pagination-info {
  display: none; }

.page-type-brands .pagination .pagination-list {
  width: 100%;
  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: 25%; } }
    @media (min-width: 1025px) {
      .brandGrid .brand {
        width: 25%;
        padding-left: 15px;
        padding-right: 15px; } }
    @media (min-width: 1200px) {
      .brandGrid .brand {
        width: 20%; } }
    @media (min-width: 1441px) {
      .brandGrid .brand {
        width: 16.66667%; } }
    .brandGrid .brand .card {
      border-radius: 0;
      text-align: center;
      border: 1px solid #eaeaea;
      margin-bottom: 16px; }
      @media (min-width: 1025px) {
        .brandGrid .brand .card {
          margin-bottom: 30px; } }
      .brandGrid .brand .card .card-figure {
        padding-bottom: 0; }
      .brandGrid .brand .card .card-img-container {
        margin-left: auto;
        margin-right: auto;
        position: relative; }
      .brandGrid .brand .card .card-title {
        margin: 0;
        font-size: 12px;
        font-weight: 600;
        line-height: 20px;
        text-transform: uppercase;
        font-family: "Roboto", sans-serif;
        color: #324963;
        padding-right: 0; }
        .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: 13px;
          line-height: 24px;
          letter-spacing: 1px; } }

/* 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: 5px; }
  #azBrandsTable li {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #e6e6e6;
    border-left: none; }
    #azBrandsTable li a {
      color: #324963;
      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: "Roboto", 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: black;
      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: #324963;
  font-size: 20px; }

.brandList {
  margin: 0;
  list-style: none; }
  .brandList .brand {
    margin-bottom: 5px; }

.brand-name .title {
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  text-transform: capitalize;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  color: #5a5a5a; }
  .brand-name .title a {
    color: inherit; }

.azBrands-group {
  display: none;
  margin-bottom: 32px; }
  .azBrands-group.is-active {
    display: block; }

.brand-image-container {
  position: relative;
  max-width: 272px;
  margin: 5px auto 5px auto; }
  .brand-image-container img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: relative !important; }
  .brand-image-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 50%; }

.brand-image-container:after {
  display: none !important; }

.brand .card-img-container {
  max-width: 272px; }
  .brand .card-img-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 50%; }

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

.webinar-page .productGrid {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0;
  margin: 0 -8px; }
  .webinar-page .productGrid ul,
  .webinar-page .productGrid ol {
    list-style: none;
    margin-bottom: 0; }
  .webinar-page .productGrid:before, .webinar-page .productGrid:after {
    content: " ";
    display: table; }
  .webinar-page .productGrid:after {
    clear: both; }
  .webinar-page .productGrid .card-figure {
    padding-bottom: 0px !important; }
  @media (min-width: 1025px) {
    .webinar-page .productGrid {
      margin: 0 -15px; } }
  .webinar-page .productGrid .product {
    padding-left: 8px;
    padding-right: 8px;
    display: inline-block;
    font-size: 1rem;
    vertical-align: top;
    width: 100%; }
    .webinar-page .productGrid .product .card-figcaption-top, .webinar-page .productGrid .product .card-figcaption {
      display: none; }
    .webinar-page .productGrid .product .card-desc {
      display: block;
      font-size: 13px; }
      .webinar-page .productGrid .product .card-desc p {
        margin-bottom: 5px; }
    .webinar-page .productGrid .product .card-price .price-section .price {
      font-size: 16px;
      font-weight: 600;
      margin-bottom: 25px !important; }
    .webinar-page .productGrid .product .webinar-seats-inventory-wrapper {
      text-align: center;
      text-transform: uppercase;
      color: #e14141;
      font-weight: 600;
      margin-bottom: 10px; }
    @media (min-width: 551px) {
      .webinar-page .productGrid .product {
        width: 33.33333%; } }
    @media (min-width: 1025px) {
      .webinar-page .productGrid .product {
        width: 50%;
        padding-left: 15px;
        padding-right: 15px; } }
    .webinar-page .productGrid .product .card-img-container {
      max-width: 100% !important; }
      .webinar-page .productGrid .product .card-img-container:after {
        padding-bottom: 90%; }
    .webinar-page .productGrid .product .card-title {
      font-size: 18px; }
    .webinar-page .productGrid .product .action-button {
      margin-top: 10px;
      max-width: 80%;
      margin-left: auto;
      margin-right: auto; }
      @media (min-width: 1281px) {
        .webinar-page .productGrid .product .action-button {
          max-width: 60%; } }

@media (min-width: 1600px) {
  .productGrid--maxCol5 .product {
    width: 20%; } }

@media (min-width: 551px) {
  .productGrid--maxCol3 .product {
    width: 33.33333%; } }

@media (min-width: 551px) {
  .sidebar-show + #product-listing-container .productGrid .product,
  .sidebar-show + .page-content .productGrid .product {
    width: 33.33333%; } }

@media (min-width: 1920px) {
  .sidebar-show + #product-listing-container .productGrid .product,
  .sidebar-show + .page-content .productGrid .product {
    width: 25%; } }

.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: 10px auto 15px auto;
  max-width: 1570px; }
  .productList ul,
  .productList ol {
    list-style: none;
    margin-bottom: 0; }
  .productList .product + .product {
    margin-top: 0.83333rem; }
  .productList .product .card {
    display: inline-block;
    width: 100%; }
    @media (min-width: 768px) {
      .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; } }
  .productList .product .card-figure {
    width: 100%;
    display: inline-block; }
    @media (min-width: 768px) {
      .productList .product .card-figure {
        width: 30%; } }
    @media (min-width: 1025px) {
      .productList .product .card-figure {
        width: 370px; } }
    @media (max-width: 767px) {
      .productList .product .card-figure {
        max-width: 420px;
        margin-left: auto;
        margin-right: auto; } }
    .productList .product .card-figure .card-figcaption {
      display: none; }
    .productList .product .card-figure.has-popup .quickShopPopup {
      display: none; }
  .productList .product .card-figcaption-top > .icon.wishlist {
    display: none; }
  .productList .product .card-body {
    width: 100%;
    display: inline-block;
    text-align: left;
    padding-top: 20px;
    position: relative; }
    @media (min-width: 768px) {
      .productList .product .card-body {
        width: 100%;
        padding-left: 25px;
        padding-right: 25px;
        padding-top: 0px; } }
    @media (min-width: 992px) {
      .productList .product .card-body {
        padding-top: 15px; } }
    @media (min-width: 1025px) {
      .productList .product .card-body {
        padding-left: 70px;
        padding-right: 35px;
        padding-top: 15px; } }
    @media (min-width: 1281px) {
      .productList .product .card-body {
        padding-right: 70px; } }
    .productList .product .card-body .card-title {
      margin-bottom: 7px;
      text-align: left;
      padding-right: 0;
      font-size: 24px;
      line-height: 26px;
      text-transform: none !important; }
      .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;
      font-weight: 500;
      font-size: 14px;
      margin-top: 0;
      text-transform: none; }
    .productList .product .card-body .productOptionList {
      display: block; }
      .productList .product .card-body .productOptionList .productView {
        padding-top: 2px; }
      .productList .product .card-body .productOptionList [data-product-option-change2] .form-label {
        margin-bottom: 8px; }
        @media (min-width: 1025px) {
          .productList .product .card-body .productOptionList [data-product-option-change2] .form-label {
            margin-bottom: 15px; } }
      .productList .product .card-body .productOptionList [data-product-option-change2] .form-field {
        margin-bottom: 17px; }
        @media (min-width: 1025px) {
          .productList .product .card-body .productOptionList [data-product-option-change2] .form-field {
            margin-bottom: 25px; } }
    .productList .product .card-body .card-price {
      margin-bottom: 24px; }
      @media (max-width: 1024px) {
        .productList .product .card-body .card-price {
          text-align: center;
          margin-bottom: 18px; } }
      .homepage-layout-2 .productList .product .card-body .card-price {
        -ms-flex-pack: flex-start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start; }
      .productList .product .card-body .card-price .price-section .price {
        font-size: 18px;
        font-weight: 600; }
    .productList .product .card-body .card-rating {
      margin-bottom: 17px;
      display: inline-block; }
    .productList .product .card-body .card-figcaption2 {
      display: block; }
    .productList .product .card-body .card-figcaption {
      opacity: 1; }
  .productList .product .card-desc {
    display: block;
    margin-bottom: 15px; }
    @media (min-width: 1025px) {
      .productList .product .card-desc {
        margin-bottom: 18px; } }
    .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-figcaption-list {
    width: 100%;
    display: inline-block;
    margin-top: 0;
    padding-top: 0;
    font-size: 0; }
    @media (min-width: 768px) {
      .productList .product .card-figcaption-list {
        width: 25%; } }
    @media (min-width: 992px) {
      .productList .product .card-figcaption-list {
        padding-top: 10px;
        padding-left: 25px; } }
    @media (min-width: 1025px) {
      .productList .product .card-figcaption-list {
        padding-top: 10px;
        width: 315px;
        padding-left: 35px; } }
    @media (min-width: 1281px) {
      .productList .product .card-figcaption-list {
        padding-left: 70px;
        width: 340px; } }
    .productList .product .card-figcaption-list .form-field--increments {
      margin-top: 0; }
      @media (max-width: 767px) {
        .productList .product .card-figcaption-list .form-field--increments {
          text-align: left; } }
    .productList .product .card-figcaption-list .card-figcaption-body {
      transform: none;
      width: 100%;
      margin-top: 20px; }
      @media (min-width: 551px) {
        .productList .product .card-figcaption-list .card-figcaption-body .button {
          max-width: 270px; } }
    .productList .product .card-figcaption-list .wishlist {
      display: none;
      width: 100%;
      padding: 12px 25px 10px 25px;
      margin-top: 20px;
      float: left; }
      @media (min-width: 551px) {
        .productList .product .card-figcaption-list .wishlist {
          max-width: 270px; } }
      .productList .product .card-figcaption-list .wishlist .icon {
        width: 1.5rem;
        height: 1.5rem;
        margin-top: -2px;
        margin-right: 5px; }
  .productList .product .card_optionSize {
    display: none; }
    .productList .product .card_optionSize [data-product-attribute] {
      -ms-flex-pack: flex-start;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      padding: 0;
      margin-left: -8px; }
      @media (min-width: 551px) {
        .productList .product .card_optionSize [data-product-attribute] {
          margin-left: -12px; } }
  .productList .product .card_optionImage {
    margin-top: 15px;
    margin-bottom: 25px;
    display: none; }
    @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; } }
    .productList .product .card_optionImage.no-quickShop {
      display: block; }
  .productList .product .quickShopBtn {
    display: block;
    position: relative;
    left: auto;
    bottom: auto; }

@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: #4b88ff;
  border-color: #4b88ff;
  color: white; }
  .listItem-button:hover {
    background-color: #447ce8;
    border-color: #4b88ff;
    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: 14px;
      margin-bottom: 0; } }

.listItem-title {
  font-size: 14px;
  margin: 0 0 0.16667rem; }
  @media (min-width: 1025px) {
    .listItem-title {
      font-size: 16px; } }
  .listItem-title > a {
    text-decoration: none; }

.listItem-price {
  margin-bottom: 1rem; }
  @media (min-width: 1025px) {
    .listItem-price {
      font-size: 16px; } }

@media (min-width: 1281px) {
  .listItem-actions {
    vertical-align: middle;
    width: 22%; }
    .listItem-actions .button--compare {
      font-size: 13px;
      padding: 0.58333rem 1.5rem; } }

.listItem-actions .button {
  margin-bottom: 0; }
  @media (min-width: 1281px) {
    .listItem-actions .button {
      width: 100%; }
      .listItem-actions .button + .button {
        margin: 0.75rem 0 0; } }

@media (min-width: 1281px) {
  .page-sidebar + .page-content .productList .listItem-details {
    padding-right: 3rem; } }

@media (min-width: 1281px) {
  .page-sidebar + .page-content .productList .listItem-actions {
    width: 30%; } }

.productView {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  margin: 0; }
  .productView:before, .productView:after {
    content: " ";
    display: table; }
  .productView:after {
    clear: both; }
  .modal .productView {
    padding-bottom: 0;
    padding-top: 0; }
  .productView .payment-custom-block {
    border-top: none;
    border-bottom: none;
    margin-top: 0;
    padding-top: 10px; }

.productView--quickView .socialLinks-item--print {
  display: none; }

.productView-images {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-right: 0;
  padding-left: 0; }
  @media (min-width: 992px) {
    .productView-images {
      width: 41.66667%;
      padding-right: 1.25rem; } }

.productView-details-wrap {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 0;
  padding-right: 0; }
  @media (min-width: 992px) {
    .productView-details-wrap {
      clear: right;
      float: right;
      width: 58.33333%;
      padding-left: 1.25rem; } }

.productView-details {
  width: 100%; }
  @media (min-width: 992px) {
    .productView-details {
      max-width: 670px;
      margin: 0 auto; } }

.productView-description {
  width: 100%;
  display: inline-block; }
  .productView-description .productView-title {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem; }
  @media (min-width: 1025px) {
    .productView-description .productView-description {
      clear: both;
      float: none;
      width: 100%; } }

#add-to-cart-wrapper {
  display: inherit; }

@media (min-width: 1024px) {
  #sticky_addtocart #add-to-cart-wrapper {
    display: inherit !important; } }

#sticky_addtocart.show_sticky {
  top: 75px !important;
  animation-name: fadeInDown;
  animation-duration: 1.5s;
  animation-fill-mode: both; }

.header-layout-2 #sticky_addtocart.show_sticky {
  top: 65px !important;
  animation-name: fadeInDown;
  animation-duration: 1.5s;
  animation-fill-mode: both; }

@media (min-width: 992px) {
  .author-no-image .col-md-9, .author-no-image .col-lg-10 {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100% !important; } }

@media (min-width: 768px) {
  .author-no-image .col-md-9, .author-no-image .col-lg-10 {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100% !important; } }

#video-block {
  padding: 30px 0; }
  #video-block h2 {
    font-size: 48px;
    font-weight: 600;
    color: #002a56;
    line-height: 1.2; }
  #video-block p {
    font-size: 18px;
    margin-top: 30px; }

@media (max-width: 800px) {
  #video-block h2 {
    font-size: 42px;
    margin-top: 0; } }

#jsa-box {
  border: 1px solid #dce9f9;
  background: #fff;
  padding: 15px;
  margin-bottom: 40px; }
  #jsa-box h5 {
    color: #477bc1;
    margin-bottom: 0; }
  #jsa-box span {
    font-size: 12px; }
  #jsa-box .form-field {
    margin-bottom: 0px; }
  #jsa-box .form-checkbox + .form-label:before {
    position: absolute;
    left: 5px;
    top: 5px;
    width: 1.1em;
    height: 1.1em;
    border: 1px solid #aaa;
    background: #fff;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 0 rgba(203, 34, 237, 0.2);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 0 rgba(203, 34, 237, 0.2);
    -webkit-transition: all .275s;
    transition: all .275s; }
  #jsa-box .form-checkbox + .form-label:after {
    position: after;
    left: 4px;
    top: -1px;
    font-weight: 800;
    color: #228f05 !important;
    width: 1.6em;
    height: 1.6em;
    -webkit-transition: all .275s;
    transition: all .275s; }

@media (max-width: 850px) {
  .form-field #jsa-logo {
    display: none; } }

.vinyl-product .productView-img-container:after {
  padding-bottom: 80%; }

@media (min-width: 992px) {
  .vinyl-product .productView-images {
    width: 58.33333%;
    padding-right: 2.25rem; }
  .vinyl-product .productView-details-wrap {
    clear: right;
    float: right;
    width: 41.66667%;
    padding-left: 2.25rem;
    padding-right: 3.25rem; } }

.vinyl-product.private-collection-portrait .productView-img-container:after {
  padding-bottom: 120%; }

@media (min-width: 992px) {
  .vinyl-product.private-collection-portrait .productView-images {
    width: 48.33333%;
    padding-right: 2.25rem; }
  .vinyl-product.private-collection-portrait .productView-details-wrap {
    clear: right;
    float: right;
    width: 51.66667%;
    padding-left: 2.25rem;
    padding-right: 3.25rem; } }

.jsa-option-price {
  text-align: center !important;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: -3px;
  line-height: 1.3;
  color: #5a5a5a !important; }
  .jsa-option-price span {
    font-size: 14px;
    display: none;
    letter-spacing: 0;
    display: block;
    color: #477bc1; }

span.jsa-shipping-notice {
  margin-top: 5px;
  color: #db5b3b;
  display: block; }

.sale-flag-star,
.sale-flag-star:before,
.sale-flag-star:after {
  content: "";
  display: block;
  height: 4.16667rem;
  left: 0;
  overflow: visible;
  position: absolute;
  top: 0;
  transform: scaleX(1) scaleY(1) scaleZ(1);
  transform-origin: 50% 50% 0;
  width: 4.16667rem;
  z-index: 10; }

.sale-flag-star:before {
  transform: rotateZ(30deg) scaleX(1) scaleY(1) scaleZ(1); }

.sale-flag-star:after {
  transform: rotateZ(60deg) scaleX(1) scaleY(1) scaleZ(1); }

.starwrap {
  height: 4.16667rem;
  position: absolute;
  top: 10px;
  width: 4.16667rem; }

.sale-text-burst {
  font-weight: 600;
  line-height: 1.25rem;
  position: absolute;
  text-align: center;
  top: 20%;
  width: 4.16667rem;
  z-index: 50; }

.sale-flag-side {
  border-radius: 0 50px 50px 0;
  font-size: 15px;
  font-weight: 700;
  height: 1.66667rem;
  line-height: 1.33333rem;
  padding-left: 0.5rem;
  padding-right: 0.75rem;
  padding-top: 0.08333rem;
  position: absolute;
  transition: 800ms ease;
  z-index: 10; }

.product:hover .sale-flag-side {
  transition: 800ms ease; }

.sale-flag-sash {
  font-size: 15px;
  font-weight: 700;
  height: 1.66667rem;
  left: -35px;
  line-height: 1.33333rem;
  padding-top: 0.08333rem;
  position: absolute;
  text-align: center;
  top: 25px;
  transform: rotate(-45deg);
  transition: 800ms ease;
  width: 9.91667rem;
  z-index: 10; }

.product:hover .sale-flag-sash {
  transition: 800ms ease; }

.product {
  overflow: hidden; }

[data-product-attribute] .form-option.form-option-swatch {
  overflow: visible; }
  [data-product-attribute] .form-option.form-option-swatch.two-colors {
    -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: 16px;
      width: 32px;
      border-bottom-left-radius: 100px;
      border-bottom-right-radius: 100px;
      margin-top: 0;
      display: inline-block; }
  [data-product-attribute] .form-option.form-option-swatch.three-colors .form-option-variant:nth-child(2) {
    height: 11px;
    border-radius: 3px;
    top: 11px;
    z-index: 2; }
  [data-product-attribute] .form-option.form-option-swatch.three-colors .form-option-variant:last-child {
    height: 16px;
    top: 16px; }

.form-option-variant--color,
.form-option-variant--pattern {
  height: 32px;
  width: 32px; }

.form-option-variant--color {
  border: 1px solid transparent; }
  .form-option-variant--color.White, .form-option-variant--color.white {
    border: 1px solid #e6e6e6; }

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

@media (min-width: 1025px) {
  .account--fixed {
    margin: 0 auto;
    width: 66.66667%; } }

@media (min-width: 1025px) {
  .account--fixedSmall {
    margin: 0 auto;
    width: 50%; } }

@media (min-width: 1025px) {
  .account--fixedLarge {
    margin: 0 auto;
    width: 75%; } }

.account-head {
  margin-bottom: 3rem;
  text-align: center; }
  .account-head .alertBox {
    padding-left: 3rem;
    padding-right: 3rem;
    text-align: left; }

@media (min-width: 1025px) {
  .account-content--fixed {
    width: 66.66667%; } }

@media (min-width: 992px) {
  .account-content--fixedSmall {
    width: 58.33333%;
    display: inline-block;
    padding-right: 15px; } }

.account-sidebar {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding: 0; }
  @media (min-width: 992px) {
    .account-sidebar {
      width: 33.33333%; }
      .account-content--fixedSmall + .account-sidebar {
        float: right;
        padding-right: 0;
        padding-left: 15px; } }

.page-type-login h1.page-heading, .account h1.page-heading {
  margin-bottom: 46px; }

.page.forgot-password .account .alertBox .alertBox-column {
  display: inline; }

.page.forgot-password .forgot-password-form .form-label {
  display: inline-block; }

.page.forgot-password .forgot-password-form .form-input {
  max-width: 100%;
  -ms-flex: unset;
  flex: unset;
  display: inline-block;
  width: 100%; }
  @media (min-width: 551px) {
    .page.forgot-password .forgot-password-form .form-input {
      width: calc(100% - 215px);
      margin-right: 10px;
      float: left; } }

.page.forgot-password .forgot-password-form .form-prefixPostfix {
  display: inline-block;
  width: 100%; }
  .page.forgot-password .forgot-password-form .form-prefixPostfix .form-inlineMessage {
    text-align: left;
    clear: both;
    display: inline-block; }
  .page.forgot-password .forgot-password-form .form-prefixPostfix .button {
    height: 40px;
    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 {
  max-width: 100%; }

@media (min-width: 551px) {
  .page.account .breadcrumbs {
    margin-top: 8.33333rem; } }

.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% - 100px);
  overflow: unset;
  float: left; }

.page.create-account .form-input {
  max-width: 100%; }

.page.create-account .form-actions .button {
  min-width: 255px; }

.page.acount-created .button {
  margin-top: 10px; }

.page.account-message .send-message {
  margin-bottom: 15px; }

.page.account-add-wishlist .navBar--account {
  margin-bottom: 54px; }

.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: 15px; }
  .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 .pagination-wrapper {
  display: block !important;
  text-align: right; }

.page.gift-certificate .navBar--sub {
  margin-bottom: 4.16667rem; }

.page.gift-certificate-purchase .form-label.agree {
  color: #5a5a5a;
  font-weight: 400; }
  .page.gift-certificate-purchase .form-label.agree + .form-inlineMessage {
    margin-top: 5px; }

.page.gift-certificate-purchase .form-inlineMessage {
  margin-top: 15px; }

.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: 18px;
  border-radius: 0;
  margin-bottom: 0; }
  .page.gift-certificate-purchase .form-field-group .form-label {
    color: #5a5a5a;
    margin-bottom: 0.75rem; }

.page.gift-certificate-purchase .form-actions {
  margin-top: 1rem; }
  @media (min-width: 551px) {
    .page.gift-certificate-purchase .form-actions {
      width: 50%;
      float: right;
      padding-left: 15px; } }
  .page.gift-certificate-purchase .form-actions #gift-certificate-preview {
    width: 100%; }
    @media (min-width: 1025px) {
      .page.gift-certificate-purchase .form-actions #gift-certificate-preview {
        min-width: 0;
        width: 185px;
        float: left; } }
  .page.gift-certificate-purchase .form-actions #gift-certificate-submit {
    width: 100%;
    margin-left: 0; }
    @media (min-width: 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% - 205px);
        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: #324963;
  font-weight: 500; }

.page.gift-certificate ol li {
  padding: 3px 0; }

.page .form-prefixPostfix .button, .page .form-prefixPostfix .form-input {
  height: 3.33333rem; }

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

.g-recaptcha + br + .form-actions {
  margin-top: 5px; }

/* jsTree default theme */
.jstree-node,
.jstree-children,
.jstree-container-ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none; }

.jstree-node {
  white-space: nowrap; }

.jstree-anchor {
  display: inline-block;
  color: black;
  white-space: nowrap;
  padding: 0 4px 0 1px;
  margin: 0;
  vertical-align: top; }

.jstree-anchor:focus {
  outline: 0; }

.jstree-anchor,
.jstree-anchor:link,
.jstree-anchor:visited,
.jstree-anchor:hover,
.jstree-anchor:active {
  text-decoration: none;
  color: inherit; }

.jstree-icon {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: center; }

.jstree-icon:empty {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: center; }

.jstree-ocl {
  cursor: pointer; }

.jstree-leaf > .jstree-ocl {
  cursor: default; }

.jstree .jstree-open > .jstree-children {
  display: block; }

.jstree .jstree-closed > .jstree-children,
.jstree .jstree-leaf > .jstree-children {
  display: none; }

.jstree-anchor > .jstree-themeicon {
  margin-right: 2px; }

.jstree-no-icons .jstree-themeicon,
.jstree-anchor > .jstree-themeicon-hidden {
  display: none; }

.jstree-hidden {
  display: none; }

.jstree-rtl .jstree-anchor {
  padding: 0 1px 0 4px; }

.jstree-rtl .jstree-anchor > .jstree-themeicon {
  margin-left: 2px;
  margin-right: 0; }

.jstree-rtl .jstree-node {
  margin-left: 0; }

.jstree-rtl .jstree-container-ul > .jstree-node {
  margin-right: 0; }

.jstree-wholerow-ul {
  position: relative;
  display: inline-block;
  min-width: 100%; }

.jstree-wholerow-ul .jstree-leaf > .jstree-ocl {
  cursor: pointer; }

.jstree-wholerow-ul .jstree-anchor,
.jstree-wholerow-ul .jstree-icon {
  position: relative; }

.jstree-wholerow-ul .jstree-wholerow {
  width: 100%;
  cursor: pointer;
  position: absolute;
  left: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.vakata-context {
  display: none; }

.vakata-context,
.vakata-context ul {
  margin: 0;
  padding: 2px;
  position: absolute;
  background: #f5f5f5;
  border: 1px solid #979797;
  box-shadow: 2px 2px 2px #999999; }

.vakata-context ul {
  list-style: none;
  left: 100%;
  margin-top: -2.7em;
  margin-left: -4px; }

.vakata-context .vakata-context-right ul {
  left: auto;
  right: 100%;
  margin-left: auto;
  margin-right: -4px; }

.vakata-context li {
  list-style: none;
  display: inline; }

.vakata-context li > a {
  display: block;
  padding: 0 2em 0 2em;
  text-decoration: none;
  width: auto;
  color: black;
  white-space: nowrap;
  line-height: 2.4em;
  text-shadow: 1px 1px 0 white;
  border-radius: 1px; }

.vakata-context li > a:hover {
  position: relative;
  background-color: #e8eff7;
  box-shadow: 0 0 2px #0a6aa1; }

.vakata-context li > a.vakata-context-parent {
  background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAIORI4JlrqN1oMSnmmZDQUAOw==");
  background-position: right center;
  background-repeat: no-repeat; }

.vakata-context li > a:focus {
  outline: 0; }

.vakata-context .vakata-context-hover > a {
  position: relative;
  background-color: #e8eff7;
  box-shadow: 0 0 2px #0a6aa1; }

.vakata-context .vakata-context-separator > a,
.vakata-context .vakata-context-separator > a:hover {
  background: white;
  border: 0;
  border-top: 1px solid #e2e3e3;
  height: 1px;
  min-height: 1px;
  max-height: 1px;
  padding: 0;
  margin: 0 0 0 2.4em;
  border-left: 1px solid #e0e0e0;
  text-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  border-radius: 0; }

.vakata-context .vakata-contextmenu-disabled a,
.vakata-context .vakata-contextmenu-disabled a:hover {
  color: silver;
  background-color: transparent;
  border: 0;
  box-shadow: 0 0 0; }

.vakata-context li > a > i {
  text-decoration: none;
  display: inline-block;
  width: 2.4em;
  height: 2.4em;
  background: transparent;
  margin: 0 0 0 -2em;
  vertical-align: top;
  text-align: center;
  line-height: 2.4em; }

.vakata-context li > a > i:empty {
  width: 2.4em;
  line-height: 2.4em; }

.vakata-context li > a .vakata-contextmenu-sep {
  display: inline-block;
  width: 1px;
  height: 2.4em;
  background: white;
  margin: 0 0.5em 0 0;
  border-left: 1px solid #e2e3e3; }

.vakata-context .vakata-contextmenu-shortcut {
  font-size: 0.8em;
  color: silver;
  opacity: 0.5;
  display: none; }

.vakata-context-rtl ul {
  left: auto;
  right: 100%;
  margin-left: auto;
  margin-right: -4px; }

.vakata-context-rtl li > a.vakata-context-parent {
  background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAINjI+AC7rWHIsPtmoxLAA7");
  background-position: left center;
  background-repeat: no-repeat; }

.vakata-context-rtl .vakata-context-separator > a {
  margin: 0 2.4em 0 0;
  border-left: 0;
  border-right: 1px solid #e2e3e3; }

.vakata-context-rtl .vakata-context-left ul {
  right: auto;
  left: 100%;
  margin-left: -4px;
  margin-right: auto; }

.vakata-context-rtl li > a > i {
  margin: 0 -2em 0 0; }

.vakata-context-rtl li > a .vakata-contextmenu-sep {
  margin: 0 0 0 0.5em;
  border-left-color: white;
  background: #e2e3e3; }

#jstree-marker {
  position: absolute;
  top: 0;
  left: 0;
  margin: -5px 0 0 0;
  padding: 0;
  border-right: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0; }

#jstree-dnd {
  line-height: 16px;
  margin: 0;
  padding: 4px; }

#jstree-dnd .jstree-icon,
#jstree-dnd .jstree-copy {
  display: inline-block;
  text-decoration: none;
  margin: 0 2px 0 0;
  padding: 0;
  width: 16px;
  height: 16px; }

#jstree-dnd .jstree-ok {
  background: green; }

#jstree-dnd .jstree-er {
  background: red; }

#jstree-dnd .jstree-copy {
  margin: 0 2px 0 2px; }

.jstree-default .jstree-node,
.jstree-default .jstree-icon {
  background-repeat: no-repeat;
  background-color: transparent; }

.jstree-default .jstree-anchor,
.jstree-default .jstree-wholerow {
  transition: background-color 0.15s, box-shadow 0.15s; }

.jstree-default .jstree-hovered {
  background: #e7f4f9;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #cccccc; }

.jstree-default .jstree-clicked {
  background: #beebff;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #999999; }

.jstree-default .jstree-no-icons .jstree-anchor > .jstree-themeicon {
  display: none; }

.jstree-default .jstree-disabled {
  background: transparent;
  color: #666666; }

.jstree-default .jstree-disabled.jstree-hovered {
  background: transparent;
  box-shadow: none; }

.jstree-default .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default .jstree-disabled > .jstree-icon {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

.jstree-default .jstree-search {
  font-style: italic;
  color: #8b0000;
  font-weight: bold; }

.jstree-default .jstree-no-checkboxes .jstree-checkbox {
  display: none !important; }

.jstree-default.jstree-checkbox-no-clicked .jstree-clicked {
  background: transparent;
  box-shadow: none; }

.jstree-default.jstree-checkbox-no-clicked .jstree-clicked.jstree-hovered {
  background: #e7f4f9; }

.jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked {
  background: transparent; }

.jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked.jstree-wholerow-hovered {
  background: #e7f4f9; }

.jstree-default > .jstree-striped {
  min-width: 100%;
  display: inline-block;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAkCAMAAAB/qqA+AAAABlBMVEUAAAAAAAClZ7nPAAAAAnRSTlMNAMM9s3UAAAAXSURBVHjajcEBAQAAAIKg/H/aCQZ70AUBjAATb6YPDgAAAABJRU5ErkJggg==") left top repeat; }

.jstree-default > .jstree-wholerow-ul .jstree-hovered,
.jstree-default > .jstree-wholerow-ul .jstree-clicked {
  background: transparent;
  box-shadow: none;
  border-radius: 0; }

.jstree-default .jstree-wholerow {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.jstree-default .jstree-wholerow-hovered {
  background: #e7f4f9; }

.jstree-default .jstree-wholerow-clicked {
  background: #beebff;
  background: -webkit-linear-gradient(top, #beebff 0%, #a8e4ff 100%);
  background: linear-gradient(to bottom, #beebff 0%, #a8e4ff 100%); }

.jstree-default .jstree-node {
  min-height: 24px;
  line-height: 24px;
  margin-left: 24px;
  min-width: 24px; }

.jstree-default .jstree-anchor {
  line-height: 24px;
  height: 24px; }

.jstree-default .jstree-icon {
  width: 24px;
  height: 24px;
  line-height: 24px; }

.jstree-default .jstree-icon:empty {
  width: 24px;
  height: 24px;
  line-height: 24px; }

.jstree-default.jstree-rtl .jstree-node {
  margin-right: 24px; }

.jstree-default .jstree-wholerow {
  height: 24px; }

.jstree-default .jstree-node,
.jstree-default .jstree-icon {
  background-image: url("../img/vendor/jstree/32px.png"); }

.jstree-default .jstree-node {
  background-position: -292px -4px;
  background-repeat: repeat-y; }

.jstree-default .jstree-last {
  background: transparent; }

.jstree-default .jstree-open > .jstree-ocl {
  background-position: -132px -4px; }

.jstree-default .jstree-closed > .jstree-ocl {
  background-position: -100px -4px; }

.jstree-default .jstree-leaf > .jstree-ocl {
  background-position: -68px -4px; }

.jstree-default .jstree-themeicon {
  background-position: -260px -4px; }

.jstree-default > .jstree-no-dots .jstree-node,
.jstree-default > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -36px -4px; }

.jstree-default > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -4px -4px; }

.jstree-default .jstree-disabled {
  background: transparent; }

.jstree-default .jstree-disabled.jstree-hovered {
  background: transparent; }

.jstree-default .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default .jstree-checkbox {
  background-position: -164px -4px; }

.jstree-default .jstree-checkbox:hover {
  background-position: -164px -36px; }

.jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default .jstree-checked > .jstree-checkbox {
  background-position: -228px -4px; }

.jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default .jstree-checked > .jstree-checkbox:hover {
  background-position: -228px -36px; }

.jstree-default .jstree-anchor > .jstree-undetermined {
  background-position: -196px -4px; }

.jstree-default .jstree-anchor > .jstree-undetermined:hover {
  background-position: -196px -36px; }

.jstree-default .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

.jstree-default > .jstree-striped {
  background-size: auto 48px; }

.jstree-default.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y; }

.jstree-default.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -132px -36px; }

.jstree-default.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -100px -36px; }

.jstree-default.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -68px -36px; }

.jstree-default.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -36px -36px; }

.jstree-default.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -4px -36px; }

.jstree-default .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0; }

.jstree-default > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("../img/vendor/jstree/throbber.gif") center center no-repeat; }

.jstree-default .jstree-file {
  background: url("../img/vendor/jstree/32px.png") -100px -68px no-repeat; }

.jstree-default .jstree-folder {
  background: url("../img/vendor/jstree/32px.png") -260px -4px no-repeat; }

.jstree-default > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0; }

#jstree-dnd.jstree-default {
  line-height: 24px;
  padding: 0 4px; }

#jstree-dnd.jstree-default .jstree-ok,
#jstree-dnd.jstree-default .jstree-er {
  background-image: url("../img/vendor/jstree/32px.png");
  background-repeat: no-repeat;
  background-color: transparent; }

#jstree-dnd.jstree-default i {
  background: transparent;
  width: 24px;
  height: 24px;
  line-height: 24px; }

#jstree-dnd.jstree-default .jstree-ok {
  background-position: -4px -68px; }

#jstree-dnd.jstree-default .jstree-er {
  background-position: -36px -68px; }

.jstree-default.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg=="); }

.jstree-default.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-small .jstree-node {
  min-height: 18px;
  line-height: 18px;
  margin-left: 18px;
  min-width: 18px; }

.jstree-default-small .jstree-anchor {
  line-height: 18px;
  height: 18px; }

.jstree-default-small .jstree-icon {
  width: 18px;
  height: 18px;
  line-height: 18px; }

.jstree-default-small .jstree-icon:empty {
  width: 18px;
  height: 18px;
  line-height: 18px; }

.jstree-default-small.jstree-rtl .jstree-node {
  margin-right: 18px; }

.jstree-default-small .jstree-wholerow {
  height: 18px; }

.jstree-default-small .jstree-node,
.jstree-default-small .jstree-icon {
  background-image: url("../img/vendor/jstree/32px.png"); }

.jstree-default-small .jstree-node {
  background-position: -295px -7px;
  background-repeat: repeat-y; }

.jstree-default-small .jstree-last {
  background: transparent; }

.jstree-default-small .jstree-open > .jstree-ocl {
  background-position: -135px -7px; }

.jstree-default-small .jstree-closed > .jstree-ocl {
  background-position: -103px -7px; }

.jstree-default-small .jstree-leaf > .jstree-ocl {
  background-position: -71px -7px; }

.jstree-default-small .jstree-themeicon {
  background-position: -263px -7px; }

.jstree-default-small > .jstree-no-dots .jstree-node,
.jstree-default-small > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-small > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -7px; }

.jstree-default-small > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -7px -7px; }

.jstree-default-small .jstree-disabled {
  background: transparent; }

.jstree-default-small .jstree-disabled.jstree-hovered {
  background: transparent; }

.jstree-default-small .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default-small .jstree-checkbox {
  background-position: -167px -7px; }

.jstree-default-small .jstree-checkbox:hover {
  background-position: -167px -39px; }

.jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default-small .jstree-checked > .jstree-checkbox {
  background-position: -231px -7px; }

.jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default-small .jstree-checked > .jstree-checkbox:hover {
  background-position: -231px -39px; }

.jstree-default-small .jstree-anchor > .jstree-undetermined {
  background-position: -199px -7px; }

.jstree-default-small .jstree-anchor > .jstree-undetermined:hover {
  background-position: -199px -39px; }

.jstree-default-small .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

.jstree-default-small > .jstree-striped {
  background-size: auto 36px; }

.jstree-default-small.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y; }

.jstree-default-small.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-small.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -135px -39px; }

.jstree-default-small.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -103px -39px; }

.jstree-default-small.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -71px -39px; }

.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -39px; }

.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -7px -39px; }

.jstree-default-small .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0; }

.jstree-default-small > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("../img/vendor/jstree/throbber.gif") center center no-repeat; }

.jstree-default-small .jstree-file {
  background: url("../img/vendor/jstree/32px.png") -103px -71px no-repeat; }

.jstree-default-small .jstree-folder {
  background: url("../img/vendor/jstree/32px.png") -263px -7px no-repeat; }

.jstree-default-small > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0; }

#jstree-dnd.jstree-default-small {
  line-height: 18px;
  padding: 0 4px; }

#jstree-dnd.jstree-default-small .jstree-ok,
#jstree-dnd.jstree-default-small .jstree-er {
  background-image: url("../img/vendor/jstree/32px.png");
  background-repeat: no-repeat;
  background-color: transparent; }

#jstree-dnd.jstree-default-small i {
  background: transparent;
  width: 18px;
  height: 18px;
  line-height: 18px; }

#jstree-dnd.jstree-default-small .jstree-ok {
  background-position: -7px -71px; }

#jstree-dnd.jstree-default-small .jstree-er {
  background-position: -39px -71px; }

.jstree-default-small.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAACAQMAAABv1h6PAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMHBgAAiABBI4gz9AAAAABJRU5ErkJggg=="); }

.jstree-default-small.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-large .jstree-node {
  min-height: 32px;
  line-height: 32px;
  margin-left: 32px;
  min-width: 32px; }

.jstree-default-large .jstree-anchor {
  line-height: 32px;
  height: 32px; }

.jstree-default-large .jstree-icon {
  width: 32px;
  height: 32px;
  line-height: 32px; }

.jstree-default-large .jstree-icon:empty {
  width: 32px;
  height: 32px;
  line-height: 32px; }

.jstree-default-large.jstree-rtl .jstree-node {
  margin-right: 32px; }

.jstree-default-large .jstree-wholerow {
  height: 32px; }

.jstree-default-large .jstree-node,
.jstree-default-large .jstree-icon {
  background-image: url("../img/vendor/jstree/32px.png"); }

.jstree-default-large .jstree-node {
  background-position: -288px 0px;
  background-repeat: repeat-y; }

.jstree-default-large .jstree-last {
  background: transparent; }

.jstree-default-large .jstree-open > .jstree-ocl {
  background-position: -128px 0px; }

.jstree-default-large .jstree-closed > .jstree-ocl {
  background-position: -96px 0px; }

.jstree-default-large .jstree-leaf > .jstree-ocl {
  background-position: -64px 0px; }

.jstree-default-large .jstree-themeicon {
  background-position: -256px 0px; }

.jstree-default-large > .jstree-no-dots .jstree-node,
.jstree-default-large > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-large > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px 0px; }

.jstree-default-large > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0px 0px; }

.jstree-default-large .jstree-disabled {
  background: transparent; }

.jstree-default-large .jstree-disabled.jstree-hovered {
  background: transparent; }

.jstree-default-large .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default-large .jstree-checkbox {
  background-position: -160px 0px; }

.jstree-default-large .jstree-checkbox:hover {
  background-position: -160px -32px; }

.jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default-large .jstree-checked > .jstree-checkbox {
  background-position: -224px 0px; }

.jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default-large .jstree-checked > .jstree-checkbox:hover {
  background-position: -224px -32px; }

.jstree-default-large .jstree-anchor > .jstree-undetermined {
  background-position: -192px 0px; }

.jstree-default-large .jstree-anchor > .jstree-undetermined:hover {
  background-position: -192px -32px; }

.jstree-default-large .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

.jstree-default-large > .jstree-striped {
  background-size: auto 64px; }

.jstree-default-large.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y; }

.jstree-default-large.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-large.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -128px -32px; }

.jstree-default-large.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -96px -32px; }

.jstree-default-large.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -64px -32px; }

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px -32px; }

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0px -32px; }

.jstree-default-large .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0; }

.jstree-default-large > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("../img/vendor/jstree/throbber.gif") center center no-repeat; }

.jstree-default-large .jstree-file {
  background: url("../img/vendor/jstree/32px.png") -96px -64px no-repeat; }

.jstree-default-large .jstree-folder {
  background: url("../img/vendor/jstree/32px.png") -256px 0px no-repeat; }

.jstree-default-large > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0; }

#jstree-dnd.jstree-default-large {
  line-height: 32px;
  padding: 0 4px; }

#jstree-dnd.jstree-default-large .jstree-ok,
#jstree-dnd.jstree-default-large .jstree-er {
  background-image: url("../img/vendor/jstree/32px.png");
  background-repeat: no-repeat;
  background-color: transparent; }

#jstree-dnd.jstree-default-large i {
  background: transparent;
  width: 32px;
  height: 32px;
  line-height: 32px; }

#jstree-dnd.jstree-default-large .jstree-ok {
  background-position: 0px -64px; }

#jstree-dnd.jstree-default-large .jstree-er {
  background-position: -32px -64px; }

.jstree-default-large.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAACAQMAAAAD0EyKAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjgIIGBgABCgCBvVLXcAAAAABJRU5ErkJggg=="); }

.jstree-default-large.jstree-rtl .jstree-last {
  background: transparent; }

@media (max-width: 768px) {
  #jstree-dnd.jstree-dnd-responsive {
    line-height: 40px;
    font-weight: bold;
    font-size: 1.1em;
    text-shadow: 1px 1px white; }
  #jstree-dnd.jstree-dnd-responsive > i {
    background: transparent;
    width: 40px;
    height: 40px; }
  #jstree-dnd.jstree-dnd-responsive > .jstree-ok {
    background-image: url("../img/vendor/jstree/40px.png");
    background-position: 0 -200px;
    background-size: 120px 240px; }
  #jstree-dnd.jstree-dnd-responsive > .jstree-er {
    background-image: url("../img/vendor/jstree/40px.png");
    background-position: -40px -200px;
    background-size: 120px 240px; }
  #jstree-marker.jstree-dnd-responsive {
    border-left-width: 10px;
    border-top-width: 10px;
    border-bottom-width: 10px;
    margin-top: -10px; } }

@media (max-width: 768px) {
  .jstree-default-responsive {
    /*
	.jstree-open > .jstree-ocl,
	.jstree-closed > .jstree-ocl { border-radius:20px; background-color:white; }
	*/ }
  .jstree-default-responsive .jstree-icon {
    background-image: url("../img/vendor/jstree/40px.png"); }
  .jstree-default-responsive .jstree-node,
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background: transparent; }
  .jstree-default-responsive .jstree-node {
    min-height: 40px;
    line-height: 40px;
    margin-left: 40px;
    min-width: 40px;
    white-space: nowrap; }
  .jstree-default-responsive .jstree-anchor {
    line-height: 40px;
    height: 40px; }
  .jstree-default-responsive .jstree-icon,
  .jstree-default-responsive .jstree-icon:empty {
    width: 40px;
    height: 40px;
    line-height: 40px; }
  .jstree-default-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0; }
  .jstree-default-responsive.jstree-rtl .jstree-node {
    margin-left: 0;
    margin-right: 40px; }
  .jstree-default-responsive.jstree-rtl .jstree-container-ul > .jstree-node {
    margin-right: 0; }
  .jstree-default-responsive .jstree-ocl,
  .jstree-default-responsive .jstree-themeicon,
  .jstree-default-responsive .jstree-checkbox {
    background-size: 120px 240px; }
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background: transparent; }
  .jstree-default-responsive .jstree-open > .jstree-ocl {
    background-position: 0 0px !important; }
  .jstree-default-responsive .jstree-closed > .jstree-ocl {
    background-position: 0 -40px !important; }
  .jstree-default-responsive.jstree-rtl .jstree-closed > .jstree-ocl {
    background-position: -40px 0px !important; }
  .jstree-default-responsive .jstree-themeicon {
    background-position: -40px -40px; }
  .jstree-default-responsive .jstree-checkbox,
  .jstree-default-responsive .jstree-checkbox:hover {
    background-position: -40px -80px; }
  .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
  .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
  .jstree-default-responsive .jstree-checked > .jstree-checkbox,
  .jstree-default-responsive .jstree-checked > .jstree-checkbox:hover {
    background-position: 0 -80px; }
  .jstree-default-responsive .jstree-anchor > .jstree-undetermined,
  .jstree-default-responsive .jstree-anchor > .jstree-undetermined:hover {
    background-position: 0 -120px; }
  .jstree-default-responsive .jstree-anchor {
    font-weight: bold;
    font-size: 1.1em;
    text-shadow: 1px 1px white; }
  .jstree-default-responsive > .jstree-striped {
    background: transparent; }
  .jstree-default-responsive .jstree-wholerow {
    border-top: 1px solid rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid rgba(64, 64, 64, 0.2);
    background: #ebebeb;
    height: 40px; }
  .jstree-default-responsive .jstree-wholerow-hovered {
    background: #e7f4f9; }
  .jstree-default-responsive .jstree-wholerow-clicked {
    background: #beebff; }
  .jstree-default-responsive .jstree-children .jstree-last > .jstree-wholerow {
    box-shadow: inset 0 -6px 3px -5px #666666; }
  .jstree-default-responsive .jstree-children .jstree-open > .jstree-wholerow {
    box-shadow: inset 0 6px 3px -5px #666666;
    border-top: 0; }
  .jstree-default-responsive .jstree-children .jstree-open + .jstree-open {
    box-shadow: none; }
  .jstree-default-responsive .jstree-node,
  .jstree-default-responsive .jstree-icon,
  .jstree-default-responsive .jstree-node > .jstree-ocl,
  .jstree-default-responsive .jstree-themeicon,
  .jstree-default-responsive .jstree-checkbox {
    background-image: url("../img/vendor/jstree/40px.png");
    background-size: 120px 240px; }
  .jstree-default-responsive .jstree-node {
    background-position: -80px 0;
    background-repeat: repeat-y; }
  .jstree-default-responsive .jstree-last {
    background: transparent; }
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background-position: -40px -120px; }
  .jstree-default-responsive .jstree-last > .jstree-ocl {
    background-position: -40px -160px; }
  .jstree-default-responsive .jstree-themeicon-custom {
    background-color: transparent;
    background-image: none;
    background-position: 0 0; }
  .jstree-default-responsive .jstree-file {
    background: url("../img/vendor/jstree/40px.png") 0 -160px no-repeat;
    background-size: 120px 240px; }
  .jstree-default-responsive .jstree-folder {
    background: url("../img/vendor/jstree/40px.png") -40px -40px no-repeat;
    background-size: 120px 240px; }
  .jstree-default-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0;
    margin-right: 0; } }

/* Sticky Notification Bar */
.sticky-notification {
  --border-radius: 30px;
  --translate-x: -50%;
  --translate-y: 50px;
  position: fixed;
  bottom: 15px;
  left: 50%;
  transform: translateX(var(--translate-x)) translateY(var(--translate-y));
  pointer-events: none;
  opacity: 0;
  width: max-content;
  max-width: 90%;
  z-index: 999;
  transition: all 450ms ease-in-out, opacity 600ms ease-in-out;
  background: #f6b924;
  padding: 16px 50px;
  border-radius: 30px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 5px;
  overflow: hidden;
  cursor: pointer;
  animation: vertical-floating 1.5s ease-out infinite;
  animation-delay: 3s;
  transform-origin: 50% 50%;
  overflow: initial;
  will-change: transform; }
  .sticky-notification.show {
    --translate-y: 0;
    opacity: 1;
    pointer-events: auto; }
  .sticky-notification .text-wrapper {
    display: flex;
    align-items: center;
    justify-content: center; }
    .sticky-notification .text-wrapper .intro-text {
      color: #051c42;
      font-size: 14px;
      font-weight: 400;
      transition: color 350ms ease-in-out; }
      .sticky-notification .text-wrapper .intro-text:hover {
        color: #051c42; }
    .sticky-notification .text-wrapper .link-text {
      color: #051c42;
      font-size: 14px;
      font-weight: 400;
      transition: color 350ms ease-in-out, fill 350ms ease-in-out; }
      .sticky-notification .text-wrapper .link-text:hover {
        color: #051c42; }
    .sticky-notification .text-wrapper .intro-text-desktop {
      display: block; }
    .sticky-notification .text-wrapper .link-text-desktop {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 6px;
      margin-left: 6px; }
      .sticky-notification .text-wrapper .link-text-desktop:hover .icon {
        transform: translateX(4px); }
    .sticky-notification .text-wrapper .intro-text-mobile {
      display: none; }
    .sticky-notification .text-wrapper .link-text-mobile {
      display: none; }
  .sticky-notification .close-btn {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    cursor: pointer;
    color: #fff;
    font-weight: 300;
    margin-top: -2px; }
    .sticky-notification .close-btn svg {
      width: 16px;
      height: 16px;
      fill: #051c42; }
    .sticky-notification .close-btn path {
      fill: #051c42; }
  .sticky-notification .icon-link-arrow {
    width: 20px;
    height: 20px;
    fill: #051c42; }
    .sticky-notification .icon-link-arrow svg {
      fill: #051c42; }
    .sticky-notification .icon-link-arrow rect {
      fill: #051c42; }
    .sticky-notification .icon-link-arrow path {
      fill: #051c42; }
  .sticky-notification .link-text:hover .icon-link-arrow {
    fill: #051c42; }
    .sticky-notification .link-text:hover .icon-link-arrow rect {
      fill: #051c42; }
    .sticky-notification .link-text:hover .icon-link-arrow path {
      fill: #051c42; }
  .sticky-notification .mobile-image-icon {
    display: none; }

@media screen and (max-width: 1024px) {
  .sticky-notification {
    --bottom-arrow-size: 7px;
    --bottom-positon: 66px;
    bottom: 15px; }
  #notification-popup {
    width: 80vw;
    max-width: unset; } }

@media screen and (max-width: 767px) {
  .sticky-notification {
    padding: 10px 20px; }
    .sticky-notification.hidden-mobile {
      display: none; }
    .sticky-notification .close-btn {
      display: none; }
    .sticky-notification .mobile-image-icon {
      display: block;
      width: 18px;
      height: 18px;
      position: relative;
      top: -5px; }
      .sticky-notification .mobile-image-icon:first-of-type {
        margin-right: 5px; }
      .sticky-notification .mobile-image-icon:nth-of-type(2) {
        margin-left: 5px; }
    .sticky-notification .text-wrapper {
      flex-direction: column;
      height: 22px;
      justify-content: flex-start;
      overflow: hidden; }
      .sticky-notification .text-wrapper .intro-text-mobile {
        transition: transform 500ms ease-out; }
      .sticky-notification .text-wrapper a {
        transition: transform 500ms ease-out; }
      .sticky-notification .text-wrapper .intro-text-desktop {
        display: none; }
      .sticky-notification .text-wrapper .link-text-desktop {
        display: none; }
      .sticky-notification .text-wrapper .intro-text-mobile {
        display: block; }
      .sticky-notification .text-wrapper .link-text-mobile {
        display: block; }
    .sticky-notification .text-wrapper.slide-down .intro-text-mobile {
      transform: translateY(-100%); }
    .sticky-notification .text-wrapper.slide-down a {
      transform: translateY(-100%); }
  .sticky-notification.hide-on-mobile {
    display: none; }
  .sticky-notification.temporary-hide {
    opacity: 0;
    --translate-y: -20px;
    pointer-events: none; } }

@media screen and (min-width: 768px) {
  .sticky-notification.hidden-desktop {
    display: none; } }

@media screen and (min-width: 1025px) {
  .sticky-notification::after {
    content: "";
    z-index: -1;
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
    top: -50%;
    bottom: -50%;
    left: -10%;
    width: 3em;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
    visibility: hidden; } }

@keyframes vertical-floating {
  0%, 100% {
    transform: translateX(var(--translate-x)) translateY(0); }
  50% {
    transform: translateX(var(--translate-x)) translateY(6px); } }

@keyframes shineToRight {
  100% {
    left: 110%;
    visibility: visible; } }

.productsByCategoryId .slick-arrow, .productsByCategoryId .slick-next, .productsByCategoryId .slick-prev {
  top: 40%;
  background: rgba(255, 255, 255, 0.8) !important;
  border: 2px solid rgba(255, 255, 255, 0.5);
  height: 92px;
  width: 52px;
  box-shadow: 0 0.125rem 0.25rem rgba(5, 0, 0, 0.075) !important; }

.clearfix::after {
  content: "";
  clear: both;
  display: table; }

.text-info {
  color: #4b88ff; }

.no-uppercase {
  text-transform: none; }

.product-card-details .card_optionImage {
  display: none; }

a.css-1yqumcf {
  display: inline-block;
  aspect-ratio: 300/420 !important; }

.below-menu-banner {
  width: 100%; }
  .below-menu-banner img {
    width: 100%; }

.css-15ma1sl {
  text-align: center !important;
  border-radius: 5px !important; }
  .css-15ma1sl:hover {
    color: #fff !important; }

@media screen and (max-width: 700px) {
  .css-15ma1sl {
    font-size: 13px !important;
    line-height: 18px !important; } }

@media screen and (max-width: 649px) {
  .mobile-banner-version {
    display: block; }
  .desktop-banner-version {
    display: none; } }

@media screen and (min-width: 650px) {
  .desktop-banner-version {
    display: block; }
  .mobile-banner-version {
    display: none; } }
