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

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

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 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:801px)/";
  width: 551px; }

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

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

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

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

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

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

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

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

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-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 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-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

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

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

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

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994; }

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

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  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--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  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;
  -ms-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: -webkit-zoom-out;
  cursor: zoom-out; }

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

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .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--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .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-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

/* Fix iOS */
.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; }

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

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  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; }

/* Fix IE11 */
.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--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none; }

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

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  -ms-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; }

/* Close button on the top right corner of html content */
.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; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0; }

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 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; }

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
  animation: fancybox-rotate 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 fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

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

/* transitionEffect: slide */
.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: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

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

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

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  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: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

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

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

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

/* transitionEffect: circular */
.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: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

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

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

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

/* Styling for Small-Screen Devices */
@media all and (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; } }

/* Share */
.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 0; }

.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 5px;
  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:visited,
.fancybox-share__button:link {
  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 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  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: center center;
  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; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! 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: #383e47;
  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: 801px) {
    html {
      font-size: 12px; } }
  @media (min-width: 1261px) {
    html {
      font-size: 12px; } }

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

a {
  color: #383e47;
  line-height: inherit;
  text-decoration: underline; }
  a:hover, a:focus {
    color: #005599; }

p {
  margin-bottom: 1.5rem; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #383e47;
  font-family: "Rajdhani", Arial, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 0.25px;
  margin-bottom: 0.75rem; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #757575;
    font-size: 60%;
    line-height: 0; }

h1 {
  font-size: 28px; }

h2 {
  font-size: 25px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 15px; }

h6 {
  font-size: 13px; }

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

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

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

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

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

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

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

ul {
  margin-left: 1.15rem; }

ol {
  margin-left: 1.15rem; }

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

dl dd {
  margin-bottom: 1.5rem; }

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

abbr {
  text-transform: none; }

blockquote { }

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

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

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

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

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


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

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

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


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

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

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

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

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

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

These are all the button

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

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

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

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

*/
.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: "Rajdhani", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 1rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background-color: transparent;
  border-color: #b6b6b6;
  color: #383e47;
  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: #383e47;
    color: white; }
  .button:active {
    background-color: transparent;
    border: 1px solid; }
  .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: #14204a;
  border-color: #14204a;
  color: white; }
  .button--primary:hover, .button--primary:focus, .button--primary.is-active, .button--primary.active {
    background-color: #ffc628;
    border-color: #ffc628;
    color: #14204a; }

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

<div class="form-field">
    <label class="form-label" for="disabled_input2">Input Label</label>
    <input class="form-input" id="disabled_input2" readonly type="text" value="Readonly text">
</div>
```
*/ }
  .form-input:disabled {
    background-color: white;
    color: #999999;
    cursor: not-allowed; }
  .form-input[readonly] {
    background-color: #e5e5e5;
    border-color: #999999;
    color: #757575;
    cursor: text; }
  .form-input:focus {
    border-color: #999999;
    outline: none; }
  .form-input[rows] {
    height: auto; }
  .form-input[type="search"] {
    box-sizing: border-box; }
  .form-input::-webkit-input-placeholder {
    color: #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: #cccccc;
  color: #666666;
  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 #cccccc;
      border-width: 1px;
      height: 1.33333rem;
      left: 0;
      top: 0;
      width: 1.33333rem; }
    .form-checkbox + .form-label::after,
    .form-radio + .form-label::after {
      height: 1.16667rem;
      left: 1px;
      opacity: 0;
      top: 1px;
      transform: scale(0);
      width: 1.16667rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

PrefixPostfix

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

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

### PrefixPostfix with a button

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

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

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

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

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

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

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

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

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

Switch

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

### Form Actions --fixed

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

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

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

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

Form inline errors

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

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

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

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

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

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

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

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

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

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

.form-inlineMessage {
  display: inline-block;
  line-height: 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: #cc4749; }

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

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

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

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

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

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

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

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

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

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

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

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

.breadcrumb {
  color: #757575;
  float: left;
  font-size: 13px;
  line-height: 13px;
  margin: 0;
  line-height: 1.5; }
  .breadcrumb a {
    color: #757575; }
  .breadcrumb.current {
    color: #757575;
    cursor: default; }
    .breadcrumb.current a {
      color: #757575;
      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: #757575;
    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: #333333;
    text-decoration: none; }
  .breadcrumb.is-active > .breadcrumb-label {
    color: #757575;
    cursor: default; }
  .breadcrumb.is-unavailable > .breadcrumb-label {
    color: #999999;
    cursor: default; }

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

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

.tab-title {
  color: #757575;
  display: block;
  font-size: 15px;
  padding: 0.75rem 1.5rem; }
  .tab-title:hover {
    color: #383e47; }

.tab.is-active .tab-title {
  color: #383e47;
  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: 15px;
  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: #383e47;
  font-size: 15px;
  padding: 0.16667rem 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.alertBox-heading {
  margin: 0; }

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

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

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

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

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

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

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

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

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

body.has-activeModal {
  overflow: hidden; }

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

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

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

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

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

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

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

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

.modal-footer-link {
  display: inline-block;
  font-size: 15px;
  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: 25px;
  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: 15px;
  padding: 0.41667rem 0.75rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-figcaption-button {
  background-color: rgba(20, 32, 74, 0.9);
  color: white; }
  .card-figcaption-button:hover {
    background-color: #14204a;
    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: #757575; }

.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.6; }
  .slick-prev:before,
  .slick-next:before {
    font-family: inherit;
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

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

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

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 0.8; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        width: 20px;
        height: 20px;
        font-family: inherit;
        font-size: 60px;
        line-height: 20px;
        text-align: center;
        color: #8b8d90;
        opacity: 0.6;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: rgba(0, 0, 255, 0);
      opacity: 1; }

.slick-next,
.slick-prev {
  background-color: blue;
  background-color: rgba(0, 0, 255, 0.9);
  z-index: 1;
  border: 1px solid white;
  height: 5.08333rem;
  margin-top: -1.25rem;
  padding: 0.83333rem;
  width: 3.33333rem; }
  .slick-next::before,
  .slick-prev::before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    height: 3.41667rem;
    width: 1.66667rem; }
  .slick-next:hover, .slick-next:focus,
  .slick-prev:hover,
  .slick-prev:focus {
    background-color: blue;
    background-color: rgba(0, 0, 255, 0.9);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%; }

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

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

.slick-dots {
  margin: 0; }
  .slick-dots li {
    height: 2.66667rem;
    width: 2.66667rem;
    margin: 0;
    padding: 0.41667rem; }
    .slick-dots li button,
    .slick-dots li button::before {
      height: 1.25rem;
      width: 1.25rem;
      border-radius: 50%; }
    .slick-dots li button {
      border: 1px solid #8b8d90;
      display: inline-block;
      margin: 0;
      padding: 0;
      position: relative;
      text-align: center;
      vertical-align: middle; }
      .slick-dots li button:hover::before {
        background: #8b8d90; }
    .slick-dots li button::before {
      display: block;
      left: -1px;
      top: -1px;
      transition: background 100ms ease-out; }
    .slick-dots li.slick-active button::before {
      background: rgba(0, 0, 255, 0); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swal2-modal {
  background-color: white !important;
  border-radius: 4px;
  font-family: "Arimo", Arial, Helvetica, sans-serif; }
  .swal2-modal .swal2-title {
    color: #383e47;
    font-size: 2.5rem; }
  .swal2-modal .swal2-content {
    color: #383e47;
    font-size: 1.16667rem; }
  .swal2-modal .swal2-file,
  .swal2-modal .swal2-input,
  .swal2-modal .swal2-textarea {
    border: 1px solid #cccccc;
    color: #666666; }
  .swal2-modal .swal2-checkbox,
  .swal2-modal .swal2-select {
    color: #666666; }
  .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: "Rajdhani", Arial, Helvetica, sans-serif;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 1rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    background-color: transparent;
    border-color: #b6b6b6;
    color: #383e47;
    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: #383e47;
      color: white; }
    .swal2-modal .swal2-styled:active {
      background-color: transparent;
      border: 1px solid; }
  .swal2-modal .swal2-styled:focus {
    outline: none; }
  .swal2-modal .swal2-confirm {
    border-radius: 3px;
    outline: none;
    font-size: 16px;
    font-weight: 700;
    min-width: 120px;
    outline: none;
    min-height: 40px;
    box-shadow: none !important;
    background-color: #14204a !important;
    border-color: #14204a !important;
    color: white !important; }
  .swal2-modal .swal2-confirm:focus,
  .swal2-modal .swal2-confirm:hover {
    box-shadow: none !important;
    background-color: #ffc628 !important;
    border-color: #ffc628 !important;
    color: #14204a !important; }
  .swal2-modal .swal2-confirm:active {
    box-shadow: none !important;
    background-color: #14204a !important;
    border-color: #14204a !important;
    color: white !important; }
  .swal2-modal .swal2-cancel {
    min-width: 120px;
    background-color: rgba(0, 0, 255, 0);
    border-color: #b6b6b6;
    color: #383e47; }
  .swal2-modal .swal2-cancel:focus,
  .swal2-modal .swal2-cancel:hover {
    box-shadow: none !important;
    background-color: #383e47;
    border-color: #383e47;
    color: white; }
  .swal2-modal .swal2-cancel:active {
    box-shadow: none !important;
    background-color: rgba(0, 0, 255, 0);
    border-color: #b6b6b6;
    color: #383e47; }
  .swal2-modal .button + .button {
    margin-left: 0.75rem; }

html,
body {
  height: auto; }

body {
  padding-top: 55px; }
  @media (min-width: 801px) {
    body {
      padding-top: 0; } }

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

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

html * {
  outline: none !important; }

body {
  padding: 0;
  line-height: 22px;
  position: relative;
  overflow-x: hidden;
  font-size: 1rem;
  color: #383e47;
  font-weight: 400;
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  -wenkit-font-smoothing: subpixel-antialiased; }
  body.themevale_open-Sidebar, body.themevale_open-Account, body.themevale_open-Cart, body.themevale_quickSearch, body.has-activeNavPages, body.has-newsletter {
    overflow: hidden; }
  body.page-type-category, body.page-type-product {
    overflow-x: auto; }
    body.page-type-category .body, body.page-type-product .body {
      overflow-x: hidden; }

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0;
  margin-top: 2.25rem;
  font-weight: 700;
  font-family: "Rajdhani", Arial, Helvetica, sans-serif;
  color: #383e47; }
  h1:hover, h1:focus, h1:active,
  h2:hover,
  h2:focus,
  h2:active,
  h3:hover,
  h3:focus,
  h3:active,
  h4:hover,
  h4:focus,
  h4:active,
  h5:hover,
  h5:focus,
  h5:active,
  h6:hover,
  h6:focus,
  h6:active {
    -webkit-tap-highlight-color: transparent;
    -moz-tap-highlight-color: transparent;
    -o-tap-highlight-color: transparent;
    tap-highlight-color: transparent; }

h5,
h6 {
  text-transform: uppercase; }

a {
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease; }
  a:hover, a:focus, a:active {
    outline: none;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    -moz-tap-highlight-color: transparent;
    -o-tap-highlight-color: transparent;
    tap-highlight-color: transparent; }

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

h1 {
  font-size: 28px; }

h2 {
  font-size: 25px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 15px; }

h6 {
  font-size: 13px; }

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

.definitionList:after {
  clear: both; }

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

.definitionList-value {
  margin: 0; }

.page-heading {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 30px;
  text-transform: uppercase; }
  .page-heading a {
    color: inherit; }
  .page-heading.page-heading-flashsale {
    color: #b20000; }
    .page-heading.page-heading-flashsale svg {
      height: 2.5rem;
      width: 2.5rem;
      fill: #b20000; }

.page-heading-wrapper {
  display: block;
  text-align: center;
  position: relative;
  margin-bottom: 30px; }
  .page-heading-wrapper .page-heading {
    margin-bottom: 0; }
  .page-heading-wrapper .page-heading-link {
    font-size: 12px;
    font-weight: 400;
    display: block;
    font-weight: 700;
    margin-top: 5px;
    position: relative;
    text-transform: capitalize;
    color: #005599; }
    .page-heading-wrapper .page-heading-link .text {
      margin: 0;
      font-weight: 400;
      display: inline-block;
      vertical-align: middle;
      color: #383e47; }
      .page-heading-wrapper .page-heading-link .text + .link:before {
        content: "";
        width: 1px;
        height: 13px;
        background-color: #e2e4e8;
        display: inline-block;
        vertical-align: middle;
        margin: 0 12px;
        position: relative;
        top: -1px; }
    .page-heading-wrapper .page-heading-link .link {
      color: inherit;
      display: inline-block;
      vertical-align: middle; }
  .page-heading-wrapper .page-heading-arrow {
    display: none;
    top: 50%;
    right: 0;
    margin: 0;
    position: absolute;
    transform: translateY(-50%); }
    .page-heading-wrapper .page-heading-arrow .btn-arrow {
      width: 24px;
      height: 24px;
      padding: 3px;
      cursor: pointer;
      display: inline-block;
      fill: #4d5259; }
      .page-heading-wrapper .page-heading-arrow .btn-arrow + .btn-arrow {
        margin-left: 10px; }
  .page-heading-wrapper .description {
    max-width: 850px;
    margin-top: 15px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto; }
  .page-heading-wrapper.layout-2 {
    margin-bottom: 40px; }
    .page-heading-wrapper.layout-2 .page-heading {
      position: relative;
      padding-bottom: 15px;
      margin-bottom: 18px; }
      .page-heading-wrapper.layout-2 .page-heading:after {
        bottom: 0;
        left: 50%;
        content: "";
        width: 60px;
        height: 2px;
        display: block;
        position: absolute;
        background-color: #b20000;
        transform: translateX(-50%); }
  @media (min-width: 551px) {
    .page-heading-wrapper .page-heading-link {
      top: 50%;
      right: 0;
      margin: 0;
      position: absolute;
      transform: translateY(-50%); } }
  @media (min-width: 1025px) {
    .page-heading-wrapper.text-left {
      text-align: left; }
    .page-heading-wrapper.text-right {
      text-align: left; }
    .page-heading-wrapper .page-heading-arrow {
      display: block; }
    .page-heading-wrapper.layout-2 {
      margin-bottom: 60px; } }

.clearfix::after {
  content: "";
  clear: both;
  display: table; }

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

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

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

.border-top {
  border-top: 1px solid #e2e4e8; }

.border-bottom {
  border-bottom: 1px solid #e2e4e8; }

.background-gray {
  background-color: #f7f7f7; }

.padding-top-20 {
  padding-top: 20px; }

.padding-bottom-20 {
  padding-bottom: 20px; }

.padding-top-30 {
  padding-top: 30px; }

.padding-bottom-30 {
  padding-bottom: 30px; }

.padding-top-40 {
  padding-top: 30px; }

.padding-bottom-40 {
  padding-bottom: 30px; }

.padding-top-50 {
  padding-top: 30px; }

.padding-bottom-50 {
  padding-bottom: 30px; }

.padding-top-70 {
  padding-top: 30px; }

.padding-bottom-70 {
  padding-bottom: 30px; }

.padding-top-100 {
  padding-top: 50px; }

.padding-bottom-100 {
  padding-bottom: 50px; }

.padding-top-30-mobile {
  padding-top: 30px; }

@media (min-width: 551px) {
  .padding-top-40 {
    padding-top: 40px; }
  .padding-bottom-40 {
    padding-bottom: 40px; }
  .padding-top-50 {
    padding-top: 50px; }
  .padding-bottom-50 {
    padding-bottom: 50px; }
  .padding-top-70 {
    padding-top: 50px; }
  .padding-bottom-70 {
    padding-bottom: 50px; }
  .padding-top-100 {
    padding-top: 70px; }
  .padding-bottom-100 {
    padding-bottom: 70px; } }

@media (min-width: 801px) {
  .padding-top-70 {
    padding-top: 70px; }
  .padding-bottom-70 {
    padding-bottom: 70px; }
  .padding-top-100 {
    padding-top: 100px; }
  .padding-bottom-100 {
    padding-bottom: 100px; }
  .padding-top-30-mobile {
    padding-top: 0; } }

.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 top 0.66667rem;
  border-radius: 4px;
  padding: 0.75rem 3rem 0.75rem 1rem; }

.form-label small {
  float: right;
  margin-top: 0.41667rem; }

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

/*=========================================
=            www.themevale.com            =
=========================================*/
.form-input {
  height: auto;
  border-radius: 3px;
  line-height: 38px;
  padding: 0px 15px;
  min-height: 38px;
  border: 1px solid #cccfd6;
  background-color: #ffffff; }
  .form-input::-webkit-input-placeholder {
    color: #787878;
    left: 0;
    opacity: 1;
    visibility: visible;
    position: relative;
    transition: all 0.3s ease; }
  .form-input::-moz-placeholder {
    color: #787878;
    left: 0;
    opacity: 1;
    visibility: visible;
    position: relative;
    transition: all 0.3s ease; }
  .form-input:-ms-input-placeholder {
    color: #787878;
    left: 0;
    opacity: 1;
    visibility: visible;
    position: relative;
    transition: all 0.3s ease; }
  .form-input:-moz-placeholder {
    color: #787878;
    left: 0;
    opacity: 1;
    visibility: visible;
    position: relative;
    transition: all 0.3s ease; }
  .form-input:focus::-webkit-input-placeholder {
    left: 5%;
    opacity: 0;
    visibility: hidden; }
  .form-input:focus::-moz-placeholder {
    left: 5%;
    opacity: 0;
    visibility: hidden; }
  .form-input:focus:-ms-input-placeholder {
    left: 5%;
    opacity: 0;
    visibility: hidden; }
  .form-input:focus:-moz-placeholder {
    left: 5%;
    opacity: 0;
    visibility: hidden; }

.form-select {
  height: auto;
  border-radius: 3px;
  line-height: 38px;
  padding: 0 31px 0 15px;
  min-height: 38px;
  border: 1px solid #cccfd6;
  background-color: #ffffff;
  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 top 0.66667rem;
  background-size: 1.66667rem; }
  .form-select option {
    line-height: 38px;
    padding: 0px 15px;
    min-height: 38px; }

textarea.form-input {
  resize: none;
  line-height: 20px; }

.form-label {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 8px;
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  color: #383e47; }
  .form-label small {
    color: #8c8c8c;
    font-size: 11px;
    font-weight: 400;
    text-transform: capitalize;
    margin-top: 1px;
    font-style: italic; }

/*=====  End of www.themevale.com  ======*/
.table {
  margin-top: 2rem; }
  .table td + td {
    border-left: 1px solid #e5e5e5; }
  .table .table-alignCenter {
    text-align: center; }
  .table .table-alignRight {
    text-align: right; }

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

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

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

.dropdown-menu.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; }
  .form-wishlist .button .icon {
    height: 2rem;
    width: 2rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }

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

.form-wishlist .dropdown-menu {
  text-align: center;
  padding: 7px 0;
  margin-top: 12px;
  border: 1px solid #eaeaea;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  background-color: #ffffff; }
  .form-wishlist .dropdown-menu li {
    line-height: 30px; }
    .form-wishlist .dropdown-menu li + li {
      border-top: 1px solid #eaeaea; }
  .form-wishlist .dropdown-menu a {
    color: inherit;
    font-weight: 700; }
  .form-wishlist .dropdown-menu.is-open:before {
    border: inset 10px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent transparent #e5e5e5 transparent;
    border-bottom-style: solid;
    left: auto;
    bottom: 100%;
    right: 0.75rem;
    position: absolute; }
  .form-wishlist .dropdown-menu.is-open:after {
    border: inset 8px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent transparent #ffffff transparent;
    border-bottom-style: solid;
    left: auto;
    bottom: 100%;
    right: 0.91667rem;
    position: absolute; }
  .form-wishlist .dropdown-menu.is-open {
    background: #ffffff;
    left: auto !important;
    top: auto !important;
    max-width: none !important;
    width: 100% !important;
    position: absolute;
    padding: 0;
    margin-top: 10px;
    border-radius: 3px; }
    .form-wishlist .dropdown-menu.is-open:before {
      left: auto;
      right: 22px; }
    .form-wishlist .dropdown-menu.is-open:after {
      left: auto;
      right: 24px; }
    .form-wishlist .dropdown-menu.is-open:focus {
      outline: none; }
    .form-wishlist .dropdown-menu.is-open > li + li {
      border-top: 1px solid #eaeaea; }
    .form-wishlist .dropdown-menu.is-open [data-wishlist] {
      border-top: none;
      margin-bottom: 0px;
      width: 100%; }
    .form-wishlist .dropdown-menu.is-open .button {
      border: none;
      padding: 10px 10px;
      background-color: #ffffff;
      text-transform: capitalize !important;
      border-top-left-radius: 0px;
      border-top-right-radius: 0px;
      width: 100%; }
      .form-wishlist .dropdown-menu.is-open .button:hover, .form-wishlist .dropdown-menu.is-open .button:active, .form-wishlist .dropdown-menu.is-open .button:focus {
        color: #383e47; }
    .form-wishlist .dropdown-menu.is-open .button--has-items {
      font-weight: 700; }
    .form-wishlist .dropdown-menu.is-open li:not(:last-child) .button {
      border-bottom: none;
      border-radius: 0px;
      border-top: none;
      margin-bottom: 0px; }

.modal {
  top: calc(50% + 100px) !important;
  left: 50%;
  bottom: auto;
  padding: 0;
  right: auto;
  outline: none;
  height: auto;
  margin: 0 auto;
  max-width: 95%;
  max-height: 90%;
  overflow: hidden;
  min-height: 240px;
  border-radius: 3px;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease, width 0s ease; }
  .modal.open {
    top: 50% !important; }
  @media (min-width: 1025px) {
    .modal {
      overflow: visible; }
      .modal .modal-close {
        right: -16px;
        top: -16px;
        transform: none; } }

.modal--alert {
  padding: 15px;
  text-align: center; }
  .modal--alert .button-container {
    margin-top: 15px; }
    .modal--alert .button-container .confirm {
      min-width: 120px; }

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

.modal-header {
  display: block;
  border-radius: 3px 3px 0 0;
  border-color: #f7f7f7;
  background-color: #f7f7f7;
  padding: 12px 30px 10px 15px; }
  .modal-header .modal-close {
    top: 50%;
    transform: translateY(-50%); }
  @media (min-width: 1025px) {
    .modal-header {
      padding: 12px 15px 10px 15px; }
      .modal-header .modal-close {
        top: -20px;
        right: -20px;
        transform: none; } }

.modal-close {
  top: 10px;
  right: 5px;
  z-index: 5;
  width: 30px;
  height: 30px;
  color: #000000;
  font-size: 30px;
  line-height: 30px;
  position: absolute;
  transform: none;
  text-align: center;
  font-weight: 300; }
  .modal-close > span {
    display: block;
    width: 100%;
    height: 100%; }
  .modal-close:hover, .modal-close:focus {
    color: #ffffff; }
  @media (min-width: 1025px) {
    .modal-close {
      top: -20px;
      right: -20px;
      font-size: 28px;
      width: 40px;
      height: 40px;
      line-height: 34px;
      color: #ffffff;
      background-color: #000000;
      border: 3px solid #ffffff;
      border-radius: 50%;
      box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15); } }

.modal-header-title {
  text-align: center;
  font-size: 16px;
  font-family: "Rajdhani", Arial, Helvetica, sans-serif;
  color: #383e47;
  text-transform: capitalize; }
  @media (min-width: 801px) {
    .modal-header-title {
      text-transform: uppercase; } }

.modal-content {
  border: none;
  background-color: transparent;
  display: block; }

.modal-body {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 20px 15px; }
  @media (min-width: 551px) {
    .modal-body {
      padding: 30px; } }
  @media (min-width: 801px) {
    .modal-body {
      padding: 40px 50px 50px; } }
  .modal--small .modal-body {
    padding: 20px 15px; }

@media (max-width: 360px) {
  .g-recaptcha > div {
    width: 275px !important; } }

#ask-an-expert .modal-header .modal-header-title {
  font-size: 1rem; }

#ask-an-expert .modal-body {
  padding-top: 20px;
  padding-bottom: 20px; }

#ask-an-expert .form-field-radio .form-radio + .form-label {
  margin-bottom: 8px; }

#ask-an-expert .form-inner {
  margin: 0 auto;
  max-width: 500px; }
  #ask-an-expert .form-inner .form {
    margin-bottom: 0; }
  #ask-an-expert .form-inner .question,
  #ask-an-expert .form-inner .description {
    line-height: 22px;
    text-align: center;
    margin-bottom: 20px; }
  #ask-an-expert .form-inner .description {
    font-style: italic; }
    #ask-an-expert .form-inner .description br {
      display: none; }
    #ask-an-expert .form-inner .description + .question {
      padding-top: 20px;
      border-top: 1px solid #eeeeee; }
  #ask-an-expert .form-inner .question {
    font-weight: 700; }

#ask-an-expert .form-actions .button {
  width: 100%; }

@media (min-width: 551px) {
  #ask-an-expert .modal-header {
    padding-top: 18px;
    padding-bottom: 18px; }
    #ask-an-expert .modal-header .modal-header-title {
      font-size: 20px; }
  #ask-an-expert .modal-body {
    padding-top: 30px;
    padding-bottom: 55px; }
  #ask-an-expert .form-field-radio .form-label {
    width: auto;
    display: inline-block;
    margin-right: 30px; }
  #ask-an-expert .form-field-radio .form-label-custom {
    display: block;
    margin-right: 0;
    margin-bottom: 15px; } }

@media (min-width: 801px) {
  #ask-an-expert {
    right: auto;
    width: 768px; }
    #ask-an-expert .form-inner .description br {
      display: block; } }

#instruction-popup,
#warranty-popup {
  width: 100%; }
  @media (min-width: 801px) {
    #instruction-popup,
    #warranty-popup {
      width: auto;
      min-width: 60%; } }
  @media (min-width: 1025px) {
    #instruction-popup,
    #warranty-popup {
      min-width: 30%; } }

#previewModal {
  width: 960px; }
  @media (min-width: 993px) {
    #previewModal .modal-body {
      padding: 35px 50px 50px 50px; } }
  #previewModal.modal-quickview {
    width: 1050px; }

#video-gallery-pc-popup .modal-header-title {
  font-weight: 400;
  text-transform: capitalize;
  color: #005599; }
  #video-gallery-pc-popup .modal-header-title strong {
    font-weight: 700;
    margin-right: 10px;
    text-transform: uppercase;
    color: #383e47; }

.themevale_popup-video {
  background-color: transparent; }
  .themevale_popup-video .modal-body {
    padding: 0;
    overflow: initial; }

.breadcrumbs {
  margin: 0;
  z-index: 5;
  font-size: 0;
  display: none;
  line-height: 1;
  text-align: left;
  position: relative; }

.breadcrumb {
  float: none;
  line-height: 1;
  padding: 5px 0;
  vertical-align: top;
  display: inline-block;
  color: #323232;
  font-size: 1rem;
  background-color: transparent; }
  .breadcrumb a {
    color: #323232;
    text-transform: capitalize; }
    .breadcrumb a:hover {
      color: #323232; }
  .breadcrumb:before {
    color: #323232;
    content: ">";
    font-family: "Poppins", Arial, Helvetica, sans-serif; }
  .breadcrumb:first-child:before {
    content: none; }
  .breadcrumb.is-active > .breadcrumb-label {
    color: #323232;
    cursor: text; }

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

.themevale_breadcrumb,
.themevale_breadcrumbCategory {
  display: block;
  text-align: left;
  padding: 20px 0;
  color: #323232; }
  .themevale_breadcrumb p,
  .themevale_breadcrumbCategory p {
    margin: 0; }
  .themevale_breadcrumb .page-heading,
  .themevale_breadcrumbCategory .page-heading {
    margin: 0;
    color: #383e47; }
    .themevale_breadcrumb .page-heading + p,
    .themevale_breadcrumbCategory .page-heading + p {
      margin-top: 20px; }
  @media (min-width: 551px) {
    .themevale_breadcrumb,
    .themevale_breadcrumbCategory {
      padding: 20px 0 35px 0; }
      .themevale_breadcrumb .breadcrumbs,
      .themevale_breadcrumbCategory .breadcrumbs {
        display: block; }
        .themevale_breadcrumb .breadcrumbs + #search-results-heading,
        .themevale_breadcrumb .breadcrumbs + .page-heading,
        .themevale_breadcrumbCategory .breadcrumbs + #search-results-heading,
        .themevale_breadcrumbCategory .breadcrumbs + .page-heading {
          margin-top: 15px;
          margin-bottom: 0; } }

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

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

.pagination-wrapper {
  text-align: center;
  position: relative;
  margin-top: 20px; }
  @media (min-width: 801px) {
    .pagination-wrapper {
      margin-top: 30px; } }

.pagination {
  display: block;
  margin-top: 30px; }
  .pagination .pagination-list {
    margin-bottom: 0;
    display: block; }
  .pagination .pagination-info {
    color: #8c8c8c;
    display: none;
    text-align: center;
    margin-bottom: 20px; }
  @media (min-width: 551px) {
    .pagination {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .pagination .pagination-info {
        text-align: left;
        display: inline-block;
        margin-bottom: 0; }
      .pagination .pagination-list {
        display: inline-block; } }

.pagination-list {
  font-size: 0;
  margin-bottom: 1.5rem;
  text-align: center;
  position: relative;
  display: inline-block; }
  .pagination-list:before, .pagination-list:after {
    content: " ";
    display: table; }
  .pagination-list:after {
    clear: both; }
  .pagination-list .pagination-item {
    font-size: 13px;
    display: inline-block;
    vertical-align: middle; }
  .pagination-list li {
    margin-left: 10px; }

@media (min-width: 1025px) {
  #button-showmore-category + .pagination {
    margin-top: 50px; } }

.pagination-item {
  border: none;
  line-height: 1;
  vertical-align: top;
  border-radius: 3px; }
  .pagination-item svg {
    fill: #323232;
    stroke: #323232; }
  .pagination-item .pagination-link {
    padding: 12px 0 11px 0;
    font-size: 12px;
    font-weight: 400;
    color: #323232;
    min-width: 36px;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid transparent;
    background-color: transparent; }
    .pagination-item .pagination-link:hover {
      color: #323232;
      background-color: #f7f7f7;
      border: 1px solid #f7f7f7; }
  .pagination-item.pagination-item--current .pagination-link {
    color: #323232;
    background-color: #f7f7f7;
    border: 1px solid #f7f7f7;
    border-radius: 3px; }
  .pagination-item.pagination-item--previous > a, .pagination-item.pagination-item--next > a {
    font-weight: 700;
    border-radius: 3px;
    padding: 12px 15px 11px 15px;
    border: 1px solid #eaeaea;
    background-color: transparent;
    text-transform: uppercase; }
  @media (min-width: 551px) {
    .pagination-item .pagination-link {
      font-size: 13px;
      min-width: 40px;
      padding: 13px 0 12px 0; }
    .pagination-item.pagination-item--previous > a, .pagination-item.pagination-item--next > a {
      padding: 14px 20px 12px 20px; } }

.pagination-item--previous .icon,
.pagination-item--next .icon {
  top: -2px;
  position: relative;
  height: 0.83333rem;
  width: 0.83333rem; }

.pagination-item--previous .icon {
  margin-right: 5px; }

.pagination-item--next .icon {
  margin-left: 5px; }

.pagination-list--small {
  position: relative; }
  .pagination-list--small .pagination-item {
    font-size: 12px;
    color: #757575;
    cursor: inherit;
    line-height: 1.5; }
  .pagination-list--small .pagination-link {
    padding: 0 0.41667rem; }

.compare-link {
  display: none; }
  @media (min-width: 1025px) {
    .compare-link {
      display: block;
      position: fixed;
      right: 50px;
      top: 40%;
      z-index: 10; }
      .compare-link a {
        opacity: 0;
        visibility: hidden;
        line-height: 1;
        font-size: 16px;
        font-weight: 700;
        border-radius: 3px;
        position: relative;
        text-transform: uppercase;
        padding: 10px 30px 8px 30px;
        border: 1px solid #808287;
        background-color: #ffffff;
        font-family: "Rajdhani", Arial, Helvetica, sans-serif;
        color: #383e47;
        box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.05); }
        .compare-link a.show {
          opacity: 1;
          visibility: visible; }
      .compare-link .countPill {
        top: -12px;
        right: -12px;
        width: 24px;
        height: 24px;
        margin-left: 0;
        line-height: 24px;
        font-weight: 400;
        text-align: center;
        position: absolute;
        font-family: "Arimo", Arial, Helvetica, sans-serif;
        color: white;
        background-color: #b20000; } }

.button {
  font-size: 16px;
  line-height: 15px;
  border-radius: 3px;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 0;
  position: relative;
  text-align: center;
  white-space: nowrap;
  padding: 12px 15px 11px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  font-family: "Rajdhani", Arial, Helvetica, sans-serif;
  color: #383e47;
  border: 1px solid #b6b6b6;
  background-color: rgba(0, 0, 255, 0);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1); }
  .button .icon, .button span {
    display: inline-block;
    vertical-align: middle;
    float: none;
    margin: 0; }
  .button .icon + span,
  .button span + .icon {
    margin-left: 5px; }
  .button svg {
    fill: #383e47; }
  .button + .button {
    margin-left: 0; }
  .button.disable {
    opacity: 0.5;
    pointer-events: none; }
  @media (min-width: 551px) {
    .button {
      font-size: 16px;
      padding: 13px 15px 12px 15px; } }
  .button:hover, .button:focus, .button:active {
    color: #383e47;
    border: 1px solid #b6b6b6;
    background-color: rgba(0, 0, 255, 0); }
    .button:hover svg, .button:focus svg, .button:active svg {
      fill: #383e47; }
  @media (min-width: 768px) {
    .button + .button {
      margin-left: 0.75rem; } }
  @media (min-width: 1025px) {
    .button:hover, .button:focus, .button:active {
      color: white;
      border: 1px solid #383e47;
      background-color: #383e47; }
      .button:hover svg, .button:focus svg, .button:active svg {
        fill: white; } }

.button--primary {
  color: white;
  border: 1px solid #14204a;
  background-color: #14204a; }
  .button--primary svg {
    fill: white; }
  .button--primary:hover, .button--primary:focus, .button--primary:active {
    color: white;
    border: 1px solid #14204a;
    background-color: #14204a; }
    .button--primary:hover svg, .button--primary:focus svg, .button--primary:active svg {
      fill: white; }
  @media (min-width: 1025px) {
    .button--primary:hover, .button--primary:focus, .button--primary:active {
      color: #14204a;
      border: 1px solid #ffc628;
      background-color: #ffc628; }
      .button--primary:hover svg, .button--primary:focus svg, .button--primary:active svg {
        fill: #14204a; } }

.button--secondary {
  min-width: 220px;
  color: white;
  border: 1px solid #383e47;
  background-color: #383e47; }
  .button--secondary svg {
    fill: white; }
  .button--secondary:hover, .button--secondary:active, .button--secondary:focus {
    color: white;
    border: 1px solid #383e47;
    background-color: #383e47; }
    .button--secondary:hover svg, .button--secondary:active svg, .button--secondary:focus svg {
      fill: white; }
  @media (min-width: 1025px) {
    .button--secondary:hover, .button--secondary:focus, .button--secondary:active {
      color: white;
      border: 1px solid #383e47;
      background-color: #383e47; }
      .button--secondary:hover svg, .button--secondary:focus svg, .button--secondary:active svg {
        fill: white; } }
  .button--secondary.loadding .text {
    font-size: 0; }
  .button--secondary.loadding .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; }

.button--transparent {
  color: white;
  border: 1px solid white;
  background-color: rgba(0, 0, 255, 0); }
  .button--transparent svg {
    fill: white; }
  .button--transparent:hover, .button--transparent:focus, .button--transparent:active {
    color: white;
    border: 1px solid white;
    background-color: rgba(0, 0, 255, 0); }
    .button--transparent:hover svg, .button--transparent:focus svg, .button--transparent:active svg {
      fill: white; }
  @media (min-width: 1025px) {
    .button--transparent:hover, .button--transparent:focus, .button--transparent:active {
      color: #b20000;
      border: 1px solid white;
      background-color: white; }
      .button--transparent:hover svg, .button--transparent:focus svg, .button--transparent:active svg {
        fill: #b20000; } }

.button[disabled] {
  cursor: not-allowed; }

.button--big {
  min-width: 180px; }
  @media (min-width: 801px) {
    .button--big {
      min-width: 270px; } }

.button--small {
  padding-top: 2px;
  padding-bottom: 0;
  line-height: 36px; }

.themevale_showMoreProduct {
  text-align: center;
  margin-top: 25px; }

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

.tabs {
  width: 100%;
  border: none;
  display: block;
  text-align: left;
  position: relative;
  font-size: 0;
  margin-bottom: 30px; }
  .tabs .tab {
    z-index: 1;
    padding: 0;
    float: none;
    width: calc(50% - 8px);
    margin-bottom: 16px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    text-align: center;
    background-color: #ffffff;
    border-radius: 3px;
    border: 1px solid #e2e4e8; }
    .tabs .tab a {
      color: #999999;
      height: 40px;
      padding: 11px 15px 9px 15px;
      line-height: 20px;
      font-size: 16px;
      font-weight: 700;
      display: block;
      white-space: nowrap;
      text-transform: uppercase;
      overflow: hidden;
      text-overflow: ellipsis;
      background-color: transparent;
      font-family: "Rajdhani", Arial, Helvetica, sans-serif; }
    .tabs .tab:nth-child(odd) {
      margin-right: 8px; }
    .tabs .tab:nth-child(even) {
      margin-left: 8px; }
    .tabs .tab.is-active {
      background-color: #ffffff;
      border-color: #383e47; }
      .tabs .tab.is-active a {
        font-weight: 700;
        color: #383e47; }
  @media (min-width: 768px) {
    .tabs {
      border-bottom: 1px solid #e2e4e8; }
      .tabs .tab {
        width: auto;
        border: none;
        margin-bottom: 0; }
        .tabs .tab a {
          padding: 0;
          margin: 0 15px;
          height: auto;
          font-size: 16px;
          line-height: 1.2;
          padding-bottom: 20px;
          overflow: visible; }
          .tabs .tab a:after {
            left: 0;
            bottom: -1px;
            content: "";
            width: 0px;
            height: 2px;
            position: absolute;
            transition: all 0.3s ease;
            background-color: #b20000; }
        .tabs .tab:first-child a {
          margin-left: 0; }
        .tabs .tab:last-child a {
          margin-right: 0; }
        .tabs .tab:nth-child(odd) {
          margin-right: 0px; }
        .tabs .tab:nth-child(even) {
          margin-left: 0px; }
        .tabs .tab.is-active a:after {
          width: 100%; } }
  @media (min-width: 1025px) {
    .tabs {
      text-align: left; }
      .tabs.tabs-custom .tab a {
        font-size: 24px;
        padding-bottom: 15px; }
      .tabs.tabs-custom-2 .tab a {
        font-size: 20px;
        padding-bottom: 10px; } }

.tabs-contents {
  padding: 0;
  margin-bottom: 0; }

.tab-content {
  padding: 0;
  font-size: 1rem; }
  .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; }
  .tab-content > h1, .tab-content > h2, .tab-content > h3, .tab-content > h4, .tab-content > h5, .tab-content > h6, .tab-content strong {
    color: #383e47;
    display: inline-block;
    margin-top: 10px;
    font-weight: 700; }
  .tab-content > p {
    color: #383e47;
    margin-bottom: 15px; }
  .tab-content .toggle-content > ul {
    margin-left: 20px; }
    .tab-content .toggle-content > ul li {
      list-style: disc;
      position: relative;
      line-height: 30px; }
    .tab-content .toggle-content > ul.accordion--List, .tab-content .toggle-content > ul.productReviews-list, .tab-content .toggle-content > ul.pagination-list, .tab-content .toggle-content > ul.imageGallery-carousel {
      margin-left: 0; }
      .tab-content .toggle-content > ul.accordion--List li, .tab-content .toggle-content > ul.productReviews-list li, .tab-content .toggle-content > ul.pagination-list li, .tab-content .toggle-content > ul.imageGallery-carousel li {
        padding-left: 0;
        list-style: none; }
        .tab-content .toggle-content > ul.accordion--List li:before, .tab-content .toggle-content > ul.productReviews-list li:before, .tab-content .toggle-content > ul.pagination-list li:before, .tab-content .toggle-content > ul.imageGallery-carousel li:before {
          content: none; }
  .tab-content .toggle-content > p {
    margin-bottom: 15px; }
  .tab-content ol {
    margin-left: 20px; }
    .tab-content ol li {
      line-height: 30px;
      padding-left: 2px; }
  .tab-content blockquote {
    padding: 28px 25px;
    background: #fafafa;
    font-size: 12px;
    font-style: italic;
    line-height: 20px;
    margin-bottom: 30px; }
  .tab-content table {
    border: none; }
    .tab-content table td {
      border: none;
      padding: 10px 25px;
      line-height: 20px;
      vertical-align: top; }
    .tab-content table .title {
      padding-left: 0;
      font-weight: 500;
      color: #383e47; }
  @media (min-width: 1025px) {
    .tab-content .themevale_productLoading {
      height: 434px; } }

.tabs-vertical {
  margin-bottom: 0;
  /*border-top: 1px solid #ebebeb;*/ }
  .tabs-vertical .toggle-title {
    margin: 0;
    display: block;
    font-size: 14px;
    line-height: 24px;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase;
    color: #383e47;
    border-bottom: 1px solid #ebebeb; }
    .tabs-vertical .toggle-title .toggleLink {
      width: 100%;
      float: none;
      color: inherit;
      vertical-align: top;
      display: inline-block; }
      .tabs-vertical .toggle-title .toggleLink .text {
        float: left; }
      .tabs-vertical .toggle-title .toggleLink .icon {
        width: 15px;
        height: 24px;
        float: right;
        padding: 5px 0;
        transform: rotate(90deg);
        fill: #c1c1c1;
        stroke: #c1c1c1;
        transition: all 0.3s ease; }
      .tabs-vertical .toggle-title .toggleLink.is-open .icon {
        transform: rotate(270deg); }
    @media (min-width: 551px) {
      .tabs-vertical .toggle-title {
        font-size: 16px; } }
  .tabs-vertical .toggle-content {
    font-size: 1rem;
    padding: 30px 0 35px 0; }
  .tabs-vertical .productReview:first-child {
    border-top: none;
    margin-top: 0;
    padding-top: 0; }
  .tabs-vertical:first-child {
    border-top: none; }
    .tabs-vertical:first-child .toggle-title {
      padding-top: 0; }

#productReviews-content > h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 24px; }

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

.accordion-title {
  margin: 0;
  display: block;
  cursor: pointer;
  font-size: 12px;
  line-height: 20px;
  border-radius: 3px;
  padding: 13px 50px 12px 15px;
  background-color: #f7f7f7;
  font-weight: 700;
  transition: all 0.3s ease;
  color: #383e47; }
  .accordion-title .icon-arrow {
    top: 50%;
    right: 0;
    width: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    transform: translateY(-50%); }
    .accordion-title .icon-arrow .icon {
      height: 1rem;
      width: 1rem;
      transition: all 0.5s ease; }
  .accordion-title .label-question,
  .accordion-title .label-answer {
    z-index: 5;
    width: 60px;
    height: 17px;
    padding: 0 8px;
    color: #ffffff;
    font-size: 10px;
    font-weight: 700;
    line-height: 17px;
    border-radius: 3px;
    display: block;
    margin-bottom: 5px;
    text-align: center;
    transition: all 0.3s ease; }
  .accordion-title .label-question {
    background-color: #b20000; }
  .accordion-title .label-answer {
    z-index: 6;
    opacity: 0;
    visibility: hidden;
    display: none;
    background-color: #5ea209; }
  .accordion-title:focus, .accordion-title:active, .accordion-title:hover {
    color: #383e47; }
  .accordion-block.is-open .accordion-title {
    /*color: #ffffff;
        background-color: #484b51;*/ }
    .accordion-block.is-open .accordion-title .icon-arrow .icon {
      /*fill: #ffffff;*/
      transform: rotate(180deg); }
    .accordion-block.is-open .accordion-title .label-question {
      opacity: 0;
      display: none;
      visibility: hidden; }
    .accordion-block.is-open .accordion-title .label-answer {
      opacity: 1;
      display: block;
      visibility: visible; }
  .accordion-title.has-label {
    padding: 13px 50px 12px 95px; }
  .accordion-title .label-question,
  .accordion-title .label-answer {
    top: 14px;
    left: 20px;
    margin-bottom: 0;
    position: absolute; }
  @media (min-width: 1025px) {
    .accordion-title:hover .icon-arrow .icon {
      transform: rotate(180deg); } }

.accordion-content {
  border: 0;
  padding: 15px 0; }
  .accordion-content .form:only-child {
    margin-bottom: 0; }
  .accordion-content h1, .accordion-content h2, .accordion-content h3, .accordion-content h4, .accordion-content h5, .accordion-content h6 {
    text-transform: uppercase; }
  @media (min-width: 551px) {
    .accordion-content {
      padding: 25px 0; } }

.accordion-navigation {
  border: none;
  position: relative;
  text-decoration: none;
  margin-bottom: 15px; }

.accordion--List .accordion-block + .accordion-block {
  margin-top: 15px; }

@media (min-width: 801px) {
  .accordion--navList {
    border: 0; } }

@media (min-width: 801px) {
  .sidebarBlock + .accordion--navList {
    margin-top: 2rem; } }

@media (min-width: 801px) {
  .accordion--navList .accordion-block {
    margin-top: 2rem; } }

.accordion--navList .accordion-content {
  padding: 1rem; }
  @media (min-width: 801px) {
    .accordion--navList .accordion-content {
      padding: 0; } }
  .accordion--navList .accordion-content .toggleLink {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    color: #323232;
    margin-top: 5px;
    display: inline-block; }
    .accordion--navList .accordion-content .toggleLink .toggleLink-text {
      font-size: inherit;
      font-weight: inherit;
      line-height: inherit; }

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

.accordion--navList .accordion-title {
  font-weight: normal;
  padding: 1rem;
  text-decoration: none;
  text-transform: inherit; }
  @media (min-width: 801px) {
    .accordion--navList .accordion-title {
      margin-bottom: 0.75rem;
      margin-top: 0;
      padding: 0; } }

.accordion--navList .accordion-indicator {
  fill: #999999; }

.accordion--navList .accordion-navigation-actions {
  right: 1rem;
  top: 1.16667rem; }
  @media (min-width: 801px) {
    .accordion--navList .accordion-navigation-actions {
      right: 0;
      top: 0; } }

.accordion--navList .sidebarBlock .accordion-navigation-actions {
  top: 50%;
  right: 20px;
  transform: translateY(-50%); }

.accordion-block:first-child {
  margin-top: 0; }
  .accordion-block:first-child .accordion-navigation {
    border-radius: 4px 4px 0 0; }

.accordion-block:last-child .accordion-navigation,
.accordion-block:last-child .accordion-content {
  border-radius: 0 0 4px 4px; }

.accordion-block:last-child .accordion-navigation {
  border-bottom-width: 0; }
  .accordion-block:last-child .accordion-navigation.is-open {
    border-bottom-width: 1px;
    border-radius: 0; }

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

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

.alertBox {
  border-radius: 4px;
  color: #333333; }

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

.alertBox--info {
  color: white; }
  .alertBox--info .alertBox-close svg {
    fill: #dfdfdf; }

.lazyload, .lazyloading {
  height: 100%; }

.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(204, 71, 73, 0.999)' /%3E%3C/svg%3E") no-repeat;
  background-size: 100%;
  content: "";
  display: inline-block;
  height: 1.16667rem;
  left: -0.16667rem;
  margin-right: 0.08333rem;
  position: relative;
  top: 0.25rem;
  width: 1.16667rem; }

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

.form-checkbox + .form-label:last-child,
.form-radio + .form-label:last-child {
  display: block;
  margin-bottom: -0.33333rem; }

.form-checkbox + .form-label::after,
.form-radio + .form-label::after {
  top: 1px; }

.form-checkbox + .form-label::before,
.form-radio + .form-label::before {
  top: 0px; }

.form-actions {
  margin: 0 auto;
  max-width: 100rem;
  width: 100%;
  display: block;
  text-align: center; }
  .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: 0.75rem; }
      @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-actions.text-left {
    text-align: left; }
  @media (min-width: 1025px) {
    .form-actions.text-right {
      text-align: right !important; } }
  .form-actions .button {
    min-width: 120px; }

.form-label--alternate {
  font-size: 12px;
  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 top 0.5rem;
  background-size: 1.5rem;
  font-size: 13px;
  height: 2.33333rem;
  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: $input-border-width $input-border-style $input-border-color;
    border-radius: $input-border-radius;
    padding: spacing("single");*/ }

.form-column {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 8px;
  padding-right: 8px; }
  @media (min-width: 551px) {
    .form-column {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 50%;
      float: left; } }
  @media (min-width: 1025px) {
    .form-column {
      padding-left: 15px;
      padding-right: 15px; } }

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

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

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

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

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

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

.form-increment {
  margin: 0;
  font-size: 0;
  border-radius: 3px;
  border: 1px solid #e2e4e8; }
  .form-increment .button {
    margin: 0;
    padding: 0;
    width: 36px;
    height: 40px;
    color: #323232;
    line-height: 40px;
    border: none;
    border-radius: 0;
    border-right: 1px solid #e2e4e8;
    background-color: transparent;
    box-shadow: none; }
    .form-increment .button svg,
    .form-increment .button .icon {
      color: #4d5258;
      fill: #4d5258; }
    .form-increment .button > .icon {
      margin: 0;
      width: 100%;
      height: 100%;
      padding: 0px 6px; }
    .form-increment .button:hover, .form-increment .button:focus, .form-increment .button:active {
      border: none;
      color: #4d5258;
      border-right: 1px solid #e2e4e8;
      background-color: #f7f7f7; }
  .form-increment .form-input--incrementTotal + .button {
    border-right: none;
    border-left: 1px solid #e2e4e8; }
    .form-increment .form-input--incrementTotal + .button:hover, .form-increment .form-input--incrementTotal + .button:focus, .form-increment .form-input--incrementTotal + .button:active {
      border-right: none;
      border-left: 1px solid #e2e4e8; }

.form-input--incrementTotal {
  border: 0;
  padding: 0;
  width: 60px;
  height: 40px;
  min-height: 0;
  color: #323232;
  font-size: 12px;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  display: inline-block; }

.form-option {
  border: 1px solid #cccccc;
  color: #666666;
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
  padding: 1px;
  transition: all 0.15s ease; }
  .form-option:hover {
    border-color: #999999; }
  .form-radio:checked + .form-option {
    border-color: #333333;
    box-shadow: 0 0 0 1px #333333; }

.form-option-variant {
  display: inline-block;
  font-size: 1rem;
  min-width: 3.16667rem;
  padding: 1px 0.41667rem;
  pointer-events: none;
  text-align: center; }

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

.form-input--small {
  font-size: 13px;
  height: 2.33333rem;
  line-height: 1rem;
  padding: 0.58333rem 0.75rem; }

.form-minMaxRow {
  margin-left: -0.375rem;
  margin-right: -0.375rem; }
  .form-minMaxRow:before, .form-minMaxRow:after {
    content: " ";
    display: table; }
  .form-minMaxRow:after {
    clear: both; }
  .form-minMaxRow .form-field {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: left;
    margin-bottom: 0;
    padding-left: 0.375rem;
    padding-right: 0.375rem; }
    .form-minMaxRow .form-field:last-child {
      margin-top: 15px;
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 100%;
      float: left;
      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 {
  overflow: hidden;
  position: relative; }
  [data-product-attribute] .form-option.unavailable {
    background-color: #ddd;
    opacity: 0.3; }
    [data-product-attribute] .form-option.unavailable:before {
      background-color: #000;
      content: "";
      height: 2px;
      left: -5px;
      position: absolute;
      top: 11px;
      transform: rotate(-45deg);
      width: 141%; }

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

.form-row {
  margin-left: -8px;
  margin-right: -8px; }
  .form-row > .form-column > .form-field {
    padding-left: 0;
    padding-right: 0; }
  .form-row .form-field {
    padding-left: 8px;
    padding-right: 8px; }
  .form-row .form-field-group .form-radio + .form-label {
    margin-bottom: 10px; }
  .form-row .form-field-group .form-radio:last-of-type + .form-label {
    margin-bottom: 0; }
  @media (min-width: 1025px) {
    .form-row {
      margin-left: -15px;
      margin-right: -15px; }
      .form-row .form-field {
        padding-left: 15px;
        padding-right: 15px; } }

.card-figure {
  margin: 0;
  position: relative;
  overflow: hidden;
  white-space: nowrap; }
  .card-figure > a {
    display: block; }
  .card-figure .card-figcaption {
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    height: auto;
    margin: 0;
    opacity: 0;
    z-index: 10;
    visibility: hidden;
    display: inline-block;
    position: absolute;
    transform: translate3d(-50%, -50%, 0);
    transition: all 0.3s ease; }
  @media (min-width: 1025px) {
    .card-figure:hover .card-figcaption {
      opacity: 1;
      visibility: visible; } }

.card-img-container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 400px; }
  .card-img-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%; }
  .card-img-container img {
    transition: all 0.7s ease; }
  .card-img-container .product-additional {
    top: 50%;
    left: 50%;
    opacity: 0;
    z-index: 3;
    width: 100%;
    text-align: center;
    position: absolute;
    visibility: hidden;
    transform: translate3d(-50%, -50%, 0);
    transition: all .7s ease; }
    .card-img-container .product-additional img {
      display: inline-block;
      max-height: 100%; }
    .card-img-container .product-additional img.lazyload,
    .card-img-container .product-additional img.lazyloading {
      opacity: 0;
      top: auto;
      left: auto;
      transform: none;
      position: relative;
      transition: all .3s ease; }
  .card-img-container img.lazyload,
  .card-img-container img.lazyloading {
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%); }
  @media (min-width: 1025px) {
    .card-img-container:before {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 4;
      opacity: 0;
      content: "";
      visibility: hidden;
      position: absolute;
      background-color: rgba(255, 255, 255, 0.4);
      transition: all 0.3s ease; } }

.card-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: 0;
  width: auto;
  max-height: 100%; }
  .card-img-container .card-image {
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    transform: translate3d(-50%, -50%, 0); }

.card-body {
  position: relative;
  text-align: left;
  padding-top: 15px; }
  .card-body .card-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .card-body .card-wrapper + .card-wrapper {
      margin-top: 15px; }
  .card-body .card-title {
    margin-top: 22px; }
  .card-body .card-brand + .card-title {
    margin-top: 0; }
  @media (min-width: 1025px) {
    .card-body {
      padding-top: 20px; } }

.card-brand {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 1;
  text-transform: capitalize;
  color: #999999; }

.card-title {
  font-size: 12px;
  font-weight: 700;
  line-height: 22px;
  margin: 0 0 12px 0;
  overflow: hidden;
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  color: #005599;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical; }
  .card-title > a {
    color: inherit;
    text-decoration: none; }
    .card-title > a:hover {
      color: #005599; }
  @media (min-width: 801px) {
    .card-title {
      display: block;
      overflow: visible;
      text-overflow: unset; } }

.card-rating {
  margin: 0;
  line-height: 1; }
  .card-rating .icon {
    height: 1.16667rem;
    width: 1.16667rem; }
  .card-rating .number-review {
    font-size: 12px;
    margin-left: 5px;
    color: #999999;
    display: inline-block;
    vertical-align: middle; }

.card-price {
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  color: #141414; }
  .card-price .price-section {
    margin-right: 5px;
    vertical-align: top;
    display: inline-block; }
    .card-price .price-section span {
      line-height: inherit; }
    .card-price .price-section:last-child {
      margin-right: 0; }
    .card-price .price-section.price-section--withoutTax {
      color: #b20000; }
      .card-price .price-section.price-section--withoutTax .price-now-label + .price--withoutTax {
        color: #141414; }
    .card-price .price-section.rrp-price--withoutTax {
      color: #999999;
      display: block;
      margin-bottom: 10px;
      margin-right: 0; }
    .card-price .price-section.non-sale-price--withoutTax {
      color: #999999; }
    .card-price .price-section.price-none {
      display: none; }
      .card-price .price-section.price-none + .price-section--withoutTax {
        color: #141414; }
  .card-price abbr {
    border: 0;
    color: inherit;
    font-size: inherit; }
  .card-price .label-sale {
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    color: #ffffff;
    position: relative;
    background-color: #f04723;
    display: block;
    margin: 7px 0 0 0;
    padding: 3px 5px 3px 5px;
    border-radius: 3px;
    max-width: 40px;
    text-align: center; }
    .card-price .label-sale.hide {
      display: none; }
    @media (min-width: 414px) {
      .card-price .label-sale {
        margin: 0 0 0 20px;
        display: inline-block;
        vertical-align: middle;
        padding: 4px 7px 4px 2px;
        border-radius: 0 3px 3px 0; }
        .card-price .label-sale:before {
          top: 50%;
          width: 0;
          height: 0;
          content: "";
          right: 100%;
          display: block;
          position: absolute;
          transform: translateY(-50%);
          border-top: 10px solid transparent;
          border-bottom: 10px solid transparent;
          border-right: 10px solid #f04723; } }
  .card-price.card-price-sale .price-section {
    float: none;
    vertical-align: middle; }

.card-desciption {
  display: none;
  margin-top: 15px;
  font-size: 12px; }

.card-text {
  margin-bottom: 0.16667rem; }

.card-compare {
  display: none;
  cursor: pointer;
  line-height: 14px;
  transition: all 0.3s ease; }
  .card-compare > span,
  .card-compare > input {
    line-height: 14px;
    vertical-align: middle;
    display: inline-block;
    color: #999999; }
  .card-compare > input[type="checkbox"] {
    border-radius: 0;
    border: 1px solid #ffffff;
    position: relative;
    margin-right: 5px;
    width: 14px;
    height: 14px; }
    .card-compare > input[type="checkbox"]:before {
      content: '';
      display: block;
      width: 12px;
      height: 12px;
      border-radius: 0;
      background-color: #ffffff;
      box-sizing: content-box;
      border: 1px solid #d0d0d0; }
    .card-compare > input[type="checkbox"]:after {
      content: '';
      top: 3px;
      left: 2px;
      height: 5px;
      width: 10px;
      opacity: 0;
      position: absolute;
      border: 2px solid #323232;
      border-top: none;
      border-right: none;
      background-color: transparent;
      transform: rotate(-45deg);
      transition: all 0.1s; }
    .card-compare > input[type="checkbox"]:checked:after {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
      filter: alpha(opacity=100);
      transform: scale(1) rotate(-45deg); }
  .card-compare:checked > input[type="checkbox"]:before {
    border: 1px solid #5fb139;
    background-color: #5fb139; }
  @media (min-width: 1025px) {
    .card-compare {
      display: block;
      opacity: 0;
      visibility: hidden; } }

.card-figcaption {
  opacity: 1;
  margin-top: 16px;
  visibility: visible;
  position: relative; }

.card-figcaption-button {
  width: 100%;
  display: block;
  color: white;
  border-color: #14204a;
  background-color: #14204a;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.05); }
  .card-figcaption-button:hover, .card-figcaption-button:focus, .card-figcaption-button:active {
    color: #14204a;
    border-color: #ffc628;
    background-color: #ffc628; }
  .card-figcaption-button.card_out_of_stock {
    cursor: no-drop;
    color: #999999;
    background: #f7f7f7;
    border-color: #f7f7f7; }
    .card-figcaption-button.card_out_of_stock:hover, .card-figcaption-button.card_out_of_stock:focus, .card-figcaption-button.card_out_of_stock:active {
      color: #999999;
      background: #f7f7f7;
      border-color: #f7f7f7; }

.card-button-quickview {
  display: none;
  overflow: hidden;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
  border-radius: 3px;
  padding: 6px 12px 6px 12px;
  text-transform: capitalize;
  color: #383e47;
  background-color: white;
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.1); }
  .card-button-quickview:hover {
    color: #383e47; }
  @media (min-width: 1025px) {
    .card-button-quickview {
      display: block; } }

.card-button-wishlist {
  width: 20px;
  height: 20px;
  display: none;
  transition: all 0.3s ease; }
  .card-button-wishlist .icon {
    display: block;
    width: 100%;
    height: 100%;
    fill: #4d5259;
    stroke: #4d5259; }
  @media (min-width: 1025px) {
    .card-button-wishlist {
      display: block;
      opacity: 0;
      visible: hidden; } }

.card-countdown {
  left: 50%;
  bottom: 0;
  z-index: 5;
  position: absolute;
  display: inline-block;
  transform: translateX(-50%); }

.card {
  border: none;
  margin-bottom: 30px; }
  @media (min-width: 1025px) {
    .card:hover .card-compare,
    .card:hover .card-button-wishlist {
      opacity: 1;
      visibility: visible; }
    .card:hover .card-img-hover > .card-image {
      opacity: 0;
      visibility: hidden; }
    .card:hover .card-img-hover .product-additional {
      opacity: 1;
      visibility: visible; } }
  @media (max-width: 551px) {
    .card .countDown .block-time {
      padding: 7px 5px;
      min-width: 35px; }
      .card .countDown .block-time .num {
        font-size: 12px; }
      .card .countDown .block-time .block-label {
        font-size: 11px;
        margin-top: -5px; } }

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

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

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

.navList-action--checkbox {
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.41667rem;
  padding-left: 1.91667rem;
  position: relative;
  vertical-align: baseline;
  width: 100%; }
  .navList-action--checkbox::before, .navList-action--checkbox::after {
    content: "";
    display: block;
    position: absolute;
    transition: all 50ms ease-out; }
  .navList-action--checkbox::before {
    background-color: white;
    border: solid #cccccc;
    border-width: 1px;
    height: 1.33333rem;
    left: 0;
    top: 0;
    width: 1.33333rem; }
  .navList-action--checkbox::after {
    height: 1.16667rem;
    left: 1px;
    opacity: 0;
    top: 1px;
    transform: scale(0);
    width: 1.16667rem; }
  .navList-action--checkbox::before {
    border-radius: 4px; }
  .navList-action--checkbox::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(51, 51, 51, 0.999)' /%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    color: rgba(51, 51, 51, 0.999);
    content: "";
    font-size: 1.16667rem;
    line-height: 1;
    text-align: center; }
  .navList-action--checkbox:before, .navList-action--checkbox:after {
    top: 50%; }
  .navList-action--checkbox:before {
    margin-top: -0.66667rem; }
  .navList-action--checkbox:after {
    margin-top: -0.58333rem; }
  .navList-action--checkbox.is-disabled {
    cursor: default; }
    .navList-action--checkbox.is-disabled::before {
      background-color: white; }
  .navList-action--checkbox.is-checked::after, .navList-action--checkbox.is-selected::after {
    opacity: 1;
    transform: scale(1); }

.navList-action-close {
  background: #e5e5e5;
  border-radius: 100%;
  display: inline-block;
  float: right;
  line-height: 0;
  opacity: 0;
  padding: 0.25rem;
  transition: opacity 0.3s ease;
  visibility: hidden; }
  .navList-action-close .icon {
    height: 1.08333rem;
    width: 1.08333rem;
    fill: #383e47; }
  .navList-action.is-selected:hover .navList-action-close {
    opacity: 1;
    visibility: visible; }

.navBar--sub {
  width: 100%;
  text-align: center;
  margin-bottom: 15px; }
  @media (min-width: 801px) {
    .navBar--sub {
      margin-bottom: 30px; } }
  @media (min-width: 1261px) {
    .navBar--sub {
      margin-bottom: 40px; } }

.navBar-section {
  float: none;
  display: block;
  border-radius: 3px; }
  .navBar-section .navBar-item {
    float: none;
    width: 100%;
    margin-bottom: 15px; }
    .navBar-section .navBar-item > a,
    .navBar-section .navBar-item .navBar-action {
      color: #8c8c8c;
      padding: 11px 10px 9px 10px;
      font-size: 16px;
      font-weight: 700;
      display: block;
      border-radius: 3px;
      text-transform: uppercase;
      border: 1px solid #e2e4e8;
      background-color: #f7f7f7;
      transition: all 0.3s ease;
      font-family: "Rajdhani", Arial, Helvetica, sans-serif; }
      .navBar-section .navBar-item > a .toggleLink-text,
      .navBar-section .navBar-item .navBar-action .toggleLink-text {
        font-size: inherit;
        color: inherit;
        font-weight: inherit; }
    .navBar-section .navBar-item .navBar-action-color--active {
      color: #383e47;
      background-color: #ffffff; }
    .navBar-section .navBar-item.is-active .navBar-action {
      color: #383e47;
      background-color: #ffffff; }
  @media (min-width: 551px) {
    .navBar-section {
      margin: 0 -8px !important;
      font-size: 0; }
      .navBar-section .navBar-item {
        width: 50%;
        padding: 0 8px;
        display: inline-block; } }
  @media (min-width: 801px) {
    .navBar-section {
      margin: 0 !important;
      display: flex;
      flex-wrap: wrap;
      align-items: stretch;
      flex-flow: row nowrap;
      border: 1px solid #e2e4e8;
      justify-content: space-between;
      box-shadow: 0 3px 10px rgba(0, 0, 0, 0.07); }
      .navBar-section .navBar-item {
        width: 50%;
        padding: 0;
        margin-bottom: 0;
        border-right: 1px solid #e2e4e8; }
        .navBar-section .navBar-item > a,
        .navBar-section .navBar-item .navBar-action {
          border: none;
          height: 100%;
          border-radius: 0px; }
        .navBar-section .navBar-item:last-child {
          border-right: none; } }

.loadingOverlay {
  background-color: rgba(255, 255, 255, 0.9);
  display: none;
  z-index: 20; }

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

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

.actionBar-section .form-field {
  margin: 0; }

.actionBar-section .form-input,
.actionBar-section .form-select {
  height: 40px;
  min-height: 40px;
  line-height: 38px;
  padding-top: 0;
  padding-bottom: 0;
  vertical-align: middle;
  border-color: #cccfd6;
  background-color: #f7f7f7; }

.actionBar-section .form-select {
  background-position: right 0.58333rem top 9px; }
  .actionBar-section .form-select:after {
    content: "";
    width: 40px;
    height: 40px;
    position: absolute;
    background-color: #ffffff;
    top: 0;
    right: 0; }

.themevale_sidebar-mobile {
  display: inline-block;
  position: relative;
  z-index: 10;
  cursor: pointer;
  pointer-events: auto; }
  .themevale_sidebar-mobile > .icon {
    width: 40px;
    height: 40px;
    padding: 10px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #cccfd6;
    border-radius: 3px;
    fill: #383e47; }
  .themevale_sidebar-mobile > .text {
    font-size: 12px;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    padding-right: 10px;
    min-width: 70px;
    color: #383e47; }
  @media (min-width: 1025px) {
    .themevale_sidebar-mobile {
      display: none; } }

.themevale_categoryToolbar {
  font-size: 0;
  text-align: left;
  position: relative;
  margin-bottom: 30px; }
  .themevale_categoryToolbar .actionBar {
    margin: 0 0 15px 0;
    display: block; }
    .themevale_categoryToolbar .actionBar:last-child {
      margin: 0; }
  .themevale_categoryToolbar .form-label {
    margin: 0;
    font-size: 12px;
    padding-right: 10px;
    min-width: 70px;
    font-weight: 700;
    display: none;
    vertical-align: middle;
    text-transform: uppercase;
    color: #383e47; }
  .themevale_categoryToolbar .view-as-btn {
    font-size: 0;
    border-radius: 3px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #cccfd6;
    overflow: hidden; }
    .themevale_categoryToolbar .view-as-btn > a {
      padding: 8px;
      width: 38px;
      height: 38px;
      position: relative;
      vertical-align: top;
      display: inline-block;
      background-color: #ffffff; }
      .themevale_categoryToolbar .view-as-btn > a:before {
        top: 10px;
        left: 10px;
        content: "";
        position: absolute;
        background-color: #e2e4e8;
        transition: all 0.3s ease; }
    .themevale_categoryToolbar .view-as-btn > #list-view:before {
      width: 18px;
      height: 4px;
      box-shadow: 0px 7px 0 #dcdcdc, 0px 14px 0 #dcdcdc; }
    .productGrid--maxCol1 .themevale_categoryToolbar .view-as-btn > #list-view {
      background-color: #f7f7f7; }
      .productGrid--maxCol1 .themevale_categoryToolbar .view-as-btn > #list-view:before {
        background-color: #222326;
        box-shadow: 0px 7px 0 #222326, 0px 14px 0 #222326; }
    .themevale_categoryToolbar .view-as-btn > #grid-view-2 {
      width: 32px; }
      .themevale_categoryToolbar .view-as-btn > #grid-view-2:before {
        width: 4px;
        height: 18px;
        box-shadow: 7px 0 0 #dcdcdc; }
      .productGrid--maxCol2 .themevale_categoryToolbar .view-as-btn > #grid-view-2,
      .productGrid--maxCol3 .themevale_categoryToolbar .view-as-btn > #grid-view-2,
      .productGrid--maxCol4 .themevale_categoryToolbar .view-as-btn > #grid-view-2,
      .productGrid--maxCol5 .themevale_categoryToolbar .view-as-btn > #grid-view-2 {
        background-color: #f7f7f7; }
        .productGrid--maxCol2 .themevale_categoryToolbar .view-as-btn > #grid-view-2:before,
        .productGrid--maxCol3 .themevale_categoryToolbar .view-as-btn > #grid-view-2:before,
        .productGrid--maxCol4 .themevale_categoryToolbar .view-as-btn > #grid-view-2:before,
        .productGrid--maxCol5 .themevale_categoryToolbar .view-as-btn > #grid-view-2:before {
          background-color: #222326;
          box-shadow: 7px 0 0 #222326; }
      @media (min-width: 551px) {
        .productGrid--maxCol5 .themevale_categoryToolbar .view-as-btn > #grid-view-2,
        .productGrid--maxCol4 .themevale_categoryToolbar .view-as-btn > #grid-view-2,
        .productGrid--maxCol3 .themevale_categoryToolbar .view-as-btn > #grid-view-2 {
          background-color: #ffffff; }
          .productGrid--maxCol5 .themevale_categoryToolbar .view-as-btn > #grid-view-2:before,
          .productGrid--maxCol4 .themevale_categoryToolbar .view-as-btn > #grid-view-2:before,
          .productGrid--maxCol3 .themevale_categoryToolbar .view-as-btn > #grid-view-2:before {
            background-color: #dcdcdc;
            box-shadow: 7px 0 0 #dcdcdc; } }
      @media (min-width: 1025px) {
        .themevale_categoryToolbar .view-as-btn > #grid-view-2 {
          display: none; } }
    .themevale_categoryToolbar .view-as-btn > #grid-view-3 {
      display: none; }
      .themevale_categoryToolbar .view-as-btn > #grid-view-3:before {
        width: 4px;
        height: 18px;
        box-shadow: 7px 0 0 #dcdcdc, 14px 0 0 #dcdcdc; }
      @media (min-width: 551px) {
        .themevale_categoryToolbar .view-as-btn > #grid-view-3 {
          display: inline-block; }
          .productGrid--maxCol5 .themevale_categoryToolbar .view-as-btn > #grid-view-3,
          .productGrid--maxCol4 .themevale_categoryToolbar .view-as-btn > #grid-view-3,
          .productGrid--maxCol3 .themevale_categoryToolbar .view-as-btn > #grid-view-3 {
            background-color: #f7f7f7; }
            .productGrid--maxCol5 .themevale_categoryToolbar .view-as-btn > #grid-view-3:before,
            .productGrid--maxCol4 .themevale_categoryToolbar .view-as-btn > #grid-view-3:before,
            .productGrid--maxCol3 .themevale_categoryToolbar .view-as-btn > #grid-view-3:before {
              background-color: #222326;
              box-shadow: 7px 0 0 #222326, 14px 0 0 #222326; } }
      @media (min-width: 993px) {
        .productGrid--maxCol5 .themevale_categoryToolbar .view-as-btn > #grid-view-3,
        .productGrid--maxCol4 .themevale_categoryToolbar .view-as-btn > #grid-view-3 {
          background-color: #ffffff; }
          .productGrid--maxCol5 .themevale_categoryToolbar .view-as-btn > #grid-view-3:before,
          .productGrid--maxCol4 .themevale_categoryToolbar .view-as-btn > #grid-view-3:before {
            background-color: #dcdcdc;
            box-shadow: 7px 0 0 #dcdcdc, 14px 0 0 #dcdcdc; } }
    .themevale_categoryToolbar .view-as-btn > #grid-view-4 {
      width: 44px;
      display: none; }
      .themevale_categoryToolbar .view-as-btn > #grid-view-4:before {
        width: 4px;
        height: 18px;
        box-shadow: 7px 0 0 #dcdcdc, 14px 0 0 #dcdcdc, 21px 0 0 #dcdcdc; }
      @media (min-width: 993px) {
        .themevale_categoryToolbar .view-as-btn > #grid-view-4 {
          display: inline-block; }
          .productGrid--maxCol5 .themevale_categoryToolbar .view-as-btn > #grid-view-4,
          .productGrid--maxCol4 .themevale_categoryToolbar .view-as-btn > #grid-view-4 {
            background-color: #f7f7f7; }
            .productGrid--maxCol5 .themevale_categoryToolbar .view-as-btn > #grid-view-4:before,
            .productGrid--maxCol4 .themevale_categoryToolbar .view-as-btn > #grid-view-4:before {
              background-color: #222326;
              box-shadow: 7px 0 0 #222326, 14px 0 0 #222326, 21px 0 0 #222326; } }
      @media (min-width: 1025px) {
        .productGrid--maxCol5 .themevale_categoryToolbar .view-as-btn > #grid-view-4 {
          background-color: #ffffff; }
          .productGrid--maxCol5 .themevale_categoryToolbar .view-as-btn > #grid-view-4:before {
            background-color: #dcdcdc;
            box-shadow: 7px 0 0 #dcdcdc, 14px 0 0 #dcdcdc, 21px 0 0 #dcdcdc; } }
  .themevale_categoryToolbar > .item-iconSidebar,
  .themevale_categoryToolbar > .item-viewas {
    width: 50%;
    vertical-align: top;
    display: inline-block; }
  .themevale_categoryToolbar > .item-viewas {
    text-align: right; }
  .themevale_categoryToolbar > .item-filter {
    width: 100%;
    display: block;
    margin-top: 15px; }
  .themevale_categoryToolbar .form-field {
    margin: 0;
    display: block; }
    .themevale_categoryToolbar .form-field .form-label {
      display: none; }
    .themevale_categoryToolbar .form-field .form-select {
      display: block;
      min-width: 100%;
      background-color: #f7f7f7; }
  @media (min-width: 360px) {
    .themevale_categoryToolbar .form-label {
      display: inline-block; }
    .themevale_categoryToolbar .form-field {
      display: flex;
      align-items: center; }
      .themevale_categoryToolbar .form-field .form-label {
        display: inline-block; }
      .themevale_categoryToolbar .form-field .form-select {
        display: inline-block;
        min-width: calc(100% - 70px); } }
  @media (min-width: 1025px) {
    .themevale_categoryToolbar {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      margin-bottom: 40px; }
      .themevale_categoryToolbar .form-label {
        min-width: 0;
        padding-right: 15px;
        position: relative;
        top: 1px; }
      .themevale_categoryToolbar .form-field .form-select {
        min-width: 175px; }
      .themevale_categoryToolbar > .item-iconSidebar {
        display: none; }
      .themevale_categoryToolbar > .item-viewas {
        width: auto;
        display: inline-block;
        vertical-align: middle; }
      .themevale_categoryToolbar > .item-filter {
        width: auto;
        margin-top: 0;
        line-height: 1;
        display: inline-block;
        vertical-align: middle; }
        .themevale_categoryToolbar > .item-filter .actionBar {
          display: inline-block;
          margin: 0 0 0 30px; } }

.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 {
  top: auto;
  right: auto;
  transform: none;
  position: relative;
  z-index: 20;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.navUser-section {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  position: relative; }
  .navUser-section.navUser-left {
    justify-content: flex-start; }
  .navUser-section.navUser-right {
    justify-content: flex-end; }

.navUser-action {
  padding: 0;
  display: block;
  line-height: 1;
  font-weight: 400;
  position: relative;
  font-size: 1rem;
  text-transform: capitalize; }
  .navUser-action .icon {
    margin: 0 0 0 0.16667rem; }
  .navUser-action .navUser-icon, .navUser-action .navUser-text {
    font-size: 1rem;
    display: inline-block;
    vertical-align: middle; }
  .navUser-action .navUser-icon + .navUser-text {
    margin-left: 8px; }
  .navUser-action .navUser-text + .navUser-icon {
    margin-left: 8px; }
  .navUser-action.custom {
    margin-bottom: 0; }
    .navUser-action.custom .navUser-icon {
      display: inline-block;
      vertical-align: middle;
      margin: 0 5px 0 0; }
      .navUser-action.custom .navUser-icon .icon {
        margin: 0;
        height: 2.5rem;
        width: 2.5rem; }
    .navUser-action.custom .navUser-text-wrapper {
      line-height: 18px;
      text-align: center;
      display: inline-block;
      vertical-align: middle;
      text-transform: capitalize; }
      .navUser-action.custom .navUser-text-wrapper.text-left {
        text-align: left; }
      .navUser-action.custom .navUser-text-wrapper .countPill {
        margin-left: 0;
        margin-bottom: 0;
        width: 30px;
        height: 18px;
        line-height: 18px;
        border-radius: 10px;
        display: block;
        position: relative;
        top: auto;
        left: auto;
        right: auto; }
      .navUser-action.custom .navUser-text-wrapper .navUser-item-cartLabel {
        display: block;
        font-weight: 700; }
      .navUser-action.custom .navUser-text-wrapper .navUser-item-wishListLabel {
        max-width: 30px;
        font-weight: 700; }
      .navUser-action.custom .navUser-text-wrapper .navUser-action-accountLabel,
      .navUser-action.custom .navUser-text-wrapper .navUser-action-logoutLabel,
      .navUser-action.custom .navUser-text-wrapper .navUser-action-loginLabel,
      .navUser-action.custom .navUser-text-wrapper .navUser-action-orLabel,
      .navUser-action.custom .navUser-text-wrapper .navUser-action-registerLabel {
        display: inline-block;
        font-weight: 400;
        line-height: 18px; }
      .navUser-action.custom .navUser-text-wrapper .navUser-action-orLabel {
        text-transform: lowercase;
        font-weight: 400; }
      .navUser-action.custom .navUser-text-wrapper .navUser-action--account {
        display: inline-block;
        font-weight: 700;
        line-height: 18px; }
      .navUser-action.custom .navUser-text-wrapper .navUser-action-registerLabel,
      .navUser-action.custom .navUser-text-wrapper .navUser-action-loginLabel,
      .navUser-action.custom .navUser-text-wrapper .navUser-action--account,
      .navUser-action.custom .navUser-text-wrapper .navUser-item-cartLabel,
      .navUser-action.custom .navUser-text-wrapper .navUser-item-wishListLabel {
        position: relative; }
        .navUser-action.custom .navUser-text-wrapper .navUser-action-registerLabel:before,
        .navUser-action.custom .navUser-text-wrapper .navUser-action-loginLabel:before,
        .navUser-action.custom .navUser-text-wrapper .navUser-action--account:before,
        .navUser-action.custom .navUser-text-wrapper .navUser-item-cartLabel:before,
        .navUser-action.custom .navUser-text-wrapper .navUser-item-wishListLabel:before {
          content: "";
          bottom: 0;
          left: 0;
          height: 1px;
          width: 0px;
          position: absolute;
          background-color: #005599;
          transition: all 0.3s ease; }
        .navUser-action.custom .navUser-text-wrapper .navUser-action-registerLabel:hover:before,
        .navUser-action.custom .navUser-text-wrapper .navUser-action-loginLabel:hover:before,
        .navUser-action.custom .navUser-text-wrapper .navUser-action--account:hover:before,
        .navUser-action.custom .navUser-text-wrapper .navUser-item-cartLabel:hover:before,
        .navUser-action.custom .navUser-text-wrapper .navUser-item-wishListLabel:hover:before {
          width: 100%; }
  .navUser-action.custom-2 {
    text-align: center;
    margin-bottom: 0; }
    .navUser-action.custom-2 .navUser-icon {
      display: inline-block;
      vertical-align: top;
      margin: 0 0 5px 0;
      position: relative; }
      .navUser-action.custom-2 .navUser-icon .icon {
        margin: 0;
        height: 2.5rem;
        width: 2.5rem; }
    .navUser-action.custom-2 .countPill {
      margin-left: 0;
      margin-bottom: 0;
      height: 22px;
      width: 22px;
      line-height: 22px;
      border-radius: 50%;
      display: block; }
    .navUser-action.custom-2 .navUser-text-wrapper {
      font-weight: 700;
      line-height: 18px;
      display: block;
      text-transform: capitalize; }
      .navUser-action.custom-2 .navUser-text-wrapper > .navUser-text,
      .navUser-action.custom-2 .navUser-text-wrapper > .navUser-action {
        font-weight: 700;
        line-height: 18px;
        white-space: nowrap;
        vertical-align: top; }
      .navUser-action.custom-2 .navUser-text-wrapper .navUser-action--myaccount,
      .navUser-action.custom-2 .navUser-text-wrapper .navUser-item-cartLabel,
      .navUser-action.custom-2 .navUser-text-wrapper .navUser-item-wishListLabel {
        position: relative; }
        .navUser-action.custom-2 .navUser-text-wrapper .navUser-action--myaccount:before,
        .navUser-action.custom-2 .navUser-text-wrapper .navUser-item-cartLabel:before,
        .navUser-action.custom-2 .navUser-text-wrapper .navUser-item-wishListLabel:before {
          content: "";
          bottom: 0;
          left: 0;
          height: 1px;
          width: 0px;
          position: absolute;
          background-color: #005599;
          transition: all 0.3s ease; }
        .navUser-action.custom-2 .navUser-text-wrapper .navUser-action--myaccount:hover:before,
        .navUser-action.custom-2 .navUser-text-wrapper .navUser-item-cartLabel:hover:before,
        .navUser-action.custom-2 .navUser-text-wrapper .navUser-item-wishListLabel:hover:before {
          width: 100%; }

.navUser-action--currencySelector .image-flag,
.navUser-action--currencySelector .text-flag,
.navUser-action--currencySelector > .icon {
  display: inline-block;
  vertical-align: middle; }

.navUser-action--currencySelector .icon {
  height: 0.58333rem;
  width: 0.58333rem;
  position: relative;
  top: -1px; }

.navUser-action--currencySelector .image-flag img {
  position: relative;
  top: -2px; }

.navUser-action--currencySelector .text-flag {
  font-weight: 700; }

.navUser-action--currencySelector .image-flag + .text-flag {
  margin-left: 3px; }

.navUser-action--account .icon,
.navUser-action--myaccount .icon {
  height: 0.58333rem;
  width: 0.58333rem; }

.navUser-item--account2 .navUser-action.custom .navUser-text-wrapper {
  max-width: 105px; }

.navUser-action--storeCredit + .dropdown-menu {
  max-width: 25rem;
  padding: 1.5rem; }
  .navUser-action--storeCredit + .dropdown-menu:before {
    left: 11.66667rem !important; }
  .navUser-action--storeCredit + .dropdown-menu:after {
    left: 11.83333rem !important; }

.navUser-action-divider {
  border-right: 1px solid #e5e5e5;
  color: #757575;
  display: inline-block;
  padding: 0 1.66667rem 0 0;
  text-decoration: none; }

.navUser-item {
  float: none;
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .navUser-item + .navUser-item {
    margin-left: 20px; }
  .navUser-item > .icon {
    line-height: 22px;
    height: 1.33333rem;
    width: 1.33333rem;
    fill: #383e47;
    stroke: #383e47; }
  .navUser-item > .own-text {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 700;
    font-family: "Rajdhani", Arial, Helvetica, sans-serif;
    color: #b20000;
    text-transform: uppercase; }
  .navUser-item [data-compare-nav] .countPill {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    color: inherit;
    background-color: transparent;
    padding: 0px; }

.navUser-item--cart {
  display: block; }
  .navUser-item--cart .navUser-action {
    color: #333333; }
    .navUser-item--cart .navUser-action:hover, .navUser-item--cart .navUser-action.is-open {
      color: #757575; }
  .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: 801px) {
        .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: 801px) {
          .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: 801px) {
          .navUser-item--cart .dropdown-menu.is-open:after {
            right: 0.91667rem; } }

.navUser-item-cartLabel {
  display: none; }
  @media (min-width: 551px) {
    .navUser-item-cartLabel {
      display: inline; } }

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

.navUser-item--account .navUser-or {
  margin: 0px; }

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

.navUser-item--account .icon {
  position: relative;
  top: -2px;
  margin-right: 5px; }

.navUser-item--account .dropdown-menu {
  width: 180px; }

.navUser-item--account .navUser-action {
  display: inline-block; }
  .navUser-item--account .navUser-action strong {
    font-weight: 600; }
  .navUser-item--account .navUser-action + .navUser-action {
    margin-left: 5px; }

#navPages-account-topbar,
#currencySelection {
  left: 0;
  right: auto;
  width: 130px;
  border: none;
  box-shadow: none;
  padding-top: 5px;
  outline: none;
  border-radius: 0px;
  position: absolute;
  background-color: transparent; }
  #navPages-account-topbar .dropdown-menu-item,
  #currencySelection .dropdown-menu-item {
    margin: 0;
    padding: 0;
    border: 1px solid #e5e5e5;
    background-color: #fafafa;
    transition: all 0.3s ease; }
    #navPages-account-topbar .dropdown-menu-item:hover,
    #currencySelection .dropdown-menu-item:hover {
      background-color: #ffffff; }
    #navPages-account-topbar .dropdown-menu-item a,
    #currencySelection .dropdown-menu-item a {
      font-weight: 400;
      padding: 8px; }
      #navPages-account-topbar .dropdown-menu-item a img,
      #currencySelection .dropdown-menu-item a img {
        margin-right: 5px; }
      #navPages-account-topbar .dropdown-menu-item a strong,
      #currencySelection .dropdown-menu-item a strong {
        font-weight: 700; }
    #navPages-account-topbar .dropdown-menu-item + .dropdown-menu-item,
    #currencySelection .dropdown-menu-item + .dropdown-menu-item {
      border-top: none; }

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

.navUser-action--quickSearch.is-open {
  position: relative; }
  .navUser-action--quickSearch.is-open:before {
    border: inset 10px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent transparent #e5e5e5 transparent;
    border-bottom-style: solid;
    bottom: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%); }

.dropdown--quickSearch {
  background-color: #e5e5e5;
  padding: 1.5rem 0; }
  @media (min-width: 551px) {
    .dropdown--quickSearch {
      padding: 3rem; } }
  .dropdown--quickSearch.is-open {
    left: 0 !important;
    outline: none;
    right: 0 !important;
    width: 100% !important;
    z-index: 50; }
  .dropdown--quickSearch .form {
    margin: auto;
    max-width: 30rem; }
  .dropdown--quickSearch .form,
  .dropdown--quickSearch .form-field {
    margin-bottom: 0; }
  .dropdown--quickSearch .form-input {
    font-size: 20px;
    height: unset; }
  .dropdown--quickSearch .productGrid {
    padding: 1.5rem 0 0; }
    @media (min-width: 551px) {
      .dropdown--quickSearch .productGrid {
        padding: 3rem 0 0; } }

.countPill {
  top: -6px;
  right: -10px;
  height: 22px;
  width: 22px;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  color: white;
  background-color: #b20000; }

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

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

/*=========================================
=            www.themevale.com            =
=========================================*/
#accountMobile ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none; }
  #accountMobile ul li {
    display: block; }

#accountMobile .navPages-mobile {
  padding: 0 20px;
  overflow-x: auto;
  padding-bottom: 30px;
  height: calc(100vh - 70px); }

#accountMobile .navPage-subMenu-title {
  color: #383e47;
  font-family: "Rajdhani", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  line-height: 1;
  font-size: 16px;
  font-weight: 700;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 17px;
  margin-bottom: 20px; }
  #accountMobile .navPage-subMenu-title .icon, #accountMobile .navPage-subMenu-title .text {
    display: inline-block;
    vertical-align: middle; }
  #accountMobile .navPage-subMenu-title .icon {
    margin-right: 5px; }

#accountMobile .navPages-action {
  margin: 0;
  font-size: 12px;
  line-height: 24px;
  margin-bottom: 10px;
  font-weight: 400;
  display: flex;
  cursor: pointer;
  align-items: center;
  text-transform: capitalize;
  background-color: transparent;
  justify-content: space-between; }

#accountMobile .login-form .form-actions {
  margin-top: 0;
  text-align: center; }
  #accountMobile .login-form .form-actions .forgot-password,
  #accountMobile .login-form .form-actions .button {
    margin-left: 0;
    display: block;
    width: 100%; }
  #accountMobile .login-form .form-actions .forgot-password {
    margin-top: 15px;
    margin-bottom: 0; }

#accountMobile .new-customer {
  padding: 0;
  background-color: transparent; }
  #accountMobile .new-customer .button {
    margin-top: 0;
    display: block;
    width: 100%; }

#cartMobile {
  overflow-x: auto;
  padding: 0 20px 30px 20px;
  height: calc(100vh - 70px); }
  #cartMobile .navPage-subMenu-title {
    color: #383e47;
    font-family: "Rajdhani", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    line-height: 1;
    font-size: 16px;
    font-weight: 700;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 17px;
    margin-bottom: 20px; }
    #cartMobile .navPage-subMenu-title .icon, #cartMobile .navPage-subMenu-title .text {
      display: inline-block;
      vertical-align: middle; }
    #cartMobile .navPage-subMenu-title .icon {
      margin-right: 5px; }
  #cartMobile .dropdown-cart {
    display: block;
    position: relative; }
    #cartMobile .dropdown-cart .loadingOverlay {
      display: block;
      padding: 25px; }
  #cartMobile .previewCartTable {
    display: block; }
  #cartMobile .previewCartHeader {
    display: none; }
  #cartMobile .previewCartList {
    height: auto;
    max-height: 246px;
    padding-bottom: 15px; }
    #cartMobile .previewCartList .previewCartItem {
      display: block;
      font-size: 0; }
      #cartMobile .previewCartList .previewCartItem + .previewCartItem {
        margin-top: 15px;
        padding-top: 15px; }
    #cartMobile .previewCartList .previewCartItem-block {
      padding: 0;
      display: inline-block;
      vertical-align: top;
      font-size: 12px; }
    #cartMobile .previewCartList .previewCartItem-image {
      width: 60px;
      max-height: 55px; }
    #cartMobile .previewCartList .previewCartItem-content {
      vertical-align: top;
      padding: 0 0 10px 15px;
      width: calc(100% - 60px); }
    #cartMobile .previewCartList .previewCartItem-price {
      /*margin-left: 75px;*/
      margin-left: 0;
      margin-right: 0; }
    #cartMobile .previewCartList .previewCartItem-price,
    #cartMobile .previewCartList .previewCartItem-quantity,
    #cartMobile .previewCartList .previewCartItem-total {
      width: auto; }
    #cartMobile .previewCartList .previewCartItem-quantity {
      margin: 0 5px; }
      #cartMobile .previewCartList .previewCartItem-quantity:before {
        content: "x";
        color: #999999;
        position: relative;
        display: inline-block; }
    #cartMobile .previewCartList .previewCartItem-total {
      display: none; }
  #cartMobile .preview-cart-total,
  #cartMobile .preview-cart-grand-total {
    padding: 0; }
  #cartMobile .previewCartAction {
    padding: 0;
    background-color: transparent; }
    #cartMobile .previewCartAction .previewCartAction-checkout,
    #cartMobile .previewCartAction .previewCartAction-viewCart {
      display: block;
      width: 100%; }
    #cartMobile .previewCartAction .previewCartAction-viewCart {
      margin-top: 15px;
      margin-bottom: 30px; }
  #cartMobile .previewCartAction-checkoutMultiple {
    margin: 15px 0 0 0; }
  #cartMobile .previewCartItem-pricewrapper {
    margin-top: 10px; }
    #cartMobile .previewCartItem-pricewrapper .previewCartItem-price {
      margin-left: 0; }
  #cartMobile .mCSB_scrollTools {
    width: 3px; }
  @media (min-width: 768px) {
    #cartMobile .previewCartList {
      max-height: calc(100vh - 400px); }
    #cartMobile .previewCartAction .previewCartAction-viewCart {
      margin-top: 15px;
      margin-bottom: 15px; } }
  @media (min-width: 1025px) {
    #cartMobile .previewCartList {
      max-height: calc(100vh - 450px); } }

/*=====  End of www.themevale.com  ======*/
.has-activeNavPages {
  overflow: hidden;
  -webkit-overflow-scrolling: auto; }

.navPages-container {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden; }
  .navPages-container ul {
    margin: 0;
    padding: 0;
    width: 100%;
    float: none;
    list-style: none; }
  @media (min-width: 1025px) {
    .navPages-container {
      height: auto;
      overflow: visible;
      margin: 0 auto;
      max-width: 1170px; } }
  @media (min-width: 1281px) {
    .page--fullWidth .navPages-container {
      max-width: 100%;
      padding-left: 60px;
      padding-right: 60px; } }

.navPages {
  padding: 0;
  width: 100%;
  font-size: 0;
  background: none;
  text-align: left;
  overflow-y: visible; }
  .navPages .navPages-action {
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    padding: 10px 0;
    text-decoration: none;
    text-transform: capitalize;
    background-color: transparent;
    color: #383e47; }
    .navPages .navPages-action .text {
      color: inherit;
      position: relative; }
    .navPages .navPages-action svg {
      fill: #383e47;
      stroke: #383e47; }
    .navPages .navPages-action:hover {
      color: #005599; }
      .navPages .navPages-action:hover svg {
        color: #005599; }
  .navPages .navPages-item {
    margin-right: 25px;
    position: relative;
    display: inline-block;
    font-size: 1rem;
    transition: all 0.3s ease; }
    .navPages .navPages-item > .navPages-action {
      font-size: 16px;
      font-weight: 700;
      display: inline-block;
      text-transform: uppercase;
      padding: 13px 0 11px;
      position: relative;
      font-family: "Rajdhani", Arial, Helvetica, sans-serif;
      color: white; }
      .navPages .navPages-item > .navPages-action .text:before {
        left: 0;
        bottom: -1px;
        content: "";
        height: 1px;
        width: 0;
        position: absolute;
        transition: all 0.3s ease;
        background-color: white; }
    .navPages .navPages-item.hasMegamenu {
      position: static; }
    .navPages .navPages-item:hover > .navPages-action {
      color: white; }
      .navPages .navPages-item:hover > .navPages-action svg {
        fill: white;
        stroke: white; }
      .navPages .navPages-item:hover > .navPages-action .text:before {
        width: 100%;
        background-color: white; }
    .navPages .navPages-item:hover > .navPage-subMenu {
      top: auto;
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
      transform: translate3d(0, 0, 0); }
    .navPages .navPages-item:last-child {
      margin-right: 0; }
    @media (min-width: 1281px) {
      .navPages .navPages-item {
        margin-right: 30px; }
        .navPages .navPages-item:last-child {
          margin-right: 0; } }
  .navPages .navPage-subMenu-title {
    display: none; }
  .navPages .navPages-list--user {
    display: none; }
  @media (min-width: 1025px) {
    .navPages .navPages-item-custom .navPage-subMenu,
    .navPages .navPages-item-custom .navPage-subMegaMenu {
      display: none !important; }
    .navPages .navPages-item-hidden {
      display: none !important; } }

.navUser-wrapper .navUser-action svg {
  fill: white;
  stroke: white; }

.navPages-label {
  line-height: 1;
  font-size: 11px;
  margin-left: 10px;
  font-weight: 700;
  padding: 3px 5px 2px 5px;
  letter-spacing: 0;
  border-radius: 3px;
  text-align: center;
  position: relative;
  border: 1px solid;
  display: inline-block;
  text-transform: capitalize;
  font-family: "Arimo", Arial, Helvetica, sans-serif; }
  .navPages-label.sale-label {
    color: white;
    border-color: #b20000;
    background-color: #b20000; }
  .navPages-label.new-label {
    color: white;
    border-color: #008ddd;
    background-color: #008ddd; }
  .navPages-label.hot-label {
    color: white;
    border-color: #70b00c;
    background-color: #70b00c; }
  @media (min-width: 1025px) {
    .navPages-label {
      left: 100%;
      top: -22px;
      margin-left: 0;
      position: absolute;
      transform: translateX(-50%); } }

.themevale_MobileMenu.themevale_Mobile {
  padding: 0;
  display: block; }

@media (min-width: 1025px) {
  .themevale_MobileMenu .themevale_close {
    display: none; } }

.navPage-subMenu {
  z-index: 2;
  opacity: 0;
  left: 0;
  top: auto;
  height: auto;
  margin: auto;
  display: block;
  width: 200px;
  border-radius: 0 0 3px 3px;
  padding: 0;
  text-align: left;
  visibility: hidden;
  position: absolute;
  pointer-events: none;
  transition: all 0.3s ease;
  box-shadow: 0 0px 2px 1px rgba(0, 0, 0, 0.1);
  background-color: white;
  transform: translate3d(0, 50px, 0); }
  .navPage-subMenu .navPage-subMenu {
    top: 30px;
    height: auto;
    border-radius: 3px;
    margin-left: calc(100% + 0px);
    transform: translate3d(0, 0, 0); }
  .navPage-subMenu .navPage-subMenu-item-child {
    position: relative;
    border-bottom: 1px solid #ebebeb; }
    .navPage-subMenu .navPage-subMenu-item-child:hover > .navPage-subMenu {
      top: 0;
      opacity: 1;
      pointer-events: auto;
      visibility: visible; }
    .navPage-subMenu .navPage-subMenu-item-child:nth-child(n + 12):hover > .navPage-subMenu {
      top: auto;
      bottom: 0;
      opacity: 1;
      visibility: visible; }
    .navPage-subMenu .navPage-subMenu-item-child:last-child {
      border-bottom: none; }
    .navPage-subMenu .navPage-subMenu-item-child .navPages-action-moreIcon {
      top: 0;
      bottom: 0;
      margin: 0;
      right: 20px;
      width: 20px;
      height: 40px;
      display: block;
      line-height: 40px;
      position: absolute;
      text-align: center;
      transform: rotate(-90deg); }
  .navPage-subMenu .navPage-subMenu-action {
    width: 100%;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: white;
    transition: all 0.3s ease; }
    .navPage-subMenu .navPage-subMenu-action .text {
      position: relative; }
    .navPage-subMenu .navPage-subMenu-action svg {
      fill: #383e47;
      stroke: #383e47; }
    .navPage-subMenu .navPage-subMenu-action:hover .text {
      color: #005599; }
    .navPage-subMenu .navPage-subMenu-action:hover svg {
      fill: #005599;
      stroke: #005599; }

.navPages-action-moreIcon {
  font-size: 0;
  display: none;
  transform: none;
  margin-left: 0.41667rem;
  transition: all 0.3s ease; }
  .navPages-action-moreIcon svg {
    height: 0.75rem;
    width: 0.75rem;
    pointer-events: none; }

#menu .navPages-item:not(.hasMegamenu) > .navPage-subMenu:not(.navPage-subMegaMenu) .navPage-subMenu-item-child:last-child .navPage-subMenu-action {
  border-radius: 0 0 3px 3px; }

#menu .navPages-item:not(.hasMegamenu) > .navPage-subMenu:not(.navPage-subMegaMenu) .navPage-subMenu-action {
  padding: 10px 20px; }
  #menu .navPages-item:not(.hasMegamenu) > .navPage-subMenu:not(.navPage-subMegaMenu) .navPage-subMenu-action.has-subMenu .navPages-action-moreIcon {
    left: 12px;
    width: 20px;
    height: 42px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden; }
  #menu .navPages-item:not(.hasMegamenu) > .navPage-subMenu:not(.navPage-subMegaMenu) .navPage-subMenu-action.has-subMenu:hover {
    padding-left: 36px; }
    #menu .navPages-item:not(.hasMegamenu) > .navPage-subMenu:not(.navPage-subMegaMenu) .navPage-subMenu-action.has-subMenu:hover .navPages-action-moreIcon {
      opacity: 1;
      visibility: visible; }
  #menu .navPages-item:not(.hasMegamenu) > .navPage-subMenu:not(.navPage-subMegaMenu) .navPage-subMenu-action:hover {
    background-color: #f7f7f7; }

#menu .navPage-subMegaMenu {
  left: 0;
  padding: 15px 0 0 0; }
  #menu .navPage-subMegaMenu .navPage-subMenu {
    top: 0;
    padding: 0;
    opacity: 1;
    width: 100%;
    margin-left: 0;
    visibility: visible;
    position: relative;
    box-shadow: none; }
  #menu .navPage-subMegaMenu .navPage-subMenu-action {
    padding: 5px 0;
    background-color: transparent; }
    #menu .navPage-subMegaMenu .navPage-subMenu-action:hover {
      background-color: transparent; }
  #menu .navPage-subMegaMenu .navPage-subMenu-item-child {
    border-bottom: none; }
    #menu .navPage-subMegaMenu .navPage-subMenu-item-child:hover > .has-subMenu + .navPage-subMenu {
      top: auto; }
  #menu .navPage-subMegaMenu .navPages-action-moreIcon {
    display: none !important; }
  @media (min-width: 1025px) {
    #menu .navPage-subMegaMenu {
      max-height: 400px;
      overflow-y: auto; }
      #menu .navPage-subMegaMenu .navPage-subMenu-item-child .navPage-subMenu-item-child .navPages-action {
        font-size: 12px; } }
  @media (min-width: 1300px) {
    #menu .navPage-subMegaMenu {
      max-height: none;
      overflow-y: visible; } }
  @media (min-width: 1281px) {
    #menu .navPage-subMegaMenu > .container {
      max-width: 1200px;
      padding-left: 15px;
      padding-right: 15px; } }

#menu .cateArea {
  float: left; }
  #menu .cateArea > ul {
    width: auto;
    font-size: 0;
    margin: 0 -15px 15px; }
    #menu .cateArea > ul > li {
      padding: 0 15px 10px;
      break-inside: avoid-column;
      page-break-inside: avoid;
      -webkit-column-break-inside: avoid; }
      #menu .cateArea > ul > li > .navPage-subMenu-action {
        font-size: 15px;
        font-weight: 700;
        text-transform: capitalize;
        color: #005599; }
        #menu .cateArea > ul > li > .navPage-subMenu-action .text:before {
          background-color: #005599; }
  #menu .cateArea.columns-2 > ul {
    column-count: 2;
    -webkit-column-count: 2; }
  #menu .cateArea.columns-3 > ul {
    column-count: 3;
    -webkit-column-count: 3; }
  #menu .cateArea.columns-4 > ul {
    column-count: 4;
    -webkit-column-count: 4; }
  #menu .cateArea.columns-5 > ul {
    column-count: 5;
    -webkit-column-count: 5; }
  #menu .cateArea.columns-6 > ul {
    column-count: 6;
    -webkit-column-count: 6; }
  #menu .cateArea.colLeft {
    float: left; }
  #menu .cateArea.colRight {
    float: right; }

#menu .imgList {
  display: block;
  font-size: 0;
  margin: 0 -15px; }
  #menu .imgList > .imgItem {
    width: 50%;
    padding: 0 15px;
    vertical-align: top;
    display: inline-block;
    margin-bottom: 30px; }
    #menu .imgList > .imgItem > a {
      display: block; }
    #menu .imgList > .imgItem:last-child {
      margin-bottom: 0; }
  #menu .imgList > .imgItem--full {
    width: 100%; }
  #menu .imgList.style-2 > .imgRight {
    padding-top: 10px; }

#menu .imageTop .imageTop-item {
  display: block;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 10px; }

#menu .imageTop .cateArea > ul > li > .navPage-subMenu-action {
  margin-bottom: 10px;
  border-bottom: none; }

#menu .imageArea {
  display: inline-flex; }
  #menu .imageArea.colLeft {
    float: left;
    padding-right: 30px;
    display: inline-flex;
    flex-direction: column; }
  #menu .imageArea.colRight {
    float: right;
    padding-left: 30px;
    display: inline-flex;
    flex-direction: column; }
  #menu .imageArea > .imgList {
    padding-top: 13px; }
    #menu .imageArea > .imgList.style-2 {
      padding-top: 0; }
  #menu .imageArea .imgHeading {
    margin: 0;
    padding: 7px 0;
    text-align: center;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 700;
    color: #005599; }
  #menu .imageArea .card {
    margin-bottom: 0;
    padding: 0 2px 5px 2px; }
    #menu .imageArea .card .card-img-container {
      max-width: 156px; }
      #menu .imageArea .card .card-img-container:after {
        padding-bottom: 80%; }
    #menu .imageArea .card .card-body .card-rating {
      display: block;
      margin-bottom: 15px; }
    #menu .imageArea .card .card-body .card-figcaption {
      opacity: 1;
      font-size: 12px;
      margin-top: 18px;
      visibility: visible;
      text-align: center; }
      #menu .imageArea .card .card-body .card-figcaption .link {
        display: inline-block;
        color: #383e47;
        border-bottom: 1px solid #383e47; }
  #menu .imageArea .slick-dots {
    bottom: -35px; }

#menu .bottomMegamenu {
  left: 0;
  right: 0;
  padding: 9px 15px 8px 15px;
  font-weight: 600;
  position: relative;
  text-align: center;
  color: #e06868;
  background-color: #fef8e7;
  text-transform: uppercase; }
  #menu .bottomMegamenu p {
    margin-bottom: 0; }

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

#menuMobile .navPages-list {
  overflow: hidden;
  position: relative; }
  #menuMobile .navPages-list + .navPages-list {
    margin-top: 30px; }

#menuMobile .navPages-item {
  width: 100%;
  margin-right: 0;
  position: static;
  vertical-align: top;
  display: inline-block;
  border-bottom: 1px solid #ebebeb; }
  #menuMobile .navPages-item > .navPages-action {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase; }
    #menuMobile .navPages-item > .navPages-action .text {
      white-space: nowrap; }
  #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; }

@media (min-width: 1025px) {
  #menuMobile .navPages-item-page {
    display: none; } }

#menuMobile .navPages-action {
  margin: 0;
  padding: 0;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  display: block;
  text-transform: capitalize;
  background-color: transparent;
  color: #383e47;
  font-family: "Rajdhani", Arial, Helvetica, sans-serif; }
  #menuMobile .navPages-action .text {
    padding: 12px 20px;
    color: inherit;
    display: inline-block; }
    #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: #383e47;
    stroke: #383e47; }
  #menuMobile .navPages-action img {
    position: relative;
    top: -1px; }

#menuMobile .navPages-action-moreIcon {
  width: 44px;
  height: 44px;
  font-size: 0;
  right: auto;
  float: right;
  line-height: 44px;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  position: relative;
  transform: none;
  pointer-events: none; }
  #menuMobile .navPages-action-moreIcon svg {
    pointer-events: none;
    display: inline-block;
    vertical-align: middle;
    height: 0.83333rem;
    width: 0.83333rem;
    transition: all 0.5s ease;
    transform: rotate(-90deg);
    fill: #383e47;
    stroke: #383e47; }

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

#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:last-child {
    border-bottom: 0; }

#menuMobile .navPage-subMenu-title {
  display: block;
  text-align: center; }
  #menuMobile .navPage-subMenu-title .navPages-action {
    background-color: #f8f8f8;
    font-size: 16px;
    font-weight: 700;
    display: block;
    text-transform: uppercase !important; }
    #menuMobile .navPage-subMenu-title .navPages-action a {
      pointer-events: none; }
  #menuMobile .navPage-subMenu-title .navPages-action-moreIcon {
    right: auto;
    left: 0;
    float: none;
    position: absolute;
    transform: rotate(-180deg); }

#menuMobile .navPages-list--user {
  display: block; }
  #menuMobile .navPages-list--user .navPage-subMenu-title {
    border-top: 1px solid #ebebeb; }
  #menuMobile .navPages-list--user .navPages-item {
    border-bottom: none; }
    #menuMobile .navPages-list--user .navPages-item > .navPages-action {
      font-size: 13px;
      font-weight: 600;
      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 .navPages-item > .navPages-action > .text .icon, #menuMobile .navPages-list--user .navPages-item > .navPages-action > .text span {
          display: inline-block;
          vertical-align: middle; }
  #menuMobile .navPages-list--user .socialLinks--alt .icon {
    height: 1.33333rem;
    width: 1.33333rem; }
  #menuMobile .navPages-list--user .login-content {
    padding: 20px; }
  #menuMobile .navPages-list--user .new-customer {
    padding: 20px;
    border-top: 1px solid #ebebeb;
    background-color: transparent; }
    #menuMobile .navPages-list--user .new-customer .button {
      width: 100%; }
  #menuMobile .navPages-list--user .socialLinks {
    padding: 15px 0 10px 20px; }

#menuMobile .navPages-label {
  top: auto;
  left: auto;
  transform: none;
  margin-left: 10px;
  position: relative; }

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

#menuMobile .imageTop .imageTop-item {
  padding: 0 20px;
  margin: 20px 0;
  display: none;
  text-align: left; }

#menuMobile .imageTop .is-open .imageTop-item {
  display: block; }

#menuMobile .imgList {
  display: block;
  font-size: 0;
  margin: 0 -5px; }
  #menuMobile .imgList > .imgItem {
    width: 50%;
    padding: 0 5px;
    vertical-align: top;
    display: inline-block;
    text-align: center;
    margin-bottom: 10px; }
  #menuMobile .imgList > .imgItem--full {
    width: 100%; }
  #menuMobile .imgList.style-2 > .imgItem {
    width: 100%;
    display: block; }
    #menuMobile .imgList.style-2 > .imgItem + .imgItem {
      margin-top: 30px; }

#menuMobile .cateArea,
#menuMobile .imageArea {
  float: none;
  display: block; }

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

#menuMobile .imageArea {
  max-width: 100% !important;
  padding: 0 20px;
  margin: 20px 0; }
  #menuMobile .imageArea a {
    display: block; }
  #menuMobile .imageArea img {
    margin: 0 auto; }
  #menuMobile .imageArea .imgHeading {
    margin: 0;
    padding: 7px 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    color: #383e47;
    font-family: "Rajdhani", Arial, Helvetica, sans-serif; }
  #menuMobile .imageArea .card {
    margin-bottom: 0;
    max-width: 270px;
    margin-left: auto;
    margin-right: auto; }
    #menuMobile .imageArea .card .card-img-container {
      max-width: 185px; }
      #menuMobile .imageArea .card .card-img-container:after {
        padding-bottom: 80%; }
    #menuMobile .imageArea .card .card-body .card-title {
      display: block; }
    #menuMobile .imageArea .card .card-body .card-rating {
      display: block;
      margin-bottom: 15px; }
    #menuMobile .imageArea .card .card-body .card-figcaption {
      font-size: 12px;
      margin-top: 15px;
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
      text-align: center; }
      #menuMobile .imageArea .card .card-body .card-figcaption .link {
        display: inline-block;
        color: #383e47;
        border-bottom: 1px solid #383e47; }

#menuMobile .bottomMegamenu {
  left: 0;
  right: 0;
  padding: 9px 15px 8px 15px;
  font-weight: 600;
  position: relative;
  text-align: center;
  color: #e06868;
  background-color: #fef8e7;
  text-transform: uppercase; }
  #menuMobile .bottomMegamenu p {
    margin-bottom: 0; }

.themevale_allCategories {
  vertical-align: middle;
  display: inline-block;
  width: 240px;
  padding: 0 15px;
  position: relative;
  z-index: 12;
  bottom: -1px;
  border-radius: 3px 3px 0 0; }
  .themevale_allCategories + .navPages {
    width: auto;
    margin-left: 30px;
    vertical-align: middle;
    display: inline-block; }
    .themevale_allCategories + .navPages .navPages-item {
      margin-right: 22px; }
      .themevale_allCategories + .navPages .navPages-item:last-child {
        margin-right: 0; }
  .themevale_allCategories .themevale_allCategories-text {
    margin: 0;
    line-height: 45px; }
    .themevale_allCategories .themevale_allCategories-text .icon {
      height: 2rem;
      width: 2rem;
      margin-right: 15px; }
    .themevale_allCategories .themevale_allCategories-text .text {
      font-size: 16px;
      font-weight: 700;
      vertical-align: middle;
      text-transform: uppercase;
      font-family: "Rajdhani", Arial, Helvetica, sans-serif; }
  .themevale_allCategories .themevale_allCategories-dropdown {
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
    transition: all 0.3s ease; }
  .themevale_allCategories:hover .themevale_allCategories-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px); }
  .page-type-default .header:not(.is-sticky) .themevale_allCategories.is-open .themevale_allCategories-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px); }

.themevale_allCategories-dropdown {
  top: 100%;
  left: 0;
  right: 0;
  border-top: none;
  position: absolute;
  border-radius: 0 0 3px 3px; }
  .themevale_allCategories-dropdown .navPages-list {
    position: relative; }
    .themevale_allCategories-dropdown .navPages-list > .navPages-item:first-child {
      padding-top: 10px; }
    .themevale_allCategories-dropdown .navPages-list > .navPages-item:last-child {
      padding-bottom: 10px; }
  .themevale_allCategories-dropdown .navPage-subMenu-title {
    display: none; }
  .themevale_allCategories-dropdown .navPages-item {
    width: 100%;
    margin-right: 0;
    position: relative;
    display: block; }
    .themevale_allCategories-dropdown .navPages-item > .navPages-action {
      font-size: 14px;
      font-weight: 600;
      padding-left: 20px;
      text-transform: uppercase;
      font-family: "Rajdhani", Arial, Helvetica, sans-serif; }
      .themevale_allCategories-dropdown .navPages-item > .navPages-action .navPages-action-moreIcon {
        transform: rotate(-90deg);
        right: 5px; }
      .themevale_allCategories-dropdown .navPages-item > .navPages-action .text {
        padding: 7px 0; }
        .themevale_allCategories-dropdown .navPages-item > .navPages-action .text:before {
          content: none; }
    .themevale_allCategories-dropdown .navPages-item.hasMegamenu {
      position: static; }
    .themevale_allCategories-dropdown .navPages-item:hover > .navPages-action {
      background-color: #f7f7f7; }
    .themevale_allCategories-dropdown .navPages-item:hover > .navPage-subMenu {
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
      transform: translate3d(0, 0, 0); }
  .themevale_allCategories-dropdown .navPages-action {
    margin: 0;
    padding: 0 0 0 15px;
    font-size: 12px;
    font-weight: 400;
    cursor: pointer;
    display: block;
    text-transform: capitalize; }
    .themevale_allCategories-dropdown .navPages-action .text {
      color: inherit;
      display: inline-block; }
    .themevale_allCategories-dropdown .navPages-action .icon, .themevale_allCategories-dropdown .navPages-action img {
      display: inline-block;
      vertical-align: middle; }
    .themevale_allCategories-dropdown .navPages-action img {
      position: relative;
      top: -1px; }
    .themevale_allCategories-dropdown .navPages-action .navPages-label {
      top: -10px;
      left: calc(100% + 10px); }
    .themevale_allCategories-dropdown .navPages-action .image-icon {
      max-width: 20px;
      margin-right: 12px;
      opacity: 0.8;
      display: inline-block; }
  .themevale_allCategories-dropdown .navPages-action-moreIcon {
    width: 36px;
    height: 36px;
    font-size: 0;
    right: auto;
    float: right;
    line-height: 36px;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    position: relative;
    transform: none;
    pointer-events: none; }
    .themevale_allCategories-dropdown .navPages-action-moreIcon svg {
      pointer-events: none;
      display: inline-block;
      vertical-align: middle;
      height: 0.83333rem;
      width: 0.83333rem;
      transition: all 0.5s ease; }
  .themevale_allCategories-dropdown .navPage-subMenu-action {
    padding: 0px 20px; }
  .themevale_allCategories-dropdown .navPage-subMenu {
    top: 0;
    left: 100%;
    border-radius: 3px;
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.2); }
    .themevale_allCategories-dropdown .navPage-subMenu .navPage-subMenu {
      top: 30px;
      left: 0; }
    .themevale_allCategories-dropdown .navPage-subMenu .navPage-subMenu-item-child:after {
      content: none; }
    .themevale_allCategories-dropdown .navPage-subMenu .navPage-subMenu-item-child:first-child .navPage-subMenu-action, .themevale_allCategories-dropdown .navPage-subMenu .navPage-subMenu-item-child:nth-child(2) .navPage-subMenu-action {
      border-radius: 3px 3px 0 0; }
  .themevale_allCategories-dropdown .navPage-subMegaMenu {
    top: 0;
    left: 100% !important;
    padding: 15px !important;
    max-width: calc(970px - 240px);
    min-width: calc(970px - 240px); }
    .themevale_allCategories-dropdown .navPage-subMegaMenu .navPage-subMenu {
      top: 0;
      left: 0;
      padding: 0;
      opacity: 1;
      width: 100%;
      margin-left: 0;
      visibility: visible;
      position: relative;
      box-shadow: none; }
    .themevale_allCategories-dropdown .navPage-subMegaMenu .navPage-subMenu-action {
      padding: 7px 0; }
      .themevale_allCategories-dropdown .navPage-subMegaMenu .navPage-subMenu-action .text {
        padding: 0; }
    .themevale_allCategories-dropdown .navPage-subMegaMenu .navPage-subMenu-item-child:after {
      content: none; }
    .themevale_allCategories-dropdown .navPage-subMegaMenu .navPage-subMenu-item-child:hover > .has-subMenu + .navPage-subMenu {
      top: auto; }
    .themevale_allCategories-dropdown .navPage-subMegaMenu .navPages-action-moreIcon {
      display: none !important; }
    @media (min-width: 1281px) {
      .themevale_allCategories-dropdown .navPage-subMegaMenu {
        max-width: calc(1200px - 260px);
        min-width: calc(1200px - 260px); } }
  .themevale_allCategories-dropdown .cateArea {
    float: left; }
    .themevale_allCategories-dropdown .cateArea > ul {
      width: auto;
      font-size: 0;
      margin: 0 -15px 15px; }
      .themevale_allCategories-dropdown .cateArea > ul > li {
        font-size: 12px;
        padding: 0 15px 5px;
        break-inside: avoid-column;
        page-break-inside: avoid;
        -webkit-column-break-inside: avoid; }
        .themevale_allCategories-dropdown .cateArea > ul > li > .navPage-subMenu-action {
          font-size: 16px;
          font-weight: 700;
          font-family: "Rajdhani", Arial, Helvetica, sans-serif;
          text-transform: uppercase !important;
          color: #005599; }
    .themevale_allCategories-dropdown .cateArea.columns-2 > ul {
      column-count: 2;
      -webkit-column-count: 2; }
    .themevale_allCategories-dropdown .cateArea.columns-3 > ul {
      column-count: 3;
      -webkit-column-count: 3; }
    .themevale_allCategories-dropdown .cateArea.columns-4 > ul {
      column-count: 4;
      -webkit-column-count: 4; }
    .themevale_allCategories-dropdown .cateArea.columns-5 > ul {
      column-count: 5;
      -webkit-column-count: 5; }
    .themevale_allCategories-dropdown .cateArea.columns-6 > ul {
      column-count: 6;
      -webkit-column-count: 6; }
    .themevale_allCategories-dropdown .cateArea.colLeft {
      float: left; }
    .themevale_allCategories-dropdown .cateArea.colRight {
      float: right; }
  .themevale_allCategories-dropdown .imgList {
    display: block;
    font-size: 0;
    margin: 0 -3px; }
    .themevale_allCategories-dropdown .imgList > .imgItem {
      width: auto;
      padding: 0 3px;
      vertical-align: top;
      display: inline-block; }
      .themevale_allCategories-dropdown .imgList > .imgItem > a {
        display: block; }
        .themevale_allCategories-dropdown .imgList > .imgItem > a + a {
          margin-top: 6px; }
    .themevale_allCategories-dropdown .imgList > .imgItem--full {
      width: 100%; }
    .themevale_allCategories-dropdown .imgList.style-2 {
      margin: 0 -8px; }
      .themevale_allCategories-dropdown .imgList.style-2 > .imgItem {
        padding: 0 8px; }
      .themevale_allCategories-dropdown .imgList.style-2 > .imgRight {
        padding-top: 10px; }
  .themevale_allCategories-dropdown .imageTop .imageTop-item {
    display: block;
    margin-bottom: 10px; }
  .themevale_allCategories-dropdown .imageTop .cateArea > ul > li > .navPage-subMenu-action {
    margin-bottom: 10px;
    border-bottom: none; }
  .themevale_allCategories-dropdown .imageArea {
    display: inline-flex; }
    .themevale_allCategories-dropdown .imageArea.colLeft {
      float: left;
      padding-right: 20px;
      display: inline-flex;
      flex-direction: column; }
    .themevale_allCategories-dropdown .imageArea.colRight {
      float: right;
      padding-left: 20px;
      display: inline-flex;
      flex-direction: column; }
    .themevale_allCategories-dropdown .imageArea > .imgList {
      padding-top: 15px; }
      .themevale_allCategories-dropdown .imageArea > .imgList.style-2 {
        padding-top: 0; }
    .themevale_allCategories-dropdown .imageArea .imgHeading {
      margin: 0;
      font-size: 16px;
      font-weight: 700;
      padding: 7px 0;
      text-align: left !important;
      font-family: "Rajdhani", Arial, Helvetica, sans-serif;
      color: #005599;
      text-transform: uppercase !important; }
    .themevale_allCategories-dropdown .imageArea .card {
      margin-bottom: 0; }
      .themevale_allCategories-dropdown .imageArea .card .card-img-container:after {
        padding-bottom: 80%; }
      .themevale_allCategories-dropdown .imageArea .card .card-body .card-rating {
        display: block;
        margin-bottom: 15px; }
      .themevale_allCategories-dropdown .imageArea .card .card-body .card-figcaption {
        opacity: 1;
        font-size: 12px;
        margin-top: 15px;
        visibility: visible;
        text-align: center; }
        .themevale_allCategories-dropdown .imageArea .card .card-body .card-figcaption .link {
          display: inline-block;
          color: #383e47;
          border-bottom: 1px solid #383e47; }
  .themevale_allCategories-dropdown .bottomMegamenu {
    left: 0;
    right: 0;
    padding: 9px 0 8px 0;
    font-weight: 600;
    position: relative;
    text-align: center;
    color: #e06868;
    background-color: #fef8e7;
    text-transform: uppercase; }
    .themevale_allCategories-dropdown .bottomMegamenu p {
      margin-bottom: 0; }

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

.tag {
  display: inline-block;
  vertical-align: top;
  font-size: 1rem;
  margin-right: 10px;
  margin-bottom: 10px; }
  .tag a {
    font-size: 12px;
    color: #8c8c8c;
    line-height: 1;
    padding: 9px 15px;
    border-radius: 3px;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    background-color: #f7f7f7;
    border: 1px solid #f7f7f7;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); }

.socialLinks {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0;
  font-size: 0; }
  .socialLinks:before, .socialLinks:after {
    content: " ";
    display: table; }
  .socialLinks:after {
    clear: both; }
  .socialLinks ul,
  .socialLinks ol {
    list-style: none;
    margin-bottom: 0; }
  .socialLinks li {
    margin: 0;
    padding: 0; }
  .socialLinks .icon {
    width: 16px;
    height: 16px;
    font-size: 12px;
    margin: 0;
    display: block;
    text-decoration: none; }
    .socialLinks .icon:hover svg {
      fill: #323232; }
    .socialLinks .icon svg {
      fill: #323232;
      transition: all 0.15s ease; }
    .socialLinks .icon.icon--twitter, .socialLinks .icon.icon--print, .socialLinks .icon.icon--google_plusone {
      transform: scale(1.15); }
    .socialLinks .icon.icon--instagram, .socialLinks .icon.icon--facebook, .socialLinks .icon.icon--email {
      transform: scale(0.95); }
    .socialLinks .icon.icon--google_plusone {
      width: 15px !important; }

.google_plusone_iframe_widget {
  width: inherit !important;
  display: none !important; }

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

.pin_it_iframe_widget {
  display: none; }

.socialLinks-item {
  display: inline-block;
  vertical-align: middle; }
  .socialLinks .socialLinks-item {
    margin: 0 10px 5px 0; }
    .socialLinks .socialLinks-item:last-child {
      margin-right: 0; }
    @media (min-width: 551px) {
      .socialLinks .socialLinks-item {
        margin: 0 15px 5px 0; } }
  .socialLinks-item.socialLinks-item--google_plusone {
    display: none; }

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

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

.heroCarousel-wrapper {
  position: relative; }
  @media (max-width: 1024px) {
    .heroCarousel-wrapper > .container {
      padding-left: 0;
      padding-right: 0; } }

.heroCarousel {
  margin-bottom: 0px; }
  .heroCarousel .slick-arrow {
    top: 50%;
    z-index: 5;
    width: 60px;
    height: 60px;
    padding: 0 18px;
    line-height: 60px;
    border-radius: 50%;
    transition: all 0.3s ease;
    fill: white;
    stroke: white;
    border: 2px solid white;
    background-color: rgba(0, 0, 255, 0); }
    .heroCarousel .slick-arrow:before {
      content: none; }
    .heroCarousel .slick-arrow.slick-prev {
      left: 6%; }
    .heroCarousel .slick-arrow.slick-next {
      right: 6%; }
    .heroCarousel .slick-arrow:hover {
      fill: white;
      stroke: white;
      border: 2px solid white;
      background-color: rgba(0, 0, 255, 0); }
  .heroCarousel .slick-dots {
    bottom: auto;
    z-index: 5;
    padding: 5px 0 0 0;
    position: relative;
    transition: all 0.3s ease; }
    .heroCarousel .slick-dots li {
      padding: 0;
      width: auto;
      height: auto;
      margin: 0 4px; }
      .heroCarousel .slick-dots li button {
        width: 8px;
        height: 8px;
        opacity: 0.5;
        border: 1px solid #323232;
        background-color: #323232;
        transition: all 0.3s ease; }
        .heroCarousel .slick-dots li button:before {
          content: none; }
    .heroCarousel .slick-dots .slick-active button {
      opacity: 0.8;
      background-color: transparent; }
    @media (min-width: 801px) {
      .heroCarousel .slick-dots {
        padding: 0;
        bottom: 15px;
        position: absolute; }
        .heroCarousel .slick-dots li button {
          width: 10px;
          height: 10px;
          border: 1px solid #8b8d90;
          background-color: #8b8d90; }
        .heroCarousel .slick-dots .slick-active button {
          opacity: 0.8;
          background-color: rgba(0, 0, 255, 0); } }
    @media (min-width: 1025px) {
      .heroCarousel .slick-dots {
        bottom: 25px; } }
  .heroCarousel .link-carousel {
    vertical-align: top; }
  .heroCarousel.slick-dotted {
    margin-bottom: 0px; }
  @media (min-width: 768px) {
    .heroCarousel .slick-slide .heroCarousel-title {
      visibility: hidden;
      animation-delay: 0ms;
      animation-name: fadeOutRight; }
    .heroCarousel .slick-slide .heroCarousel-description {
      visibility: hidden;
      animation-delay: 0ms;
      animation-name: fadeOutRight; }
    .heroCarousel .slick-slide .heroCarousel-action {
      visibility: hidden;
      animation-delay: 0ms;
      animation-name: fadeOutRight; }
    .heroCarousel .slick-current .heroCarousel-title {
      visibility: visible;
      animation-delay: 100ms;
      animation-name: fadeInLeft; }
    .heroCarousel .slick-current .heroCarousel-description {
      visibility: visible;
      animation-delay: 300ms;
      animation-name: fadeInLeft; }
    .heroCarousel .slick-current .heroCarousel-action {
      visibility: visible;
      animation-delay: 500ms;
      animation-name: fadeInLeft; } }
  @media (min-width: 1025px) {
    .heroCarousel .slick-arrow,
    .heroCarousel .slick-dots {
      opacity: 0;
      visibility: hidden; }
    .heroCarousel .slick-dots li {
      margin: 0 7px; }
      .heroCarousel .slick-dots li button {
        width: 12px;
        height: 12px; }
    .heroCarousel:hover .slick-arrow {
      opacity: 0.5;
      visibility: visible; }
      .heroCarousel:hover .slick-arrow:hover {
        opacity: 1; }
    .heroCarousel:hover .slick-dots {
      opacity: 1;
      visibility: visible; } }

.heroCarousel:not(.slick-slider) {
  overflow: hidden;
  white-space: nowrap; }
  .heroCarousel:not(.slick-slider) .heroCarousel-slide {
    display: inline-block;
    vertical-align: top;
    width: 100%; }

.heroCarousel-slide {
  position: relative;
  vertical-align: top; }
  .heroCarousel-slide.compat-object-fit {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat; }
    @media (min-width: 1261px) {
      .heroCarousel-slide.compat-object-fit.stretch {
        background-size: 100% 100%; } }
    .heroCarousel-slide.compat-object-fit .heroCarousel-image {
      opacity: 0; }

.heroCarousel-image-wrapper {
  position: relative;
  overflow: hidden; }
  .heroCarousel-image-wrapper .heroCarousel-image {
    display: block;
    top: auto;
    left: auto;
    width: 100%;
    z-index: 1;
    height: auto;
    max-width: none;
    transform: none;
    position: relative; }
  .heroCarousel-image-wrapper .heroCarousel-image-mobile {
    top: auto;
    left: auto;
    z-index: 1;
    height: auto;
    max-width: none;
    transform: none;
    position: relative; }
    .heroCarousel-image-wrapper .heroCarousel-image-mobile img.lazyloaded {
      width: 100%; }
    .heroCarousel-image-wrapper .heroCarousel-image-mobile + .heroCarousel-image {
      display: block; }
  .heroCarousel-image-wrapper > .link {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    position: absolute; }
  @media (min-width: 551px) {
    .heroCarousel-image-wrapper .heroCarousel-image-mobile {
      display: none; }
      .heroCarousel-image-wrapper .heroCarousel-image-mobile + .heroCarousel-image {
        display: block; } }
  @media (min-width: 1025px) {
    .heroCarousel-image-wrapper {
      max-height: 31vw; } }
  @media (max-width: 551px) {
    .heroCarousel-image-wrapper {
      height: auto !important; } }

.heroCarousel-content {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 20px 15px 3px;
  white-space: normal;
  top: 50%;
  left: 50%;
  z-index: 5;
  width: 100%;
  padding: 25px 30px;
  position: absolute;
  transform: translate3d(-50%, -50%, 0);
  background-color: transparent; }

.heroCarousel-title {
  display: block;
  margin: 0 0 15px 0;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
  font-family: "Rajdhani", Arial, Helvetica, sans-serif;
  color: white; }
  @media (min-width: 551px) {
    .heroCarousel-title {
      font-size: 24px; } }
  @media (min-width: 768px) {
    .heroCarousel-title {
      font-size: 32px;
      color: white; } }
  @media (min-width: 1261px) {
    .heroCarousel-title {
      font-size: 50px; } }

.heroCarousel-title-mobile {
  top: 50%;
  left: 50%;
  z-index: 1;
  margin: 0;
  width: 100%;
  max-width: 290px;
  display: block;
  color: white;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  padding: 0;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  font-family: "Rajdhani", Arial, Helvetica, sans-serif;
  transform: translate3d(-50%, -50%, 0); }
  @media (min-width: 768px) {
    .heroCarousel-title-mobile {
      display: none; } }

.heroCarousel-description {
  font-size: 12px;
  line-height: 22px;
  font-weight: 700;
  margin: 0 0 20px 0;
  color: white; }
  @media (min-width: 1261px) {
    .heroCarousel-description {
      margin: 0 0 32px 0; } }

.heroCarousel-action {
  display: none;
  margin: 0;
  color: white;
  min-width: 175px;
  color: white;
  border: 1px solid #b20000;
  background-color: #b20000;
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2); }
  @media (min-width: 768px) {
    .heroCarousel-action {
      display: inline-block;
      min-width: 175px;
      color: white;
      border: 1px solid #b20000;
      background-color: #b20000; }
      .heroCarousel-action:hover, .heroCarousel-action:active, .heroCarousel-action:focus {
        color: #b20000;
        border: 1px solid #b20000;
        background-color: rgba(0, 0, 255, 0); } }

.themevale_heroCarousel {
  position: relative; }

@media (min-width: 768px) {
  .writeReview-productDetails {
    width: 45%;
    float: left;
    padding-right: 15px; } }

.writeReview-productDetails .product-brand {
  margin: 0;
  line-height: 1;
  font-size: 12px;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: capitalize;
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  color: #999999; }

.writeReview-productDetails .product-title {
  font-size: 12px;
  margin-top: 0;
  font-weight: 400;
  text-transform: none;
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  color: #005599; }

.writeReview-form {
  margin-top: 30px; }
  .writeReview-form .form-label small {
    float: right;
    font-style: italic;
    color: #8c8c8c; }
  .writeReview-form textarea {
    min-height: 120px; }
  .writeReview-form .button {
    min-width: 200px; }
  @media (min-width: 768px) {
    .writeReview-form {
      width: 55%;
      float: left;
      margin-top: 0;
      padding-left: 15px; } }

.writeReview-productImage-container {
  position: relative;
  overflow: hidden;
  max-width: 250px;
  margin-left: auto;
  margin-right: auto; }
  .writeReview-productImage-container img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100%; }
  .writeReview-productImage-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%; }
  @media (min-width: 768px) {
    .writeReview-productImage-container {
      max-width: none; } }

.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: 15px; }
  .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: 15px;
  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.slick-slider {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  margin-left: -8px;
  margin-right: -8px; }
  .productCarousel.slick-slider:before, .productCarousel.slick-slider:after {
    content: " ";
    display: table; }
  .productCarousel.slick-slider:after {
    clear: both; }
  .productCarousel.slick-slider .slick-slide {
    padding: 0 8px; }
    .productCarousel.slick-slider .slick-slide > div + div {
      margin-top: 30px; }
    .productCarousel.slick-slider .slick-slide .productCarousel-slide {
      padding: 0; }
  .productCarousel.slick-slider .productCarousel-slide {
    float: none; }
    .productCarousel.slick-slider .productCarousel-slide .card {
      margin-bottom: 0; }
  @media (min-width: 1025px) {
    .productCarousel.slick-slider {
      margin-left: -15px;
      margin-right: -15px; }
      .productCarousel.slick-slider .slick-arrow.slick-prev {
        left: -35px; }
      .productCarousel.slick-slider .slick-arrow.slick-next {
        right: -35px; }
      .productCarousel.slick-slider .slick-slide {
        padding: 0 15px; }
      .productCarousel.slick-slider .slick-dots {
        bottom: -40px; } }
  .productCarousel.slick-slider.slick-dotted {
    margin-bottom: 30px; }

.productCarousel:not(.slick-slider) {
  font-size: 0;
  overflow-y: hidden;
  overflow-x: auto;
  white-space: nowrap;
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-bottom: 2px; }
  .productCarousel:not(.slick-slider) .productCarousel-slide {
    display: inline-block;
    vertical-align: top;
    padding-left: 0;
    padding-right: 15px;
    width: 50%;
    font-size: 12px;
    white-space: normal;
    float: none; }
    .productCarousel:not(.slick-slider) .productCarousel-slide .card {
      margin-bottom: 0; }
  @media (min-width: 551px) {
    .productCarousel:not(.slick-slider) .productCarousel-slide {
      width: 33.33333333%; } }
  @media (min-width: 768px) {
    .themevale_productsCategorySortTabs.custom .productCarousel:not(.slick-slider) .productCarousel-slide {
      width: 50%; } }
  @media (min-width: 992px) {
    .productCarousel:not(.slick-slider) .productCarousel-slide {
      width: 25%; }
    .themevale_productsCategorySortTabs.custom .productCarousel:not(.slick-slider) .productCarousel-slide {
      width: 33.333333333%; } }
  @media (min-width: 1025px) {
    .productCarousel:not(.slick-slider) {
      overflow: hidden;
      margin-left: 0;
      margin-right: 0;
      padding-left: 30px;
      padding-bottom: 0px; }
      .productCarousel:not(.slick-slider) .productCarousel-slide {
        padding-right: 30px; }
      [data-themevale-products-by-category-id] .productCarousel:not(.slick-slider) .productCarousel-slide {
        width: 33.33333333%; }
      .themevale_productsBestsellers .productCarousel:not(.slick-slider) .productCarousel-slide {
        width: 100%; } }

.productCarousel-slide {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 50%;
  float: left;
  padding: 0 8px; }
  @media (min-width: 551px) {
    .productCarousel-slide {
      width: 33.33333%; } }
  @media (min-width: 801px) {
    .productCarousel-slide {
      width: 25%; } }
  @media (min-width: 1261px) {
    .productCarousel-slide {
      width: 16.66667%; } }
  @media (min-width: 1025px) {
    .productCarousel-slide {
      padding: 0 15px; } }

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

.quickView:after {
  clear: both; }

.modal-quickview {
  width: 1050px; }
  @media (min-width: 1024px) {
    .modal-quickview .modal-body {
      padding: 40px 60px 60px 60px; } }

.productView--quickView.themevalte_productView {
  margin-bottom: 0; }
  @media (min-width: 1024px) {
    .productView--quickView.themevalte_productView .themevalte_productView-left {
      width: 50%; }
    .productView--quickView.themevalte_productView .themevalte_productView-right {
      width: 50%; } }

/*=========================================
=            www.themevale.com            =
=========================================*/
.productView--quickView .productView-details {
  margin-bottom: 0; }

.quickView .themevale_productView {
  display: block;
  font-size: 0;
  padding-top: 0;
  margin-bottom: 0; }
  .quickView .themevale_productView .themevale_productView-left,
  .quickView .themevale_productView .themevale_productView-right {
    display: block;
    font-size: 1rem; }
  .quickView .themevale_productView .productView-description {
    display: none; }
  .quickView .themevale_productView .themevale_securityImage ul {
    margin: 0;
    font-size: 0;
    list-style: none;
    overflow: hidden;
    white-space: nowrap; }
  @media (min-width: 768px) {
    .quickView .themevale_productView .themevale_productView-left,
    .quickView .themevale_productView .themevale_productView-right {
      width: 50%;
      vertical-align: top;
      display: inline-block; }
    .quickView .themevale_productView .themevale_productView-left {
      padding-right: 15px; }
    .quickView .themevale_productView .themevale_productView-right {
      padding-left: 15px;
      margin-top: 0; } }

/*--------  2.0 Product images  ------*/
.themevale_quickViewImage {
  width: 100%;
  max-width: 470px;
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px; }
  .themevale_quickViewImage .productView-image {
    cursor: zoom-in;
    vertical-align: top; }
    .themevale_quickViewImage .productView-image .easyzoom-flyout {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 10;
      position: absolute; }
  .themevale_quickViewImage .productView-img-container {
    max-width: none; }
    .themevale_quickViewImage .productView-img-container > a {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      position: absolute; }
      .themevale_quickViewImage .productView-img-container > a img {
        top: 50%;
        left: 50%;
        right: auto;
        bottom: auto;
        width: auto;
        height: 100%;
        position: absolute;
        transform: translate(-50%, -50%); }
  .themevale_quickViewImage .productView-thumbnails {
    width: 100%;
    display: block;
    margin-top: 20px;
    padding: 0 30px; }
    .themevale_quickViewImage .productView-thumbnails .productView-thumbnail {
      border: none;
      outline: none;
      padding: 0px 10px;
      vertical-align: top; }
      .themevale_quickViewImage .productView-thumbnails .productView-thumbnail > a {
        display: block;
        position: relative; }
        .themevale_quickViewImage .productView-thumbnails .productView-thumbnail > a:after {
          content: '';
          display: block;
          height: 0;
          width: 100%;
          padding-bottom: 100%; }
        .themevale_quickViewImage .productView-thumbnails .productView-thumbnail > a img {
          top: 50%;
          left: 50%;
          bottom: auto;
          right: auto;
          width: auto;
          height: 100%;
          position: absolute;
          transform: translate(-50%, -50%); }
    .themevale_quickViewImage .productView-thumbnails .slick-arrow {
      width: 21px;
      height: 21px;
      padding: 0; }
    .themevale_quickViewImage .productView-thumbnails .slick-prev {
      left: 0; }
    .themevale_quickViewImage .productView-thumbnails .slick-next {
      right: 0; }

/*=====  End of www.themevale.com  ======*/
.productReviews-list {
  margin: 0; }

.productReview {
  width: 100%;
  float: none;
  font-size: 1rem;
  display: block;
  vertical-align: top;
  margin-bottom: 0; }
  .productReview + .productReview {
    margin-top: 45px; }
  .productReview .productReview-title {
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px 0 0;
    text-transform: capitalize;
    font-family: "Arimo", Arial, Helvetica, sans-serif;
    font-weight: 700;
    color: #005599; }
  .productReview .productReview-rating {
    line-height: 1;
    display: inline-block;
    vertical-align: middle; }
  .productReview .productReview-author {
    color: #8c8c8c;
    margin-top: 10px;
    margin-bottom: 15px; }
  .productReview .productReview-ratingNumber {
    display: none; }
  .productReview .productReview-body {
    margin-bottom: 0; }
  .productReview .pagination {
    margin: 30px 0 0 0; }

.btn-createReview {
  margin-top: 5px;
  float: left;
  width: 100%; }

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

.productView-image {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: auto;
  position: relative;
  /*@media (min-width: $screen-xxsmall) and (max-width: $screen-medium) {
        pointer-events: none;
    }*/ }
  @media (min-width: 801px) {
    .productView-image {
      min-height: 366px;
      min-width: inherit; } }

.productView-img-container {
  position: relative;
  margin: auto;
  width: 100%; }
  .productView-img-container > a {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute; }
  .productView-img-container img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-height: 100%;
    width: auto; }
    .productView-img-container img.lazyload, .productView-img-container img.lazyloading {
      width: auto;
      height: auto; }
  .productView-img-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%; }

.productView-thumbnails {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  margin: 0;
  font-size: 0;
  text-align: center; }
  .productView-thumbnails ul,
  .productView-thumbnails ol {
    list-style: none;
    margin-bottom: 0; }
  .productView-thumbnails:before, .productView-thumbnails:after {
    content: " ";
    display: table; }
  .productView-thumbnails:after {
    clear: both; }
  .productView-thumbnails .slick-arrow {
    fill: #323232; }
  .productView-thumbnails .slick-next {
    right: 0; }
  .productView-thumbnails .slick-prev {
    left: 0; }

.productView-thumbnail {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 25%;
  float: left;
  padding-left: 8px;
  padding-right: 8px;
  text-align: center;
  display: inline-block;
  float: none; }

.productView-thumbnail-link {
  display: block;
  position: relative; }
  .productView-thumbnail-link:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%; }
  .productView-thumbnail-link img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-height: 100%;
    width: auto; }
    .productView-thumbnail-link img.lazyload, .productView-thumbnail-link img.lazyloading {
      width: auto;
      height: auto; }
  .productView-thumbnail-link.is-active {
    opacity: 0.5; }

.productView-details {
  margin-bottom: 2rem; }

@media (min-width: 801px) {
  .productView-product {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 2rem; } }

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

.productView-title {
  font-size: 20px;
  margin: -0.75rem 0 0.41667rem; }
  @media (min-width: 801px) {
    .productView-title {
      margin-top: 1.5rem; } }
  @media (min-width: 1261px) {
    .productView-title {
      font-size: 28px; } }

.productView-brand {
  color: #757575;
  font-size: 15px;
  margin: 0 0 0.75rem; }
  @media (min-width: 1261px) {
    .productView-brand {
      font-size: 20px;
      margin: -0.16667rem 0 1rem; } }
  .productView-brand a {
    color: #757575; }
    .productView-brand a:hover {
      color: #333333; }

.productView-price {
  font-size: 15px;
  margin-bottom: 0.5rem; }
  @media (min-width: 801px) {
    .productView-price {
      font-size: 25px;
      margin-bottom: 1rem; } }
  .productView-price .price-section--saving {
    font-size: 15px; }
  .productView-price abbr {
    border: 0;
    color: inherit;
    font-size: inherit; }

.productView-reviewLink {
  display: inline-block;
  margin-left: 0.75rem;
  vertical-align: middle; }
  .productView-reviewLink + .productView-reviewLink {
    display: block;
    margin-left: auto; }
    @media (min-width: 551px) {
      .productView-reviewLink + .productView-reviewLink {
        display: inline-block;
        margin-left: 0.75rem; } }
  .productView-reviewLink > a {
    color: #757575; }
    .productView-reviewLink > a:hover {
      color: #333333; }

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

.productView-info-name,
.productView-info-value {
  float: left; }
  @media (min-width: 551px) {
    .productView-info-name,
    .productView-info-value {
      float: none; } }

.productView-info-name {
  clear: both;
  margin-bottom: 0.16667rem;
  margin-right: 0.41667rem; }
  @media (min-width: 551px) {
    .productView-info-name {
      font-size: 13px;
      font-weight: 400; } }

.productView-info-value {
  margin-bottom: 0.41667rem; }
  @media (min-width: 551px) {
    .productView-info-value {
      margin-bottom: 1rem; } }

.productView-options {
  margin-bottom: 1.5rem;
  text-align: center;
  /*.form-action {

        @include breakpoint("small") {
            float: left;
            padding: 0 remCalc(10);
            width: 50%;
        }

        @include breakpoint("medium") {
            float: none;
            padding: 0;
            width: auto;
        }

        @include breakpoint("large") {
            display: inline-block;
            margin-top: 1rem;
        }

        // scss-lint:disable SelectorDepth, NestingDepth
        .button {
            width: 100%;

            @include breakpoint("large") {
                margin-right: spacing("half");
                width: auto;
            }
        }
    }*/ }
  .productView-options:before, .productView-options:after {
    content: " ";
    display: table; }
  .productView-options:after {
    clear: both; }
  @media (min-width: 551px) {
    .productView-options {
      text-align: left; } }
  @media (min-width: 551px) {
    .productView-options .form-input[type="number"] {
      width: 16.66667%; } }
  .productView-options .form {
    display: inline; }
  .productView-options input[type="file"] {
    font-size: 13px; }
  .productView-options .form-field {
    font-size: 0;
    margin-bottom: 2rem; }
    .productView-options .form-field > .form-checkbox + .form-label,
    .productView-options .form-field > .form-radio + .form-label {
      width: auto;
      display: inline-block;
      margin-left: 1.5rem; }
      @media (min-width: 551px) {
        .productView-options .form-field > .form-checkbox + .form-label,
        .productView-options .form-field > .form-radio + .form-label {
          margin-left: 0;
          width: 100%; } }
    .productView-options .form-field > .form-label:nth-of-type(2) {
      margin-left: 0; }

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

.productOptions-list-item {
  padding: 1.5rem; }
  .productOptions-list-item + .productOptions-list-item {
    border-top: 1px solid #cccccc; }
  .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; }

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

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

.compareTable {
  border-top: 1px solid #e5e5e5;
  table-layout: fixed;
  width: 100%; }

.compareTable-row {
  vertical-align: top; }
  .compareTable-row + .compareTable-row .compareTable-heading,
  .compareTable-row + .compareTable-row .compareTable-item {
    border-top: 1px solid #e5e5e5; }
  .compareTable-row + .compareTable-row .compareTable-heading:empty {
    border-top: 0; }

.compareTable-heading {
  font-family: "Rajdhani", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  padding: 1.25rem 1rem;
  position: relative;
  text-align: right;
  width: 0; }
  @media (min-width: 801px) {
    .compareTable-heading {
      width: 25%; } }

.compareTable-headingText {
  position: absolute;
  top: 1.25rem;
  white-space: nowrap; }
  @media (min-width: 801px) {
    .compareTable-headingText {
      position: inherit;
      top: inherit; } }

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

.compareTable-removeProduct {
  background-color: #e5e5e5;
  border-radius: 50%;
  height: 2.5rem;
  position: absolute;
  right: -1rem;
  top: -1rem;
  transition: background-color 0.15s ease;
  width: 2.5rem; }
  .compareTable-removeProduct .icon {
    fill: #323232;
    height: 1.5rem;
    margin-top: 0.5rem;
    width: 1.5rem; }

.compareTable-product {
  font-weight: 400;
  padding: 2rem 1rem 1.25rem; }
  .compareTable-product .card {
    margin-bottom: 0; }

.compareTable-action {
  padding: 0 1rem 1rem; }
  .compareTable-action .button {
    display: block;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%; }

.compareTable {
  border: 1px solid #ececec;
  border-collapse: collapse; }
  .compareTable th, .compareTable td {
    border: 1px solid #ececec;
    border-spacing: 0px; }
  .compareTable thead {
    text-align: center; }
    .compareTable thead .compareTable-heading {
      text-align: center;
      font-family: "Rajdhani", Arial, Helvetica, sans-serif; }
    .compareTable thead .compareTable-headingText {
      font-size: 13px;
      font-weight: 700;
      text-transform: uppercase;
      color: #383e47; }
  .compareTable .compareTable-item.text-center,
  .compareTable .compareTable-heading.text-center {
    width: 150px; }

.compareTable-product .card {
  border: none;
  text-align: center; }
  .compareTable-product .card .card-img-container {
    padding-left: 30px;
    padding-right: 30px; }
    .compareTable-product .card .card-img-container:before {
      content: none; }
  .compareTable-product .card .card-body {
    text-align: center; }
    .compareTable-product .card .card-body .card-figcaption {
      margin-top: 20px; }
  .compareTable-product .card .card-price-wrapper {
    margin-top: 5px; }
    .compareTable-product .card .card-price-wrapper .card-price {
      float: none; }

.compareTable-product .compareTable-removeProduct {
  top: 0px;
  right: 10px;
  width: 24px;
  height: 24px;
  position: absolute;
  background-color: transparent; }
  .compareTable-product .compareTable-removeProduct .icon {
    margin: 0;
    width: 25px;
    height: 25px;
    padding: 5px;
    fill: #ffffff;
    border-radius: 50%;
    background-color: #383e47; }

.blocker {
  background: rgba(255, 255, 255, 0.5);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 500; }

.blocker-container {
  position: relative; }

.textTruncate {
  padding-bottom: 1.5rem;
  position: relative;
  transition: max-height 100ms ease-out; }

.js .textTruncate {
  max-height: 110px;
  overflow: hidden; }

.js .textTruncate--visible {
  max-height: 83.33333rem; }

.textTruncate-viewMore {
  background-color: white;
  bottom: 0;
  padding-top: 10px;
  position: absolute;
  width: 100%; }

.toggle {
  border-top: 1px solid #e5e5e5;
  margin-bottom: 2.25rem; }
  .toggle:last-of-type {
    margin-bottom: 4.5rem; }

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

.toggleLink {
  color: #757575; }
  .toggleLink:hover {
    color: #333333; }
  .toggle-title .toggleLink {
    float: right;
    line-height: 24px; }
  .toggleLink > .icon {
    width: 15px;
    height: 24px;
    float: right;
    padding: 5px 0;
    transform: rotate(90deg);
    fill: #c1c1c1;
    stroke: #c1c1c1;
    transition: all 0.3s ease; }
  .toggleLink.is-open > .icon {
    transform: rotate(270deg); }

.toggleLink-text {
  font-size: 13px;
  font-weight: 400; }

.toggleLink-text--off {
  display: inline-block; }
  .toggleLink.is-open .toggleLink-text--off {
    display: none; }

.toggleLink-text--on {
  display: none; }
  .toggleLink.is-open .toggleLink-text--on {
    display: inline-block; }

.toggle-content {
  display: none; }
  .toggle-content.is-open {
    display: block; }

.facetedSearch-toggle {
  margin: 0 auto;
  max-width: 100rem;
  width: 100%;
  border: #e5e5e5 solid;
  border-radius: 4px;
  border-width: 1px;
  display: block;
  margin-bottom: 2rem;
  padding: 1rem; }
  .facetedSearch-toggle:before, .facetedSearch-toggle:after {
    content: " ";
    display: table; }
  .facetedSearch-toggle:after {
    clear: both; }
  @media (min-width: 801px) {
    .facetedSearch-toggle {
      display: none !important; } }
  .facetedSearch-toggle.is-open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 0; }

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

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

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

.facetedSearch-navList {
  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; }
  .facetedSearch-toggle + .facetedSearch-navList,
  .sidebarBlock + .facetedSearch-navList {
    margin-top: 2rem; }
  .facetedSearch-toggle + .facetedSearch-navList.is-open,
  .sidebarBlock + .facetedSearch-navList.is-open {
    margin-top: -1px; }
    @media (min-width: 801px) {
      .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: block; }
  .facetedSearch-refineFilters .inlineList li {
    margin-left: 0;
    margin-right: 5px;
    display: inline-block;
    vertical-align: top; }

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

.facetedSearch-content--rating ul > li > a {
  padding-left: 0 !important;
  vertical-align: middle !important;
  font-size: 0 !important;
  line-height: 1; }
  .facetedSearch-content--rating ul > li > a > span:not(.rating--small) {
    padding-left: 15px;
    font-size: 12px !important; }

.banners {
  padding: 0;
  color: #000000;
  text-align: center;
  background-color: #ffffff; }
  .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; }
  .page-type-category .banner {
    max-width: none; }

.facetLabel {
  background: #e5e5e5;
  border-radius: 4px;
  padding: 0.16667rem 0.5rem 0.16667rem 0.66667rem;
  text-decoration: none; }
  .facetLabel .icon {
    height: 1rem;
    width: 1rem;
    display: inline-block;
    fill: #757575;
    position: relative;
    top: -1px; }

.cart {
  display: block;
  margin-bottom: 1.5rem;
  width: 100%; }
  @media (min-width: 801px) {
    .cart {
      display: table; } }

.cart-header {
  display: none; }
  @media (min-width: 801px) {
    .cart-header {
      display: table-header-group;
      text-align: left;
      background-color: #f7f7f7;
      border-radius: 3px; } }

.cart-header-item {
  padding: 12px 0;
  line-height: 20px;
  font-size: 12px;
  font-weight: 700;
  color: #8c8c8c;
  text-transform: uppercase; }
  .cart-header-item:first-child {
    padding-left: 20px;
    border-radius: 3px 0 0 3px; }
  .cart-header-item:last-child {
    text-align: center;
    border-radius: 0 3px 3px 0; }

.cart-list {
  border-top: 1px solid #e5e5e5;
  display: block; }
  @media (min-width: 801px) {
    .cart-list {
      border-top: none;
      display: table-row-group; } }

.cart-item {
  border-bottom: 1px solid #e5e5e5;
  clear: both;
  display: inline-block;
  width: 100%;
  padding: 30px 0; }
  @media (min-width: 551px) {
    .cart-item {
      display: block;
      padding-left: 25%; }
      .cart-item:before, .cart-item:after {
        content: " ";
        display: table; }
      .cart-item:after {
        clear: both; } }
  @media (min-width: 801px) {
    .cart-item {
      display: table-row;
      padding-left: 0; }
      .cart-item:before, .cart-item:after {
        display: none; } }

.cart-item-block {
  display: block; }
  @media (min-width: 801px) {
    .cart-item-block {
      display: table-cell;
      vertical-align: top;
      padding-top: 30px;
      padding-bottom: 30px; } }

.cart-item-figure {
  float: left;
  height: 8.33333rem;
  margin-bottom: 1.5rem;
  width: 25%;
  position: relative;
  vertical-align: top; }
  .cart-item-figure:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%; }
  @media (min-width: 551px) {
    .cart-item-figure {
      margin-bottom: 0;
      margin-left: -33.33333%;
      width: 33.33333%; } }
  @media (min-width: 801px) {
    .cart-item-figure {
      float: none;
      width: 10%; }
      .cart-item-figure:after {
        content: none; } }

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

.cart-item-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  bottom: auto; }
  @media (min-width: 801px) {
    .cart-item-image {
      margin-left: 0;
      position: relative; } }

.cart-item-title {
  display: table-cell;
  vertical-align: top;
  height: 8.33333rem;
  padding-left: 1.5rem; }
  @media (min-width: 551px) {
    .cart-item-title {
      display: block;
      height: auto;
      margin-bottom: 1.5rem;
      overflow: hidden; } }
  @media (min-width: 801px) {
    .cart-item-title {
      display: table-cell;
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }

.cart-item-info {
  clear: both;
  width: 75%;
  float: right;
  padding-left: 1.5rem;
  margin-top: 15px;
  position: relative; }
  @media (min-width: 551px) {
    .cart-item-info {
      clear: none;
      float: left;
      margin-top: 0;
      overflow: hidden;
      width: 33.33333%; }
      .cart-item-info.cart-item-quantity {
        padding-left: 0; } }
  @media (min-width: 801px) {
    .cart-item-info {
      float: none;
      width: 16.66667%;
      position: relative; }
      .cart-item-info:last-child {
        text-align: center;
        padding-left: 0; } }

@media (min-width: 801px) {
  .cart-header-price,
  .cart-item-price,
  .cart-header-quantity,
  .cart-item-quantity {
    text-align: center;
    padding-left: 0; } }

.cart-item-quantity .form-increment {
  display: inline-flex; }
  .cart-item-quantity .form-increment .form-input--incrementTotal {
    width: 50px; }

.cart-item-quantity .cart-item-label {
  padding-left: 0;
  line-height: 42px; }

@media (min-width: 551px) {
  .cart-item-quantity .cart-item-label {
    line-height: 20px; } }

@media (min-width: 801px) {
  .cart-item-quantity .form-increment .form-input--incrementTotal {
    width: 70px; } }

.cart-item-label {
  color: #383e47;
  float: left;
  font-weight: 700;
  margin-bottom: 0;
  text-align: left;
  width: 33.33333%; }
  @media (min-width: 551px) {
    .cart-item-label {
      display: block;
      text-align: left;
      width: 100%;
      margin-bottom: 0.41667rem; } }
  @media (min-width: 801px) {
    .cart-item-label {
      display: none; } }

.cart-item-value {
  font-size: 15px;
  font-weight: 700;
  color: #383e47; }
  @media (min-width: 801px) {
    .cart-item-value {
      line-height: 42px; } }

.cart-item-brand {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 8px;
  line-height: 1;
  text-transform: capitalize;
  color: #999999; }

.cart-item-name {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 22px;
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  color: #005599; }
  .cart-item-name > a {
    color: inherit;
    text-decoration: none; }
    .cart-item-name > a:hover {
      color: #005599; }
  .cart-item-name + .definitionList {
    margin-top: 15px; }
  .cart-item-name + p {
    margin-top: 6px;
    font-style: italic; }

.definitionList {
  margin-bottom: 5px; }
  .definitionList .definitionList-key,
  .definitionList .definitionList-value {
    font-weight: 400;
    line-height: 30px;
    color: #383e47; }
  .definitionList .definitionList-key {
    min-width: 40px; }

a[data-item-edit] {
  color: #005599;
  font-weight: 700;
  font-style: italic; }

.cart-item-options--giftWrapping {
  margin-bottom: 0;
  margin-top: 15px; }
  .cart-item-options--giftWrapping .cart-item-option-title,
  .cart-item-options--giftWrapping .cart-item-option-description {
    margin: 0;
    line-height: 22px; }
  .cart-item-options--giftWrapping .cart-item-option-title {
    margin-right: 5px;
    font-weight: 700;
    float: left;
    color: #383e47; }
  .cart-item-options--giftWrapping .cart-item-option-description {
    color: #005599;
    margin-bottom: 5px; }
    .cart-item-options--giftWrapping .cart-item-option-description a {
      font-weight: 700;
      color: inherit; }
  @media (min-width: 551px) {
    .cart-item-options--giftWrapping .cart-item-option-title {
      float: left; }
    .cart-item-options--giftWrapping .cart-item-option-description {
      margin-bottom: 0; } }

.cart-remove {
  border-radius: 50%;
  cursor: pointer;
  float: right;
  height: 1.83333rem;
  width: 1.83333rem;
  margin-top: 0;
  padding: 0px;
  transition: background-color 0.15s ease;
  position: absolute;
  right: 0;
  bottom: 2px; }
  @media (min-width: 360px) {
    .cart-remove {
      bottom: 50px; } }
  @media (min-width: 551px) {
    .cart-remove {
      margin-left: 25px;
      position: relative;
      right: auto;
      bottom: auto; } }
  @media (min-width: 801px) {
    .cart-remove {
      margin-top: 9px;
      padding: 0px;
      height: 1.83333rem;
      width: 1.83333rem;
      position: absolute;
      right: 0; } }
  .cart-remove.cart-remove--spacer {
    visibility: hidden; }
  .cart-remove > svg {
    fill: #b20000; }

.cart-actions-wrapper {
  margin-top: 25px;
  margin-bottom: 25px;
  display: block; }
  .cart-actions-wrapper .button-group .button {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: auto; }
  .cart-actions-wrapper .button-group .button + .button {
    margin-top: 15px; }
  .cart-actions-wrapper .themevale_securityImage {
    margin-top: 25px; }
  @media (min-width: 551px) {
    .cart-actions-wrapper .button-group .button {
      display: inline-block;
      width: auto;
      min-width: 220px;
      margin-left: auto;
      margin-right: auto; }
    .cart-actions-wrapper .button-group .button + .button {
      margin-top: 0;
      margin-left: 15px; } }
  @media (min-width: 801px) {
    .cart-actions-wrapper {
      margin-top: 35px;
      margin-bottom: 55px;
      display: flex;
      align-items: center;
      flex-direction: row-reverse;
      justify-content: space-between; }
      .cart-actions-wrapper .themevale_securityImage {
        margin-top: 0px; } }

.cart-totals {
  list-style: none;
  margin-left: 0;
  display: block;
  font-size: 0;
  margin: 0 -8px;
  justify-content: space-between;
  text-align: right; }
  .cart-totals ul,
  .cart-totals ol {
    list-style: none;
    margin-bottom: 0; }
  .cart-totals .column {
    text-align: left;
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    width: 100%;
    padding: 0 8px;
    margin-top: 15px; }
    .cart-totals .column:first-child {
      margin-top: 0; }
  @media (min-width: 768px) {
    .cart-totals .column {
      width: 50%;
      margin-top: 30px; }
      .cart-totals .column:nth-child(-n + 2) {
        margin-top: 0; } }
  @media (min-width: 992px) {
    .cart-totals .column {
      width: 33.333333%; }
      .cart-totals .column:nth-child(-n + 3) {
        margin-top: 0; } }
  @media (min-width: 1025px) {
    .cart-totals {
      display: flex;
      margin: 0 -15px; }
      .cart-totals .column {
        padding: 0 15px; } }

.cart-total {
  border-bottom: 0; }
  .cart-total:before, .cart-total:after {
    content: " ";
    display: table; }
  .cart-total:after {
    clear: both; }
  .cart-total .cart-form,
  .cart-total .shipping-estimator {
    display: block;
    margin-top: 1rem; }
  .cart-total .form-input {
    min-height: 38px;
    padding: 0px 15px;
    display: inline-block;
    vertical-align: top;
    width: 75%; }
  .cart-total .form-select {
    min-height: 38px;
    padding: 0px 15px;
    background-position: right 0.41667rem top 0.83333rem;
    background-size: 1.66667rem 1.66667rem;
    margin-bottom: 0.75rem; }
  .cart-total .form-inlineMessage {
    text-align: left;
    margin-top: 1rem; }
  .cart-total + .cart-total:not(.cart-total-custom) {
    margin-top: 15px; }
  @media (min-width: 551px) {
    .cart-total .form-input,
    .cart-total .form-select {
      min-height: 40px;
      padding: 0px 15px; } }
  @media (min-width: 768px) {
    .cart-total + .cart-total:not(.cart-total-custom) {
      margin-top: 30px; } }

.cart-total-label,
.cart-total-value {
  color: #383e47;
  font-weight: 700;
  line-height: 24px;
  padding: 1rem 0; }
  .cart-total-label strong,
  .cart-total-label b,
  .cart-total-value strong,
  .cart-total-value b {
    font-weight: 700; }

.cart-total-label {
  float: none;
  font-size: 20px;
  display: block;
  padding-left: 0;
  text-align: left;
  font-family: "Rajdhani", Arial, Helvetica, sans-serif;
  color: #383e47;
  font-weight: 400;
  border-bottom: 1px solid #eeeeee;
  text-transform: uppercase; }

.cart-total-value {
  text-align: right;
  font-size: 14.5px;
  width: 50%; }
  .cart-total-value button {
    margin: 0;
    padding: 0;
    border: none;
    color: #383e47;
    font-size: 12px;
    font-weight: 400;
    border-radius: 0;
    text-decoration: none;
    text-transform: capitalize;
    background-color: transparent; }
    .cart-total-value button:hover, .cart-total-value button:focus, .cart-total-value button:active {
      color: #383e47;
      border: none;
      background-color: transparent; }

.cart-total-custom {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  border-bottom: 1px solid #eeeeee; }
  .cart-total-custom .cart-total-label,
  .cart-total-custom .cart-total-value {
    margin-bottom: 0;
    display: inline-block;
    border-bottom: none;
    width: 50%;
    font-family: "Arimo", Arial, Helvetica, sans-serif; }
  .cart-total-custom .cart-total-label {
    font-size: 12px;
    text-transform: none; }
  .cart-total-custom .cart-total-value {
    font-size: 14.5px; }

.cart-total-grandTotal {
  border-bottom: none; }
  .cart-total-grandTotal .cart-total-label {
    font-size: 16px; }
  .cart-total-grandTotal .cart-total-value {
    font-size: 18px;
    position: relative; }

.coupon-code-add,
.coupon-code-cancel,
.shipping-estimate-show,
.shipping-estimate-hide,
.gift-certificate-add,
.gift-certificate-cancel {
  color: #757575;
  padding: 0;
  text-decoration: underline;
  transition: color 0.15s ease; }
  .coupon-code-add:hover,
  .coupon-code-cancel:hover,
  .shipping-estimate-show:hover,
  .shipping-estimate-hide:hover,
  .gift-certificate-add:hover,
  .gift-certificate-cancel:hover {
    color: #333333; }

.coupon-form,
.cart-gift-certificate-form {
  font-size: 0;
  margin-bottom: 0; }
  .coupon-form:before, .coupon-form:after,
  .cart-gift-certificate-form:before,
  .cart-gift-certificate-form:after {
    content: " ";
    display: table; }
  .coupon-form:after,
  .cart-gift-certificate-form:after {
    clear: both; }
  .coupon-form .form-input,
  .coupon-form .button,
  .cart-gift-certificate-form .form-input,
  .cart-gift-certificate-form .button {
    float: left; }
  .coupon-form .form-input,
  .cart-gift-certificate-form .form-input {
    width: 68%; }
  .coupon-form .button,
  .cart-gift-certificate-form .button {
    margin: 0 0 0 2%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 30%; }

.estimator-form {
  margin-bottom: 0; }
  .estimator-form .form-input {
    margin-bottom: 0.75rem;
    width: 100%; }
  .estimator-form .button--primary {
    width: 60%; }

.estimator-form-label {
  clear: both;
  float: left;
  font-weight: 400;
  margin-bottom: 0; }
  .estimator-form-label .form-label {
    line-height: 3.5rem;
    margin-bottom: 0; }

.estimator-form-label-text {
  margin-left: 0.83333rem; }

.estimator-form-input {
  float: right;
  margin-bottom: 1em;
  width: 60%; }
  .estimator-form-input .form-input,
  .estimator-form-input .form-select {
    margin-bottom: 0; }

.shipping-estimate-submit {
  margin-top: 8px;
  width: 60%;
  float: right; }

.estimator-form-input--price {
  width: 30%; }

.estimator-form-row:before, .estimator-form-row:after {
  content: " ";
  display: table; }

.estimator-form-row:after {
  clear: both; }

.estimator-form-toggleUPSRate {
  display: block;
  margin-bottom: 1em; }

.cart-actions {
  clear: both;
  text-align: center;
  margin-top: 15px; }
  .cart-actions:before, .cart-actions:after {
    content: " ";
    display: table; }
  .cart-actions:after {
    clear: both; }
  .cart-actions .button {
    display: block;
    margin-bottom: 0;
    width: 100%;
    font-size: 14px; }
    @media (min-width: 551px) {
      .cart-actions .button {
        float: right;
        font-size: 18px;
        padding-top: 14px;
        padding-bottom: 13px;
        display: inline-block; } }
  .cart-actions .checkoutMultiple {
    clear: right;
    color: #005599;
    padding-top: 15px;
    display: inline-block;
    border-bottom: 1px solid #005599; }

.cart-additionalCheckoutButtons {
  position: relative;
  text-align: center; }
  .cart-additionalCheckoutButtons:before, .cart-additionalCheckoutButtons:after {
    content: "";
    position: absolute; }
  .cart-additionalCheckoutButtons:before {
    top: 16px;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #e2e4e8; }
  .cart-additionalCheckoutButtons:after {
    top: 12px;
    left: 50%;
    z-index: 1;
    width: 100px;
    height: 6px;
    transform: translateX(-50%);
    background-color: #ffffff; }
  .cart-additionalCheckoutButtons .FloatRight {
    z-index: 2;
    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; }
  .cart-additionalCheckoutButtons .CheckoutButton:first-child {
    margin-top: 0; }
  .cart-additionalCheckoutButtons .CheckoutButton:last-child {
    padding-bottom: 10px; }

.data-cart-totals {
  width: 100%; }

@media (min-width: 1025px) {
  .dropdown-cart {
    top: calc(100% + 10px);
    right: 0;
    padding: 0;
    z-index: 20;
    display: none;
    outline: none;
    text-align: left;
    position: absolute;
    border-radius: 3px;
    width: 28.33333rem;
    background-color: #ffffff;
    border: 1px solid #e2e4e8;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1); }
    .themevale_cart.is-open .dropdown-cart {
      display: block; }
    .dropdown-cart.is-loading .loadingOverlay {
      background: none;
      padding: 25px;
      position: relative; } }

.previewCartList {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  max-height: 398px;
  overflow-y: auto; }
  .previewCartList li {
    padding: 20px;
    border-bottom: 1px solid #e2e4e8; }
    .previewCartList li:last-child {
      border-bottom: none; }

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

.previewCartItem-image,
.previewCartItem-content {
  display: table-cell;
  vertical-align: top; }

.previewCartItem-image {
  width: 60px;
  padding: 0;
  text-align: center;
  position: relative;
  overflow: hidden; }
  .previewCartItem-image img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    margin: 0; }
  .previewCartItem-image:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%; }

.previewCartItem-content {
  padding-left: 20px; }

.previewCartItem-brand {
  line-height: 1;
  font-size: 12px;
  font-weight: 400;
  display: block;
  margin-bottom: 10px;
  text-transform: capitalize;
  color: #999999; }

.previewCartItem-name {
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
  margin: 0 0 10px 0;
  text-transform: none;
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  color: #005599; }
  .previewCartItem-name > a {
    color: inherit;
    text-decoration: none; }

.previewCartItem-price {
  font-weight: 700;
  display: inline-block;
  font-size: 13px;
  color: #383e47; }

.previewCartAction {
  margin: 0 auto;
  max-width: 100rem;
  width: 100%;
  display: block;
  margin: 0;
  padding: 25px 30px;
  background-color: #f7f7f7; }
  .previewCartAction:before, .previewCartAction:after {
    content: " ";
    display: table; }
  .previewCartAction:after {
    clear: both; }
  .previewCartAction .button {
    margin: 0;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%; }
    .previewCartAction .button.button--action:not(:hover):not(:focus):not(:active) {
      background-color: #ffffff; }

.previewCartAction-checkout {
  margin-bottom: 15px; }

.previewCartAction-checkout,
.previewCartAction-viewCart {
  display: block; }

.previewCartAction-checkoutMultiple {
  clear: both;
  text-align: center;
  margin-bottom: 20px; }
  .previewCartAction-checkoutMultiple a {
    color: #005599;
    border-bottom: 1px solid #005599; }

.previewCart-emptyBody {
  padding: 3rem;
  text-align: center; }

.themevale_securityContact {
  margin-top: 30px;
  display: block;
  text-align: center; }
  .themevale_securityContact > .wrapper {
    display: table;
    color: #86898d;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto; }
    .themevale_securityContact > .wrapper .icon,
    .themevale_securityContact > .wrapper .text {
      display: table-cell;
      vertical-align: middle; }
    .themevale_securityContact > .wrapper .icon {
      height: 2rem;
      width: 2rem; }
      .themevale_securityContact > .wrapper .icon svg {
        height: 2rem;
        width: 2rem;
        fill: #86898d;
        stroke: #86898d; }
    .themevale_securityContact > .wrapper .text {
      padding-left: 5px;
      margin: 0;
      font-style: italic; }
  .themevale_securityContact .description {
    margin: 15px 0 0 0;
    color: #86898d; }

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

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

.panel--address {
  font-size: 1rem;
  position: relative; }
  .panel--address .panel-body {
    min-height: 23.33333rem;
    padding: 1.5rem; }
    @media (min-width: 551px) {
      .panel--address .panel-body {
        padding: 1.5rem 1.5rem 4.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;
        position: absolute;
        width: auto; } }
    .panel--address .form-actions .button {
      font-size: 12px;
      line-height: 1;
      min-width: auto;
      margin-bottom: 0.75rem;
      padding: 8px 20px; }
      .panel--address .form-actions .button + .button {
        margin-left: 0;
        margin-top: 0; }
        @media (min-width: 551px) {
          .panel--address .form-actions .button + .button {
            margin-left: 0.41667rem; } }

.address-title {
  margin: 0 0 0.75rem;
  text-transform: none;
  font-weight: 700;
  text-transform: uppercase;
  color: #383e47; }

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

.address-details--postal {
  line-height: 24px; }

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

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

.panel--newAddress {
  display: block;
  text-align: center;
  text-decoration: none; }
  .panel--newAddress:hover .address-title {
    color: #005599; }
  .panel--newAddress .panel-body {
    background-color: transparent;
    border: 1px solid #e5e5e5;
    display: block; }
  .panel--newAddress .address-title {
    margin-bottom: 0;
    transition: all 0.15s ease; }

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

.address-symbol {
  font-size: 50px;
  line-height: 1; }

.videoGallery-main {
  height: 0;
  margin-bottom: 1.33333rem;
  overflow: hidden;
  padding-bottom: 67.5%;
  padding-top: 2.08333rem;
  position: relative;
  margin-bottom: 1.91667rem; }
  .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; }
  .videoGallery-list ul,
  .videoGallery-list ol {
    list-style: none;
    margin-bottom: 0; }
  .videoGallery-list:before, .videoGallery-list:after {
    content: " ";
    display: table; }
  .videoGallery-list:after {
    clear: both; }

.videoGallery-item {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  display: inline-block;
  float: none;
  vertical-align: top; }
  @media (min-width: 801px) {
    .videoGallery-item {
      width: 50%; } }

.video {
  display: block;
  margin-bottom: 1.91667rem;
  opacity: 0.4;
  text-decoration: none;
  transition: opacity 100ms ease-out; }
  .video:before, .video:after {
    content: " ";
    display: table; }
  .video:after {
    clear: both; }
  .video-figure {
    float: left;
    margin-right: 0.75rem; }
    .video-figure > img {
      display: block; }
  .video-figure--opposite {
    float: right;
    margin-left: 0.75rem;
    margin-right: 0; }
  .video-body:before, .video-body:after {
    content: " ";
    display: table; }
  .video-body:after {
    clear: both; }
  @media (min-width: 801px) {
    .video {
      margin-bottom: 1.91667rem; } }
  .video:hover, .video.is-active {
    color: #333333;
    opacity: 1; }

.video-figure {
  margin-right: 1.91667rem; }

.video-title {
  margin-bottom: 0;
  margin-top: 0;
  text-transform: none; }

.video-description {
  font-size: 1rem;
  margin-bottom: 0; }

.themevale_videoGallery .videoGallery-main {
  margin-bottom: 15px;
  padding-bottom: 50%; }

.themevale_videoGallery .videoGallery-list {
  text-align: center;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  margin: 0;
  padding: 0 0 10px 0; }
  .themevale_videoGallery .videoGallery-list .videoGallery-item {
    white-space: normal;
    width: auto;
    max-width: 180px;
    padding: 0 15px 0 0; }
    .themevale_videoGallery .videoGallery-list .videoGallery-item:last-child {
      padding-right: 0; }
  .themevale_videoGallery .videoGallery-list .video {
    display: block;
    margin-bottom: 0; }
    .themevale_videoGallery .videoGallery-list .video .video-figure,
    .themevale_videoGallery .videoGallery-list .video .video-body {
      float: none;
      display: block; }
    .themevale_videoGallery .videoGallery-list .video .video-figure {
      margin-right: 0; }
    .themevale_videoGallery .videoGallery-list .video .video-body {
      display: none; }

.previewCart {
  width: 100%;
  vertical-align: top;
  display: inline-block; }
  .previewCart .productView {
    padding: 0;
    font-size: 0;
    display: block;
    margin: 0 0 30px 0; }
  .previewCart .previewCartCheckout {
    padding: 0;
    margin: 0 auto;
    display: block;
    font-size: 12px;
    max-width: 400px;
    text-align: center;
    color: #383e47;
    background-color: transparent; }
  .previewCart .productView-image {
    width: 30%;
    padding: 0;
    min-height: auto;
    display: inline-block;
    vertical-align: top; }
  .previewCart .productView-details {
    width: 70%;
    margin-bottom: 0;
    padding-left: 15px;
    font-size: 1rem;
    display: inline-block;
    vertical-align: top; }
    .previewCart .productView-details .productView-brand {
      font-size: 12px;
      line-height: 1;
      margin: 0 0 12px 0;
      font-weight: 400;
      text-decoration: none;
      text-transform: capitalize;
      color: #999999; }
    .previewCart .productView-details .productView-title {
      font-size: 12px;
      font-weight: 700;
      margin-bottom: 20px;
      font-family: "Arimo", Arial, Helvetica, sans-serif;
      color: #005599; }
    .previewCart .productView-details .productView-price {
      font-size: 16px;
      line-height: 1;
      font-weight: 700;
      margin: 0 0 20px 0;
      text-transform: uppercase;
      color: #383e47; }
    .previewCart .productView-details .productView-info {
      margin-bottom: 0px; }
      .previewCart .productView-details .productView-info .productView-info-name {
        min-width: 65px;
        font-weight: 700;
        margin-bottom: 0;
        color: #383e47; }
      .previewCart .productView-details .productView-info .productView-info-value {
        text-transform: capitalize; }
      .previewCart .productView-details .productView-info + .productView-info {
        margin-top: 7px; }
  @media (min-width: 768px) {
    .previewCart .productView {
      margin: 0;
      width: 60%;
      float: left;
      padding: 0 30px 0 0; }
    .previewCart .previewCartCheckout {
      width: 40%;
      margin: 0;
      float: right;
      max-width: none; } }
  @media (min-width: 801px) {
    .previewCart .productView-image {
      width: 210px; }
    .previewCart .productView-details {
      width: calc(100% - 210px); }
    .previewCart .productView {
      width: 67%;
      padding: 0 50px 0 0; }
    .previewCart .previewCartCheckout {
      width: 33%; }
    .previewCart .productView-details {
      padding-left: 20px; } }

.previewCartCheckout {
  text-align: center; }
  .previewCartCheckout .button {
    width: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); }
    .previewCartCheckout .button + .button {
      margin-left: 0;
      margin-top: 15px; }
  .previewCartCheckout .proceed--button {
    margin-bottom: 0; }
    @media (min-width: 801px) {
      .previewCartCheckout .proceed--button {
        font-size: 16px;
        padding: 16px 15px 15px 15px; } }
  .previewCartCheckout p[data-cart-quantity] {
    margin-bottom: 14px; }
  .previewCartCheckout .previewCartAction-checkoutMultiple {
    margin: 15px 0 12px 0; }
  @media (min-width: 1025px) {
    .previewCartCheckout .button {
      padding-left: 10px;
      padding-right: 10px; } }

.previewCartCheckout-additionalCheckoutButtons p {
  display: block;
  margin: 5px 0;
  float: none !important; }

.previewCartCheckout-subtotal {
  margin: 30px 0 15px;
  padding-bottom: 15px;
  border: 1px solid #e2e4e8;
  border-radius: 3px; }
  .previewCartCheckout-subtotal .previewCartCheckout-subtotaltext {
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    top: -12px;
    display: inline-block;
    text-transform: capitalize;
    background-color: #ffffff; }
  .previewCartCheckout-subtotal .previewCartCheckout-price {
    display: block;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    text-transform: uppercase;
    color: #383e47; }

.suggestiveCart {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #e6e6e6; }
  .suggestiveCart > h4 {
    font-size: 24px;
    margin: 0 0 20px 0;
    text-transform: uppercase; }
  .suggestiveCart .productGrid {
    overflow: auto;
    white-space: nowrap; }
    .suggestiveCart .productGrid .product {
      float: none; }
  @media (min-width: 1025px) {
    .suggestiveCart .productGrid .product {
      width: 25%; } }

.maintenanceNotice {
  background-color: #fffdea;
  box-shadow: 0 0 5px #999999;
  color: #333333;
  left: 1.16667rem;
  padding: 1rem 1.33333rem;
  position: fixed;
  top: 1.16667rem;
  width: 24rem;
  z-index: 500; }
  .maintenanceNotice > :last-child {
    margin-bottom: 0; }
  .maintenanceNotice a {
    color: #333333; }

.maintenanceNotice-header {
  font-family: "Rajdhani";
  margin: 0 0 0.75rem; }

body.hasAdminBar {
  padding-top: 101px; }
  @media (min-width: 801px) {
    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 {
  z-index: 12;
  display: block;
  text-align: center;
  padding: 10px 30px 10px 30px;
  line-height: 22px;
  width: 100%;
  color: #b8b8b8;
  border-radius: 0;
  background-color: rgba(25, 25, 25, 0.95);
  transition: all 0.3s ease; }
  .cookieMessage .close {
    top: 10px;
    right: 10px;
    color: #ffffff;
    font-size: 30px;
    font-weight: 400;
    line-height: 20px;
    position: absolute; }
  @media (min-width: 551px) {
    .cookieMessage {
      max-width: 360px;
      text-align: left;
      padding: 10px 40px 10px 15px; } }
  @media (min-width: 1025px) {
    .cookieMessage {
      padding: 30px 50px 30px 30px;
      max-width: 440px;
      border-radius: 3px; }
      .cookieMessage .close {
        top: 15px;
        right: 15px; } }

.cookieMessage-container {
  width: 100%; }
  .cookieMessage-container p {
    margin-bottom: 15px; }
  .cookieMessage-container .group-button {
    margin-top: 10px;
    text-align: center; }
  @media (min-width: 551px) {
    .cookieMessage-container .group-button {
      text-align: left;
      margin-top: 20px; } }

.privacy_accept {
  padding: 0;
  color: #232323;
  min-width: 180px;
  min-height: 36px;
  line-height: 36px;
  text-align: center;
  background-color: #ffffff;
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
  font-family: "Rajdhani", Arial, Helvetica, sans-serif;
  border-radius: 18px;
  font-size: 13px;
  text-transform: uppercase; }
  .privacy_accept:hover, .privacy_accept:focus, .privacy_accept:active {
    color: #232323;
    background-color: #ffffff; }
  @media (min-width: 551px) {
    .privacy_accept {
      font-size: 16px; } }

.privacy_policy {
  display: block;
  margin-top: 10px;
  color: #ffffff;
  text-decoration: underline;
  text-underline-position: under;
  text-transform: capitalize; }
  .privacy_policy:hover, .privacy_policy:focus, .privacy_policy:active {
    color: #ffffff;
    text-decoration: underline;
    text-underline-position: under; }
  @media (min-width: 551px) {
    .privacy_policy {
      display: inline-block;
      vertical-align: middle;
      margin-left: 15px;
      margin-top: 0; } }

/*.privacy_policy, .privacy_accept {
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    &:hover, &:focus, &:active {
        color: #ffffff;
    }
}

.privacy_policy {
    color: #818181;
    + .privacy_accept {
        margin-left: 15px;
    } 
}

.privacy_accept {
    color: #ffffff;
    .text {
        border-bottom: 1px solid #ffffff;
    }
    .icon {
        text-align: center;
        width: 18px;
        height: 22px;
    }
}*/
/*=========================================
=            www.themevale.com            =
=========================================*/
/*--------  1.0 Login page  ---------*/
.login-row {
  width: 100%;
  display: block;
  margin-top: 10px; }
  .login-row .login-form {
    width: 100%;
    display: block;
    margin-bottom: 30px; }
  .login-row .new-customer {
    width: 100%;
    display: block; }
  .login-row .form-actions {
    text-align: left; }
  @media (min-width: 551px) {
    .login-row {
      display: flex;
      justify-content: space-between;
      align-items: flex-start; }
      .login-row .login-form {
        width: 50%;
        padding-top: 30px;
        padding-right: 30px;
        margin-bottom: 0; }
      .login-row .new-customer {
        width: 50%; } }
  @media (min-width: 801px) {
    .login-row .login-form {
      padding-right: 50px; } }
  @media (min-width: 1025px) {
    .login-row .login-form {
      width: 470px;
      padding-right: 0px; }
    .login-row .new-customer {
      width: 570px; } }

.login-form .form-actions {
  margin-top: 25px;
  text-align: left; }
  .login-form .form-actions .button {
    min-width: 160px;
    display: inline-block;
    vertical-align: middle; }
  .login-form .form-actions .forgot-password {
    display: block;
    position: relative;
    margin-top: 10px;
    color: #005599; }
    @media (min-width: 801px) {
      .login-form .form-actions .forgot-password {
        margin-top: 0;
        margin-left: 30px;
        display: inline-block;
        vertical-align: middle; } }
    @media (min-width: 1025px) {
      .login-form .form-actions .forgot-password:before {
        content: "";
        left: 0;
        width: 0;
        bottom: 0;
        height: 1px;
        position: absolute;
        transition: all 0.3s ease;
        background-color: #005599; }
      .login-form .form-actions .forgot-password:hover {
        color: #005599; }
        .login-form .form-actions .forgot-password:hover:before {
          width: 100%; } }

.new-customer {
  padding: 25px 20px;
  background-color: #f7f7f7;
  border-radius: 3px; }
  .new-customer .panel-header, .new-customer .panel-body {
    background-color: transparent; }
  .new-customer .panel-header {
    padding: 0; }
    .new-customer .panel-header .panel-title {
      font-size: 20px;
      line-height: 1;
      margin: 0 0 20px 0;
      text-transform: uppercase; }
  .new-customer .panel-body {
    padding: 0;
    margin-bottom: 0; }
    .new-customer .panel-body .new-customer-intro {
      margin-bottom: 7px; }
    .new-customer .panel-body ul li {
      line-height: 30px; }
  .new-customer .button {
    margin-top: 5px;
    min-width: 200px;
    margin-bottom: 0; }
  @media (min-width: 801px) {
    .new-customer {
      padding: 35px; } }

/*--------  2.0 Account created  ----*/
.page-account-created {
  margin-top: 20px;
  margin-bottom: 20px; }
  .page-account-created .alertBox {
    display: block; }
    .page-account-created .alertBox .alertBox-message {
      width: auto; }
  .page-account-created .button {
    margin: 20px 0 0 0;
    min-width: 200px; }
  .page-account-created .page-heading {
    line-height: 1.5; }
    .page-account-created .page-heading:before, .page-account-created .page-heading:after {
      content: none; }
  @media (min-width: 551px) {
    .page-account-created {
      margin-top: 50px;
      margin-bottom: 20px; } }

.button[value="Create Account"] {
  min-width: 200px; }

.page-type-shippingaddressform form[data-address-form] .button {
  min-width: 180px; }

/*--------  3.0 Forgot pass  --------*/
.forgot-password-form .form-prefixPostfix {
  display: block; }
  .forgot-password-form .form-prefixPostfix .button {
    width: auto;
    display: inline-block;
    margin-top: 15px;
    min-width: 200px;
    height: auto; }
  @media (min-width: 1261px) {
    .forgot-password-form .form-prefixPostfix {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap; }
      .forgot-password-form .form-prefixPostfix .button {
        margin-top: 0;
        margin-left: 20px; }
      .forgot-password-form .form-prefixPostfix .form-inlineMessage {
        position: absolute;
        bottom: -10px; } }

/*--------  4.0 New password  -------*/
.new-password-form .button[value="Continue"] {
  min-width: 200px; }

/*--------  5.0 Gift Certificates  --*/
.gift_certificate-page.account {
  margin-top: 0; }

.gift_certificate-page > ol li {
  margin-bottom: 7px; }

.gift_certificate-page > h3 {
  font-size: 16px;
  margin-top: 0;
  line-height: 1.5;
  margin-bottom: 15px; }
  @media (min-width: 551px) {
    .gift_certificate-page > h3 {
      font-size: 20px; } }

.gift_certificate-page strong {
  font-weight: 600; }

#gift-certificate-balance .form-prefixPostfix {
  display: block; }
  #gift-certificate-balance .form-prefixPostfix .button {
    width: auto;
    margin-top: 15px;
    min-width: 200px;
    height: auto; }
  @media (min-width: 1261px) {
    #gift-certificate-balance .form-prefixPostfix {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap; }
      #gift-certificate-balance .form-prefixPostfix .button {
        margin-top: 0;
        margin-left: 20px; } }

@media (min-width: 551px) {
  #gift-certificate-form #gift-certificate-preview {
    min-width: 120px; }
  #gift-certificate-form #gift-certificate-submit {
    min-width: 300px; } }

@media (min-width: 801px) {
  #gift-certificate-form #gift-certificate-preview {
    min-width: 160px; }
  #gift-certificate-form #gift-certificate-submit {
    min-width: 400px; } }

.GiftCertificateBody #GiftCertificateAmount {
  font-size: 24px; }

.GiftCertificateBody .StoreInfo {
  padding-right: 30%; }

.GiftCertificateBody #LogoContainer h1 {
  font-size: 24px;
  line-height: 1.2; }

/*--------  6.0 Login form  ---------*/
.login-dropdown {
  right: 0;
  padding: 0;
  left: auto;
  z-index: 21;
  width: 300px;
  display: none;
  text-align: left;
  position: absolute;
  border-radius: 3px;
  top: calc(100% + 10px);
  color: #383e47;
  background-color: #ffffff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15); }
  .login-dropdown .close {
    top: 50%;
    right: 27px;
    color: #323232;
    font-size: 30px;
    font-weight: 400;
    line-height: 20px;
    position: absolute;
    transform: translateY(-50%); }
  .login-dropdown .login-header,
  .login-dropdown .login-content,
  .login-dropdown .login-footer {
    padding-left: 28px;
    padding-right: 28px; }
  .login-dropdown .login-header {
    display: block;
    text-align: left;
    padding-top: 13px;
    position: relative;
    padding-bottom: 11px;
    border-bottom: 1px solid #e2e4e8; }
    .login-dropdown .login-header .login-title {
      margin: 0;
      line-height: 1;
      font-size: 16px;
      font-weight: 700;
      color: #323232;
      text-transform: uppercase; }
  .login-dropdown .login-content {
    padding-top: 15px;
    padding-bottom: 30px; }
    .login-dropdown .login-content .login-form {
      margin-bottom: 0; }
    .login-dropdown .login-content .form-field {
      margin-bottom: 20px; }
    .login-dropdown .login-content .form-actions {
      margin-top: 0;
      text-align: left; }
      .login-dropdown .login-content .form-actions .forgot-password,
      .login-dropdown .login-content .form-actions .button {
        margin-left: 0; }
      .login-dropdown .login-content .form-actions .button + .forgot-password {
        margin-top: 15px;
        margin-bottom: 0; }
      .login-dropdown .login-content .form-actions .forgot-password {
        color: #005599;
        line-height: 1;
        display: inline-block;
        margin-bottom: 16px; }
        @media (min-width: 1025px) {
          .login-dropdown .login-content .form-actions .forgot-password:before {
            content: "";
            left: 0;
            width: 0;
            bottom: -2px;
            height: 1px;
            position: absolute;
            transition: all 0.3s ease;
            background-color: #005599; }
          .login-dropdown .login-content .form-actions .forgot-password:hover {
            color: #005599; }
            .login-dropdown .login-content .form-actions .forgot-password:hover:before {
              width: 100%; } }
  .login-dropdown .login-footer {
    padding-top: 15px;
    padding-bottom: 30px;
    background-color: #f7f7f7;
    border-radius: 0 0 3px 3px; }
  .login-dropdown .intro {
    margin-bottom: 18px; }
  .login-dropdown .button {
    width: 100%;
    display: block;
    padding: 11px 15px 10px 15px; }

/*=====  End of www.themevale.com  ======*/
.search-suggestion {
  margin-bottom: 2rem; }
  .search-suggestion > :last-child {
    margin-bottom: 0; }

.suggestion-title {
  margin: 0 0 15px 0;
  font-weight: 700;
  text-transform: uppercase; }

.advancedSearch-form {
  margin-bottom: 3rem; }
  .advancedSearch-form .form-row {
    margin-bottom: -1.5rem; }

.quickSearchResults {
  width: 100%;
  margin-top: 0px;
  max-height: 320px;
  overflow-y: auto;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff; }
  .quickSearchResults .modal-close {
    display: none; }
  .quickSearchResults .productList {
    padding: 0;
    margin: 0; }
    .quickSearchResults .productList .product {
      margin: 0;
      width: 100%;
      padding: 15px;
      display: block;
      transition: all 0.3s ease;
      border-bottom: 1px solid #eaeaea; }
      .quickSearchResults .productList .product:hover {
        background-color: #fafafa; }
      .quickSearchResults .productList .product:last-child {
        padding-bottom: 15px; }
      .quickSearchResults .productList .product + .product {
        margin-top: 0; }
  .quickSearchResults .card {
    margin: 0;
    width: 100%;
    display: table;
    text-align: left; }
    .quickSearchResults .card .card-figure,
    .quickSearchResults .card .card-body {
      text-align: left;
      display: table-cell;
      vertical-align: top; }
    .quickSearchResults .card .card-img-container:before {
      content: none; }
    .quickSearchResults .card .card-figure {
      width: 70px;
      padding-bottom: 0;
      background-color: transparent; }
    .quickSearchResults .card .card-body {
      padding-top: 0;
      padding-left: 15px; }
      .quickSearchResults .card .card-body .card-brand {
        display: none; }
      .quickSearchResults .card .card-body .card-title {
        margin-bottom: 10px; }
      .quickSearchResults .card .card-body .price-wrapper {
        margin-bottom: 12px; }
      @media (min-width: 551px) {
        .quickSearchResults .card .card-body .card-brand {
          display: block; } }
  .quickSearchResults .quickSearch-wrapper {
    padding: 15px; }
  @media (min-width: 551px) {
    .quickSearchResults {
      max-height: 250px; } }
  @media (min-width: 768px) {
    .quickSearchResults {
      max-height: 370px; } }

.advancedSearch-separator {
  display: none; }

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

.search-price-range label {
  display: inline; }
  .search-price-range label input {
    display: block;
    padding-left: 1.5rem; }
    @media (min-width: 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; } }

.category-suggestion-list {
  list-style: none;
  margin: 0 -8px; }
  @media (min-width: 551px) {
    .category-suggestion-list {
      -webkit-column-count: 2;
      column-count: 2; } }
  @media (min-width: 1025px) {
    .category-suggestion-list {
      margin: 0 -15px;
      -webkit-column-count: 3;
      column-count: 3; } }

.category-suggestion {
  padding: 0 8px;
  font-size: 12px;
  break-inside: avoid-column;
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  margin-bottom: 10px; }
  @media (min-width: 1025px) {
    .category-suggestion {
      padding: 0 15px;
      margin-bottom: 15px; } }

.search-refine {
  margin-left: 1.5rem;
  font-weight: 700;
  text-decoration: underline;
  text-underline-position: under;
  color: #005599; }

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

.themevale_searchSticky {
  left: 0;
  width: 100%;
  z-index: 99;
  display: none;
  position: fixed;
  max-width: 770px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1); }
  .themevale_searchSticky .form,
  .themevale_searchSticky .form-field {
    margin-bottom: 0;
    position: relative; }
  .themevale_searchSticky .form-input {
    border: none;
    border-radius: 0 0 3px 3px;
    padding: 5px 50px 5px 15px;
    background-color: #fafafa; }
  .themevale_searchSticky button[type=submit] {
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    padding: 0;
    border: none;
    border-radius: 0;
    text-align: center;
    position: absolute;
    background-color: transparent; }
    .themevale_searchSticky button[type=submit] .icon {
      width: 50px;
      height: 100%;
      padding: 0 15px;
      line-height: 50px; }
  .themevale_searchSticky.is-open {
    display: block; }
  @media (min-width: 768px) {
    .themevale_searchSticky {
      top: 50px;
      left: 50%;
      transform: translateX(-50%); } }

/*=========================================
=            www.themevale.com            =
=========================================*/
/*----------  1.0 Search category  ----------*/
.themevale_search-custom {
  display: block;
  margin: 0 auto;
  width: 100%;
  position: relative; }
  .themevale_search-custom .form, .themevale_search-custom .form-fieldset, .themevale_search-custom .form-field {
    margin: 0; }
  .themevale_search-custom .form-fieldset {
    margin: 0;
    width: 100%;
    position: relative; }
  .themevale_search-custom .form-field {
    display: flex;
    flex-flow: row nowrap;
    align-items: stretch;
    border-radius: 3px;
    color: #383e47;
    background-color: white;
    border: 1px solid #cccfd6;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15); }
  .themevale_search-custom #search_category {
    width: 60px;
    min-width: 60px;
    font-weight: 700;
    overflow: hidden;
    position: relative;
    border-radius: 3px 0 0 3px;
    color: #383e47;
    border-right: 1px solid #cccfd6;
    transition: all 0.3s ease; }
    .themevale_search-custom #search_category .select_category {
      z-index: 2;
      height: 100%;
      line-height: 16px;
      border: none;
      cursor: pointer;
      position: relative;
      appearance: none;
      -webkit-appearance: none;
      padding: 15px 17px 15px 15px;
      background-color: transparent; }
      .themevale_search-custom #search_category .select_category::-ms-expand {
        display: none; }
    .themevale_search-custom #search_category .icon {
      top: 50%;
      right: 14px;
      height: 0.66667rem;
      width: 0.66667rem;
      position: absolute;
      fill: #383e47;
      stroke: #383e47;
      transform: translateY(-50%); }
  .themevale_search-custom .form-input {
    min-height: auto;
    border: none;
    border-radius: 0; }
    .themevale_search-custom .form-input::-webkit-input-placeholder {
      color: #383e47; }
    .themevale_search-custom .form-input::-moz-placeholder {
      color: #383e47; }
    .themevale_search-custom .form-input:-ms-input-placeholder {
      color: #383e47; }
    .themevale_search-custom .form-input:-moz-placeholder {
      color: #383e47; }
  .themevale_search-custom .btn-search {
    padding: 8px 16px;
    border-radius: 0 3px 3px 0;
    background-color: #f7f7f7; }
    .themevale_search-custom .btn-search .icon {
      fill: #383e47;
      stroke: #383e47;
      height: 2rem;
      width: 2rem; }
  .themevale_search-custom .quickSearchResults {
    top: auto;
    left: 0;
    right: 0;
    z-index: 99;
    min-width: 320px;
    position: absolute;
    border-radius: 3px;
    background-color: transparent; }
    .themevale_search-custom .quickSearchResults.hasResults {
      background-color: #ffffff;
      box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06), 0 1px 2px 0 rgba(0, 0, 0, 0.1); }
  .themevale_search-custom.layout-2 .btn-search {
    margin: 4px;
    padding: 0px 8px;
    border-radius: 3px;
    min-width: 55px; }
  @media (min-width: 1025px) {
    .themevale_search-custom {
      width: 500px; }
      .themevale_search-custom.layout-2 {
        width: 630px; } }

/*=====  End of www.themevale.com  ======*/
.navBar--account {
  display: none; }
  @media (min-width: 801px) {
    .navBar--account {
      display: block; } }

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

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

.account-listItem {
  border-bottom: 1px solid #e5e5e5;
  padding: 1.5rem 0;
  position: relative; }
  .account-listItem img {
    width: 100%; }
  .account-listItem .account-product-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: relative; }

.account-listShipping {
  border-bottom: 1px solid #e5e5e5;
  font-weight: 700;
  padding: 2rem 0; }
  .account-listShipping .account-listShipping-title {
    margin: 0;
    text-transform: inherit; }

.account-product:before, .account-product:after {
  content: " ";
  display: table; }

.account-product:after {
  clear: both; }

.account-product-figure {
  float: left;
  margin-right: 0.75rem; }
  .account-product-figure > img {
    display: block; }

.account-product-figure--opposite {
  float: right;
  margin-left: 0.75rem;
  margin-right: 0; }

.account-product-body:before, .account-product-body:after {
  content: " ";
  display: table; }

.account-product-body:after {
  clear: both; }

.account-product-figure {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0 2rem 0 0;
  position: relative;
  width: 70px; }
  .account-product-figure:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%; }

.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;
  padding-bottom: 3.5rem;
  position: relative; }
  @media (min-width: 551px) {
    .account-product-body {
      padding-bottom: 0; } }
  .account-product-body .definitionList {
    font-size: 15px;
    margin-bottom: 0; }

.account-product-title {
  margin: 0 0 0.16667rem;
  text-transform: inherit;
  font-size: 20px;
  color: #005599; }
  .account-product-title > a {
    text-decoration: none;
    color: inherit; }
  .account-product-title + .definitionList {
    margin-top: 0.75rem; }

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

.account-product-price {
  float: right;
  font-size: 15px; }

.account-product-description + .definitionList {
  margin: -1.41667rem 0 1.5rem; }

.account-product-refundQty {
  color: #999999;
  margin-bottom: 0; }

.account-product-details {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .account-product-details:before, .account-product-details:after {
    content: " ";
    display: table; }
  .account-product-details:after {
    clear: both; }

.account-product-detail {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 551px) {
    .account-product-detail {
      width: 33.33333%; } }
  @media (min-width: 1261px) {
    .account-product-detail {
      width: 25%; } }
  .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: 1261px) {
  .account-product-detail--large {
    width: 50%; } }

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

.account-product-detail-heading {
  font-family: "Rajdhani", Arial, Helvetica, sans-serif;
  color: #383e47;
  font-size: 16px;
  margin: 0 0 0.41667rem; }

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

.account-orderTotal {
  float: right;
  font-size: 15px;
  margin-top: -1.5rem;
  width: 66.66667%; }

.account-orderTotal-key,
.account-orderTotal-value {
  margin: 0;
  padding: 1.5rem 0; }

.account-orderTotal-key {
  color: #757575;
  float: left;
  font-weight: 400; }
  .account-orderTotal-key:last-of-type {
    position: relative;
    top: 0.33333rem; }

.account-orderTotal-value {
  border-bottom: 1px solid #e5e5e5;
  text-align: right; }
  .account-orderTotal-value:last-child {
    border-bottom: 0;
    font-size: 20px; }

.account-orderStatus {
  bottom: 0;
  left: 0;
  position: absolute; }
  @media (min-width: 551px) {
    .account-orderStatus {
      float: right;
      position: inherit;
      text-align: right; } }

.account-orderStatus-label {
  background-color: #cccccc;
  color: white;
  display: inline-block;
  font-size: 12px;
  line-height: 15px;
  margin: 0 0 0.41667rem;
  padding: 6px 10px 5px 10px;
  border-radius: 3px; }

.account-orderStatus-action {
  color: #757575;
  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: #333333; }

.account .pagination {
  color: #999999;
  margin-top: 3rem;
  text-align: center; }

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

.account-sidebar-block {
  font-size: 15px; }
  .account-sidebar-block + .account-sidebar-block {
    margin-top: 3rem; }
  .account-sidebar-block .account-heading {
    margin-bottom: 1.5rem; }

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

.account-reorder-form {
  display: inline-block; }

.order-payments-description {
  color: #757575;
  font-weight: 400;
  margin-top: 1.5rem; }

.account-downloads-summary {
  border-bottom: 1px solid #e5e5e5;
  font-size: 15px;
  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: #757575;
  font-size: 15px;
  margin-bottom: 0.16667rem;
  text-transform: inherit; }

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

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

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

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

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

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

.rating--small {
  display: inline-block;
  vertical-align: middle; }
  .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; }

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

.paymentMethodName {
  margin-top: 0;
  padding: 0 0.75rem;
  text-transform: none; }

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

@media (min-width: 551px) {
  .paymentMethodForm {
    max-width: 60%; }
    .paymentMethodForm .paymentMethodForm-column {
      display: flex; }
      .paymentMethodForm .paymentMethodForm-column .paymentMethodForm-inputs:first-child {
        width: 70%; }
      .paymentMethodForm .paymentMethodForm-column .paymentMethodForm-inputs:last-child {
        padding-left: 1.5rem;
        width: 30%; }
    .paymentMethodForm .paymentMethodForm-column:first-child .form-field {
      margin-bottom: 0.75rem; } }

.panel--paymentMethod {
  font-size: 1rem;
  position: relative; }
  .panel--paymentMethod .panel-body {
    border: 1px solid #e5e5e5;
    border-radius: 0.25rem;
    min-height: 19rem;
    padding: 0; }
  .panel--paymentMethod .form-actions {
    font-size: 0;
    margin-top: 0;
    text-align: left; }
    .panel--paymentMethod .form-actions .button {
      margin-top: 0; }

.paymentMethod-card,
.paymentMethod-details {
  display: flex;
  flex-flow: wrap;
  margin-bottom: 0; }

.paymentMethod-card {
  align-items: center;
  background: white;
  padding: 0.75rem; }
  @media (min-width: 1261px) {
    .paymentMethod-card {
      padding: 1.5rem; } }

.paymentMethod-icon {
  margin-right: 0.75rem;
  width: 2.33333rem; }
  @media (min-width: 1261px) {
    .paymentMethod-icon {
      width: 3.5rem; } }

.paymentMethod-brand {
  font-size: 13px;
  font-weight: 600; }
  @media (min-width: 1261px) {
    .paymentMethod-brand {
      font-size: 1rem; } }

.paymentMethod-default {
  margin-left: 0.75rem; }
  .paymentMethod-default.icon {
    fill: #666666;
    height: 1.5rem;
    width: 1.5rem; }
    @media (min-width: 1261px) {
      .paymentMethod-default.icon {
        height: 1.66667rem;
        width: 1.66667rem; } }

.paymentMethod-expiry {
  font-size: 15px;
  margin-left: auto;
  text-transform: capitalize; }

.paymentMethod-details {
  padding: 1.5rem; }

.paymentMethod-label,
.paymentMethod-description {
  display: inline-block;
  font-size: 13px;
  margin-bottom: 0.75rem; }

.paymentMethod-label {
  flex: 8.33333rem;
  font-weight: 600; }

.paymentMethod-description {
  flex: calc(100% - 100px);
  padding-left: 0.75rem; }

.paymentMethod-form {
  padding: 0 1.5rem 0.75rem; }
  @media (min-width: 551px) {
    .paymentMethod-form {
      bottom: 0.75rem;
      position: absolute;
      width: auto; } }

.panel--newPaymentMethod {
  display: block;
  text-align: center;
  text-decoration: none; }
  .panel--newPaymentMethod:hover .paymentMethod-title {
    color: #005599; }
  .panel--newPaymentMethod .panel-body {
    background-color: transparent; }
  .panel--newPaymentMethod .paymentMethod-title {
    margin-bottom: 0;
    text-transform: none;
    transition: all 0.15s ease; }

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

.paymentMethod-symbol {
  font-size: 50px;
  line-height: 1; }

.paymentMethodForm-heading {
  color: #333333;
  font-family: "Arimo", 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; }

.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: 15px;
  font-weight: 600;
  /*letter-spacing: letterSpacing("large");*/ }

.header {
  width: 100%;
  overflow: visible;
  position: relative;
  box-shadow: none;
  border-bottom: none;
  z-index: 99;
  background-color: white;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); }
  @media (min-width: 801px) {
    .header.is-open {
      height: auto; } }
  @media (min-width: 1025px) {
    .header {
      z-index: 20;
      box-shadow: none; }
      body:not(.page-type-default) .header {
        box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06), 0 1px 2px 0 rgba(0, 0, 0, 0.1); } }

.header-logo {
  margin: 0;
  font-size: 0;
  text-align: center; }
  .header-logo > a {
    color: #333333;
    display: inline-block;
    position: relative;
    text-decoration: none;
    z-index: 1; }
    .header-logo > a:before, .header-logo > a:after {
      content: " ";
      display: table; }
    .header-logo > a:after {
      clear: both; }

.header-logo-text {
  display: block;
  font-family: "Rajdhani", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  line-height: 1;
  padding: 0.25rem 0;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap; }
  @media (min-width: 551px) {
    .header-logo-text {
      font-size: 22px;
      padding-bottom: 0;
      padding-top: 0; } }
  @media (min-width: 801px) {
    .header-logo-text {
      display: inline;
      font-size: 28px;
      margin-left: 0;
      max-width: none;
      overflow: auto;
      white-space: normal;
      vertical-align: top; } }

.header-logo-image-container {
  position: relative; }

.header-logo-image {
  max-height: 24px;
  width: auto; }
  @media (min-width: 768px) {
    .header-logo-image {
      max-height: 30px; } }
  @media (min-width: 1025px) {
    .header-logo-image {
      max-height: 40px; } }

.header-logo-image-unknown-size {
  max-height: 3.08333rem; }
  @media (min-width: 801px) {
    .header-logo-image-unknown-size {
      max-height: none; } }

.header-sticky.is-sticky {
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  position: fixed;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  transform: none;
  animation-name: fadeInDown;
  animation-duration: 0.5s;
  animation-fill-mode: both; }
  .header-sticky.is-sticky .themevale_header-top, .header-sticky.is-sticky .themevale_header-bottom {
    display: none; }
  .header-sticky.is-sticky .themevale_header-middle {
    padding-top: 10px;
    padding-bottom: 10px; }
  @media (min-width: 1025px) {
    .header-sticky.is-sticky {
      box-shadow: 0 0 8px 0 rgba(17, 35, 56, 0.18); } }

.mobileMenu-toggle {
  width: 30px;
  height: 30px;
  font-size: 0;
  overflow: hidden;
  position: relative;
  display: block;
  z-index: 1;
  outline: none;
  box-shadow: none; }
  .mobileMenu-toggle .mobileMenu-toggleIcon,
  .mobileMenu-toggle .mobileMenu-toggleIcon::before,
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    background-color: #383e47;
    content: "";
    display: block;
    height: 2px;
    width: 100%;
    position: absolute;
    transform: rotate(0deg);
    transition: transform 100ms ease-in, top 100ms ease-in 150ms, bottom 100ms ease-in 150ms; }
  .mobileMenu-toggle .mobileMenu-toggleIcon {
    top: 50%;
    width: calc(100%);
    transform: translateY(-50%);
    transition: background-color 10ms ease-in 100ms; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::before {
    top: -8px; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    bottom: -8px; }
  .mobileMenu-toggle.is-open .mobileMenu-toggleIcon {
    background-color: transparent;
    transition-delay: 100ms; }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before, .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
      bottom: auto;
      top: auto;
      transition: transform 100ms ease-in 150ms, top 100ms ease-in, bottom 100ms ease-in; }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before {
      top: 0;
      transform: rotate(45deg); }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
      bottom: 0;
      transform: rotate(-45deg); }
  @media (min-width: 1025px) {
    .mobileMenu-toggle {
      width: 30px;
      height: 30px; }
      .mobileMenu-toggle .mobileMenu-toggleIcon,
      .mobileMenu-toggle .mobileMenu-toggleIcon::before,
      .mobileMenu-toggle .mobileMenu-toggleIcon::after {
        height: 4px; }
      .mobileMenu-toggle .mobileMenu-toggleIcon::before {
        top: -8px; }
      .mobileMenu-toggle .mobileMenu-toggleIcon::after {
        bottom: -8px; } }

/*=========================================
=            www.themevale.com            =
=========================================*/
/*--------  0.0 Global  -------------*/
.themevale_header-PC {
  display: none; }
  @media (min-width: 1025px) {
    .themevale_header-PC {
      display: block;
      width: 100%; } }

.themevale_header-Mobile {
  display: flex; }
  @media (min-width: 1025px) {
    .themevale_header-Mobile {
      display: none; } }

.themevale_header-layout-1 .item--hamburger {
  display: none; }

.themevale_header-layout-1 .themevale_header-middle .item--hamburger + .logo-wrapper {
  margin-left: 0; }

.themevale_header-layout-1.is-sticky .item--hamburger {
  display: block; }

.themevale_header-layout-1.is-sticky .themevale_header-middle .item--hamburger + .logo-wrapper {
  margin-left: 30px; }

.themevale_header-layout-2 .themevale_header-top {
  padding: 10px 0;
  position: relative;
  z-index: 22; }
  .themevale_header-layout-2 .themevale_header-top .container {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center; }
  .themevale_header-layout-2 .themevale_header-top .navUser {
    display: inline-block;
    vertical-align: middle;
    width: 33.33333333333%; }
    .themevale_header-layout-2 .themevale_header-top .navUser.text-center {
      width: 30%; }
    .themevale_header-layout-2 .themevale_header-top .navUser.text-right {
      width: 40%; }

.themevale_header-layout-2 .themevale_header-middle {
  padding: 20px 0; }
  .themevale_header-layout-2 .themevale_header-middle .container {
    align-items: center; }
  .themevale_header-layout-2 .themevale_header-middle .navUser-item {
    display: inline-block;
    vertical-align: middle; }

.themevale_header-layout-2 .navPages-container {
  position: relative; }

.themevale_header-layout-2 .navUser-item--quickSearch {
  margin-right: 30px; }

.themevale_header-layout-2 .custom-link,
.themevale_header-layout-2 .facebook-like {
  right: 0;
  top: 50%;
  position: absolute;
  transform: translateY(-50%); }

.themevale_header-layout-2 .custom-link .navPages-action {
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  text-transform: uppercase;
  padding: 13px 0 11px;
  position: relative;
  font-family: "Rajdhani", Arial, Helvetica, sans-serif;
  color: white; }
  .themevale_header-layout-2 .custom-link .navPages-action .text {
    position: relative; }
    .themevale_header-layout-2 .custom-link .navPages-action .text:before {
      left: 0;
      bottom: -1px;
      content: "";
      height: 1px;
      width: 100%;
      position: absolute;
      transition: all 0.3s ease;
      background-color: white; }

.themevale_header-layout-2.custom .themevale_header-middle .navUser-item + .navUser-item {
  margin-left: 30px; }

.themevale_header-layout-2.custom .headerMiddle-item.text-left {
  min-width: 240px;
  text-align: center;
  justify-content: center; }

.themevale_header-layout-2.custom .navUser-item--quickSearch {
  margin-right: 15px; }

.themevale_header-layout-2.custom .navPages .navPages-item > .navPages-action .navPages-action-moreIcon {
  display: inline-block;
  vertical-align: middle; }

.themevale_header-layout-2.custom .navPages .navPages-list--user {
  display: block; }

@media (min-width: 1025px) {
  .themevale_header-layout-2.custom:not(.is-sticky) .item--hamburger {
    display: none; }
  .themevale_header-layout-2.custom:not(.is-sticky) .themevale_header-middle .item--hamburger + .logo-wrapper {
    margin-left: 0; } }

/*----------  1.0 Topbar Promotion  ----*/
#themevale_top-promotion {
  font-size: 11px;
  font-weight: 500;
  padding: 8px 0;
  text-align: center;
  position: relative;
  color: white;
  background-color: red; }
  #themevale_top-promotion .banner-promotion {
    display: block; }
    #themevale_top-promotion .banner-promotion .image {
      display: inline-block;
      margin-right: 15px;
      max-height: 20px; }
    #themevale_top-promotion .banner-promotion .text {
      font-weight: 700;
      display: block;
      margin-bottom: 5px; }
    #themevale_top-promotion .banner-promotion .link {
      display: none; }
  #themevale_top-promotion .close-banner-promotion {
    top: 50%;
    right: 15px;
    font-size: 0;
    line-height: 1;
    position: absolute;
    transform: translateY(-50%); }
    #themevale_top-promotion .close-banner-promotion svg {
      fill: white;
      width: 18px;
      height: 18px;
      line-height: 18px; }
  @media (min-width: 360px) {
    #themevale_top-promotion .banner-promotion {
      display: flex;
      align-items: center;
      justify-content: center; }
      #themevale_top-promotion .banner-promotion .text {
        margin: 0; } }
  @media (min-width: 551px) {
    #themevale_top-promotion {
      font-size: 12px;
      padding: 10px 0; }
      #themevale_top-promotion .banner-promotion .image {
        margin-right: 25px;
        max-height: 30px; }
      #themevale_top-promotion .banner-promotion .link {
        margin-left: 25px;
        border-radius: 3px;
        padding: 1px 15px;
        margin-left: 10px;
        display: inline-block;
        background-color: transparent;
        color: white;
        border: 1px solid #979a9f; } }

/*----------  2.0 Header Top  ----------*/
.themevale_header-top {
  padding: 9px 0;
  color: #383e47;
  background-color: white;
  border-bottom: 1px solid #e2e4e8; }
  .themevale_header-top .navUser:before, .themevale_header-top .navUser:after {
    content: none; }
  .themevale_header-top .navUser-action {
    color: #383e47; }
    .themevale_header-top .navUser-action svg {
      fill: #383e47;
      stroke: #383e47; }
    .themevale_header-top .navUser-action .icon, .themevale_header-top .navUser-action .text {
      display: inline-block;
      vertical-align: middle; }
    .themevale_header-top .navUser-action .icon.big {
      height: 1.16667rem;
      width: 1.16667rem;
      opacity: 0.3;
      margin: 0 5px 0 0; }
    .themevale_header-top .navUser-action:before {
      content: '';
      left: 0;
      width: 0;
      bottom: -2px;
      height: 1px;
      position: absolute;
      background-color: #005599;
      transition: all 0.3s ease; }
    .themevale_header-top .navUser-action:hover {
      color: #005599; }
      .themevale_header-top .navUser-action:hover:before {
        width: 100%; }
      .themevale_header-top .navUser-action:hover svg {
        fill: #005599;
        stroke: #005599; }
  .themevale_header-top .navUser-item--mail > .icon,
  .themevale_header-top .navUser-item--phone > .icon {
    height: 1.16667rem;
    width: 1.16667rem;
    opacity: 0.3;
    margin: 0 5px 0 0;
    display: inline-block;
    vertical-align: middle; }
  .themevale_header-top .navUser-item--mail > .navUser-action,
  .themevale_header-top .navUser-item--phone > .navUser-action {
    display: inline-block;
    vertical-align: middle; }
  .themevale_header-top .navUser-item--mail > .navUser-action {
    text-transform: lowercase; }
  .themevale_header-top .navUser-item--account {
    color: #383e47; }
    .themevale_header-top .navUser-item--account svg {
      fill: #383e47;
      stroke: #383e47; }

/*----------  3.0 Header Middle  -------*/
.themevale_header-middle {
  display: block;
  padding: 19px 0 19px 0;
  background-color: white; }
  .themevale_header-middle .headerMiddle-item {
    display: flex;
    align-items: center;
    flex-wrap: nowrap; }
  .themevale_header-middle .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between; }
    .themevale_header-middle .container:before, .themevale_header-middle .container:after {
      content: none; }
    .themevale_header-middle .container .item {
      position: relative; }
      .themevale_header-middle .container .item + .item {
        margin-left: 30px; }
      .themevale_header-middle .container .item:last-child {
        margin-left: 20px;
        padding-left: 20px; }
        .themevale_header-middle .container .item:last-child:before {
          left: 0;
          top: 50%;
          width: 1px;
          content: "";
          height: 100%;
          position: absolute;
          background-color: #e2e4e8;
          transform: translateY(-50%); }
  .themevale_header-middle .item--office {
    text-align: center; }
    .themevale_header-middle .item--office .office-phone {
      margin: 0;
      font-size: 20px;
      line-height: 1;
      font-weight: 700;
      text-transform: uppercase;
      font-family: "Rajdhani", Arial, Helvetica, sans-serif;
      color: #b20000; }
    .themevale_header-middle .item--office .office-hours {
      line-height: 1;
      margin: 5px 0 0 0; }
  .themevale_header-middle .item-wislish + .item-cart {
    margin-left: 15px; }
  .themevale_header-middle .item-cart,
  .themevale_header-middle .item-wislish {
    display: inline-block;
    vertical-align: middle; }
    .themevale_header-middle .item-cart .icon,
    .themevale_header-middle .item-wislish .icon {
      margin: 0;
      height: 2.5rem;
      width: 2.5rem; }
  .themevale_header-middle .themevale_cart .cartdesktop {
    display: none; }
  .themevale_header-middle .themevale_cart .cartMobile {
    display: block; }
  @media (min-width: 1025px) {
    .themevale_header-middle .themevale_cart .cartdesktop {
      display: block; }
    .themevale_header-middle .themevale_cart .cartMobile {
      display: none; } }
  .themevale_header-middle .item--hamburger + .logo-wrapper {
    margin-left: 30px; }
  .themevale_header-middle .navUser-action {
    color: #383e47; }
    .themevale_header-middle .navUser-action svg {
      fill: #383e47;
      stroke: #383e47; }
    .themevale_header-middle .navUser-action:hover {
      color: #005599; }
      .themevale_header-middle .navUser-action:hover svg {
        fill: #005599;
        stroke: #005599; }

/*----------  4.0 Header Bottom  -------*/
.themevale_header-bottom {
  border-top: 1px solid #383e47;
  border-bottom: 1px solid #383e47;
  background-color: #383e47;
  transition: all 0.3s ease; }

/*----------  5.0 Header Mobile  -------*/
.themevale_header-Mobile {
  padding: 0px 15px;
  height: 50px;
  width: 100%;
  line-height: 50px;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff; }
  .themevale_header-Mobile .navUser-item-cartIcon .countPill {
    margin: 0;
    font-size: 11px;
    top: -8px;
    right: -9px;
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px; }
  .themevale_header-Mobile .header-Mobile-item {
    min-width: 85px; }
    .themevale_header-Mobile .header-Mobile-item .items {
      display: inline-block;
      vertical-align: middle; }
      .themevale_header-Mobile .header-Mobile-item .items + .items {
        margin-left: 16px; }
        @media (min-width: 360px) {
          .themevale_header-Mobile .header-Mobile-item .items + .items {
            margin-left: 20px; } }
    .themevale_header-Mobile .header-Mobile-item .header-logo-image {
      max-height: 25px;
      max-width: 120px; }
    .themevale_header-Mobile .header-Mobile-item .navUser-action .navUser-icon {
      vertical-align: top; }
    .themevale_header-Mobile .header-Mobile-item .navUser-action .icon {
      margin: 0;
      position: relative;
      top: -1px;
      height: 2rem;
      width: 2rem; }
    .themevale_header-Mobile .header-Mobile-item .item--searchMobile .navUser-action .icon.icon-close {
      display: none; }
    .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 .icon.icon-close {
        display: inline-block; }

/*----------  6.0 Header Notice  -------*/
.themevale_flash-sale {
  padding: 8px 0;
  text-align: center;
  color: white;
  background-color: #ed6912; }
  .themevale_flash-sale a, .themevale_flash-sale span {
    display: inline-block;
    vertical-align: middle;
    color: inherit; }
  .themevale_flash-sale svg {
    fill: white; }
  .themevale_flash-sale .icon {
    display: none;
    margin-right: 12px; }
    .themevale_flash-sale .icon svg {
      height: 1.33333rem;
      width: 1.33333rem; }
  .themevale_flash-sale .title {
    display: none;
    font-weight: 700;
    text-transform: capitalize; }
  .themevale_flash-sale .content {
    font-weight: 400; }
  .themevale_flash-sale .time {
    font-size: 14.5px;
    margin-left: 10px;
    margin-right: 10px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase; }
    .themevale_flash-sale .time .block-time {
      margin-right: 5px; }
  .themevale_flash-sale .link {
    font-weight: 700;
    font-style: italic;
    text-decoration: underline;
    text-transform: capitalize;
    text-underline-position: under; }
  .themevale_flash-sale .close {
    right: 5px;
    top: 5px;
    position: absolute; }
    .themevale_flash-sale .close .icon {
      display: block;
      margin-right: 0;
      height: 1rem;
      width: 1rem; }
  @media (min-width: 551px) {
    .themevale_flash-sale {
      padding: 12px 0; }
      .themevale_flash-sale .icon, .themevale_flash-sale .title {
        display: inline-block;
        vertical-align: middle; }
      .themevale_flash-sale .close {
        top: 3px;
        right: 20px; }
        .themevale_flash-sale .close .icon {
          height: 1.33333rem;
          width: 1.33333rem; } }

/*=====  End of www.themevale.com  ======*/
.body {
  position: relative;
  padding-bottom: 30px;
  padding-top: 30px; }
  @media (min-width: 551px) {
    .body {
      padding-bottom: 50px; } }
  @media (min-width: 801px) {
    .body {
      padding-bottom: 80px; } }
  .page-type-default .body {
    padding-bottom: 0; }

.container {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  width: 100%;
  margin: 0;
  padding: 0 15px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }

.container--full {
  width: 100%;
  padding: 0 15px;
  position: relative; }
  @media (min-width: 1025px) {
    .container--full .page-sidebar {
      width: 285px; }
      .container--full .page-sidebar + .page-content {
        width: calc(100% - 285px); }
    .container--full .themevale_categoryToolbar {
      padding: 0;
      background-color: #ffffff; } }
  @media (min-width: 1281px) {
    .container--full {
      max-width: 100%;
      padding-left: 60px;
      padding-right: 60px; } }

.page {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  margin: 0; }
  .page:before, .page:after {
    content: " ";
    display: table; }
  .page:after {
    clear: both; }

.page-sidebar,
.page-content,
.page-content--full {
  width: 100%;
  float: left;
  padding: 0;
  position: relative; }

.page-content .panel--large .panel-body {
  border-radius: 3px;
  background-color: #f7f7f7; }
  .page-content .panel--large .panel-body .suggestion-title {
    font-size: 16px; }

@media (min-width: 801px) {
  .page-content--centered {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 66.66667%;
    float: left;
    margin-left: auto;
    margin-right: auto;
    float: none; } }

.page-content--textCenter {
  text-align: center; }

.page-sidebar {
  display: none; }
  @media (min-width: 1025px) {
    .page-sidebar {
      width: 240px;
      display: block;
      padding-right: 15px; }
      .page-sidebar + .page-content {
        padding-left: 15px;
        width: calc(100% - 240px); }
      .page-sidebar.u-hiddenVisually + .page-content {
        width: 100%;
        padding-left: 0; } }

.page-sidebar-right {
  float: right; }
  @media (min-width: 1025px) {
    .page-sidebar-right {
      padding-left: 15px;
      padding-right: 0; }
      .page-sidebar-right + .page-content {
        padding-left: 0;
        padding-right: 15px; } }

.themevale_service {
  color: #333333;
  background-color: white; }
  .themevale_service .themevale_column {
    padding-bottom: 0; }

.service-wrapper {
  height: 50px;
  font-size: 0;
  display: block;
  text-align: center;
  line-height: 50px;
  color: inherit;
  min-width: 200px; }
  .service-wrapper .icon {
    height: 1.66667rem;
    width: 1.66667rem;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px; }
    .service-wrapper .icon svg {
      fill: #333333; }
    .service-wrapper .icon + .title {
      margin-left: 10px; }
  .service-wrapper .title {
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    font-family: "Rajdhani", Arial, Helvetica, sans-serif; }
  .service-wrapper.layout-2 {
    text-align: left;
    height: auto;
    line-height: 20px;
    max-width: 280px; }
    .service-wrapper.layout-2 .icon {
      vertical-align: middle;
      display: inline-block;
      height: 4.16667rem;
      width: 4.16667rem;
      font-size: 12px;
      border-radius: 50%;
      border: 2px solid white; }
      .service-wrapper.layout-2 .icon svg {
        padding: 10px;
        fill: white; }
    .service-wrapper.layout-2 .content {
      vertical-align: middle;
      font-size: 1rem;
      display: inline-block;
      width: calc(100% - 50px);
      padding-left: 20px; }
      .service-wrapper.layout-2 .content .title {
        font-size: 18px;
        line-height: 1.4;
        margin: 0 0 7px 0;
        color: #333333; }
      .service-wrapper.layout-2 .content .text {
        color: #333333; }
  @media (min-width: 360px) {
    .service-wrapper.layout-2 {
      max-width: 300px; } }
  @media (min-width: 768px) {
    .service-wrapper {
      min-width: 240px; }
      .service-wrapper.layout-2 {
        max-width: 320px; } }
  @media (min-width: 1025px) {
    .service-wrapper {
      min-width: 0;
      height: 60px;
      line-height: 60px; }
      .service-wrapper .icon {
        height: 1.83333rem;
        width: 1.83333rem; }
      .service-wrapper .title {
        font-size: 16px; }
      .service-wrapper.layout-2 {
        max-width: 400px; }
        .service-wrapper.layout-2 .icon {
          height: 5.83333rem;
          width: 5.83333rem; }
          .service-wrapper.layout-2 .icon svg {
            padding: 15px; }
        .service-wrapper.layout-2 .content {
          padding-left: 30px;
          width: calc(100% - 70px); }
          .service-wrapper.layout-2 .content .title {
            font-size: 20px;
            margin: 0 0 10px 0; } }

.footer {
  color: #333333;
  background-color: white; }
  .footer .form, .footer .form-field {
    margin-bottom: 0; }
  .footer .socialLinks .socialLinks-item {
    margin-right: 12px;
    margin-top: 3px;
    margin-bottom: 3px; }
    .footer .socialLinks .socialLinks-item:last-child {
      margin-right: 0; }
  .footer .socialLinks .icon {
    width: 40px;
    height: 40px;
    padding: 0 12px;
    line-height: 40px;
    border-radius: 50%;
    transform: scale(1);
    background-color: transparent;
    border: 1px solid #636364; }
    .footer .socialLinks .icon svg {
      fill: #333333;
      stroke: #333333; }
  .footer .form-prefixPostfix {
    max-width: 420px;
    display: block; }
    .footer .form-prefixPostfix .form-input, .footer .form-prefixPostfix .button {
      width: 100%;
      display: block; }
    .footer .form-prefixPostfix .form-input {
      height: 42px;
      min-height: 42px;
      padding: 0px 15px;
      line-height: 40px;
      color: #383e47;
      background-color: white;
      border-color: white; }
      .footer .form-prefixPostfix .form-input::-webkit-input-placeholder {
        color: #a3a3a3; }
      .footer .form-prefixPostfix .form-input::-moz-placeholder {
        color: #a3a3a3; }
      .footer .form-prefixPostfix .form-input:-ms-input-placeholder {
        color: #a3a3a3; }
      .footer .form-prefixPostfix .form-input:-moz-placeholder {
        color: #a3a3a3; }
    .footer .form-prefixPostfix .button {
      height: 42px;
      margin: 0.75rem 0 0 0;
      color: white;
      border-color: #b20000;
      background-color: #b20000; }
      .footer .form-prefixPostfix .button:hover, .footer .form-prefixPostfix .button:focus, .footer .form-prefixPostfix .button:active {
        color: white;
        border-color: #b20000;
        background-color: #b20000; }
    @media (min-width: 360px) {
      .footer .form-prefixPostfix {
        display: flex; }
        .footer .form-prefixPostfix .form-input {
          width: calc(100% - 130px); }
        .footer .form-prefixPostfix .button {
          width: 120px;
          margin: 0 0 0 10px; } }
  .footer .footer-social .socialLinks,
  .footer .footer-social .facebook-like {
    display: inline-block;
    vertical-align: bottom; }

.footer-info {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0;
  padding: 0;
  margin: 0 -8px; }
  .footer-info:before, .footer-info:after {
    content: " ";
    display: table; }
  .footer-info:after {
    clear: both; }
  .footer-info + .footer-info-custom {
    margin-top: 20px; }
  @media (min-width: 1025px) {
    .footer-info {
      margin: 0 -15px; } }

.footer-info-custom {
  display: block; }
  .footer-info-custom > .item {
    display: block; }
    .footer-info-custom > .item + .item {
      margin-top: 15px; }
  @media (min-width: 993px) {
    .footer-info-custom {
      display: flex;
      align-items: center;
      flex-direction: row;
      justify-content: space-between; }
      .footer-info-custom > .item {
        width: 50%;
        display: inline-block; }
        .footer-info-custom > .item + .item {
          margin-top: 0px; }
        .footer-info-custom > .item:nth-child(odd) {
          padding-right: 15px;
          text-align: left; }
        .footer-info-custom > .item:nth-child(even) {
          padding-left: 15px;
          text-align: right; } }

.footer-info-col {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  font-size: 1rem;
  padding: 0 8px;
  float: none;
  display: inline-block;
  vertical-align: top; }
  .footer-info-col[data-section-type="newsletterSubscription"] .footer-info-heading {
    margin-bottom: 15px; }
  .footer-info-col > .item {
    margin-bottom: 30px; }
  @media (min-width: 768px) {
    .col-5 .footer-info-col {
      width: 100%; }
    .col-6 .footer-info-col {
      width: 66.66666666%; }
    .col-7 .footer-info-col {
      width: 33.33333333%; }
      .col-7 .footer-info-col:last-of-type {
        width: 66.66666667%; } }
  @media (min-width: 1025px) {
    .footer-info-col {
      padding: 0 15px; }
      .col-5 .footer-info-col {
        padding: 0 15px;
        width: 40%; }
      .col-6 .footer-info-col {
        width: 100%; }
      .col-7 .footer-info-col {
        width: 26%; }
        .col-7 .footer-info-col:last-of-type {
          width: 26%; } }
  @media (min-width: 1281px) {
    .col-6 .footer-info-col {
      width: 33.33333333%; } }

@media (min-width: 768px) {
  .col-5 .footer-info-col--small,
  .col-6 .footer-info-col--small {
    width: 33.33333333%; }
  .col-7 .footer-info-col--small {
    width: 33.33333333%; } }

@media (min-width: 1025px) {
  .col-5 .footer-info-col--small {
    width: 20%; }
  .col-6 .footer-info-col--small {
    width: 25%; }
  .col-7 .footer-info-col--small {
    width: 16%; } }

@media (min-width: 1281px) {
  .col-6 .footer-info-col--small {
    width: 16.66666667%; } }

.footer-info-heading {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 12px 0;
  text-transform: uppercase;
  color: #333333; }
  .footer-info-heading .icon-dropdown {
    display: none; }
  .footer-info-heading .logo-image {
    margin-bottom: 15px;
    max-height: 30px; }
  @media (max-width: 767px) {
    .footer-info-heading {
      cursor: pointer; }
      .footer-info-heading .logo-image {
        margin-bottom: 0; }
      .footer-dropdownmobile .footer-info-heading {
        position: relative;
        padding: 7px 0;
        border-bottom: 1px solid #39393b; }
        .footer-dropdownmobile .footer-info-heading .icon-dropdown {
          top: 50%;
          right: 0;
          width: 12px;
          height: 12px;
          display: block;
          fill: #333333;
          stroke: #333333;
          position: absolute;
          transform: translateY(-50%);
          transition: all 0.3s ease; }
      .footer-dropdownmobile.open-dropdown .footer-info-heading .icon-dropdown {
        transform: translateY(-50%) rotate(180deg); } }

.footer-info-list {
  list-style: none;
  margin-left: 0;
  margin-bottom: 20px; }
  .footer-info-list + .footer-info-list {
    margin-top: 30px; }
  .footer-info-list > li {
    line-height: 30px; }
    .footer-info-list > li a, .footer-info-list > li .icon {
      line-height: 20px;
      display: inline-block;
      vertical-align: middle; }
    .footer-info-list > li .icon {
      height: 1.25rem;
      width: 1.25rem;
      fill: #333333; }
    .footer-info-list > li a {
      text-transform: capitalize;
      color: #333333; }
      .footer-info-list > li a:hover {
        color: #14204a; }
      @media (min-width: 1025px) {
        .footer-info-list > li a:before {
          content: '';
          bottom: 0;
          left: 0;
          height: 1px;
          width: 0px;
          position: absolute;
          background-color: #14204a;
          transition: all 0.3s ease; }
        .footer-info-list > li a:hover:before {
          width: 100%; } }
  .footer-info-list > .store-address, .footer-info-list > .store-phone, .footer-info-list > .store-email {
    line-height: 22px;
    padding-left: 30px;
    position: relative;
    margin-bottom: 20px; }
    .footer-info-list > .store-address a, .footer-info-list > .store-phone a, .footer-info-list > .store-email a {
      text-transform: none; }
    .footer-info-list > .store-address .icon, .footer-info-list > .store-phone .icon, .footer-info-list > .store-email .icon {
      position: absolute;
      left: 0;
      top: 4px; }
  .footer-info-list > .store-phone p {
    margin-bottom: 5px; }
  .footer-info-list > .store-email {
    margin-bottom: 0; }
  .footer-info-list .ask_an_expert {
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin: 10px 0 0 0;
    text-transform: uppercase !important;
    text-decoration: underline;
    text-underline-position: under;
    color: #333333;
    font-family: "Rajdhani", Arial, Helvetica, sans-serif; }
    .footer-info-list .ask_an_expert:before {
      content: none; }

.footer-copyright {
  margin-bottom: 6px; }
  .footer-copyright p, .footer-copyright a {
    margin-bottom: 0;
    color: inherit; }
  @media (min-width: 768px) {
    .text-center .footer-copyright {
      text-align: center; } }

.footer-payment-icons {
  height: 3.33333rem;
  margin-top: 1.5rem; }
  @media (min-width: 801px) {
    .footer-payment-icons {
      margin-top: 3rem; } }
  .footer-payment-icons .footer-payment-icon {
    height: 100%;
    margin: 0.41667rem;
    vertical-align: middle;
    width: 4.16667rem; }
  .footer-payment-icons svg {
    fill: #323232; }

.footer-payment-image {
  font-size: 0; }
  .footer-payment-image img {
    display: inline-block;
    vertical-align: top;
    max-height: 28px;
    margin-bottom: 10px;
    margin-right: 10px; }
    .footer-payment-image img:last-child {
      margin-right: 0; }
  @media (min-width: 768px) {
    .footer-payment-image img {
      max-height: 32px;
      margin-bottom: 0px;
      margin-right: 15px; }
      .footer-payment-image img:last-child {
        margin-right: 0; } }

/*=========================================
=            www.themevale.com            =
=========================================*/
/*----------  0.0 Global  -----------*/
.themevale_topFooter {
  text-align: left;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: "Rajdhani", Arial, Helvetica, sans-serif;
  border-bottom: 1px solid #39393b; }
  .themevale_topFooter .text {
    margin: 0 3px 0 0;
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    display: inline;
    vertical-align: middle; }
  .themevale_topFooter .phone {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 700;
    border-radius: 3px;
    display: inline;
    vertical-align: middle;
    color: #333333; }
  @media (min-width: 768px) {
    .themevale_topFooter {
      text-align: center; }
      .themevale_topFooter .text, .themevale_topFooter .phone {
        font-size: 20px; }
      .themevale_topFooter .text {
        margin: 0 3px 0 0; } }

.themevale_middleFooter {
  padding-top: 40px;
  padding-bottom: 40px; }

.themevale_bottomFooter {
  padding: 30px 0 10px 0;
  color: #333333;
  background-color: white; }
  .themevale_bottomFooter a, .themevale_bottomFooter p {
    margin: 0;
    color: #333333; }
  .themevale_bottomFooter .container .item + .item {
    margin-top: 15px; }
  @media (min-width: 993px) {
    .themevale_bottomFooter .container {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: space-between; }
      .themevale_bottomFooter .container .item {
        width: 50%; }
        .themevale_bottomFooter .container .item + .item {
          margin-top: 0px; }
        .themevale_bottomFooter .container .item:nth-child(odd) {
          padding-right: 15px;
          text-align: left; }
        .themevale_bottomFooter .container .item:nth-child(even) {
          padding-left: 15px;
          text-align: right; } }

.themevale_securityImage {
  margin-left: -15px;
  margin-right: -15px;
  display: block; }
  .themevale_securityImage ul {
    margin: 0;
    font-size: 0;
    list-style: none;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap; }
    .themevale_securityImage ul li {
      display: inline-block;
      vertical-align: middle;
      margin-right: 15px; }
      .themevale_securityImage ul li:first-child {
        margin-left: 15px; }
  .themevale_securityImage img {
    max-height: 100px; }
  @media (min-width: 1025px) {
    .themevale_securityImage {
      margin-right: 0;
      margin-left: 0; }
      .themevale_securityImage ul {
        overflow: visible;
        white-space: normal; }
        .themevale_securityImage ul li {
          margin-right: 30px; }
          .themevale_securityImage ul li:first-child {
            margin-left: 0; }
          .themevale_securityImage ul li:last-child {
            margin-right: 0; } }

#back-to-top-btn {
  bottom: 38%;
  right: 15px;
  z-index: 19;
  padding: 2px;
  font-size: 0;
  display: none;
  cursor: pointer;
  position: fixed;
  overflow: hidden;
  text-align: center;
  border-radius: 50%;
  line-height: 1;
  transition: all 0.3s ease;
  color: black;
  background-color: white;
  border: 1px solid #cdd0d7; }
  #back-to-top-btn a {
    display: block; }
  #back-to-top-btn .icon {
    fill: black;
    width: 30px;
    height: 30px;
    display: block;
    transform: rotate(-180deg); }
  #back-to-top-btn.is-visible {
    display: block; }
  #back-to-top-btn:hover {
    color: black;
    background-color: white;
    border: 1px solid black; }
    #back-to-top-btn:hover .icon {
      fill: black; }
  @media (min-width: 1261px) {
    #back-to-top-btn {
      right: 10vh; } }

.themevale_popup_left {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 195px;
  z-index: 101;
  transition: all 0.3s ease; }
  @media (min-width: 551px) {
    .themevale_popup_left {
      left: 15px;
      right: auto;
      bottom: 195px; } }
  @media (min-width: 1025px) {
    .themevale_popup_left {
      left: 40px;
      bottom: 40px; } }

.themevale_popup_right {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 101;
  transition: all 0.3s ease; }
  @media (min-width: 551px) {
    .themevale_popup_right {
      left: 15px;
      right: auto;
      bottom: 15px; } }
  @media (min-width: 1025px) {
    .themevale_popup_right {
      right: 40px;
      bottom: 40px;
      left: auto; } }

.themevale_recently-bought {
  padding: 0;
  width: auto;
  display: block;
  background: #ffffff;
  color: #969696;
  border-radius: 0px;
  width: 100%;
  z-index: 10;
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  padding: 10px 40px 10px 15px;
  animation-duration: 1s;
  transition: all 1s ease; }
  .themevale_recently-bought .close {
    top: 10px;
    right: 10px;
    color: #969696;
    font-size: 30px;
    font-weight: 400;
    line-height: 20px;
    position: absolute; }
  .themevale_recently-bought .recently-bought-inneer {
    display: table;
    width: 100%; }
  .themevale_recently-bought .product-image {
    padding: 0;
    width: 60px;
    display: table-cell;
    vertical-align: top; }
    .themevale_recently-bought .product-image > a {
      display: block; }
    .themevale_recently-bought .product-image img {
      width: 100%;
      position: relative;
      display: inline-block; }
  .themevale_recently-bought .product-info {
    display: table-cell;
    vertical-align: top;
    padding-left: 15px; }
    .themevale_recently-bought .product-info .text {
      margin-bottom: 8px; }
    .themevale_recently-bought .product-info .product-name {
      color: #005599; }
      .themevale_recently-bought .product-info .product-name a {
        color: inherit; }
        .themevale_recently-bought .product-info .product-name a:hover {
          text-decoration: underline;
          text-underline-position: under; }
    .themevale_recently-bought .product-info #customer-info {
      font-size: 11px; }
  @media (min-width: 551px) {
    .themevale_recently-bought {
      max-width: 360px; } }
  @media (min-width: 768px) {
    .themevale_recently-bought {
      overflow: visible; }
      .themevale_recently-bought .product-image {
        width: 70px; } }
  @media (min-width: 1025px) {
    .themevale_recently-bought {
      padding: 15px 30px 15px 20px;
      max-width: 400px;
      border-radius: 3px; } }

/*=====  End of www.themevale.com  ======*/
/*=========================================
=            www.themevale.com            =
=========================================*/
/*----------  1.0 Global style  -------*/
.slick-arrow {
  margin: 0;
  width: 35px;
  height: 35px;
  padding: 0 5px;
  line-height: 35px;
  border-radius: 3px;
  transition: all 0.3s ease;
  fill: #4d5259;
  border: 1px solid rgba(0, 0, 255, 0);
  background-color: rgba(0, 0, 255, 0); }
  .slick-arrow.slick-next {
    right: 0px; }
  .slick-arrow.slick-prev {
    left: 0px; }
  .slick-arrow:before {
    content: none; }
  .slick-arrow.slick-disabled {
    opacity: 1;
    fill: #cfcfcf;
    border: 1px solid rgba(0, 0, 255, 0);
    background-color: rgba(0, 0, 255, 0); }
    .slick-arrow.slick-disabled:hover, .slick-arrow.slick-disabled:focus, .slick-arrow.slick-disabled:active {
      fill: #cfcfcf;
      border: 1px solid rgba(0, 0, 255, 0);
      background-color: rgba(0, 0, 255, 0); }
  .slick-arrow:hover, .slick-arrow:focus, .slick-arrow:active {
    fill: #4d5259;
    border-color: rgba(0, 0, 255, 0);
    background-color: rgba(0, 0, 255, 0); }
  @media (min-width: 1025px) {
    .slick-arrow.slick-next {
      right: -35px; }
    .slick-arrow.slick-prev {
      left: -35px; } }

.slick-dots {
  bottom: -30px; }
  .slick-dots li {
    padding: 0;
    width: auto;
    height: auto;
    margin: 0 5px; }
    .slick-dots li button {
      width: 8px;
      height: 8px;
      opacity: 0.3;
      border: 1px solid #323232;
      background-color: #323232;
      transition: all 0.3s ease; }
      .slick-dots li button:before {
        content: none; }
    @media (min-width: 551px) {
      .slick-dots li {
        margin: 0 6px; }
        .slick-dots li button {
          width: 10px;
          height: 10px; } }
  .slick-dots .slick-active button {
    opacity: 0.8;
    background-color: transparent; }

.themevale_column {
  margin: 0 -8px;
  font-size: 0;
  list-style: none;
  text-align: left;
  display: block; }
  .themevale_column > .item {
    padding: 0 8px;
    margin-bottom: 16px;
    white-space: normal;
    font-size: 1rem;
    vertical-align: top;
    display: inline-block;
    width: 100%; }
  @media (min-width: 551px) {
    .themevale_column.themevale_column--col4 > .item, .themevale_column.themevale_column--col3 > .item, .themevale_column.themevale_column--col2 > .item {
      width: 50%; } }
  @media (min-width: 768px) {
    .themevale_column.themevale_column--col4 > .item, .themevale_column.themevale_column--col3 > .item {
      width: 33.3333333%; }
    .themevale_column.themevale_column--col4.recent-post-style-2 > .item, .themevale_column.themevale_column--col3.recent-post-style-2 > .item {
      width: 40%; } }
  @media (min-width: 1025px) {
    .themevale_column {
      margin: 0 -15px; }
      .themevale_column > .item {
        padding: 0 15px;
        margin: 30px 0 0 0; }
      .themevale_column.themevale_column--col2 > .item {
        width: 50%;
        margin-right: 0; }
        .themevale_column.themevale_column--col2 > .item:nth-child(-n + 2) {
          margin-top: 0; }
      .themevale_column.themevale_column--col3 > .item {
        width: 33.3333333%;
        margin-right: 0; }
        .themevale_column.themevale_column--col3 > .item:nth-child(-n + 3) {
          margin-top: 0; }
      .themevale_column.themevale_column--col3.recent-post-style-2 > .item {
        width: 33.3333333%; }
      .themevale_column.themevale_column--col4 > .item {
        width: 25%;
        margin-right: 0; }
        .themevale_column.themevale_column--col4 > .item:nth-child(-n + 4) {
          margin-top: 0; }
      .themevale_column.no-padding {
        margin: 0; }
        .themevale_column.no-padding > .item {
          padding: 0;
          margin: 0; } }

@media (max-width: 1024px) {
  .themevale_customColumn {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    white-space: nowrap;
    overflow-y: auto;
    padding-bottom: 2px; }
    .themevale_customColumn > .item {
      width: auto !important;
      padding: 0;
      margin: 0 16px 0 0;
      white-space: normal; } }

@media (max-width: 415px) {
  #themevale_category-card-1 .themevale_customColumn > .item {
    width: 80% !important; } }

.themevale_breadcrumbCategory {
  padding: 0;
  background-color: #f7f7f7; }
  .themevale_breadcrumbCategory > .container {
    padding-top: 20px;
    padding-bottom: 20px; }
  .themevale_breadcrumbCategory .categoryImage-carousel {
    margin-top: 30px;
    margin-left: -8px;
    margin-right: -8px;
    font-size: 0;
    list-style: none; }
    .themevale_breadcrumbCategory .categoryImage-carousel .item {
      padding: 0 8px;
      vertical-align: top;
      display: inline-block; }
      .themevale_breadcrumbCategory .categoryImage-carousel .item .img-wrap {
        overflow: hidden;
        position: relative;
        display: block !important; }
        .themevale_breadcrumbCategory .categoryImage-carousel .item .img-wrap:after {
          content: '';
          display: block;
          height: 0;
          width: 100%;
          padding-bottom: 100%; }
        .themevale_breadcrumbCategory .categoryImage-carousel .item .img-wrap img {
          width: auto;
          height: auto;
          max-width: 100%;
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          margin: auto; }
  @media (min-width: 551px) {
    .themevale_breadcrumbCategory > .container {
      padding-top: 20px;
      padding-bottom: 35px; } }

.themevale_background {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  content: "";
  z-index: 21;
  pointer-events: none;
  visibility: hidden;
  position: absolute;
  transition: opacity .5s ease;
  background-color: rgba(51, 51, 51, 0.95); }
  .themevale_open-Cart .themevale_background,
  .themevale_quickSearch .themevale_background,
  .themevale_open-Sidebar .themevale_background,
  .themevale_open-Account .themevale_background,
  .themevale_open-Currency .themevale_background,
  .has-activeNavPages .themevale_background {
    pointer-events: auto;
    opacity: 1;
    visibility: visible; }
  .themevale_open-Sidebar .themevale_background,
  .themevale_open-Account .themevale_background,
  .themevale_open-Currency .themevale_background,
  .has-activeNavPages .themevale_background {
    z-index: 100; }
  .themevale_quickSearch .themevale_background {
    opacity: 0; }
  @media (min-width: 1281px) {
    .page--headerVertical .themevale_background {
      left: -340px; } }
  @media (min-width: 1025px) {
    .has-activeNavPages .themevale_background {
      z-index: 19; } }

.themevale_Mobile {
  top: 0;
  bottom: 0;
  z-index: 101;
  left: -101%;
  width: 337px;
  height: 100%;
  padding: 0;
  z-index: 106;
  position: fixed;
  background-color: #fff;
  max-width: calc(100% - 44px);
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  box-shadow: rgba(50, 50, 50, 0.2) 0px 0px 10px 0px; }
  .themevale_Mobile .themevale_MobileContent {
    height: calc(100% - 55px);
    padding-left: 15px;
    padding-right: 15px;
    overflow-y: auto; }
  .themevale_Mobile .themevale_close {
    top: 0px;
    right: -44px;
    width: 44px;
    height: 46px;
    z-index: 10;
    line-height: 46px;
    position: absolute;
    text-align: center;
    background-color: #b0241f; }
    .themevale_Mobile .themevale_close .close {
      opacity: 1;
      width: 100%;
      height: 100%;
      color: #ffffff;
      display: block;
      font-size: 34px;
      line-height: inherit;
      font-weight: 300; }
  .themevale_Mobile .themevale_close2 {
    display: flex;
    font-size: 13px;
    align-items: center;
    text-transform: uppercase;
    justify-content: flex-end;
    padding: 15px 20px;
    font-weight: 700;
    font-family: "Rajdhani", Arial, Helvetica, sans-serif; }
    .themevale_Mobile .themevale_close2 .text, .themevale_Mobile .themevale_close2 .icon {
      display: inline-block;
      vertical-align: middle; }
    .themevale_Mobile .themevale_close2 .icon {
      height: 1.5rem;
      width: 1.5rem; }
  .themevale_Mobile > .navPages-container {
    z-index: 11;
    height: 100%;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    box-shadow: rgba(50, 50, 50, 0.2) 0px 0px 5px 0px; }
  .themevale_Mobile .page-sidebar {
    display: block;
    padding-bottom: 100px; }
  @media (min-width: 360px) {
    .themevale_Mobile .themevale_close2 {
      padding: 20px 20px 30px 20px; }
    .themevale_Mobile .themevale_MobileContent {
      height: calc(100% - 70px); } }
  @media (min-width: 551px) {
    .themevale_Mobile .themevale_MobileContent {
      padding-left: 15px;
      padding-right: 15px; } }
  @media (min-width: 1025px) {
    .themevale_Mobile {
      display: none; }
      .themevale_Mobile > .navPages-container::-webkit-scrollbar {
        display: none; } }

.themevale_MobileMenu {
  width: calc(100% - 44px);
  max-width: 300px;
  box-shadow: none;
  transition: left .5s ease; }
  @media (min-width: 1025px) {
    .themevale_MobileMenu {
      max-width: 300px; }
      .themevale_MobileMenu > .navPages-container {
        box-shadow: 2px 1px 2px 0px rgba(50, 50, 50, 0.2); } }

.themevale_MobileAccount {
  left: auto;
  right: -101%;
  display: block; }
  .themevale_open-Account .themevale_MobileAccount {
    right: 0; }

.themevale_MobileCart {
  left: auto;
  right: -101%;
  display: block; }
  .themevale_open-Cart .themevale_MobileCart {
    right: 0; }
  @media (max-width: 551px) {
    .themevale_MobileCart {
      left: 0;
      right: 0;
      top: calc(101% + 60px);
      display: block;
      width: 100%;
      max-width: 100%;
      box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
      transition: all .4s ease; }
      .themevale_open-Cart .themevale_MobileCart {
        top: 51px; } }

.themevale_open-Sidebar .themevale_MobileSidebar {
  left: 0; }

.has-activeNavPages .themevale_MobileMenu {
  left: 0;
  top: 60px; }

#themevale_newsletter {
  position: relative;
  z-index: 102; }
  #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 .newsletterPopup {
    top: 50%;
    left: 50%;
    z-index: 103;
    position: fixed;
    transform: translate(-50%, -50%); }
  #themevale_newsletter.hide {
    display: none !important; }

.newsletterPopup {
  text-align: left;
  width: 95%;
  padding: 0;
  height: auto;
  max-height: 90%;
  overflow-y: auto;
  max-width: 950px;
  border-radius: 5px;
  color: #3c3c3c;
  background-color: white; }
  .newsletterPopup .newsletter-content {
    width: 100%;
    padding: 30px 15px; }
  .newsletterPopup .newsletter-image {
    display: none; }
  .newsletterPopup .newsletter-heading {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    color: #373e46; }
  .newsletterPopup .newsletter-sub-heading {
    margin-bottom: 0;
    font-weight: 700;
    color: #373e46; }
  .newsletterPopup #popupSubcribeForm {
    margin-top: 15px;
    margin-bottom: 15px; }
    .newsletterPopup #popupSubcribeForm .form,
    .newsletterPopup #popupSubcribeForm .form-field {
      margin-bottom: 0; }
    .newsletterPopup #popupSubcribeForm .form-wrap {
      display: block; }
      .newsletterPopup #popupSubcribeForm .form-wrap .form-input {
        text-align: left;
        margin-bottom: 15px;
        min-height: 40px;
        line-height: 40px;
        border: 1px solid #cccfd6;
        background-color: white; }
      .newsletterPopup #popupSubcribeForm .form-wrap .button {
        min-width: 120px;
        padding: 0 25px;
        display: block;
        width: 100%;
        min-height: 40px;
        line-height: 40px;
        color: white;
        border: 1px solid #b20000;
        background-color: #b20000; }
        .newsletterPopup #popupSubcribeForm .form-wrap .button:hover, .newsletterPopup #popupSubcribeForm .form-wrap .button:focus, .newsletterPopup #popupSubcribeForm .form-wrap .button:active {
          color: white;
          border: 1px solid #b20000;
          background-color: #b20000; }
  .newsletterPopup .newsletter-message {
    display: inline-block;
    margin-bottom: 0;
    font-style: italic; }
  .newsletterPopup .newsletter-icons {
    margin-top: 20px; }
    .newsletterPopup .newsletter-icons .socialLinks .icon {
      width: 40px;
      height: 40px;
      line-height: 40px;
      padding: 0 12px;
      border-radius: 50%;
      transform: scale(1);
      background-color: transparent;
      border: 1px solid #cccfd6; }
      .newsletterPopup .newsletter-icons .socialLinks .icon svg {
        fill: #373e46; }
    .newsletterPopup .newsletter-icons .socialLinks .socialLinks-item {
      margin: 0 5px 5px 0; }
  .newsletterPopup .newsletter-show-again {
    margin-top: 20px; }
    .newsletterPopup .newsletter-show-again #do-not-show-again {
      position: relative;
      margin-right: 5px;
      display: inline-block;
      vertical-align: middle;
      cursor: pointer;
      border-radius: 0;
      width: 14px;
      height: 14px;
      border: 1px solid #ffffff; }
      .newsletterPopup .newsletter-show-again #do-not-show-again:before {
        content: '';
        display: block;
        width: 12px;
        height: 12px;
        border-radius: 0;
        background-color: #ffffff;
        box-sizing: content-box;
        border: 1px solid #c1c1c2; }
      .newsletterPopup .newsletter-show-again #do-not-show-again:after {
        content: '';
        top: 3px;
        left: 2px;
        height: 5px;
        width: 10px;
        opacity: 0;
        position: absolute;
        border: 2px solid #000000;
        border-top: none;
        border-right: none;
        background-color: transparent;
        transform: rotate(-45deg);
        transition: all 0.1s; }
      .newsletterPopup .newsletter-show-again #do-not-show-again:checked:after {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
        filter: alpha(opacity=100);
        transform: scale(1) rotate(-45deg); }
    .newsletterPopup .newsletter-show-again label {
      cursor: pointer;
      display: inline-block;
      vertical-align: middle;
      line-height: 14px;
      position: relative;
      margin-bottom: 0;
      color: #3c3c3c; }
  @media (min-width: 551px) {
    .newsletterPopup #popupSubcribeForm .form-wrap {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .newsletterPopup #popupSubcribeForm .form-wrap .form-input {
        margin: 0 15px 0 0; }
      .newsletterPopup #popupSubcribeForm .form-wrap .button {
        width: auto;
        display: inline-block; }
    .newsletterPopup .newsletter-heading {
      font-size: 24px; }
    .newsletterPopup .newsletter-icons,
    .newsletterPopup .newsletter-show-again {
      margin-top: 27px; }
    .newsletterPopup .newsletter-content {
      padding: 30px; }
    .newsletterPopup .newsletter-icons .socialLinks .socialLinks-item {
      margin: 0 10px 5px 0; } }
  @media (min-width: 801px) {
    .newsletterPopup {
      display: flex; }
      .newsletterPopup .newsletter-content {
        width: 55%;
        padding: 40px; }
      .newsletterPopup .newsletter-image {
        width: 45%;
        display: inline-block;
        position: relative;
        overflow: hidden;
        border-radius: 0 5px 5px 0;
        background-color: #000000; }
        .newsletterPopup .newsletter-image img {
          top: 50%;
          left: 50%;
          position: absolute;
          min-height: 100%;
          height: auto;
          max-width: none;
          width: auto;
          min-width: 100%;
          transform: translate(-50%, -50%); }
          .newsletterPopup .newsletter-image img.lazyload, .newsletterPopup .newsletter-image img.lazyloading {
            width: auto;
            height: auto;
            min-width: 0;
            min-height: 0; } }
  @media (min-width: 1025px) {
    .newsletterPopup {
      overflow: visible; }
      .newsletterPopup .newsletter-content {
        padding: 50px 60px; } }

/*----------  2.0 Home Page  ----------*/
#themevale_brands-carousel-1 .page-heading-wrapper {
  text-align: center; }

@media (min-width: 1025px) {
  #themevale_brands-carousel-1 .container {
    font-size: 0; }
  #themevale_brands-carousel-1 .page-heading-wrapper {
    width: 160px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    text-align: left; }
    #themevale_brands-carousel-1 .page-heading-wrapper .page-heading {
      font-size: 16px; }
    #themevale_brands-carousel-1 .page-heading-wrapper .page-heading-link {
      top: auto;
      margin-top: 5px;
      position: relative;
      transform: none; }
  #themevale_brands-carousel-1 .brandSlider {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 160px); }
    #themevale_brands-carousel-1 .brandSlider .slick-arrow.slick-prev {
      left: 0; }
    #themevale_brands-carousel-1 .brandSlider .slick-arrow.slick-next {
      right: 0; } }

@media (max-width: 551px) {
  #themevale_brands-carousel-1 .page-heading-wrapper {
    text-align: center; } }

.category-card {
  margin: 0;
  display: block;
  overflow: hidden;
  text-align: left;
  position: relative;
  overflow: hidden;
  font-size: 1rem;
  color: #383e47;
  background-color: #ffffff;
  border-radius: 3px; }
  .category-card .category-figure {
    margin: 0;
    display: block; }
    .category-card .category-figure .category-img-container {
      display: block;
      overflow: hidden;
      position: relative;
      text-align: center; }
      .category-card .category-figure .category-img-container img.lazyloaded {
        transition: all 0.8s ease; }
  .category-card .category-body {
    top: 50%;
    left: 0;
    z-index: 3;
    position: absolute;
    padding: 0 15px;
    transform: translateY(-50%); }
  .category-card .title {
    z-index: 2;
    line-height: 1.2;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 7px 0;
    max-width: 250px;
    vertical-align: top;
    display: inline-block;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-transform: uppercase;
    font-family: "Rajdhani", Arial, Helvetica, sans-serif;
    color: #383e47; }
    .category-card .title:hover {
      color: #b20000; }
  .category-card .description {
    max-width: 100%;
    margin-bottom: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .category-card + .category-card {
    margin-top: 16px; }
  @media (min-width: 1025px) {
    .category-card .category-body {
      padding: 0px 30px; }
    .category-card .title:before {
      left: 0;
      bottom: 0;
      width: 0;
      height: 1px;
      content: "";
      position: absolute;
      transition: all 0.3s ease;
      background-color: #b20000; }
    .category-card .title:hover:before {
      width: 100%; }
    .category-card + .category-card {
      margin-top: 30px; }
    .category-card:hover .category-figure .category-img-container img.lazyloaded {
      transform: scale(1.15); } }

.category-card.style-2 {
  color: white; }
  .category-card.style-2 .category-body {
    top: 15px;
    left: 0;
    padding: 0 15px;
    transform: none; }
  .category-card.style-2 .category-button {
    right: 15px;
    bottom: 15px;
    z-index: 3;
    position: absolute; }
    .category-card.style-2 .category-button .button {
      /*padding: 7px 12px 6px;*/
      box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2); }
  .category-card.style-2 .title {
    line-height: 1;
    font-size: 20px;
    color: white; }
    .category-card.style-2 .title:hover {
      color: white; }
  .category-card.style-2 .description {
    font-weight: 700; }
  @media (min-width: 1025px) {
    .category-card.style-2 .category-body {
      top: 30px;
      padding: 0 30px; }
    .category-card.style-2 .category-button {
      position: absolute;
      right: 30px;
      bottom: 30px; }
      .category-card.style-2 .category-button .button {
        min-width: 120px;
        /*padding: 11px 15px 10px;*/ }
    .category-card.style-2 .title {
      font-size: 32px; }
      .category-card.style-2 .title:before {
        content: none; }
    .category-card.style-2 .category-img-container:before {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 2;
      opacity: 0;
      content: '';
      position: absolute;
      visibility: hidden;
      transition: all .3s ease;
      background-color: rgba(0, 0, 0, 0.3); }
    .category-card.style-2:hover .category-img-container:before {
      opacity: 1;
      visibility: visible; } }
  @media (max-width: 360px) {
    .category-card.style-2 .category-button {
      display: none; } }

.category-card.style-3 {
  color: white; }
  .category-card.style-3 .category-body {
    top: 30px;
    left: 0;
    padding: 0 30px;
    transform: none; }
  .category-card.style-3 .category-button {
    left: 30px;
    bottom: 30px;
    right: auto;
    z-index: 3;
    position: absolute; }
    .category-card.style-3 .category-button .button {
      box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2); }
  .category-card.style-3 .title {
    line-height: 1;
    font-size: 24px;
    margin-bottom: 15px;
    color: white; }
    .category-card.style-3 .title:hover {
      color: white; }
  .category-card.style-3 .description {
    max-width: 100%;
    margin-bottom: 0;
    white-space: normal; }
  @media (min-width: 1025px) {
    .category-card.style-3 .category-body {
      top: 30px;
      padding: 0 30px; }
    .category-card.style-3 .category-button {
      position: absolute;
      left: 30px;
      bottom: 30px; }
      .category-card.style-3 .category-button .button {
        min-width: 120px; }
    .category-card.style-3 .title {
      font-size: 30px;
      margin-bottom: 20px; }
      .category-card.style-3 .title:before {
        content: none; }
    .category-card.style-3 .category-img-container:before {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 2;
      opacity: 0;
      content: '';
      position: absolute;
      visibility: hidden;
      transition: all .3s ease;
      background-color: rgba(0, 0, 0, 0.3); }
    .category-card.style-3:hover .category-img-container:before {
      opacity: 1;
      visibility: visible; } }

.category-carousel-wrapper {
  text-align: center;
  display: block;
  position: relative; }
  .category-carousel-wrapper img {
    display: inline-block;
    vertical-align: top; }
  .category-carousel-wrapper .title {
    position: relative;
    z-index: 3;
    display: inline-block;
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    font-family: "Rajdhani", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #383e47; }
    .category-carousel-wrapper .title:hover {
      color: #b20000; }
  .category-carousel-wrapper .link {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    position: absolute; }
  .category-carousel-wrapper.layout-2 img {
    max-width: 100px; }
  .category-carousel-wrapper.layout-2 .title {
    font-size: 14px; }
  @media (min-width: 1025px) {
    .category-carousel-wrapper .title:before {
      left: 0;
      bottom: 0;
      width: 0;
      height: 1px;
      content: "";
      position: absolute;
      transition: all 0.3s ease;
      background-color: #b20000; }
    .category-carousel-wrapper .title:hover:before {
      width: 100%; }
    .category-carousel-wrapper.layout-2 img {
      opacity: 0.7;
      transition: all 0.3s ease; }
    .category-carousel-wrapper.layout-2:hover img {
      opacity: 1; } }

.themevale_category-carousel.slick-slider {
  margin-left: -8px;
  margin-right: -8px; }
  .themevale_category-carousel.slick-slider .slick-slide {
    padding: 0 8px; }
  .themevale_category-carousel.slick-slider .items {
    display: inline-block;
    vertical-align: top; }

.themevale_category-carousel:not(.slick-slider) {
  overflow-y: hidden;
  overflow-x: auto;
  white-space: nowrap;
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-bottom: 2px; }
  .themevale_category-carousel:not(.slick-slider) .items {
    white-space: normal;
    display: inline-block;
    vertical-align: top;
    padding-right: 15px;
    width: 40%; }

@media (min-width: 414px) {
  .themevale_category-carousel:not(.slick-slider) .items {
    width: 30%; } }

@media (min-width: 552px) {
  .themevale_category-carousel:not(.slick-slider) .items {
    width: 27%; }
  .themevale_category-carousel.layout-2:not(.slick-slider) .items {
    width: 20%; } }

@media (min-width: 992px) {
  .themevale_category-carousel:not(.slick-slider) .items {
    width: 23%; }
  .themevale_category-carousel.layout-2:not(.slick-slider) .items {
    width: 15%; } }

@media (min-width: 1025px) {
  .themevale_category-carousel.slick-slider {
    margin-left: -15px;
    margin-right: -15px; }
    .themevale_category-carousel.slick-slider .slick-slide {
      padding: 0 15px; }
      .themevale_category-carousel.slick-slider .slick-slide > div + div {
        margin-top: 30px; }
  .themevale_category-carousel:not(.slick-slider) {
    overflow: hidden;
    margin-left: 0;
    margin-right: 0;
    padding-left: 30px;
    padding-bottom: 0px; }
    .themevale_category-carousel:not(.slick-slider) .items {
      width: 16.6666667%;
      padding-right: 30px; }
    .themevale_category-carousel:not(.slick-slider).layout-2 .items {
      width: 11.11111111%; } }

.banner-marketing-wrapper {
  margin: 0;
  display: block;
  overflow: hidden;
  text-align: left;
  position: relative;
  overflow: hidden;
  border-radius: 3px;
  font-size: 1rem;
  color: white; }
  .banner-marketing-wrapper .banner-figure {
    margin: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    position: absolute; }
    .banner-marketing-wrapper .banner-figure .banner-img-container {
      display: block;
      overflow: hidden;
      position: relative;
      text-align: center;
      height: 100%; }
      .banner-marketing-wrapper .banner-figure .banner-img-container img {
        height: 100%;
        width: auto;
        max-width: none; }
  .banner-marketing-wrapper .banner-body {
    z-index: 3;
    padding: 15px;
    position: relative; }
  .banner-marketing-wrapper .banner-button {
    z-index: 3;
    display: block;
    margin-top: 20px;
    position: relative; }
    .banner-marketing-wrapper .banner-button .button {
      width: 110px;
      box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2); }
  .banner-marketing-wrapper .title {
    z-index: 2;
    line-height: 1;
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 10px 0;
    max-width: 350px;
    vertical-align: top;
    display: inline-block;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-transform: uppercase;
    font-family: "Rajdhani", Arial, Helvetica, sans-serif;
    color: white; }
    .banner-marketing-wrapper .title:hover {
      color: #b20000; }
  .banner-marketing-wrapper .description {
    max-width: 100%;
    margin-bottom: 0;
    white-space: normal; }
    .banner-marketing-wrapper .description .icon {
      fill: white;
      stroke: white;
      height: 0.83333rem;
      width: 0.83333rem;
      position: relative;
      top: -1px;
      margin-left: 3px; }
  @media (min-width: 1025px) {
    .banner-marketing-wrapper .banner-figure {
      top: auto;
      left: auto;
      right: auto;
      bottom: auto;
      position: relative; }
    .banner-marketing-wrapper .banner-body {
      top: 0;
      left: 0;
      right: 0;
      padding: 27px 30px;
      position: absolute; }
      .banner-marketing-wrapper .banner-body .title, .banner-marketing-wrapper .banner-body .description {
        padding-right: 150px;
        max-width: none; }
    .banner-marketing-wrapper .banner-button {
      position: absolute;
      right: 30px;
      top: 50%;
      margin-top: 0;
      transform: translateY(-50%); }
      .banner-marketing-wrapper .banner-button .button {
        /*padding: 11px 15px 10px;*/ }
    .banner-marketing-wrapper .banner-img-container:before {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 2;
      opacity: 0;
      content: '';
      position: absolute;
      visibility: hidden;
      transition: all .3s ease;
      background-color: rgba(0, 0, 0, 0.3); }
    .banner-marketing-wrapper:hover .banner-img-container:before {
      opacity: 1;
      visibility: visible; } }

.themevale_section-flash-sale .container .items {
  margin-bottom: 60px; }
  .themevale_section-flash-sale .container .items:last-child {
    margin-bottom: 0; }

.themevale_section-flash-sale .advertisement-image {
  text-align: center; }

.themevale_section-flash-sale.custom .container .items {
  margin-bottom: 30px; }
  .themevale_section-flash-sale.custom .container .items:last-child {
    margin-bottom: 0; }

@media (min-width: 768px) {
  .themevale_section-flash-sale.custom .container {
    display: flex;
    align-items: top;
    justify-content: space-between; }
    .themevale_section-flash-sale.custom .container:before, .themevale_section-flash-sale.custom .container:after {
      content: none; }
    .themevale_section-flash-sale.custom .container .items {
      margin-bottom: 0; }
      .themevale_section-flash-sale.custom .container .items:first-child {
        width: calc(100% - 300px);
        padding-right: 0px; }
      .themevale_section-flash-sale.custom .container .items:last-child {
        width: 300px;
        padding-left: 30px; } }

@media (min-width: 1025px) {
  .themevale_section-flash-sale .container {
    display: flex;
    align-items: top;
    justify-content: space-between; }
    .themevale_section-flash-sale .container:before, .themevale_section-flash-sale .container:after {
      content: none; }
    .themevale_section-flash-sale .container .items {
      margin-bottom: 0; }
      .themevale_section-flash-sale .container .items:first-child {
        width: 74.5%;
        padding-right: 0px; }
        .themevale_section-flash-sale .container .items:first-child .themevale_productLoading {
          height: 434px; }
      .themevale_section-flash-sale .container .items:last-child {
        width: 25.5%;
        padding-left: 28px; }
  .themevale_section-flash-sale.style-2 .container {
    display: flex;
    align-items: top;
    justify-content: space-between; }
    .themevale_section-flash-sale.style-2 .container:before, .themevale_section-flash-sale.style-2 .container:after {
      content: none; }
    .themevale_section-flash-sale.style-2 .container .items {
      margin-bottom: 0; }
      .themevale_section-flash-sale.style-2 .container .items:first-child {
        width: 79.4%;
        padding-right: 0; }
        .themevale_section-flash-sale.style-2 .container .items:first-child .themevale_productLoading {
          height: 434px; }
      .themevale_section-flash-sale.style-2 .container .items:last-child {
        width: 20.6%;
        padding-left: 30px; }
  .themevale_section-flash-sale.custom .container .items {
    margin-bottom: 0; }
    .themevale_section-flash-sale.custom .container .items:first-child {
      width: 74.5%;
      padding-right: 0px; }
      .themevale_section-flash-sale.custom .container .items:first-child .themevale_productLoading {
        height: 434px; }
    .themevale_section-flash-sale.custom .container .items:last-child {
      width: 25.5%;
      padding-left: 28px; } }

.themevale_featuredCategory-wrapper.slick-slider {
  margin-left: -8px;
  margin-right: -8px; }
  .themevale_featuredCategory-wrapper.slick-slider .items {
    padding: 0 8px;
    padding-bottom: 4px;
    vertical-align: top;
    display: inline-block; }

.themevale_featuredCategory-wrapper:not(.slick-slider) {
  overflow-y: hidden;
  overflow-x: auto;
  white-space: nowrap;
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-bottom: 2px; }
  .themevale_featuredCategory-wrapper:not(.slick-slider) .items {
    white-space: normal;
    display: inline-block;
    vertical-align: top;
    padding-right: 15px;
    width: 90%; }

@media (min-width: 360px) {
  .themevale_featuredCategory-wrapper:not(.slick-slider) .items {
    width: 80%; } }

@media (min-width: 552px) {
  .themevale_featuredCategory-wrapper:not(.slick-slider) .items {
    width: 40%; }
  .themevale_featuredCategory-wrapper.custom:not(.slick-slider) .items {
    width: 45%; } }

@media (min-width: 992px) {
  .themevale_featuredCategory-wrapper:not(.slick-slider) .items {
    width: 33.333333333%; }
  .themevale_featuredCategory-wrapper.custom:not(.slick-slider) .items {
    width: 37%; } }

@media (min-width: 1025px) {
  .themevale_featuredCategory-wrapper.slick-slider {
    margin-left: -15px;
    margin-right: -15px; }
    .themevale_featuredCategory-wrapper.slick-slider .items {
      padding: 0 15px;
      padding-bottom: 4px; }
  .themevale_featuredCategory-wrapper:not(.slick-slider) {
    overflow: hidden;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0px;
    padding-bottom: 0px; }
    .themevale_featuredCategory-wrapper:not(.slick-slider) .items {
      width: 33.333333333%;
      padding-right: 30px; } }

.themevale_featuredCategory {
  border-radius: 3px;
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); }
  .themevale_featuredCategory .image {
    border-radius: 3px 3px 0 0;
    overflow: hidden; }
  .themevale_featuredCategory .content {
    padding: 20px 25px 25px 25px; }
  .themevale_featuredCategory .title {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 15px;
    text-transform: uppercase; }
    .themevale_featuredCategory .title a {
      color: inherit; }
  .themevale_featuredCategory .subcategory-list {
    list-style: none;
    margin: 0 0 12px 0;
    padding: 0; }
    .themevale_featuredCategory .subcategory-list li {
      display: block;
      line-height: 30px; }
      .themevale_featuredCategory .subcategory-list li .icon {
        height: 0.75rem;
        width: 0.75rem;
        fill: #a6a8ac;
        stroke: #a6a8ac;
        margin-right: 5px; }
      @media (min-width: 1025px) {
        .themevale_featuredCategory .subcategory-list li a:after {
          content: '';
          bottom: 0;
          left: 0;
          height: 1px;
          width: 0px;
          position: absolute;
          background-color: #005599;
          transition: all 0.3s ease; }
        .themevale_featuredCategory .subcategory-list li a:hover:after {
          width: 100%; } }
  .themevale_featuredCategory .link {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #005599;
    font-family: "Rajdhani", Arial, Helvetica, sans-serif; }
    .themevale_featuredCategory .link:hover {
      text-decoration: underline;
      text-underline-position: under; }
  .themevale_featuredCategory.layout-2 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    box-shadow: none; }
    .themevale_featuredCategory.layout-2 .image {
      max-width: 170px;
      border-radius: 3px; }
    .themevale_featuredCategory.layout-2 .content {
      padding: 0;
      padding-left: 15px; }
    .themevale_featuredCategory.layout-2 .title {
      text-transform: capitalize; }
    @media (min-width: 1025px) {
      .themevale_featuredCategory.layout-2 .content {
        padding-left: 25px; } }

.themevale_productsCarousel-custom {
  position: relative; }
  @media (min-width: 1025px) {
    .themevale_productsCarousel-custom .page-heading-wrapper {
      border-bottom: 1px solid #e2e4e8;
      padding-bottom: 10px; } }

.themevale_productsCategorySortNew {
  position: relative; }
  @media (min-width: 768px) {
    .themevale_productsCategorySortNew .tabs {
      text-align: center; }
      .themevale_productsCategorySortNew .tabs .tab {
        float: none; } }
  @media (min-width: 1025px) {
    .themevale_productsCategorySortNew .page-heading {
      top: 0;
      left: 0;
      line-height: 1;
      margin-bottom: 0;
      position: absolute; }
    .themevale_productsCategorySortNew .tabs {
      text-align: right; }
      .themevale_productsCategorySortNew .tabs .tab {
        float: none; } }

.themevale_productsCategorySortTabs {
  position: relative; }
  @media (min-width: 768px) {
    .themevale_productsCategorySortTabs .page-heading {
      top: 0;
      left: 0;
      line-height: 1;
      margin-bottom: 0;
      position: absolute; }
    .themevale_productsCategorySortTabs .tabs {
      text-align: right; }
      .themevale_productsCategorySortTabs .tabs .tab {
        float: none; } }

.themevale_section_custom_blogs .container > .items {
  margin-bottom: 50px; }
  .themevale_section_custom_blogs .container > .items:last-child {
    margin-bottom: 0; }

@media (min-width: 1025px) {
  .themevale_section_custom_blogs .container {
    display: flex;
    align-items: top;
    justify-content: space-between; }
    .themevale_section_custom_blogs .container:before, .themevale_section_custom_blogs .container:after {
      content: none; }
    .themevale_section_custom_blogs .container > .items {
      margin-bottom: 0;
      width: 50%; }
      .themevale_section_custom_blogs .container > .items:first-child {
        padding-right: 15px; }
      .themevale_section_custom_blogs .container > .items:last-child {
        padding-left: 15px; } }

.themevale_video_carousel.slick-slider {
  display: block;
  margin-left: -8px;
  margin-right: -8px; }
  .themevale_video_carousel.slick-slider .items {
    display: inline-block;
    vertical-align: top;
    padding: 0 8px; }

.themevale_video_carousel:not(.slick-slider) {
  overflow-y: hidden;
  overflow-x: auto;
  white-space: nowrap;
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-bottom: 2px; }
  .themevale_video_carousel:not(.slick-slider) .items {
    display: inline-block;
    vertical-align: top;
    padding-right: 15px;
    width: 90%;
    white-space: normal; }

@media (min-width: 360px) {
  .themevale_video_carousel:not(.slick-slider) .items {
    width: 80%; } }

@media (min-width: 552px) {
  .themevale_video_carousel:not(.slick-slider) .items {
    width: 40%; } }

@media (min-width: 992px) {
  .themevale_video_carousel:not(.slick-slider) .items {
    width: 33.3333333%; } }

@media (min-width: 1025px) {
  .themevale_video_carousel:not(.slick-slider) {
    white-space: normal;
    overflow: hidden;
    margin-left: -15px;
    margin-right: -15px; }
    .themevale_video_carousel:not(.slick-slider) .items {
      width: 100%;
      padding: 0 15px;
      margin-bottom: 30px; }
      .themevale_video_carousel:not(.slick-slider) .items:nth-child(n + 3) {
        display: none; }
  .themevale_video_carousel.slick-slider {
    margin: 0 -15px; }
    .themevale_video_carousel.slick-slider .items {
      padding: 0 15px;
      vertical-align: top;
      display: inline-block; }
    .themevale_video_carousel.slick-slider .slick-slide > div + div {
      margin-top: 30px; } }

.video-wrapper {
  position: relative; }
  .video-wrapper .video-image {
    display: block;
    position: relative; }
    .video-wrapper .video-image .icon-video {
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: 5;
      max-width: 50px;
      transform: translate(-50%, -50%); }
  .video-wrapper .video-content {
    color: #ffffff;
    left: 0;
    bottom: 0;
    z-index: 5;
    padding: 15px;
    position: absolute; }
    .video-wrapper .video-content .title {
      font-size: 18px;
      font-weight: 700;
      color: inherit;
      line-height: 1.4;
      margin: 0 0 7px 0;
      text-transform: capitalize; }
    .video-wrapper .video-content .description {
      font-size: 12px;
      line-height: 20px;
      font-weight: 700;
      color: inherit;
      margin: 0; }
  .video-wrapper .link-video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 6;
    display: block; }
  @media (min-width: 1025px) {
    .video-wrapper .video-image {
      overflow: hidden;
      border-radius: 3px; }
      .video-wrapper .video-image .icon-video {
        max-width: 100px; }
      .video-wrapper .video-image img:not(.icon-video) {
        transition: all 0.8s ease; }
      .video-wrapper .video-image:before {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 2;
        opacity: 0;
        content: '';
        position: absolute;
        visibility: hidden;
        transition: all .3s ease;
        background-color: rgba(0, 0, 0, 0.3); }
    .video-wrapper .video-content {
      padding: 30px; }
      .video-wrapper .video-content .title {
        font-size: 24px;
        margin: 0 0 10px 0; }
    .video-wrapper:hover .video-image:before {
      opacity: 1;
      visibility: visible; }
    .video-wrapper:hover .video-image img:not(.icon-video) {
      transform: scale(1.15); } }

.themevale_marketingBanner-wrapper {
  position: relative; }

.themevale_marketingBanner {
  display: block;
  margin-left: 0;
  margin-right: auto;
  margin-bottom: 30px;
  max-width: 450px;
  border-radius: 5px;
  overflow: hidden; }
  .themevale_marketingBanner img {
    border-radius: 5px; }
  .themevale_marketingBanner .slick-dots {
    bottom: 20px; }
    .themevale_marketingBanner .slick-dots li button {
      border-color: #ffffff;
      background-color: #ffffff; }
    .themevale_marketingBanner .slick-dots .slick-active button {
      background-color: transparent; }
  .themevale_marketingBanner:not(.slick-slider) {
    overflow: hidden;
    white-space: nowrap; }
    .themevale_marketingBanner:not(.slick-slider) .item {
      white-space: normal;
      display: inline-block;
      vertical-align: top;
      width: 100%; }
  @media (min-width: 1025px) {
    .themevale_marketingBanner {
      max-width: none;
      margin-bottom: 0px !important; } }

.themevale_marketingBanner-subcategory {
  top: 30px;
  left: 30px;
  z-index: 5;
  color: #ffffff;
  position: absolute; }
  .themevale_marketingBanner-subcategory .title-category {
    display: block;
    color: inherit;
    font-size: 24px;
    font-weight: 700;
    font-family: "Rajdhani", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    margin: 0 0 15px 0; }
  .themevale_marketingBanner-subcategory .sub-category {
    display: block;
    color: inherit;
    margin-bottom: 8px; }
    .themevale_marketingBanner-subcategory .sub-category .link {
      color: inherit; }
  .themevale_marketingBanner-subcategory .group-button {
    margin-top: 20px; }
    .themevale_marketingBanner-subcategory .group-button .button {
      min-width: 110px; }
  @media (min-width: 1025px) {
    .themevale_marketingBanner-subcategory {
      top: 48px;
      left: 48px; }
      .themevale_marketingBanner-subcategory .title-category {
        font-size: 30px;
        margin: 0 0 22px 0; }
      .themevale_marketingBanner-subcategory .sub-category .link:before {
        content: '';
        bottom: -1px;
        left: 0;
        height: 1px;
        width: 0px;
        position: absolute;
        background-color: #ffffff;
        transition: all 0.3s ease; }
      .themevale_marketingBanner-subcategory .sub-category .link:hover:before {
        width: 100%; }
      .themevale_marketingBanner-subcategory .group-button {
        margin-top: 25px; } }

.themevale_productsCategorySortTabs.custom {
  position: relative; }
  .themevale_productsCategorySortTabs.custom .tabs-contents {
    font-size: 0; }
    .themevale_productsCategorySortTabs.custom .tabs-contents .themevale_marketingBanner-wrapper {
      font-size: 12px; }
      .themevale_productsCategorySortTabs.custom .tabs-contents .themevale_marketingBanner-wrapper ~ .tab-content.is-active {
        margin-bottom: 20px; }
      .themevale_productsCategorySortTabs.custom .tabs-contents .themevale_marketingBanner-wrapper .themevale_marketingBanner-image img {
        min-height: 0; }
  @media (min-width: 768px) {
    .themevale_productsCategorySortTabs.custom .page-heading {
      top: 0;
      left: 0;
      line-height: 1;
      margin-bottom: 0;
      position: absolute; }
    .themevale_productsCategorySortTabs.custom .tabs-contents {
      font-size: 0; }
      .themevale_productsCategorySortTabs.custom .tabs-contents .themevale_marketingBanner-wrapper {
        width: 35%;
        overflow: hidden;
        vertical-align: top;
        display: inline-block;
        margin-bottom: 0; }
        .themevale_productsCategorySortTabs.custom .tabs-contents .themevale_marketingBanner-wrapper .themevale_marketingBanner-image img {
          min-height: 450px;
          object-fit: cover; }
          .themevale_productsCategorySortTabs.custom .tabs-contents .themevale_marketingBanner-wrapper .themevale_marketingBanner-image img.lazyload {
            width: auto;
            height: auto; }
      .themevale_productsCategorySortTabs.custom .tabs-contents .tab-content.is-active {
        width: 65%;
        font-size: 12px;
        padding-left: 30px;
        display: inline-block;
        vertical-align: top; } }
  @media (min-width: 1025px) {
    .themevale_productsCategorySortTabs.custom .tabs-contents .themevale_marketingBanner-wrapper {
      width: 38%; }
      .themevale_productsCategorySortTabs.custom .tabs-contents .themevale_marketingBanner-wrapper .themevale_marketingBanner-image img {
        min-height: 470px;
        object-fit: cover; }
    .themevale_productsCategorySortTabs.custom .tabs-contents .tab-content.is-active {
      width: 62%; }
    .themevale_productsCategorySortTabs.custom .themevale_marketingBanner-wrapper ~ .tab-content.is-active {
      margin-bottom: 0px; } }

.themevale_category-banner {
  position: relative;
  color: #383e47; }
  .themevale_category-banner .themevale_category-background {
    position: relative;
    overflow: hidden; }
    .themevale_category-banner .themevale_category-background:before {
      content: "";
      display: block;
      padding-bottom: 240px; }
    .themevale_category-banner .themevale_category-background img {
      top: 50%;
      left: 50%;
      min-width: 100%;
      height: 100%;
      width: auto;
      max-width: none;
      transform: translate3d(-50%, -50%, 0);
      position: absolute; }
      .themevale_category-banner .themevale_category-background img.lazyload, .themevale_category-banner .themevale_category-background img.lazyloading {
        opacity: 0; }
    .themevale_category-banner .themevale_category-background .title-wrapper {
      position: absolute;
      top: 15px;
      left: 50%;
      z-index: 11;
      text-align: center;
      transform: translateX(-50%); }
      .themevale_category-banner .themevale_category-background .title-wrapper .label, .themevale_category-banner .themevale_category-background .title-wrapper .page-heading {
        font-size: 20px;
        line-height: 1;
        margin: 0;
        padding: 5px 10px 4px 10px;
        font-weight: 700;
        text-transform: uppercase;
        font-family: "Rajdhani", Arial, Helvetica, sans-serif;
        text-shadow: none;
        -moz-transform: skewX(-15deg);
        -webkit-transform: skewX(-15deg);
        -o-transform: skewX(-15deg);
        -ms-transform: skewX(-15deg);
        transform: skewX(-15deg); }
        .themevale_category-banner .themevale_category-background .title-wrapper .label a, .themevale_category-banner .themevale_category-background .title-wrapper .page-heading a {
          text-shadow: none; }
      .themevale_category-banner .themevale_category-background .title-wrapper .label {
        display: inline-block;
        color: #ffffff;
        background-color: #b20000; }
      .themevale_category-banner .themevale_category-background .title-wrapper .page-heading {
        background-color: #ffffff;
        color: #383e47; }
  .themevale_category-banner .container {
    position: static; }
  .themevale_category-banner .themevale_category-content {
    z-index: 2; }
    .themevale_category-banner .themevale_category-content .themevale_category-products {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      max-height: 240px; }
    .themevale_category-banner .themevale_category-content .themevale_category-id {
      width: 100%;
      display: block;
      margin-top: 20px;
      margin-bottom: 20px; }
  .themevale_category-banner .page-heading {
    font-size: 24px;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #383e47; }
    .themevale_category-banner .page-heading a {
      color: inherit; }
  .themevale_category-banner .subcategory-list {
    margin: 0 0 15px 0;
    padding: 0;
    list-style: none; }
    .themevale_category-banner .subcategory-list li {
      display: inline-block;
      vertical-align: top;
      margin-bottom: 7px; }
      .themevale_category-banner .subcategory-list li:after {
        content: "|";
        top: -3px;
        position: relative;
        display: inline-block;
        vertical-align: top;
        margin: 0 10px;
        font-size: 20px;
        color: #383e47; }
      .themevale_category-banner .subcategory-list li:last-child:after {
        content: none; }
    .themevale_category-banner .subcategory-list a {
      font-size: 14px;
      font-weight: 700;
      font-family: "Rajdhani", Arial, Helvetica, sans-serif;
      text-transform: uppercase;
      color: #383e47; }
      .themevale_category-banner .subcategory-list a:hover, .themevale_category-banner .subcategory-list a:active, .themevale_category-banner .subcategory-list a:focus {
        color: #383e47; }
  .themevale_category-banner .description {
    margin-bottom: 30px; }
  .themevale_category-banner .button-group {
    font-size: 0; }
    .themevale_category-banner .button-group .button {
      width: calc(50% - 8px);
      max-width: 180px;
      display: inline-block; }
      .themevale_category-banner .button-group .button + .button {
        margin-left: 16px;
        margin-top: 0; }
      @media (min-width: 551px) {
        .themevale_category-banner .button-group .button {
          display: inline-block; }
          .themevale_category-banner .button-group .button + .button {
            margin-left: 25px; } }
  @media (min-width: 768px) {
    .themevale_category-banner .page-heading {
      font-size: 36px; } }
  @media (min-width: 993px) {
    .themevale_category-banner {
      color: white; }
      .themevale_category-banner .themevale_category-background {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        position: absolute;
        background-color: #383e47;
        overflow: hidden; }
        .themevale_category-banner .themevale_category-background img {
          top: 50%;
          left: 50%;
          height: auto;
          width: auto;
          min-width: 100%;
          min-height: 100%;
          max-width: none;
          transform: translate3d(-50%, -50%, 0);
          position: absolute; }
          .themevale_category-banner .themevale_category-background img.lazyload, .themevale_category-banner .themevale_category-background img.lazyloading {
            opacity: 0; }
        .themevale_category-banner .themevale_category-background:before {
          content: none; }
        .themevale_category-banner .themevale_category-background .title-wrapper {
          top: 30px;
          left: 15px;
          text-align: left;
          transform: none; }
          .themevale_category-banner .themevale_category-background .title-wrapper .label, .themevale_category-banner .themevale_category-background .title-wrapper .page-heading {
            font-size: 26px; }
          .themevale_category-banner .themevale_category-background .title-wrapper .label {
            margin-left: 10px; }
      .themevale_category-banner .container {
        position: relative; }
      .themevale_category-banner .themevale_category-content {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative; }
        .themevale_category-banner .themevale_category-content .themevale_category-products {
          display: block;
          position: static;
          top: auto;
          left: auto;
          right: auto;
          bottom: auto; }
        .themevale_category-banner .themevale_category-content .themevale_category-id {
          max-width: 400px;
          margin-top: 0px;
          margin-bottom: 0px; }
      .themevale_category-banner .page-heading {
        font-size: 50px;
        color: white; }
        .themevale_category-banner .page-heading a {
          text-shadow: 0 0 3px rgba(0, 0, 0, 0.35); }
      .themevale_category-banner .subcategory-list li {
        margin-bottom: 15px; }
        .themevale_category-banner .subcategory-list li:after {
          color: #a6a4a5; }
      .themevale_category-banner .subcategory-list a {
        font-size: 16px;
        color: white;
        text-shadow: 0 0 3px rgba(0, 0, 0, 0.35); }
        .themevale_category-banner .subcategory-list a:hover, .themevale_category-banner .subcategory-list a:active, .themevale_category-banner .subcategory-list a:focus {
          color: white; }
      .themevale_category-banner .description {
        margin-bottom: 40px;
        text-shadow: 0 0 3px rgba(0, 0, 0, 0.35); } }
  @media (min-width: 1025px) {
    .themevale_category-banner .themevale_category-background .title-wrapper {
      left: calc((100% - 1200px)/2); } }
  @media (max-width: 992px) {
    .themevale_category-banner {
      padding-top: 0;
      padding-bottom: 0; }
      .themevale_category-banner .button--videos {
        color: #383e47;
        border: 1px solid #b6b6b6;
        background-color: rgba(0, 0, 255, 0); } }

.themevale_category-product-item {
  position: absolute;
  z-index: 2; }
  .themevale_category-product-item .position-point {
    width: 24px;
    height: 24px;
    color: white;
    font-size: 22px;
    line-height: 24px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    background-color: #b20000;
    position: relative; }
    .themevale_category-product-item .position-point:before {
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: "";
      z-index: -1;
      position: absolute;
      border-radius: 50%;
      opacity: 0.3;
      background-color: #b20000;
      -webkit-animation: zoom-animation 1.4s ease-in-out infinite;
      animation: zoom-animation 1.4s ease-in-out infinite; }

.themevale_category-product-popup {
  top: 0px;
  left: 0px;
  width: 250px;
  display: none;
  z-index: 20;
  position: absolute;
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); }
  .themevale_category-product-popup.show {
    display: block; }
  .themevale_category-product-popup .close-product {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #b20000;
    background-color: transparent;
    border-radius: 1px;
    display: block;
    font-size: 26px;
    font-weight: 300;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5; }
  .themevale_category-product-popup .card {
    display: table;
    margin-bottom: 0;
    padding: 15px;
    border-radius: 3px;
    background-color: #ffffff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05); }
    .themevale_category-product-popup .card .card-figure {
      display: table-cell;
      vertical-align: top;
      width: 60px; }
    .themevale_category-product-popup .card .card-img-container {
      max-width: 180px; }
    .themevale_category-product-popup .card .themevale_badges {
      display: none; }
    .themevale_category-product-popup .card .card-body {
      display: table-cell;
      vertical-align: top;
      padding: 0 0 0 10px;
      text-align: left; }
    .themevale_category-product-popup .card .card-detail,
    .themevale_category-product-popup .card .card-figcaption {
      display: none; }
  @media (min-width: 768px) {
    .themevale_category-product-popup .card {
      padding: 25px;
      display: block; }
      .themevale_category-product-popup .card .card-figure {
        display: block;
        width: 100%; }
      .themevale_category-product-popup .card .themevale_badges {
        display: flex; }
      .themevale_category-product-popup .card .card-body {
        display: block;
        padding: 20px 0 0 0; }
      .themevale_category-product-popup .card .card-figcaption {
        top: auto;
        bottom: 0;
        transform: none;
        opacity: 1;
        display: block;
        visibility: visible; }
        .themevale_category-product-popup .card .card-figcaption .card-figcaption-button {
          margin: 0;
          width: 100%;
          max-width: none; }
      .themevale_category-product-popup .card .card-detail {
        display: block; } }
  @media (max-width: 1024px) {
    .themevale_category-product-popup {
      top: 30px !important;
      left: 30px !important; } }

.popup-video-main iframe {
  width: 100%;
  min-height: 270px; }
  @media (min-width: 768px) {
    .popup-video-main iframe {
      min-height: 500px; } }

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

/*----------  3.0 Category Page  ------*/
.themevale_subCategory {
  margin-bottom: 35px;
  padding: 15px 0 15px 0;
  border-bottom: 1px solid #eeeeee; }
  .themevale_subCategory .sub-category {
    width: 290px;
    text-align: left;
    display: table;
    position: relative; }
    .themevale_subCategory .sub-category .content,
    .themevale_subCategory .sub-category .image {
      vertical-align: middle;
      display: table-cell; }
    .themevale_subCategory .sub-category .content + .image {
      width: 44%; }
    .themevale_subCategory .sub-category .title {
      display: block;
      margin: 0 0 10px 0;
      color: #323232; }
      .themevale_subCategory .sub-category .title .text {
        color: inherit;
        position: relative;
        margin: 0;
        font-weight: 700;
        padding-bottom: 1px;
        line-height: 1;
        font-size: 15px;
        max-width: 70%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        display: inline-block;
        vertical-align: middle;
        text-transform: capitalize; }
        .themevale_subCategory .sub-category .title .text:before {
          content: "";
          left: 0;
          width: 0;
          bottom: 0;
          height: 1px;
          position: absolute;
          background-color: #323232;
          transition: all 0.3s ease; }
      .themevale_subCategory .sub-category .title .count {
        color: inherit;
        text-align: center;
        font-size: 12px;
        margin-left: 15px;
        padding: 0;
        min-width: 20px;
        border-radius: 12px;
        display: inline-block;
        vertical-align: middle;
        background-color: transparent;
        transition: all 0.3s ease; }
      .themevale_subCategory .sub-category .title:hover .text:before {
        width: 100%; }
      .themevale_subCategory .sub-category .title:hover .count {
        color: #ffffff;
        background-color: #5d6673; }
    .themevale_subCategory .sub-category .description {
      position: relative;
      max-height: 40px;
      white-space: normal;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      text-overflow: ellipsis; }
      .themevale_subCategory .sub-category .description p {
        margin-bottom: 0; }
    @media (min-width: 551px) {
      .themevale_subCategory .sub-category {
        width: 320px; }
        .themevale_subCategory .sub-category .title .text {
          max-width: 80%; } }
    @media (min-width: 1025px) {
      .themevale_subCategory .sub-category {
        width: 100%; }
        .themevale_subCategory .sub-category .title .count {
          line-height: 1;
          padding: 6px 12px;
          min-width: 44px;
          background-color: #f7f7f7; } }

.custom-html-category {
  margin-bottom: 30px; }
  .custom-html-category .button-group {
    margin-top: 15px; }
    .custom-html-category .button-group .button {
      min-width: 160px; }
      .custom-html-category .button-group .button .icon {
        height: 1.66667rem;
        width: 1.66667rem; }
      .custom-html-category .button-group .button.less .icon {
        transform: rotate(180deg); }
  .custom-html-category .morecontent span {
    display: none; }
  .custom-html-category .custom-html.showmore .moreellipses {
    display: none; }
  .custom-html-category .custom-html.showmore .morecontent span {
    display: inline; }
  @media (min-width: 1025px) {
    .custom-html-category {
      margin-bottom: 50px; }
      .custom-html-category .button-group {
        margin-top: 30px; } }

.themevale_review {
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid #eeeeee; }

.customer-review-carousel {
  margin: 0 -8px; }
  .customer-review-carousel .slick-slide {
    padding: 0 8px; }
  .customer-review-carousel .review-item {
    vertical-align: top; }
  @media (min-width: 1025px) {
    .customer-review-carousel {
      margin: 0 -15px; }
      .customer-review-carousel .slick-slide {
        padding: 0 15px; } }

.customer-review {
  width: 100%;
  display: block; }
  .customer-review .image,
  .customer-review .content {
    display: block;
    vertical-align: top; }
  .customer-review .image {
    width: 100px; }
    .customer-review .image img {
      width: 100%;
      height: auto; }
  .customer-review .content {
    padding-top: 15px; }
  .customer-review .card-brand,
  .customer-review .card-title {
    display: inline;
    line-height: 20px;
    margin-bottom: 0;
    vertical-align: middle; }
  .customer-review .card-title {
    margin-left: 7px; }
  .customer-review .productReview {
    margin-top: 25px; }
  @media (min-width: 551px) {
    .customer-review {
      display: table; }
      .customer-review .image,
      .customer-review .content {
        display: table-cell;
        vertical-align: top; }
      .customer-review .image {
        width: 70px; }
      .customer-review .content {
        padding-top: 10px;
        padding-left: 15px; } }
  @media (min-width: 1025px) {
    .customer-review .content {
      padding-left: 30px; } }

.page-type-category .body {
  padding-bottom: 0; }
  .page-type-category .body > .page {
    margin-bottom: 50px; }
  @media (min-width: 1025px) {
    .page-type-category .body > .page {
      margin-bottom: 70px; } }

/*----------  4.0 FAQ page  -----------*/
.themevale_faq > p:last-of-type {
  margin-bottom: 0; }

.themevale_faq .contact-us-faq {
  text-align: center; }
  .themevale_faq .contact-us-faq span {
    display: block;
    margin-bottom: 10px; }
  @media (min-width: 551px) {
    .themevale_faq .contact-us-faq {
      text-align: right;
      margin-top: 30px; }
      .themevale_faq .contact-us-faq span, .themevale_faq .contact-us-faq .button {
        margin: 0;
        display: inline-block;
        vertical-align: middle; }
      .themevale_faq .contact-us-faq span + .button {
        margin-left: 15px; } }

.themevale_faq .accordion-content > ul {
  list-style-type: disc; }
  .themevale_faq .accordion-content > ul li {
    line-height: 24px;
    margin-bottom: 5px; }

@media (min-width: 1025px) {
  .themevale_faq .page-sidebar {
    width: 280px;
    padding-top: 55px; }
  .themevale_faq .page-sidebar + .page-content {
    width: calc(100% - 280px); }
  .themevale_faq .page-sidebar-right {
    padding-left: 25px;
    padding-right: 0; }
    .themevale_faq .page-sidebar-right + .page-content {
      padding-left: 0;
      padding-right: 25px; } }

/*----------  5.0 Contact Page  -------*/
#contact-us-page > p {
  margin-bottom: 25px; }
  #contact-us-page > p:first-child {
    margin-bottom: 0; }
  #contact-us-page > p:last-child {
    margin-bottom: 0; }

#contact-us-success a {
  font-weight: 700;
  font-style: italic;
  color: #383e47;
  border-bottom: 1px solid #383e47; }

.themevale_contact-us #button-contactForm {
  width: 205px; }

.themevale_contact-us .themevale_location {
  margin-top: 50px; }

.themevale_contact-us .form-actions {
  text-align: left; }
  .themevale_contact-us .form-actions .button {
    min-width: 200px; }

@media (min-width: 768px) {
  .themevale_contact-us {
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
    .themevale_contact-us .themevale_form {
      width: 45%; }
    .themevale_contact-us .themevale_location {
      width: 55%;
      margin-top: 0px;
      padding-left: 50px; } }

@media (min-width: 1281px) {
  .themevale_contact-us {
    position: relative; }
    .themevale_contact-us .themevale_form {
      width: 40%; }
    .themevale_contact-us .themevale_location {
      padding-left: 9%;
      width: 40%; }
    .themevale_contact-us #contact_question {
      height: 210px; } }

.themevale_location a {
  color: #005599; }
  .themevale_location a:hover, .themevale_location a:focus {
    color: #005599; }

.themevale_location .title {
  margin: 0 0 12px;
  font-size: 15px;
  text-transform: uppercase;
  font-family: "Rajdhani", Arial, Helvetica, sans-serif;
  color: #383e47;
  font-weight: 700; }

.themevale_location .sub-title {
  font-weight: 700;
  color: #383e47;
  margin: 0 0 10px 0; }

.themevale_location .store-address + .store-email,
.themevale_location > .content + .content {
  margin-top: 15px; }

.themevale_location .content {
  font-size: 18px; }

@media (min-width: 801px) {
  .themevale_location .title {
    font-size: 18px;
    margin: 0 0 20px; }
  .themevale_location .store-address + .store-email {
    margin-top: 20px; }
  .themevale_location > .content + .content {
    margin-top: 17px;
    padding-top: 17px;
    border-top: 1px solid #eaeaea; } }

/*----------  6.0 page 404  -----------*/
.themevale_404 .page-404 {
  margin: 0;
  line-height: 1;
  font-size: 100px;
  font-family: "Rajdhani", Arial, Helvetica, sans-serif;
  color: #383e47;
  font-weight: 700; }

.themevale_404 .page-heading {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 20px;
  font-family: "Rajdhani", Arial, Helvetica, sans-serif;
  color: #383e47; }

.themevale_404 .search-page {
  margin-top: 30px; }
  .themevale_404 .search-page .form-prefixPostfix {
    display: block;
    max-width: 770px;
    margin-left: auto;
    margin-right: auto; }
    .themevale_404 .search-page .form-prefixPostfix .form-input {
      width: 100%;
      display: block; }
    .themevale_404 .search-page .form-prefixPostfix .button {
      width: 180px;
      margin-left: 0;
      margin-top: 20px;
      display: inline-block; }

@media (min-width: 415px) {
  .themevale_404 .page-404 {
    font-size: 150px;
    margin: 0 0 10px 0; } }

@media (min-width: 993px) {
  .themevale_404 .page-404 {
    font-size: 200px; }
  .themevale_404 .page-heading {
    font-size: 40px;
    margin-bottom: 40px; }
  .themevale_404 .search-page {
    margin-top: 50px; }
    .themevale_404 .search-page .form-prefixPostfix .button {
      width: 220px; } }

.themevale_403 .search-page {
  margin-top: 30px; }
  .themevale_403 .search-page .form-prefixPostfix {
    display: block;
    max-width: 770px;
    margin-left: auto;
    margin-right: auto; }
    .themevale_403 .search-page .form-prefixPostfix .form-input {
      width: 100%;
      display: block; }
    .themevale_403 .search-page .form-prefixPostfix .button {
      width: 180px;
      margin-left: 0;
      margin-top: 20px;
      display: inline-block; }

@media (min-width: 993px) {
  .themevale_403 .search-page {
    margin-top: 50px; }
    .themevale_403 .search-page .form-prefixPostfix .button {
      width: 220px; } }

/*----------  7.0 Sitemap page  -------*/
.contentSitemap {
  margin: 0;
  display: block; }
  .contentSitemap ul {
    list-style: none;
    margin-left: 0; }
  .contentSitemap > li {
    border-radius: 0px;
    overflow: hidden;
    margin-bottom: 30px;
    padding: 0 20px 0 0; }
    .contentSitemap > li > ul {
      padding: 0px;
      padding-top: 0px; }
    .contentSitemap > li > ul > li > a {
      font-size: 12px;
      font-weight: 700;
      text-transform: uppercase;
      color: #383e47; }
    .contentSitemap > li > ul > li > ul {
      padding: 0px 30px;
      padding-top: 0px; }
      .contentSitemap > li > ul > li > ul > li > a {
        font-size: 12px;
        font-weight: 700; }
      .contentSitemap > li > ul > li > ul > li > ul {
        padding: 0px 30px;
        padding-top: 0px; }
        .contentSitemap > li > ul > li > ul > li > ul > li > a {
          font-size: 12px;
          font-weight: 400;
          color: #383e47; }
    .contentSitemap > li:last-child li a {
      font-size: 12px;
      font-weight: 400;
      letter-spacing: 0;
      color: #383e47; }
  .contentSitemap h3 {
    margin-top: 0;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-family: "Rajdhani", Arial, Helvetica, sans-serif;
    color: #383e47;
    border-bottom: 1px solid #ececec; }
  .contentSitemap a {
    padding: 6px 0;
    font-size: 12px;
    font-weight: 700;
    display: inline-block;
    vertical-align: top;
    text-transform: capitalize; }

.ju_Con {
  height: 57px !important; }

.has-activeNavPages .themevale_MobileMenu {
  top: 60px !important; }

.blog {
  margin: 50px auto;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 30px;
  padding-bottom: 30px; }
  .blog .tags {
    margin-top: 20px; }
  .blog .addthis_toolbox {
    margin-top: 15px; }
  .blog:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none; }
  @media (min-width: 551px) {
    .blog {
      margin-bottom: 40px;
      padding-bottom: 40px; }
      .blog .tags {
        margin-top: 30px; } }
  @media (min-width: 801px) {
    .blog .addthis_toolbox {
      margin-top: 0; } }

.blog-title {
  font-size: 15px;
  line-height: 1.5;
  margin: 0 0 7px 0;
  color: #005599;
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  font-weight: 700; }
  .blog-title a {
    color: inherit;
    text-decoration: none; }
  @media (min-width: 551px) {
    .blog-title {
      font-size: 18px;
      margin: 0 0 10px 0; } }

.blog-date,
.blog-author {
  margin: 0;
  color: #8c8c8c;
  font-size: 1rem; }

.blog-author {
  margin-bottom: 2.5rem; }

.blog-post {
  text-align: left;
  line-height: 22px;
  font-size: 1rem; }
  .blog-post .button {
    text-align: center;
    margin-top: 20px;
    width: 145px; }
  .blog-post h1, .blog-post h2, .blog-post h3, .blog-post h4, .blog-post h5, .blog-post h6 {
    font-weight: 700;
    color: #383e47; }
  .blog-post blockquote {
    font-size: 12px;
    line-height: 22px;
    padding: 10px 15px;
    margin-bottom: 2.25rem;
    background-color: #f7f7f7;
    border-radius: 3px;
    font-style: italic; }
    .blog-post blockquote q:before, .blog-post blockquote q:after {
      content: none; }
  .blog-post ul, .blog-post ol {
    padding-left: 20px; }
    .blog-post ul li, .blog-post ol li {
      line-height: 30px; }
  @media (min-width: 801px) {
    .blog-post blockquote {
      padding: 20px 25px; } }

.blog-thumbnail {
  margin: 0;
  position: relative;
  overflow: hidden;
  border-radius: 3px; }
  .blog-thumbnail > a {
    position: relative;
    vertical-align: top;
    display: inline-block;
    overflow: hidden; }
  @media (min-width: 1025px) {
    .blog-thumbnail > a:before {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 2;
      content: "";
      width: 100%;
      height: 100%;
      opacity: 0;
      visibility: hidden;
      position: absolute;
      transition: all 0.5s ease;
      background-color: #000000; }
    .blog-thumbnail > a img {
      transition: all 0.8s ease; }
    .blog-thumbnail > a:hover:before {
      opacity: 0.3;
      visibility: visible; }
    .blog-thumbnail > a:hover img {
      transform: scale(1.15); } }

.blog-post-header {
  display: block;
  margin: 0 auto;
  text-align: left; }
  .blog-post-header + .blog-post-figure {
    margin-top: 20px; }
  .blog-post-header .socialLinks .icon {
    width: 18px;
    height: 18px; }
    .blog-post-header .socialLinks .icon svg {
      fill: #989898; }
  .blog-post-header .socialLinks .socialLinks-item {
    margin: 0 10px 5px 0; }
  .blog-post-header .socialLinks .icon.icon--google_plusone {
    width: 18px !important; }
  @media (min-width: 551px) {
    .blog-post-header + .blog-post-figure {
      margin-top: 30px; } }
  @media (min-width: 801px) {
    .blog-post-header {
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-between;
      align-items: flex-start; }
      .blog-post-header .addthis_toolbox {
        min-width: 200px;
        text-align: right; } }

.blog-post-figure {
  display: block;
  margin: auto;
  text-align: center; }
  .blog-post-figure + .blog-post-body {
    margin-top: 20px; }
  @media (min-width: 551px) {
    .blog-post-figure + .blog-post-body {
      margin-top: 30px; } }

.blog-post-body {
  display: block;
  margin: 0 auto;
  text-align: left; }

.recent-post {
  display: block; }
  .recent-post .blog-post-figure + .blog-post-body {
    margin-top: 15px; }
  .recent-post .blog-header + .blog-post {
    margin-top: 15px; }
  .recent-post .blog-post > a {
    display: none; }
  @media (min-width: 801px) {
    .recent-post .blog-title {
      font-size: 18px; }
    .recent-post .blog-post-figure + .blog-post-body {
      margin-top: 20px; }
    .recent-post .blog-post > a {
      font-size: 13px;
      margin-top: 15px;
      padding: 0;
      width: auto;
      border: none;
      font-weight: 700;
      line-height: 22px;
      vertical-align: top;
      display: inline-block;
      text-transform: capitalize;
      background-color: transparent;
      color: #383e47; }
      .recent-post .blog-post > a > .icon {
        height: 0.75rem;
        width: 0.75rem;
        fill: #383e47;
        position: relative;
        top: -1px; }
      .recent-post .blog-post > a:hover, .recent-post .blog-post > a:focus, .recent-post .blog-post > a:active {
        border: none;
        background-color: transparent;
        color: #005599; }
        .recent-post .blog-post > a:hover > .icon, .recent-post .blog-post > a:focus > .icon, .recent-post .blog-post > a:active > .icon {
          fill: #005599; } }
  @media (min-width: 1025px) {
    .recent-post .blog-post > a:before {
      left: 0;
      bottom: 0;
      width: 0;
      content: "";
      height: 1px;
      position: absolute;
      background-color: #005599;
      transition: all 0.3s ease; }
    .recent-post .blog-post > a:hover:before {
      width: 100%; } }

.recent_postCarousel.slick-slider {
  display: block;
  margin-left: -8px;
  margin-right: -8px; }
  .recent_postCarousel.slick-slider .items {
    display: inline-block;
    vertical-align: top;
    padding: 0 8px; }

.recent_postCarousel:not(.slick-slider) {
  overflow-y: hidden;
  overflow-x: auto;
  white-space: nowrap;
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-bottom: 2px; }
  .recent_postCarousel:not(.slick-slider) .items {
    display: inline-block;
    vertical-align: top;
    padding-right: 15px;
    width: 90%;
    white-space: normal; }
    .recent_postCarousel:not(.slick-slider) .items > a, .recent_postCarousel:not(.slick-slider) .items img {
      width: 100%; }

@media (min-width: 360px) {
  .recent_postCarousel:not(.slick-slider) .items {
    width: 80%; } }

@media (min-width: 552px) {
  .recent_postCarousel:not(.slick-slider) .items {
    width: 40%; } }

@media (min-width: 992px) {
  .recent_postCarousel:not(.slick-slider) .items {
    width: 33.3333333%; } }

@media (min-width: 1025px) {
  .recent_postCarousel.slick-slider {
    margin-left: -15px;
    margin-right: -15px; }
    .recent_postCarousel.slick-slider .items {
      padding: 0 15px; }
  .recent_postCarousel:not(.slick-slider) {
    overflow: hidden;
    margin-left: 0;
    margin-right: 0;
    padding-left: 30px;
    padding-bottom: 0px; }
    .recent_postCarousel:not(.slick-slider) .items {
      padding-right: 30px; } }

.recent_post_list {
  font-size: 0;
  overflow-y: hidden;
  overflow-x: auto;
  white-space: nowrap;
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-bottom: 2px; }
  .recent_post_list .items {
    font-size: 1rem;
    display: inline-block;
    vertical-align: top;
    padding-right: 15px;
    width: 90%;
    white-space: normal; }
    .recent_post_list .items img {
      border-radius: 3px; }
    .recent_post_list .items > a, .recent_post_list .items img {
      width: 100%; }
  @media (min-width: 360px) {
    .recent_post_list .items {
      width: 80%; } }
  @media (min-width: 552px) {
    .recent_post_list .items {
      width: 40%; } }
  @media (min-width: 992px) {
    .recent_post_list .items {
      width: 33.3333333%; } }
  @media (min-width: 1025px) {
    .recent_post_list {
      padding-left: 0;
      padding-bottom: 0;
      white-space: normal;
      overflow: visible; }
      .recent_post_list .items {
        width: 50%;
        padding: 0 15px;
        margin-bottom: 30px; }
        .recent_post_list .items:first-child {
          width: 100%; }
          .recent_post_list .items:first-child .blog-title {
            font-size: 18px; }
          .recent_post_list .items:first-child .blog-post {
            display: block; }
      .recent_post_list .recent-post .blog-title {
        font-size: 12px; }
      .recent_post_list .recent-post .blog-post {
        display: none; }
        .recent_post_list .recent-post .blog-post br {
          display: none; }
        .recent_post_list .recent-post .blog-post > a {
          margin-top: 0;
          padding-left: 22px; }
          .recent_post_list .recent-post .blog-post > a:after {
            left: 0;
            font-weight: 400;
            content: '...';
            color: #383e47;
            position: absolute; } }

.page-sidebar {
  line-height: 24px; }
  .page-sidebar ul {
    margin: 0;
    list-style: none; }
    .page-sidebar ul > li {
      float: none;
      display: block;
      position: relative;
      line-height: 24px;
      margin-bottom: 5px; }
      .page-sidebar ul > li:last-child {
        margin-bottom: 0; }
      @media (min-width: 1025px) {
        .page-sidebar ul > li {
          line-height: 30px; } }
  .page-sidebar .accordion--navList ul > li > a {
    padding: 0;
    padding-left: 25px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 700;
    vertical-align: top;
    display: inline-block;
    text-transform: capitalize;
    color: #323232;
    margin-bottom: 0;
    word-break: break-word; }
    .page-sidebar .accordion--navList ul > li > a:hover {
      color: #5874b0; }
  .page-sidebar .slick-arrow.slick-prev {
    left: 5px; }
  .page-sidebar .slick-arrow.slick-next {
    right: 5px; }
  .page-sidebar .slick-dots {
    bottom: auto;
    margin-top: 10px;
    position: relative; }
    .page-sidebar .slick-dots li {
      display: inline-block; }
      .page-sidebar .slick-dots li button {
        width: 8px;
        height: 8px;
        display: block; }
  .page-sidebar .accordion-block .toggleLink {
    padding: 0;
    margin-bottom: 0; }
  .page-sidebar .recentPosts_List {
    margin: 0 0 10px 0; }
    .page-sidebar .recentPosts_List > .item {
      padding: 0;
      margin-top: 10px;
      padding-top: 10px;
      border-top: 1px dotted #eeeeee; }
      .page-sidebar .recentPosts_List > .item:first-child {
        margin-top: 0;
        padding-top: 0;
        border-top: 0; }

.sidebarBlock {
  border-radius: 3px;
  border: 1px solid #e2e4e8; }
  .sidebarBlock + .sidebarBlock {
    margin-top: 30px; }
  .sidebarBlock > ul,
  .sidebarBlock .sidebarBlock-content {
    padding: 12px 20px 12px 20px; }
  .sidebarBlock .sidebarBlock-content p:last-child {
    margin-bottom: 0; }
  .sidebarBlock .productCarousel,
  .sidebarBlock #facetedSearch-content--price {
    margin: 0;
    padding: 20px; }
    .sidebarBlock .productCarousel .productCarousel-slide,
    .sidebarBlock #facetedSearch-content--price .productCarousel-slide {
      padding: 0 5px; }
  .sidebarBlock#advertisement-image-1, .sidebarBlock#advertisement-image-2 {
    border: none; }
  .sidebarBlock .advertisement-image {
    text-align: center; }
  .sidebarBlock .productCarousel-slide {
    width: 100%; }
    .sidebarBlock .productCarousel-slide .card {
      margin-bottom: 0; }
  .sidebarBlock .inlineList--labels > li {
    margin: 0 5px 5px 0; }
  .sidebarBlock .navList-action--checkbox:before,
  .sidebarBlock .navList-action--checkbox:after {
    top: 6px; }
  .sidebarBlock .navList-action--checkbox:before {
    margin-top: 0; }
  .sidebarBlock .navList-action--checkbox:after {
    margin-top: 0; }

.sidebarBlock-heading {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  padding: 12px 20px 12px 20px;
  text-transform: uppercase;
  border-bottom: 1px solid #e2e4e8; }

.all-categories-list .navPages-item {
  margin: 0;
  float: none;
  display: block;
  line-height: 40px;
  position: relative;
  border-top: 1px dotted #e2e4e8; }
  .all-categories-list .navPages-item:first-child {
    border-top: 0; }
  .all-categories-list .navPages-item .navPages-action-wrapper {
    display: block;
    position: relative;
    cursor: pointer; }
  .all-categories-list .navPages-item a {
    padding: 0;
    font-size: 12px;
    font-weight: 700;
    vertical-align: top;
    display: inline-block;
    text-transform: capitalize;
    color: #383e47; }
    .all-categories-list .navPages-item a:hover {
      color: #005599; }
  .all-categories-list .navPages-item .icon-arrow {
    top: 0;
    padding: 0 15px;
    right: -10px;
    width: 40px;
    height: 40px;
    display: block;
    cursor: pointer;
    line-height: 40px;
    position: absolute;
    transition: all 0.3s ease; }
    .all-categories-list .navPages-item .icon-arrow svg {
      display: block;
      width: 100%;
      height: 100%;
      fill: #d0d0d0;
      stroke: #d0d0d0; }
    .all-categories-list .navPages-item .icon-arrow:hover, .all-categories-list .navPages-item .icon-arrow:focus, .all-categories-list .navPages-item .icon-arrow:active {
      -webkit-tap-highlight-color: transparent;
      -moz-tap-highlight-color: transparent;
      -o-tap-highlight-color: transparent;
      tap-highlight-color: transparent; }

.all-categories-list .dropdown-category-list {
  margin: 0;
  display: none;
  list-style: none;
  overflow: hidden;
  padding-top: 5px;
  padding-left: 15px;
  padding-bottom: 15px; }
  .all-categories-list .dropdown-category-list .navPage-subMenu-item {
    width: 100%;
    float: none;
    display: block;
    position: relative;
    padding-left: 0;
    padding-right: 0;
    line-height: 30px; }
    .all-categories-list .dropdown-category-list .navPage-subMenu-item a {
      margin: 0;
      width: auto;
      border: none;
      font-size: 12px;
      color: #005599; }
    .all-categories-list .dropdown-category-list .navPage-subMenu-item .icon-arrow {
      right: -5px;
      width: 30px;
      height: 30px;
      padding: 0 10px;
      line-height: 30px; }
  .all-categories-list .dropdown-category-list .dropdown-category-list {
    padding-top: 10px;
    padding-bottom: 10px; }
    .all-categories-list .dropdown-category-list .dropdown-category-list a {
      font-weight: 400; }
      @media (min-width: 1025px) {
        .all-categories-list .dropdown-category-list .dropdown-category-list a:before {
          left: 0;
          width: 0;
          bottom: 7px;
          content: "";
          height: 1px;
          position: absolute;
          transition: all 0.3s ease;
          background-color: #005599; }
        .all-categories-list .dropdown-category-list .dropdown-category-list a:hover:before {
          width: 100%; } }

.all-categories-list .is-clicked > a {
  color: #005599; }

.all-categories-list .is-clicked > .navPages-action-wrapper > .icon-arrow {
  transform: rotate(90deg); }

.navList .navList-action {
  padding: 0;
  font-size: 1rem;
  font-weight: 400;
  vertical-align: top;
  display: inline-block;
  text-transform: capitalize;
  color: #383e47; }
  .navList .navList-action:hover {
    color: #005599; }

.navList .view_all a {
  font-weight: 700;
  color: #005599; }
  .navList .view_all a:before {
    left: 0;
    width: 0;
    bottom: 7px;
    content: "";
    height: 1px;
    position: absolute;
    transition: all 0.3s ease;
    background-color: #005599; }
  .navList .view_all a:hover {
    color: #005599; }
    .navList .view_all a:hover:before {
      width: 100%; }

.cms-image img {
  margin-left: auto;
  margin-right: auto; }

.sidebarBlock-content.productCarousel {
  margin-left: -5px;
  margin-right: -5px; }
  .sidebarBlock-content.productCarousel .slick-arrow {
    padding: 0;
    line-height: 25px;
    top: calc(50% - 100px);
    height: 2.08333rem;
    width: 2.08333rem; }
    .sidebarBlock-content.productCarousel .slick-arrow.slick-next {
      right: 20px; }
    .sidebarBlock-content.productCarousel .slick-arrow.slick-prev {
      left: 20px; }
  .sidebarBlock-content.productCarousel .slick-slide,
  .sidebarBlock-content.productCarousel .productCarousel-slide {
    padding-left: 5px;
    padding-right: 5px; }
  .sidebarBlock-content.productCarousel .card-figure {
    padding-left: 30px;
    padding-right: 30px; }
    .sidebarBlock-content.productCarousel .card-figure .card-figcaption {
      display: none; }
  .sidebarBlock-content.productCarousel:not(.slick-slider) {
    overflow: hidden;
    white-space: nowrap; }
    .sidebarBlock-content.productCarousel:not(.slick-slider) .productCarousel-slide {
      display: inline-block;
      vertical-align: top;
      width: 100%; }

.facetedSearch-refineFilters > a[data-faceted-search-facet] {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 15px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  color: #323232;
  font-size: 12px; }
  .facetedSearch-refineFilters > a[data-faceted-search-facet]:hover {
    color: #323232; }

.facetedSearch-refineFilters .facetLabel {
  color: #323232;
  font-size: 12px;
  display: inline-block; }
  .facetedSearch-refineFilters .facetLabel:hover {
    color: #323232; }

.navList-action-close {
  top: 5px;
  position: absolute;
  right: 0; }

.themevale_sidebar-mobile-wrapper {
  display: block;
  margin-bottom: 30px; }
  .themevale_sidebar-mobile-wrapper .themevale_sidebar-mobile > .text {
    margin: 2px 0 0 0;
    font-size: 12px;
    padding-right: 10px;
    min-width: 70px;
    font-weight: 700;
    vertical-align: middle;
    text-transform: uppercase; }
  .themevale_sidebar-mobile-wrapper .themevale_sidebar-mobile > .icon {
    width: 36px;
    height: 36px; }
  @media (min-width: 551px) {
    .themevale_sidebar-mobile-wrapper .themevale_sidebar-mobile > .icon {
      width: 40px;
      height: 40px; } }
  @media (min-width: 1025px) {
    .themevale_sidebar-mobile-wrapper {
      display: none;
      margin-bottom: 0; } }

.sidebarBlock_custom {
  border: none; }
  .sidebarBlock_custom > ul, .sidebarBlock_custom .sidebarBlock-content {
    padding: 5px 0 0 0; }
  .sidebarBlock_custom + .sidebarBlock {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #eeeeee; }
  .sidebarBlock_custom .sidebarBlock-heading {
    border: none;
    font-size: 20px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0; }
  .sidebarBlock_custom .sidebarBlock-content p.title {
    text-decoration: underline;
    text-underline-position: under; }
  .sidebarBlock_custom .sidebarBlock-content a,
  .sidebarBlock_custom .sidebarBlock-content p.link {
    color: #005599; }
  .sidebarBlock_custom .sidebarBlock-content > ul {
    margin-bottom: 25px;
    margin-left: 15px;
    list-style-type: disc;
    list-style-position: outside; }
    .sidebarBlock_custom .sidebarBlock-content > ul li {
      display: list-item;
      line-height: 24px; }

.recentPost-sidebar {
  text-align: left; }
  .recentPost-sidebar .title {
    margin: 0;
    text-transform: capitalize;
    line-height: 20px;
    font-size: calc($body-fontSize * 1.15);
    font-weight: 400;
    font-family: "Arimo", Arial, Helvetica, sans-serif;
    color: #005599; }
    .recentPost-sidebar .title a {
      color: inherit; }

.brandGrid {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0;
  margin-bottom: 1.5rem; }
  .brandGrid ul,
  .brandGrid ol {
    list-style: none;
    margin-bottom: 0; }
  .brandGrid:before, .brandGrid:after {
    content: " ";
    display: table; }
  .brandGrid:after {
    clear: both; }
  .brandGrid .brand {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: none;
    display: inline-block;
    font-size: 1rem;
    vertical-align: top; }
    @media (min-width: 551px) {
      .brandGrid .brand {
        width: 33.33333%; } }
    @media (min-width: 801px) {
      .brandGrid .brand {
        width: 25%; } }
    .brandGrid .brand .card {
      border: 1px solid #e6e6e6; }
      .brandGrid .brand .card .card-body {
        padding: 8px 10px;
        background-color: #fafafa; }
    .brandGrid .brand .card-img-container {
      text-align: center;
      max-width: none; }
      .brandGrid .brand .card-img-container:before, .brandGrid .brand .card-img-container:after {
        content: none; }
      .brandGrid .brand .card-img-container img {
        top: auto;
        left: auto;
        transform: none;
        position: relative; }
    .brandGrid .brand .card-title {
      text-transform: uppercase;
      font-weight: 700;
      text-align: center;
      color: #383e47; }

.brandSlider a {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #cccfd6;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  border-radius: 3px; }
  .brandSlider a img {
    margin-left: auto;
    margin-right: auto; }
  .brandSlider a:hover {
    border-color: #808287; }

.brandSlider.slick-slider {
  margin-left: -8px;
  margin-right: -8px; }
  .brandSlider.slick-slider .items {
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: center; }

.brandSlider:not(.slick-slider) {
  overflow-y: hidden;
  overflow-x: auto;
  white-space: nowrap;
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-bottom: 2px; }
  .brandSlider:not(.slick-slider) .items {
    display: inline-block;
    vertical-align: top;
    padding-right: 15px;
    width: 40%;
    white-space: normal; }
    .brandSlider:not(.slick-slider) .items > a, .brandSlider:not(.slick-slider) .items img {
      width: 100%; }
    .brandSlider:not(.slick-slider) .items img.lazyload,
    .brandSlider:not(.slick-slider) .items img.lazyloading {
      max-height: 50px; }

@media (min-width: 551px) {
  .brandSlider:not(.slick-slider) .items {
    width: 30%; } }

@media (min-width: 768px) {
  .brandSlider:not(.slick-slider) .items {
    width: 23%; } }

@media (min-width: 1025px) {
  .brandSlider {
    padding-left: 30px;
    padding-right: 30px; }
    .brandSlider.slick-slider {
      margin-left: -15px;
      margin-right: -15px; }
      .brandSlider.slick-slider .items {
        padding-left: 15px;
        padding-right: 15px; }
        .brandSlider.slick-slider .items > div + div {
          margin-top: 30px; }
    .brandSlider:not(.slick-slider) {
      overflow: hidden;
      margin-left: 0;
      margin-right: 0;
      padding-left: 30px;
      padding-bottom: 0px; }
      .brandSlider:not(.slick-slider) .items {
        width: 20%;
        padding-right: 30px; } }

#azBrandsTable {
  font-size: 0;
  display: flex;
  flex-flow: row nowrap;
  margin: 0 -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: #383e47;
      display: block;
      height: 40px;
      font-size: 16px;
      min-width: 40px;
      font-weight: 700;
      line-height: 40px;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase;
      font-family: "Rajdhani", Arial, Helvetica, 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: #005599;
      background-color: #f7f7f7; }
      #azBrandsTable li.is-active a {
        color: inherit; }
  @media (min-width: 1025px) {
    #azBrandsTable {
      margin: 0 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: 801px) {
    #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: 801px) {
    #azBrands:not(.active-all) .azBrands-group {
      column-count: 4;
      -moz-column-count: 4;
      -webkit-column-count: 4; } }

#azBrands + .brandList.hide {
  opacity: 0;
  visibility: hidden; }

.azBrands-group-title {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 10px 0;
  text-transform: uppercase;
  font-family: "Rajdhani", Arial, Helvetica, sans-serif;
  color: #383e47; }
  @media (min-width: 551px) {
    .azBrands-group-title {
      font-size: 20px; } }

.brandList {
  margin: 0;
  list-style: none; }
  .brandList .brand {
    margin-bottom: 5px; }

.brand-name .title {
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  color: #383e47; }
  .brand-name .title a {
    color: inherit; }

.azBrands-group {
  display: none;
  margin-bottom: 30px; }
  .azBrands-group.is-active {
    display: block; }

.brand-image-container {
  position: relative;
  max-width: 150px; }
  .brand-image-container img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
  .brand-image-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%; }

.brand .card-img-container {
  max-width: 190px; }
  .brand .card-img-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 131.57895%; }

.brand-card {
  width: 290px;
  text-align: left;
  position: relative;
  background-color: #5b6575; }
  .brand-card > a {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: block;
    position: absolute; }
  .brand-card .brand-figure {
    margin: 0; }
  .brand-card .brand-body {
    padding: 15px 25px;
    color: #bcbfc5;
    background-color: #5b6575; }
    .brand-card .brand-body svg {
      fill: #bcbfc5; }
  .brand-card .brand-img-container {
    display: block;
    position: relative;
    overflow: hidden; }
    .brand-card .brand-img-container:after {
      content: '';
      display: block;
      height: 0;
      width: 100%;
      padding-bottom: 131.57895%; }
    .brand-card .brand-img-container img {
      top: 50%;
      left: 0;
      z-index: 1;
      width: auto;
      height: auto;
      max-width: 100%;
      position: absolute;
      transform: translateY(-50%); }
    .brand-card .brand-img-container img.lazyload,
    .brand-card .brand-img-container img.lazyloading {
      left: 50%;
      top: 50%;
      width: auto;
      height: auto;
      transform: translate(-50%, -50%); }
  .brand-card .title {
    color: #ffffff;
    z-index: 2;
    line-height: 1;
    font-size: 16px;
    margin: 0 0 10px 0;
    position: relative;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 280px;
    text-transform: capitalize;
    transition: all 0.3s ease;
    font-weight: 400; }
    .brand-card .title a {
      color: inherit; }
  .brand-card .description {
    position: relative;
    padding-right: 5px; }
    .brand-card .description p {
      line-height: 1;
      margin-bottom: 0;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      max-width: 280px; }
    .brand-card .description .icon {
      top: -6px;
      right: -10px;
      height: 20px;
      position: absolute; }
  @media (min-width: 551px) {
    .brand-card {
      width: 320px; }
      .brand-card .title {
        font-size: 18px; } }
  @media (min-width: 1025px) {
    .brand-card {
      width: auto; }
      .brand-card .brand-img-container:before {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 2;
        content: "";
        width: 100%;
        height: 100%;
        opacity: 0;
        position: absolute;
        transition: all 0.5s ease;
        background-color: #ffffff; }
      .brand-card .brand-img-container img {
        transition: all 0.8s ease; }
      .brand-card:hover .brand-img-container img {
        -webkit-transform: scale3d(1.1, 1.1, 1) translateY(-50%);
        transform: scale3d(1.1, 1.1, 1) translateY(-50%); }
      .brand-card:hover .brand-img-container:before {
        opacity: 0.5; } }

.brandsImage-slider.slick-slider {
  margin-left: -8px;
  margin-right: -8px;
  display: block;
  list-style: none; }
  .brandsImage-slider.slick-slider .brand-item {
    font-size: 0;
    line-height: 1;
    padding: 0 8px;
    vertical-align: top; }
  .brandsImage-slider.slick-slider .slick-slide > div + div {
    margin-top: 16px; }

.brandsImage-slider:not(.slick-slider) {
  overflow-y: hidden;
  overflow-x: auto;
  white-space: nowrap;
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-bottom: 2px;
  margin-bottom: 8px; }
  .brandsImage-slider:not(.slick-slider) .brand-item {
    white-space: normal;
    display: inline-block;
    vertical-align: top;
    padding-right: 15px;
    width: 40%; }

@media (min-width: 551px) {
  .brandsImage-slider:not(.slick-slider) .brand-item {
    width: 30%; } }

@media (min-width: 768px) {
  .brandsImage-slider:not(.slick-slider) .brand-item {
    width: 23%; } }

@media (min-width: 1025px) {
  .brandsImage-slider.slick-slider {
    margin-left: -15px;
    margin-right: -15px;
    padding: 0; }
    .brandsImage-slider.slick-slider .brand-item {
      padding: 0 15px; }
    .brandsImage-slider.slick-slider .slick-slide > div + div {
      margin-top: 30px; }
  .brandsImage-slider:not(.slick-slider) {
    overflow: hidden;
    margin-left: 0;
    margin-right: 0;
    padding-left: 30px;
    padding-bottom: 0px; }
    .brandsImage-slider:not(.slick-slider) .brand-item {
      padding-right: 30px; } }

.featured-brand {
  display: block;
  vertical-align: top;
  border-radius: 3px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #ffffff;
  border: 1px solid #cccfd6;
  transition: all 0.3s ease; }
  .featured-brand img {
    height: auto;
    margin: 0 auto;
    display: block; }

.productGrid {
  list-style: none;
  margin: 0 -8px;
  max-width: none;
  width: auto;
  font-size: 0;
  margin-bottom: 0; }
  .productGrid .card .card-actions {
    display: none; }
  .productGrid .product {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: none;
    display: inline-block;
    font-size: 1rem;
    vertical-align: top;
    padding-left: 8px;
    padding-right: 8px; }
  .productGrid.style-2 {
    margin: 0 -8px; }
    .productGrid.style-2 .product {
      padding-left: 8px;
      padding-right: 8px; }
      .productGrid.style-2 .product .card {
        margin-bottom: 16px; }
      .productGrid.style-2 .product .card-body {
        padding: 20px 0 0 0; }
      .productGrid.style-2 .product .card-figure {
        border-radius: 3px;
        overflow: hidden; }
      .productGrid.style-2 .product .themevale_badges {
        top: 6px;
        right: 6px; }
  .productGrid.slick-slider .card {
    margin-bottom: 0; }
  @media (min-width: 375px) {
    .productGrid.style-2 .product .card {
      overflow: hidden;
      border-radius: 5px;
      margin-bottom: 16px;
      background-color: #ffffff;
      box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.05); }
    .productGrid.style-2 .product .card-body {
      padding: 20px 15px 0 15px; }
    .productGrid.style-2 .product .card-figcaption-button {
      margin-left: -15px;
      margin-right: -15px;
      width: auto;
      display: block;
      border: none;
      border-radius: 0 0 5px 5px;
      border-top: 1px solid #ebecef;
      box-shadow: none; } }
  @media (min-width: 551px) {
    .productGrid .product {
      width: 33.33333%; } }
  @media (min-width: 993px) {
    .productGrid .product {
      width: 25%; } }
  @media (min-width: 1025px) {
    .productGrid {
      margin: 0 -15px; }
      .productGrid .product {
        padding-left: 15px;
        padding-right: 15px; } }

@media (min-width: 1025px) {
  .productGrid--maxCol6 .product {
    width: 20%; } }

@media (min-width: 1281px) {
  .productGrid--maxCol6 .product {
    width: 16.66667%; } }

@media (min-width: 1025px) {
  .productGrid--maxCol5 .product {
    width: 20%; } }

@media (min-width: 993px) {
  .productGrid--maxCol4 .product {
    width: 25%; } }

@media (min-width: 551px) {
  .productGrid--maxCol3 .product {
    width: 33.33333%; } }

.productGrid--maxCol2 .product {
  width: 50%; }

.productGrid--maxCol1 .product {
  width: 100%;
  float: none; }
  .productGrid--maxCol1 .product .card {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e6e6e6; }
  .productGrid--maxCol1 .product:last-child .card {
    margin-bottom: 10px; }

.productGrid--maxCol1 .productGrid .card {
  width: 100%;
  display: block; }
  .productGrid--maxCol1 .productGrid .card .card-figure,
  .productGrid--maxCol1 .productGrid .card .card-body {
    display: block; }
  .productGrid--maxCol1 .productGrid .card .card-body {
    font-size: 0;
    padding-top: 15px;
    padding-left: 0;
    text-align: left; }
    .productGrid--maxCol1 .productGrid .card .card-body .card-desciption {
      display: block; }
      .productGrid--maxCol1 .productGrid .card .card-body .card-desciption p {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical; }
    .productGrid--maxCol1 .productGrid .card .card-body .card-detail .card-figcaption {
      text-align: left;
      display: none; }
      .productGrid--maxCol1 .productGrid .card .card-body .card-detail .card-figcaption .card-figcaption-button {
        text-align: center;
        display: inline-block;
        width: auto;
        min-width: 200px; }
  .productGrid--maxCol1 .productGrid .card .card-detail {
    display: block;
    font-size: 12px;
    padding-right: 0; }
  .productGrid--maxCol1 .productGrid .card .card-actions {
    font-size: 12px;
    display: block; }
    .productGrid--maxCol1 .productGrid .card .card-actions .card-figcaption .button {
      color: white;
      border-color: #14204a;
      background-color: #14204a;
      box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.05); }
      .productGrid--maxCol1 .productGrid .card .card-actions .card-figcaption .button:hover, .productGrid--maxCol1 .productGrid .card .card-actions .card-figcaption .button:focus, .productGrid--maxCol1 .productGrid .card .card-actions .card-figcaption .button:active {
        color: #14204a;
        border-color: #ffc628;
        background-color: #ffc628; }

@media (min-width: 551px) {
  .productGrid--maxCol1 .productGrid .card {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    flex-direction: row; }
    .productGrid--maxCol1 .productGrid .card .card-figure,
    .productGrid--maxCol1 .productGrid .card .card-body {
      display: inline-block;
      vertical-align: top; }
    .productGrid--maxCol1 .productGrid .card .card-figure {
      width: 180px; }
    .productGrid--maxCol1 .productGrid .card .card-body {
      padding-top: 0;
      padding-left: 30px;
      width: calc(100% - 180px); }
    .productGrid--maxCol1 .productGrid .card .card-actions {
      font-size: 12px;
      display: block; }
      .productGrid--maxCol1 .productGrid .card .card-actions .card-figcaption {
        max-width: 200px; } }

@media (min-width: 801px) {
  .productGrid--maxCol1 .productGrid .card .card-figure {
    width: 280px; }
  .productGrid--maxCol1 .productGrid .card .card-body {
    padding-left: 40px;
    width: calc(100% - 280px); }
  .productGrid--maxCol1 .productGrid .card .card-detail {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 210px);
    padding-right: 30px; }
    .productGrid--maxCol1 .productGrid .card .card-detail .card-wishlist, .productGrid--maxCol1 .productGrid .card .card-detail .card-figcaption {
      display: none; }
  .productGrid--maxCol1 .productGrid .card .card-actions {
    display: inline-block;
    vertical-align: top;
    width: 210px;
    text-align: center; }
    .productGrid--maxCol1 .productGrid .card .card-actions .card-figcaption {
      margin-top: 0;
      margin-bottom: 15px; }
      .productGrid--maxCol1 .productGrid .card .card-actions .card-figcaption .card-figcaption-button {
        width: 100%; }
    .productGrid--maxCol1 .productGrid .card .card-actions .card-compare {
      opacity: 1;
      visibility: visible; } }

@media (min-width: 1025px) {
  .productGrid--maxCol1 .product .card {
    padding-bottom: 45px;
    margin-bottom: 45px; }
  .productGrid--maxCol1 .product:last-child .card {
    margin-bottom: 20px; }
  .productGrid--maxCol1 .productGrid .card .card-compare {
    position: absolute;
    right: 70px;
    top: 125px; } }

.productList {
  list-style: none;
  margin-left: 0;
  margin: 0.75rem; }
  .productList ul,
  .productList ol {
    list-style: none;
    margin-bottom: 0; }
  .productList .product + .product {
    margin-top: 4rem; }

@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: 1261px) {
  .listItem-figure,
  .listItem-body {
    vertical-align: middle; } }

.listItem-button {
  background-color: rgba(20, 32, 74, 0.9);
  color: white; }
  .listItem-button:hover {
    background-color: #14204a;
    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: 1261px) {
    .listItem-figure {
      position: relative; } }
  .listItem-figure .listItem-button {
    margin: 1.5rem 0; }
    @media (min-width: 1261px) {
      .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: 1261px) {
    .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: 1261px) {
  .listItem-content {
    display: table; } }

@media (min-width: 1261px) {
  .listItem-details,
  .listItem-actions {
    display: table-cell;
    vertical-align: top; } }

@media (min-width: 1261px) {
  .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: 801px) {
    .listItem-brand {
      font-size: 15px;
      margin-bottom: 0; } }

.listItem-title {
  font-size: 15px;
  margin: 0 0 0.16667rem; }
  @media (min-width: 801px) {
    .listItem-title {
      font-size: 20px; } }
  .listItem-title > a {
    text-decoration: none; }

.listItem-price {
  margin-bottom: 1rem; }
  @media (min-width: 801px) {
    .listItem-price {
      font-size: 20px; } }

@media (min-width: 1261px) {
  .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: 1261px) {
    .listItem-actions .button {
      width: 100%; }
      .listItem-actions .button + .button {
        margin: 0.75rem 0 0; } }

@media (min-width: 1261px) {
  .page-sidebar + .page-content .productList .listItem-details {
    padding-right: 3rem; } }

@media (min-width: 1261px) {
  .page-sidebar + .page-content .productList .listItem-actions {
    width: 30%; } }

/*=========================================
=            www.themevale.com            =
=========================================*/
/*--------  1.0 Global style  -------*/
.themevale_productView {
  display: block;
  font-size: 0;
  padding-top: 0;
  margin-bottom: 30px; }
  .themevale_productView .themevale_productView-left,
  .themevale_productView .themevale_productView-right {
    display: block;
    font-size: 1rem; }
  .themevale_productView .themevale_productView-right {
    margin-top: 30px; }
  .themevale_productView .productView-nav-wrapper {
    position: relative; }
  .themevale_productView .label-videos {
    position: absolute;
    z-index: 12; }
    .themevale_productView .label-videos .video-link {
      width: 40px;
      height: 40px;
      position: absolute;
      left: 10px;
      bottom: 10px;
      padding: 0; }
      .themevale_productView .label-videos .video-link .icon {
        width: 100%;
        height: 100%;
        pointer-events: none; }
  .themevale_productView.layout-2 .productView-nav-wrapper {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto; }
  .themevale_productView.layout-2 .productView-nav:not(.slick-slider) {
    overflow: hidden;
    white-space: nowrap; }
    .themevale_productView.layout-2 .productView-nav:not(.slick-slider) .productView-image {
      display: inline-block;
      vertical-align: top;
      width: 100%; }
  .themevale_productView.layout-2 .productView-for {
    margin: 10px 0 0 0;
    padding: 0 15px; }
    .themevale_productView.layout-2 .productView-for .slick-arrow.slick-prev {
      left: -15px; }
    .themevale_productView.layout-2 .productView-for .slick-arrow.slick-next {
      right: -15px; }
    .themevale_productView.layout-2 .productView-for:not(.slick-slider) {
      overflow: hidden;
      white-space: nowrap; }
      .themevale_productView.layout-2 .productView-for:not(.slick-slider) .productView-thumbnail {
        display: inline-block;
        vertical-align: top;
        width: 20%; }
  .themevale_productView.layout-2 .hover-to-zoom {
    position: absolute;
    bottom: 0;
    left: 50%;
    background-color: transparent;
    transform: translateX(-50%);
    width: 100%; }
  .themevale_productView.layout-2 .themevale_ask-an-experts {
    width: 100%;
    border-top: none; }
  @media (min-width: 551px) {
    .themevale_productView {
      margin-bottom: 50px; }
      .themevale_productView .themevale_productView-right {
        margin-top: 50px; } }
  @media (min-width: 768px) {
    .themevale_productView .themevale_productView-left,
    .themevale_productView .themevale_productView-right {
      vertical-align: top;
      display: inline-block; }
    .themevale_productView .themevale_productView-left {
      width: 50%; }
    .themevale_productView .themevale_productView-right {
      padding-left: 30px;
      width: 50%;
      margin-top: 0; } }
  @media (min-width: 1025px) {
    .themevale_productView .themevale_productView-left {
      width: 60%; }
    .themevale_productView .themevale_productView-right {
      width: 40%; }
    .themevale_productView .label-videos .video-link {
      width: 50px;
      height: 50px;
      left: 20px;
      bottom: 20px; }
    .themevale_productView.layout-2 .themevale_productView-left {
      width: 50%;
      padding-right: 25px; }
    .themevale_productView.layout-2 .themevale_productView-right {
      width: 50%;
      padding-left: 25px; }
    .themevale_productView.layout-2 .productView-details .productView-options .form-action .button {
      width: 270px; }
    .themevale_productView.layout-2 .productView-details .productView-options .form-wishlist {
      left: 290px; }
    .themevale_productView.layout-2 #themvale-fbt {
      padding-bottom: 0;
      border: none; }
      .themevale_productView.layout-2 #themvale-fbt .page-heading {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 7px; }
      .themevale_productView.layout-2 #themvale-fbt .themvale-fbt-product-wrapper {
        padding: 30px 20px 30px 0;
        border: 1px solid #e2e4e8;
        border-radius: 5px; }
        .themevale_productView.layout-2 #themvale-fbt .themvale-fbt-product-wrapper .themvale-fbt-product-list {
          width: 83%;
          margin-left: 0;
          margin-right: 0;
          padding-left: 0;
          padding-right: 0; }
        .themevale_productView.layout-2 #themvale-fbt .themvale-fbt-product-wrapper .themvale-fbt-total {
          width: 17%; } }

@media (min-width: 1025px) {
  .page-sidebar + .page-content .themevale_productView.layout-2 .productView-details .productView-options .form-action .button {
    width: 206px; }
  .page-sidebar + .page-content .themevale_productView.layout-2 .productView-details .productView-options .form-wishlist {
    left: 226px; } }

.product-layout-3 .productRelated .productCarousel .slick-arrow,
.product-layout-3 .productSimilar .productCarousel .slick-arrow {
  top: -68px;
  padding: 0 7px;
  transform: none; }

.product-layout-3 .productRelated .productCarousel .slick-next,
.product-layout-3 .productSimilar .productCarousel .slick-next {
  right: 8px; }

.product-layout-3 .productRelated .productCarousel .slick-prev,
.product-layout-3 .productSimilar .productCarousel .slick-prev {
  left: auto;
  right: 45px; }

@media (min-width: 1025px) {
  .product-layout-3 .themevale_productView.layout-2 #themvale-fbt .themvale-fbt-product-wrapper .themvale-fbt-product-list {
    width: 78%; }
  .product-layout-3 .themevale_productView.layout-2 #themvale-fbt .themvale-fbt-product-wrapper .themvale-fbt-total {
    width: 22%; } }

.themevale_productView-images {
  position: relative; }

/*--------  2.0 Ask an Experts  -----*/
.themevale_ask-an-experts {
  width: 100%;
  display: block;
  font-size: 1rem;
  padding-top: 30px;
  margin-top: 15px;
  border-top: 1px solid #eeeeee; }
  .themevale_ask-an-experts .contact {
    width: 100%;
    display: table; }
    .themevale_ask-an-experts .contact .image-contact,
    .themevale_ask-an-experts .contact .content-contact {
      display: table-cell;
      vertical-align: middle; }
    .themevale_ask-an-experts .contact .image-contact {
      width: 65px; }
      .themevale_ask-an-experts .contact .image-contact > img {
        border-radius: 50%;
        overflow: hidden; }
    .themevale_ask-an-experts .contact .content-contact {
      padding-left: 15px; }
      .themevale_ask-an-experts .contact .content-contact .text {
        margin-bottom: 8px;
        text-transform: capitalize; }
      .themevale_ask-an-experts .contact .content-contact .link {
        display: block; }
        .themevale_ask-an-experts .contact .content-contact .link .number-phone, .themevale_ask-an-experts .contact .content-contact .link a {
          margin: 0;
          display: inline-block;
          vertical-align: bottom; }
        .themevale_ask-an-experts .contact .content-contact .link .number-phone {
          font-weight: 700;
          font-size: 18px;
          display: block;
          margin-bottom: 7px;
          font-family: "Arimo", Arial, Helvetica, sans-serif;
          color: #383e47; }
        .themevale_ask-an-experts .contact .content-contact .link a {
          color: #005599; }
          .themevale_ask-an-experts .contact .content-contact .link a svg {
            height: 0.75rem;
            width: 0.75rem;
            margin-left: 5px;
            fill: #005599;
            margin-top: -2px; }
        @media (min-width: 360px) {
          .themevale_ask-an-experts .contact .content-contact .link .number-phone {
            margin-bottom: 0;
            display: inline-block; }
            .themevale_ask-an-experts .contact .content-contact .link .number-phone + a {
              margin-left: 10px;
              line-height: 20px; } }
    .themevale_ask-an-experts .contact + .services {
      margin-top: 20px; }
      @media (min-width: 801px) {
        .themevale_ask-an-experts .contact + .services {
          margin-top: 30px; } }
  .themevale_ask-an-experts .services {
    margin: 0;
    padding-bottom: 15px;
    font-size: 0;
    display: block;
    list-style: none;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap; }
    .themevale_ask-an-experts .services .item {
      width: auto;
      vertical-align: top;
      display: inline-block;
      font-size: 1rem;
      padding: 0 15px 0 0; }
      .themevale_ask-an-experts .services .item:last-child {
        padding-right: 0; }
    .themevale_ask-an-experts .services .service-item {
      display: table;
      width: 100%; }
      .themevale_ask-an-experts .services .service-item .icons,
      .themevale_ask-an-experts .services .service-item .content {
        display: table-cell;
        vertical-align: top; }
      .themevale_ask-an-experts .services .service-item .icons {
        width: 40px;
        text-align: center; }
        .themevale_ask-an-experts .services .service-item .icons .icon {
          width: 40px;
          height: 40px;
          padding: 0 12px;
          border-radius: 50%;
          border: 1px solid #cdd0d7; }
        .themevale_ask-an-experts .services .service-item .icons svg {
          fill: #787878;
          stroke: #787878; }
      .themevale_ask-an-experts .services .service-item .content {
        padding-left: 15px;
        padding-right: 15px; }
        .themevale_ask-an-experts .services .service-item .content .title {
          font-size: 12px;
          margin: 0;
          font-weight: 700;
          font-family: "Arimo", Arial, Helvetica, sans-serif; }
        .themevale_ask-an-experts .services .service-item .content .description {
          margin: 0; }
    @media (min-width: 768px) {
      .themevale_ask-an-experts .services {
        margin: 0;
        overflow: visible;
        white-space: normal; }
        .themevale_ask-an-experts .services .item {
          padding: 0;
          width: 50%;
          margin-top: 20px; }
          .themevale_ask-an-experts .services .item:nth-child(-n + 2) {
            margin-top: 0; } }
    @media (min-width: 993px) {
      .themevale_ask-an-experts .services .service-item .icons {
        width: 50px; }
        .themevale_ask-an-experts .services .service-item .icons .icon {
          width: 50px;
          height: 50px;
          padding: 14px; } }
  @media (min-width: 1025px) {
    .themevale_ask-an-experts {
      width: 70%;
      margin-left: auto;
      margin-right: 0; } }

/*--------  4.0 Product images  -----*/
.productView-images {
  display: block;
  font-size: 0;
  margin-bottom: 0;
  position: relative; }

.themevale_productViewImage {
  font-size: 0;
  display: none; }
  .themevale_productViewImage .productView-thumbnails {
    margin: 0;
    display: block;
    color: #8c8c8c;
    margin-top: 10px; }
    .themevale_productViewImage .productView-thumbnails > li {
      width: auto;
      padding: 5px;
      font-size: 1rem; }
    .themevale_productViewImage .productView-thumbnails .productView-thumbnail-custom {
      vertical-align: top;
      display: inline-block; }
      .themevale_productViewImage .productView-thumbnails .productView-thumbnail-custom > a {
        color: inherit;
        display: block;
        padding: 10px;
        border-radius: 3px;
        border: 1px solid #e2e4e8;
        min-width: 70px; }
        .themevale_productViewImage .productView-thumbnails .productView-thumbnail-custom > a > .icon {
          width: auto;
          height: auto;
          max-width: 25px;
          max-height: 25px;
          display: block;
          margin: 0 auto; }
        .themevale_productViewImage .productView-thumbnails .productView-thumbnail-custom > a > .text {
          line-height: 1;
          display: block;
          margin-top: 8px; }
  .themevale_productViewImage > .productView-image {
    display: none; }
  @media (min-width: 1025px) {
    .themevale_productViewImage {
      display: flex;
      align-items: flex-start; }
      .themevale_productViewImage .productView-thumbnails {
        order: -1;
        width: 32%;
        margin-top: 0;
        padding-right: 20px;
        vertical-align: top;
        display: inline-block; }
        .themevale_productViewImage .productView-thumbnails > li,
        .themevale_productViewImage .productView-thumbnails .productView-thumbnail {
          width: 50%;
          vertical-align: top;
          display: inline-block; }
        .themevale_productViewImage .productView-thumbnails .productView-thumbnail-custom > a {
          min-width: 80px; }
          .themevale_productViewImage .productView-thumbnails .productView-thumbnail-custom > a > .icon {
            max-width: 42px;
            max-height: 42px; }
      .themevale_productViewImage > .productView-image {
        width: 68%;
        vertical-align: top;
        display: inline-block; }
        .themevale_productViewImage > .productView-image img.zoomImg {
          pointer-events: none; } }

.themevale_productViewImage-mobile {
  display: block; }
  .themevale_productViewImage-mobile .productView-image-mobile {
    display: block;
    margin-bottom: 20px; }
    .themevale_productViewImage-mobile .productView-image-mobile .slick-dots {
      bottom: -10px; }
    .themevale_productViewImage-mobile .productView-image-mobile .productView-img-container {
      max-width: 400px; }
    .themevale_productViewImage-mobile .productView-image-mobile:not(.slick-slider) {
      overflow: hidden;
      white-space: nowrap; }
      .themevale_productViewImage-mobile .productView-image-mobile:not(.slick-slider) .productView-image {
        display: inline-block;
        vertical-align: top;
        width: 100%; }
  .themevale_productViewImage-mobile .productView-thumbnails-mobile {
    margin: 10px 0 0 0;
    text-align: center;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap; }
    .themevale_productViewImage-mobile .productView-thumbnails-mobile > li {
      width: auto;
      padding: 5px;
      font-size: 1rem;
      vertical-align: top;
      display: inline-block; }
  .themevale_productViewImage-mobile .productView-thumbnail-custom > a {
    color: inherit;
    display: block;
    padding: 10px;
    border-radius: 3px;
    border: 1px solid #e2e4e8;
    min-width: 70px; }
    .themevale_productViewImage-mobile .productView-thumbnail-custom > a > .icon {
      width: auto;
      height: auto;
      max-width: 25px;
      max-height: 25px;
      display: block;
      margin: 0 auto; }
    .themevale_productViewImage-mobile .productView-thumbnail-custom > a > .text {
      line-height: 1;
      display: block;
      margin-top: 8px; }
  @media (min-width: 551px) {
    .themevale_productViewImage-mobile .productView-thumbnails-mobile {
      margin-top: 30px; }
    .themevale_productViewImage-mobile .productView-thumbnail-custom > a {
      min-width: 80px; }
      .themevale_productViewImage-mobile .productView-thumbnail-custom > a > .icon {
        max-width: 42px;
        max-height: 42px; } }
  @media (min-width: 1025px) {
    .themevale_productViewImage-mobile {
      display: none; } }

.hover-to-zoom {
  z-index: 10;
  padding: 10px;
  display: none;
  font-size: 1rem;
  text-align: center;
  position: relative;
  color: #8c8c8c;
  background-color: #ffffff; }
  .hover-to-zoom .icon {
    fill: #8c8c8c;
    margin-right: 3px; }
  @media (min-width: 1025px) {
    .hover-to-zoom {
      display: block; } }

/*--------  5.0 Product detail  -----*/
.productView-details {
  margin-bottom: 0px; }
  .productView-details .productView-product,
  .productView-details .productView-options {
    padding: 0;
    border: none;
    margin-bottom: 25px; }
  .productView-details .productView-brand {
    font-size: 13px;
    line-height: 1;
    margin-bottom: 12px;
    font-weight: 400;
    text-transform: capitalize;
    font-family: "Arimo", Arial, Helvetica, sans-serif;
    color: #999999; }
    .productView-details .productView-brand a {
      color: inherit; }
  .productView-details .productView-title {
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 13px 0;
    font-weight: 700;
    font-family: "Arimo", Arial, Helvetica, sans-serif;
    color: #005599; }
    @media (min-width: 551px) {
      .productView-details .productView-title {
        font-size: 18px; } }
  .productView-details .productView-rating {
    margin: 0 0 25px 0;
    font-size: 0; }
    .productView-details .productView-rating .icon--ratingFull,
    .productView-details .productView-rating .icon--ratingEmpty {
      margin-right: 2px; }
    .productView-details .productView-rating .productView-reviewLink {
      font-size: 1rem;
      margin-left: 12px;
      display: inline-block;
      vertical-align: middle;
      position: relative;
      text-transform: capitalize;
      color: #383e47;
      position: relative;
      top: 1px; }
      .productView-details .productView-rating .productView-reviewLink a {
        color: #383e47; }
        .productView-details .productView-rating .productView-reviewLink a:hover {
          color: #383e47; }
      @media (min-width: 321px) {
        .productView-details .productView-rating .productView-reviewLink {
          margin-left: 15px; } }
  .productView-details .countDown {
    margin: 0 0 25px 0; }
    .productView-details .countDown > p {
      margin-bottom: 0; }
  .productView-details .productView-price {
    font-size: 0;
    margin: 0 0 20px 0;
    position: relative; }
    .productView-details .productView-price .price-section {
      font-size: 18px;
      font-weight: 700;
      color: #141414; }
      .productView-details .productView-price .price-section.price-section--withoutTax {
        color: #b20000; }
        .productView-details .productView-price .price-section.price-section--withoutTax .price-now-label + .price--withoutTax {
          color: #141414; }
      .productView-details .productView-price .price-section.rrp-price--withoutTax {
        color: #999999;
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 5px; }
      .productView-details .productView-price .price-section.non-sale-price--withoutTax {
        color: #999999;
        margin-right: 8px;
        display: inline-block;
        vertical-align: bottom; }
        .productView-details .productView-price .price-section.non-sale-price--withoutTax + .price-section--withoutTax {
          display: inline-block;
          vertical-align: bottom; }
      .productView-details .productView-price .price-section.price-none {
        margin-right: 0; }
        .productView-details .productView-price .price-section.price-none + .price-section--withoutTax {
          color: #141414; }
    .productView-details .productView-price .price-section--saving {
      color: #141414;
      margin-top: 8px;
      font-size: 12px;
      font-weight: 400;
      font-style: italic; }
    .productView-details .productView-price .sold-product {
      display: block;
      top: -1px;
      right: 0;
      margin-top: 0;
      position: absolute; }
      @media (min-width: 1025px) {
        .productView-details .productView-price .sold-product {
          top: -1px;
          right: 0;
          margin-top: 0;
          position: absolute; } }
  .productView-details .productView-info {
    margin-top: 0; }
    .productView-details .productView-info > :first-child {
      margin-top: 0; }
    .productView-details .productView-info .productView-info-name,
    .productView-details .productView-info .productView-info-value {
      float: left;
      font-size: 12px; }
    .productView-details .productView-info .productView-info-name {
      clear: both;
      min-width: 110px;
      font-weight: 700;
      margin-bottom: 10px;
      color: #383e47; }
    .productView-details .productView-info .productView-info-value {
      margin-bottom: 0;
      color: #505050; }
    .productView-details .productView-info .productView-info-bulkPricing {
      float: left;
      width: 100%;
      font-style: italic;
      font-weight: 700; }
  .productView-details .productView-options {
    text-align: left;
    position: relative;
    margin-bottom: 15px; }
    .productView-details .productView-options .form-field {
      margin-bottom: 15px; }
    .productView-details .productView-options .form-label--alternate {
      font-weight: 700;
      color: #383e47; }
      .productView-details .productView-options .form-label--alternate > span[data-product-stock] {
        font-weight: 400; }
      .productView-details .productView-options .form-label--alternate > small {
        top: -1.5px;
        color: #8c8c8c;
        font-size: 11px;
        font-weight: 400;
        position: relative;
        font-style: italic; }
    .productView-details .productView-options .form-select {
      width: 100%;
      max-width: none; }
    .productView-details .productView-options .alertBox {
      padding: 0;
      margin: 30px 0 0 0;
      background-color: transparent; }
      .productView-details .productView-options .alertBox .alertBox-icon {
        padding-right: 5px; }
        .productView-details .productView-options .alertBox .alertBox-icon svg {
          fill: #f04723; }
      .productView-details .productView-options .alertBox .alertBox-message {
        font-size: 13px;
        color: #f04723;
        font-style: italic; }
    .productView-details .productView-options .alertBox--error {
      opacity: 0.65;
      width: 100%;
      color: #fff;
      text-align: center;
      padding: 10px 25px;
      pointer-events: none;
      background-color: #505050;
      border: 1px solid #505050; }
      .productView-details .productView-options .alertBox--error .alertBox-icon {
        display: none; }
      .productView-details .productView-options .alertBox--error .alertBox-message {
        display: inline-block;
        vertical-align: top;
        color: #fff;
        text-align: center;
        font-size: 12px;
        font-weight: 700;
        line-height: 20px;
        margin-bottom: 0;
        font-style: normal;
        text-transform: uppercase;
        transition: all 0.3s ease; }
      @media (min-width: 993px) {
        .productView-details .productView-options .alertBox--error {
          max-width: 200px; } }
    .productView-details .productView-options .form-action {
      padding: 0;
      width: auto;
      float: none;
      margin-top: 30px;
      display: block; }
      .productView-details .productView-options .form-action .button {
        margin-bottom: 0;
        display: block;
        width: 100%;
        text-transform: uppercase; }
        .productView-details .productView-options .form-action .button[disabled], .productView-details .productView-options .form-action .button#form-action-addToCart {
          padding: 15px 35px 13px 35px; }
      @media (min-width: 993px) {
        .productView-details .productView-options .form-action .button {
          width: 225px; } }
      @media (min-width: 1025px) {
        .productView-details .productView-options .form-action .button {
          width: 210px; } }
    .productView-details .productView-options .form-wishlist {
      left: auto;
      position: relative;
      margin-bottom: 0;
      margin-top: 20px;
      z-index: 10;
      display: block; }
      .productView-details .productView-options .form-wishlist .button {
        margin-bottom: 0;
        width: 100%;
        padding: 15px 35px 13px 35px; }
        .productView-details .productView-options .form-wishlist .button .icon {
          height: 1.66667rem;
          width: 1.66667rem; }
      @media (min-width: 993px) {
        .productView-details .productView-options .form-wishlist {
          bottom: 0;
          margin: 0;
          left: 242px;
          position: absolute; }
          .productView-details .productView-options .form-wishlist .button {
            width: 225px; } }
      @media (min-width: 1025px) {
        .productView-details .productView-options .form-wishlist {
          bottom: 0;
          margin: 0;
          left: 228px;
          position: absolute; }
          .productView-details .productView-options .form-wishlist .button {
            width: 210px; } }
    .productView-details .productView-options #form-action-addToCart[disabled] {
      color: white;
      cursor: not-allowed;
      background-color: #cccccc;
      border-color: rgba(0, 0, 255, 0); }
  .productView-details .viewing-product {
    margin: 0 0 15px 0; }
  .productView-details .themevale_securityImage {
    margin-top: 15px; }

.countDown {
  display: block; }
  .countDown > p {
    margin-bottom: 0; }
  .countDown .block-time {
    padding: 9px 6px;
    border-radius: 3px;
    background-color: #5b5b5b;
    margin-right: 5px;
    text-align: center;
    display: inline-block;
    min-width: 42px; }
    .countDown .block-time:last-of-type {
      margin-right: 0; }
    .countDown .block-time .num {
      font-size: 16px;
      line-height: 1;
      color: white;
      font-weight: 700;
      display: inline-block;
      vertical-align: top; }
    .countDown .block-time .block-label {
      margin: 0;
      line-height: 1;
      display: block;
      font-size: 12px;
      opacity: 0.5;
      margin-top: -2px;
      color: white; }

.viewing-product .icon {
  margin-right: 5px;
  margin-top: -2px; }

.sold-product {
  font-size: 12px;
  font-weight: 700;
  color: #c10011;
  display: none;
  background-size: 14px;
  position: relative; }
  .sold-product > .icon,
  .sold-product > span {
    display: inline-block;
    vertical-align: middle; }
  .sold-product .icon {
    height: 1.66667rem;
    width: 1.66667rem;
    fill: #c10011;
    stroke: #c10011;
    margin-right: 3px; }

/*--------  6.0 Product options  ----*/
.form-field--stock .form-label {
  margin-bottom: 0; }

.form-field--increments .form-increment {
  display: inline-block; }
  .form-field--increments .form-increment .form-input--incrementTotal {
    width: 70px; }

/*--------  7.0 product des...  -----*/
.themevale_productDescription {
  width: 100%;
  display: block;
  font-size: 1rem; }
  .themevale_productDescription .toggle-title {
    margin-bottom: 15px; }
  .themevale_productDescription .page-heading {
    margin: 0;
    font-size: 15px;
    line-height: 24px;
    display: inline-block;
    font-family: "Rajdhani", Arial, Helvetica, sans-serif;
    color: #383e47; }
  .themevale_productDescription .productView-description {
    width: 100%;
    display: block; }
    .themevale_productDescription .productView-description .tabs {
      display: none; }
    .themevale_productDescription .productView-description .tab-content {
      padding: 15px 0 0 0;
      display: block;
      border-top: 1px solid #e2e4e8; }
    .themevale_productDescription .productView-description .toggle-title {
      margin-bottom: 0;
      padding-bottom: 13px;
      display: block;
      font-family: "Rajdhani", Arial, Helvetica, sans-serif;
      color: #383e47; }
      .themevale_productDescription .productView-description .toggle-title .toggleLink {
        float: none;
        display: inline-block;
        width: 100%; }
      .themevale_productDescription .productView-description .toggle-title .icon {
        fill: #383e47; }
    .themevale_productDescription .productView-description .toggle-content {
      padding: 10px 0; }
  @media (min-width: 551px) {
    .themevale_productDescription .page-heading {
      font-size: 18px; }
    .themevale_productDescription .toggle-title {
      margin-bottom: 30px; } }
  @media (min-width: 1025px) {
    .themevale_productDescription {
      font-size: 0; }
      .themevale_productDescription .page-heading {
        display: block;
        font-size: 20px;
        padding-bottom: 10px;
        border-bottom: 1px solid #e2e4e8; }
      .themevale_productDescription .productRelated {
        font-size: 12px;
        display: inline-block;
        vertical-align: top;
        width: 40%;
        border-top: 0;
        margin-top: 0;
        padding-top: 0;
        margin-bottom: 0;
        padding-left: 30px; }
      .themevale_productDescription .productView-description {
        display: inline-block;
        vertical-align: top;
        width: 60%;
        font-size: 12px; }
        .themevale_productDescription .productView-description .tabs {
          display: block; }
        .themevale_productDescription .productView-description .tab-content {
          padding: 0;
          display: none;
          border-top: none; }
          .themevale_productDescription .productView-description .tab-content.is-active {
            display: block; }
        .themevale_productDescription .productView-description .toggle-title {
          display: none;
          padding-bottom: 35px; }
        .themevale_productDescription .productView-description .toggle-content {
          padding: 0;
          display: block !important; }
          .themevale_productDescription .productView-description .toggle-content h6 {
            font-size: 16px; } }
  @media (max-width: 1024px) {
    .themevale_productDescription .productRelated {
      padding-bottom: 30px; }
      .themevale_productDescription .productRelated .page-heading {
        font-size: 24px;
        line-height: 1.3; } }

.themevale_productDescription-2 {
  display: block; }
  .themevale_productDescription-2 > .item {
    display: block; }
    .themevale_productDescription-2 > .item + .item {
      margin-top: 30px; }
  .themevale_productDescription-2 .productReviews,
  .themevale_productDescription-2 .productRelated,
  .themevale_productDescription-2 .productSimilar {
    width: 100%;
    padding: 0;
    margin-top: 0;
    border-top: none; }
  .themevale_productDescription-2 .productRelated + .productSimilar {
    margin-top: 50px; }
  .themevale_productDescription-2 .productView-description {
    width: 100%; }
    .themevale_productDescription-2 .productView-description .toggle-title {
      display: block; }
      .themevale_productDescription-2 .productView-description .toggle-title .toggleLink {
        display: inline-block; }
  .themevale_productDescription-2 .page-heading {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    display: block; }
  .themevale_productDescription-2 .tabs-vertical .toggle-title {
    font-size: 16px;
    line-height: 24px; }
  @media (min-width: 551px) {
    .themevale_productDescription-2 .page-heading {
      font-size: 18px; } }
  @media (min-width: 768px) {
    .themevale_productDescription-2 {
      display: flex;
      width: auto;
      margin-left: -15px;
      margin-right: -15px;
      flex-direction: row-reverse; }
      .themevale_productDescription-2 > .item {
        width: 50%;
        padding: 0 15px; }
        .themevale_productDescription-2 > .item + .item {
          margin-top: 0; }
      .themevale_productDescription-2 .page-heading {
        padding-bottom: 10px;
        border-bottom: 1px solid #eeeeee; } }
  @media (min-width: 1025px) {
    .themevale_productDescription-2 .page-heading {
      display: block;
      font-size: 20px;
      padding-bottom: 16px;
      border-bottom: 1px solid #eeeeee; }
    .themevale_productDescription-2 .productRelated + .productSimilar {
      margin-top: 70px; }
    .themevale_productDescription-2 .tabs-vertical .toggle-title {
      padding-top: 18px;
      padding-bottom: 16px; }
    .themevale_productDescription-2 .tabs-vertical:first-child .toggle-title {
      padding-top: 0; }
    .themevale_productDescription-2 .tabs-vertical .toggle-content h6 {
      font-size: 16px; } }
  @media (max-width: 551px) {
    .themevale_productDescription-2 .productSimilar .page-heading,
    .themevale_productDescription-2 .productRelated .page-heading {
      font-size: 24px;
      line-height: 1.3; } }

.themevale_productDescription-3 {
  width: 100%;
  display: block;
  font-size: 1rem; }
  .themevale_productDescription-3 .toggle-title {
    margin-bottom: 15px; }
  .themevale_productDescription-3 .page-heading {
    margin: 0;
    font-size: 15px;
    line-height: 24px;
    display: inline-block;
    font-family: "Rajdhani", Arial, Helvetica, sans-serif;
    color: #383e47; }
  .themevale_productDescription-3 .productView-description {
    width: 100%;
    display: block; }
    .themevale_productDescription-3 .productView-description .tabs {
      display: none; }
    .themevale_productDescription-3 .productView-description .tab-content {
      padding: 15px 0 0 0;
      display: block;
      border-top: 1px solid #eeeeee; }
    .themevale_productDescription-3 .productView-description .toggle-title {
      margin-bottom: 0;
      padding-bottom: 13px;
      display: block;
      font-family: "Rajdhani", Arial, Helvetica, sans-serif;
      color: #383e47; }
      .themevale_productDescription-3 .productView-description .toggle-title .toggleLink {
        float: none;
        display: inline-block;
        width: 100%; }
      .themevale_productDescription-3 .productView-description .toggle-title .icon {
        fill: #383e47; }
    .themevale_productDescription-3 .productView-description .toggle-content {
      padding: 10px 0; }
  .themevale_productDescription-3 + .productRelated {
    margin-bottom: 30px;
    border-top: none !important; }
    .themevale_productDescription-3 + .productRelated + .productSimilar {
      border-top: none !important; }
  @media (min-width: 551px) {
    .themevale_productDescription-3 .page-heading {
      font-size: 18px; }
    .themevale_productDescription-3 .toggle-title {
      margin-bottom: 30px; } }
  @media (min-width: 1025px) {
    .themevale_productDescription-3 {
      font-size: 0; }
      .themevale_productDescription-3 .productView-description {
        display: inline-block;
        vertical-align: top;
        font-size: 12px; }
        .themevale_productDescription-3 .productView-description .tabs {
          display: block; }
        .themevale_productDescription-3 .productView-description .tab-content {
          padding: 0;
          display: none;
          border-top: none; }
          .themevale_productDescription-3 .productView-description .tab-content.is-active {
            display: block; }
        .themevale_productDescription-3 .productView-description .toggle-title {
          display: none;
          padding-bottom: 35px; }
        .themevale_productDescription-3 .productView-description .toggle-content {
          padding: 0;
          display: block !important; }
          .themevale_productDescription-3 .productView-description .toggle-content h6 {
            font-size: 16px; }
      .themevale_productDescription-3 + .productRelated {
        margin-bottom: 50px; }
        .themevale_productDescription-3 + .productRelated .page-heading {
          display: block;
          font-size: 20px;
          padding-bottom: 10px;
          border-bottom: 1px solid #eeeeee; }
        .themevale_productDescription-3 + .productRelated + .productSimilar .page-heading {
          display: block;
          font-size: 20px;
          padding-bottom: 10px;
          border-bottom: 1px solid #eeeeee; } }

.productView-description .description-slider,
.productView-description .description-slider-2 {
  font-size: 0;
  list-style: none;
  margin-left: 0px !important;
  margin-right: 0px;
  margin-top: 30px;
  margin-bottom: 20px;
  white-space: nowrap;
  overflow: hidden;
  list-style: none; }
  .productView-description .description-slider > li,
  .productView-description .description-slider-2 > li {
    width: 33.333333%; }
    .productView-description .description-slider > li:before,
    .productView-description .description-slider-2 > li:before {
      content: none; }
  .productView-description .description-slider li,
  .productView-description .description-slider-2 li {
    display: inline-block;
    vertical-align: top;
    padding: 0 8px; }
  .productView-description .description-slider .slick-dots,
  .productView-description .description-slider-2 .slick-dots {
    bottom: auto;
    margin-top: 10px;
    position: relative; }
    .productView-description .description-slider .slick-dots li,
    .productView-description .description-slider-2 .slick-dots li {
      padding: 0; }
  .productView-description .description-slider img,
  .productView-description .description-slider-2 img {
    border-radius: 3px; }

.productView-description blockquote {
  font-size: 12px;
  line-height: 22px;
  padding: 10px 15px;
  margin-bottom: 2.25rem;
  background-color: #f7f7f7;
  border-radius: 3px;
  font-style: italic; }
  .productView-description blockquote q:before, .productView-description blockquote q:after {
    content: none; }
  @media (min-width: 801px) {
    .productView-description blockquote {
      padding: 20px 25px; } }

.productReviews:not(.tabs-vertical),
.productRelated,
.productSimilar {
  display: block;
  padding-top: 15px;
  margin-bottom: 0;
  border-top: 1px solid #e2e4e8; }
  .productReviews:not(.tabs-vertical) .toggleLink-text svg,
  .productRelated .toggleLink-text svg,
  .productSimilar .toggleLink-text svg {
    fill: #323232; }
  .productReviews:not(.tabs-vertical) .toggle-title .number-review,
  .productReviews:not(.tabs-vertical) .toggle-title .write-review,
  .productRelated .toggle-title .number-review,
  .productRelated .toggle-title .write-review,
  .productSimilar .toggle-title .number-review,
  .productSimilar .toggle-title .write-review {
    display: none; }
    @media (min-width: 767px) {
      .productReviews:not(.tabs-vertical) .toggle-title .number-review,
      .productReviews:not(.tabs-vertical) .toggle-title .write-review,
      .productRelated .toggle-title .number-review,
      .productRelated .toggle-title .write-review,
      .productSimilar .toggle-title .number-review,
      .productSimilar .toggle-title .write-review {
        display: inline-block;
        vertical-align: middle; } }
  .productReviews:not(.tabs-vertical) .toggle-content,
  .productRelated .toggle-content,
  .productSimilar .toggle-content {
    padding: 10px 0; }
  .productReviews:not(.tabs-vertical).toggle:last-of-type,
  .productRelated.toggle:last-of-type,
  .productSimilar.toggle:last-of-type {
    margin-bottom: 0; }
  .productReviews:not(.tabs-vertical) .slick-slide .productCarousel-slide,
  .productRelated .slick-slide .productCarousel-slide,
  .productSimilar .slick-slide .productCarousel-slide {
    width: 100%; }
  @media (min-width: 1025px) {
    .productReviews:not(.tabs-vertical),
    .productRelated,
    .productSimilar {
      margin-top: 30px;
      padding-top: 30px; }
      .productReviews:not(.tabs-vertical) .toggle-content,
      .productRelated .toggle-content,
      .productSimilar .toggle-content {
        padding: 0; } }

.productReviews:not(.tabs-vertical) .toggleLink > .icon {
  float: none;
  height: 20px;
  position: relative;
  top: -2px; }

.productReviews .number-review,
.productReviews .write-review {
  padding: 0 15px;
  margin-left: 15px;
  line-height: 24px;
  border-radius: 12px;
  background-color: #f7f7f7; }

.productReviews .write-review {
  color: #ffffff;
  background-color: #005599; }

.productReviews .toggle-title .toggleLink {
  display: none;
  color: #383e47; }
  .productReviews .toggle-title .toggleLink .toggleLink-text {
    color: #383e47;
    line-height: 20px;
    border-bottom: 1px solid transparent;
    transition: all 0.3s ease; }
  .productReviews .toggle-title .toggleLink:hover {
    color: #005599; }
    .productReviews .toggle-title .toggleLink:hover .toggleLink-text {
      color: #005599;
      border-bottom: 1px solid #005599; }
    .productReviews .toggle-title .toggleLink:hover svg {
      fill: #005599; }

.productReviews .page-heading {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0; }

@media (max-width: 1024px) {
  .productReviews:not(.tabs-vertical) .toggle-content {
    display: block !important; } }

@media (min-width: 1025px) {
  .productReviews .toggle-title .toggleLink {
    display: block; } }

@media (min-width: 1025px) {
  .productRelated .toggleLink {
    display: none; } }

/*--------  8.0 Galery popup  -------*/
.vgallery_popup .content_slide {
  font-size: 0;
  display: block; }
  .vgallery_popup .content_slide .box1, .vgallery_popup .content_slide .box2 {
    position: relative;
    display: inline-block;
    vertical-align: top; }
  .vgallery_popup .content_slide .box1 {
    width: 62%;
    overflow: hidden;
    max-height: 540px; }
  .vgallery_popup .content_slide .box2 {
    width: 38%;
    padding-left: 50px; }

.vgallery_popup .btn-arrow {
  top: 50%;
  z-index: 2;
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: absolute;
  transform: translateY(-50%); }
  .vgallery_popup .btn-arrow:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%; }
  .vgallery_popup .btn-arrow.btn-prev {
    left: 0; }
    .vgallery_popup .btn-arrow.btn-prev:before {
      background: rgba(255, 255, 255, 0.5) url(//cdn3.bigcommerce.com/s-q7337/templates/__custom/images/vgallery.png?t=1501514855);
      background-position: 15px; }
  .vgallery_popup .btn-arrow.btn-next {
    right: 0; }
    .vgallery_popup .btn-arrow.btn-next:before {
      background: rgba(255, 255, 255, 0.5) url(//cdn3.bigcommerce.com/s-q7337/templates/__custom/images/vgallery.png?t=1501514855);
      background-position: -20px; }

.vgallery_popup .galleryView {
  width: 100%;
  text-align: center; }
  .vgallery_popup .galleryView:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 75%; }
  .vgallery_popup .galleryView img:not([role="presentation"]) {
    top: 0;
    left: 50%;
    height: 100%;
    position: absolute;
    transform: translateX(-50%); }
  .vgallery_popup .galleryView > iframe {
    top: 0;
    left: 50%;
    right: 0;
    bottom: 0;
    min-height: 100%;
    transform: translateX(-50%);
    position: absolute; }

.vgallery_popup .gallery-thumbnail h2 {
  font-size: 16px;
  margin: 0 0 5px 0;
  text-transform: uppercase; }

.vgallery_popup .gallery-thumbnail ul {
  margin: 0 -5px;
  font-size: 0;
  text-align: left; }
  .vgallery_popup .gallery-thumbnail ul li {
    position: relative;
    font-size: 12px;
    width: 25%;
    display: inline-block;
    vertical-align: top;
    padding: 5px; }
  .vgallery_popup .gallery-thumbnail ul .thumbbsd {
    display: block;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    position: relative; }
    .vgallery_popup .gallery-thumbnail ul .thumbbsd:after {
      content: '';
      display: block;
      height: 0;
      width: 100%;
      padding-bottom: 100%; }
    .vgallery_popup .gallery-thumbnail ul .thumbbsd img {
      top: 50%;
      left: 50%;
      width: auto;
      height: 100%;
      max-width: none;
      position: absolute;
      transform: translate(-50%, -50%); }
    .vgallery_popup .gallery-thumbnail ul .thumbbsd.thumb-video {
      border-radius: 3px;
      overflow: hidden; }
      .vgallery_popup .gallery-thumbnail ul .thumbbsd.thumb-video:before {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: "";
        z-index: 2;
        border-radius: 3px;
        position: absolute;
        background-color: rgba(255, 255, 255, 0.5);
        border: 3px solid #005599; }

.vgallery_popup .gallery-thumbnail + .gallery-thumbnail {
  margin-top: 30px; }

.vgallery_popup .gallery-thumbnail-1 h2:before {
  content: 'Product Image'; }

.vgallery_popup .gallery-thumbnail-2 h2:before {
  content: 'Product Video'; }

/*=====  End of www.themevale.com  ======*/
.themevale_badges {
  top: 0px;
  right: 0px;
  position: absolute;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: flex-end; }

.themevale_badge {
  color: #ffffff;
  height: 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  padding-left: 7px;
  padding-right: 7px;
  border-radius: 2px;
  margin-bottom: 5px;
  transition: all 0.5s ease;
  text-transform: capitalize;
  background-color: #383e47; }

.sale-badge {
  background: #c00011;
  color: white; }

.soldOut-badge {
  background: #898989;
  color: white; }

.new-badge {
  color: #ffffff;
  background-color: #6aa004; }

.custom-badge {
  background: #383e46;
  color: white; }

.bestseller-badge {
  color: #ffffff;
  background-color: #e56d00; }

[data-product-attribute] .form-option {
  padding: 0;
  z-index: 1;
  min-width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  vertical-align: top;
  position: relative;
  border-radius: 3px;
  margin-right: 7px;
  border: 1px solid #c8c8c8;
  color: #383e47; }
  [data-product-attribute] .form-option .form-option-variant {
    padding: 0;
    min-width: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    padding: 0 5px;
    border-radius: 3px;
    position: relative; }
  @media (min-width: 551px) {
    [data-product-attribute] .form-option {
      margin-right: 10px; } }

[data-product-attribute] .form-option-swatch {
  border: none;
  overflow: hidden;
  line-height: 1;
  border-radius: 3px; }
  [data-product-attribute] .form-option-swatch .form-option-variant[title="White"] {
    border: 1px solid #c8c8c8; }
  [data-product-attribute] .form-option-swatch.swatch-pattern {
    overflow: visible; }
  [data-product-attribute] .form-option-swatch.swatch-two-color {
    box-shadow: 0 0 1px #c2c2c2; }
    [data-product-attribute] .form-option-swatch.swatch-two-color .form-option-variant {
      width: 50%;
      border-radius: 0; }
  [data-product-attribute] .form-option-swatch.swatch-three-color {
    box-shadow: 0 0 1px #c2c2c2; }
    [data-product-attribute] .form-option-swatch.swatch-three-color .form-option-variant {
      width: 33.33333%;
      border-radius: 0; }

[data-product-attribute] .form-option.unavailable {
  opacity: 1;
  background-color: transparent; }
  [data-product-attribute] .form-option.unavailable:before {
    left: -7px;
    top: 16px;
    height: 1px;
    width: calc(140% - 1px);
    background-color: #f68863; }
  [data-product-attribute] .form-option.unavailable .form-option-variant {
    /*opacity: 0.7;*/ }

[data-product-attribute] .form-radio:checked + .form-option.unavailable {
  box-shadow: 0 0 0 1px #505050; }

[data-product-attribute] .form-radio:checked + .form-option {
  border-color: #383e47;
  box-shadow: 0 0 0 1px #383e47; }

[data-product-attribute] .form-radio:checked + .form-option-swatch {
  border: none;
  box-shadow: 0 0 0 2px #383e47; }

.form-option-variant--color,
.form-option-variant--pattern {
  height: 22px;
  width: 22px; }

.form-option-expanded {
  background-color: white;
  border: 1px solid #999999;
  left: 0;
  line-height: 1;
  opacity: 0;
  padding: 5px;
  border-radius: 3px;
  position: absolute;
  top: calc(100% + 5px);
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  visibility: hidden; }
  .form-option-expanded .title {
    font-size: 12px;
    margin-bottom: 5px;
    display: block; }

@media (min-width: 1025px) {
  .form-option:hover .form-option-expanded {
    opacity: 1;
    visibility: visible;
    z-index: 30; } }

.form-option-image {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 100px;
  width: 100px; }

.account {
  margin-top: 10px;
  /*margin-bottom: spacing("single");*/ }
  .account .form-actions {
    text-align: left; }
  @media (min-width: 1025px) {
    .account .button {
      padding-left: 35px;
      padding-right: 35px; } }

@media (min-width: 801px) {
  .account--fixed {
    margin: 0 auto;
    width: 66.66667%; } }

@media (min-width: 801px) {
  .account--fixedSmall {
    margin: 0 auto;
    width: 50%; } }

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

.account-body {
  /*@include grid-row($behavior: "nest");*/ }

.account-content {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }

@media (min-width: 801px) {
  .account-content--fixed {
    width: 66.66667%; } }

@media (min-width: 801px) {
  .account-content--fixedSmall {
    width: 50%; } }

.account-sidebar {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 801px) {
    .account-sidebar {
      width: 33.33333%; }
      .account-content--fixedSmall + .account-sidebar {
        float: right; } }

/*----------  Multilevel filter  ---------*/
@media (min-width: 1025px) {
  .heroCarousel-content {
    padding-bottom: 80px; } }

.themevale_MultiCategory-wrapper {
  position: relative; }
  @media (min-width: 801px) {
    [data-page-type="default"] .themevale_MultiCategory-wrapper + div {
      padding-top: 80px; } }

.themevale_MultiCategory {
  width: 100%;
  z-index: 1;
  color: #383e47;
  display: block;
  padding: 15px;
  margin-bottom: 30px;
  margin-left: auto;
  max-width: 1170px;
  margin-right: auto;
  position: relative;
  background-color: #f7f7f7; }
  .themevale_MultiCategory .button svg {
    fill: white;
    stroke: transparent; }
  .themevale_MultiCategory .button:hover svg, .themevale_MultiCategory .button:active svg, .themevale_MultiCategory .button:focus svg {
    fill: #14204a;
    stroke: transparent; }
  .page-type-default .themevale_MultiCategory,
  .page-type-category .themevale_MultiCategory,
  .page-type-product .themevale_MultiCategory {
    z-index: 1;
    position: relative; }
  .page-type-default .themevale_MultiCategory {
    border-radius: 3px;
    width: calc(100% - 30px); }
  @media (min-width: 801px) {
    .themevale_MultiCategory {
      padding: 18px 30px; }
      .page-type-default .themevale_MultiCategory {
        border-radius: 3px; } }
  @media (min-width: 1025px) {
    .themevale_MultiCategory {
      border-radius: 3px;
      padding: 30px;
      color: #383e47;
      background-color: #f7f7f7; }
      .page-type-category .themevale_MultiCategory,
      .page-type-product .themevale_MultiCategory {
        border-radius: 0;
        width: 100%;
        padding: 30px 0;
        margin: 0 auto;
        color: #383e47;
        background-color: #f7f7f7; }
        .page-type-category .themevale_MultiCategory:before,
        .page-type-product .themevale_MultiCategory:before {
          top: 0;
          bottom: 0;
          right: 100%;
          width: 100%;
          content: "";
          position: absolute;
          background-color: #f7f7f7; }
        .page-type-category .themevale_MultiCategory:after,
        .page-type-product .themevale_MultiCategory:after {
          top: 0;
          bottom: 0;
          left: 100%;
          width: 100%;
          content: "";
          position: absolute;
          background-color: #f7f7f7; }
        .page-type-category .themevale_MultiCategory .themevale_multilevel-category-filter .form-field .form-select,
        .page-type-product .themevale_MultiCategory .themevale_multilevel-category-filter .form-field .form-select {
          background-color: #ffffff; }
      .page-type-product .themevale_MultiCategory {
        margin: 0 auto 30px; } }

.themevale_multilevel-category-filter {
  display: block; }
  .themevale_multilevel-category-filter .form-label {
    display: block;
    color: inherit;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
    background-color: transparent;
    border: 0; }
    .themevale_multilevel-category-filter .form-label .title {
      display: block;
      font-size: 18px;
      margin: 0 0 5px 0;
      color: inherit;
      white-space: nowrap;
      text-transform: capitalize; }
    .themevale_multilevel-category-filter .form-label .description {
      font-size: 14px;
      color: inherit;
      font-weight: 400;
      margin-bottom: 0; }
  .themevale_multilevel-category-filter .form-wrapper {
    display: block; }
  .themevale_multilevel-category-filter .form-field {
    display: block;
    margin: 0 0 10px 0; }
    .themevale_multilevel-category-filter .form-field .form-label {
      display: block;
      font-size: 0;
      line-height: 0;
      margin: 0;
      padding: 0; }
    .themevale_multilevel-category-filter .form-field .form-select {
      font-size: 14px;
      height: 42px;
      padding-top: 0;
      padding-bottom: 0;
      line-height: 40px;
      max-width: 100%;
      box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.03);
      background-position: right 6px center; }
  .themevale_multilevel-category-filter .group-button {
    font-size: 0;
    margin-top: 20px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between; }
    .themevale_multilevel-category-filter .group-button .button {
      min-width: 90px;
      padding: 0;
      height: 42px;
      line-height: 40px;
      width: 50%;
      margin-bottom: 0; }
      .themevale_multilevel-category-filter .group-button .button + .button {
        margin-left: 10px; }
    .themevale_multilevel-category-filter .group-button #themevale_clear-select {
      line-height: 38px;
      height: 42px;
      padding: 0; }
  @media (min-width: 551px) {
    .themevale_multilevel-category-filter .form-wrapper {
      display: flex;
      flex-wrap: nowrap;
      align-items: center;
      justify-content: space-between;
      flex-grow: 1; }
    .themevale_multilevel-category-filter .form-field {
      width: 30%;
      margin: 0 10px 0 0;
      display: inline-block; }
    .themevale_multilevel-category-filter .group-button {
      min-width: 130px;
      margin-top: 0;
      display: inline-block; }
      .themevale_multilevel-category-filter .group-button .button {
        width: 60px;
        min-width: 60px; } }
  @media (min-width: 801px) {
    .themevale_multilevel-category-filter {
      display: flex;
      flex-wrap: nowrap;
      align-items: center;
      justify-content: space-between; }
      .themevale_multilevel-category-filter .form-label {
        text-align: left;
        display: inline-block;
        margin-right: 30px;
        margin-bottom: 0px;
        margin-top: 0; } }

#sticky_addtocart {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 101;
  padding: 15px 0;
  text-align: center;
  background: #ffffff;
  transition: all 0.5s ease;
  transform: translate3d(0, 100%, 0);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2); }
  #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: 100%;
      display: inline-block;
      vertical-align: middle; }
      #sticky_addtocart > .container .item:first-child {
        display: none; }
  #sticky_addtocart .countDown {
    display: none; }
  #sticky_addtocart .product-wrapper {
    display: table;
    max-width: 360px;
    text-align: left; }
    #sticky_addtocart .product-wrapper > .product-image {
      display: table-cell;
      vertical-align: middle;
      width: 70px; }
    #sticky_addtocart .product-wrapper > .product-content {
      display: table-cell;
      vertical-align: middle;
      padding-left: 10px; }
    #sticky_addtocart .product-wrapper .productView-title {
      font-size: 12px;
      line-height: 20px;
      font-weight: 700;
      margin: 0 0 8px 0;
      font-family: "Arimo", Arial, Helvetica, sans-serif;
      color: #005599; }
    #sticky_addtocart .product-wrapper .productView-price {
      margin: 0;
      font-size: 0;
      position: relative; }
      #sticky_addtocart .product-wrapper .productView-price .price-section {
        font-size: 14px;
        line-height: 1;
        font-weight: 700;
        color: #141414; }
        #sticky_addtocart .product-wrapper .productView-price .price-section.price-section--withoutTax {
          color: #b20000; }
          #sticky_addtocart .product-wrapper .productView-price .price-section.price-section--withoutTax .price-now-label + .price--withoutTax {
            color: #141414; }
        #sticky_addtocart .product-wrapper .productView-price .price-section.rrp-price--withoutTax {
          color: #999999;
          font-size: 14px;
          font-weight: 500;
          margin-bottom: 5px; }
        #sticky_addtocart .product-wrapper .productView-price .price-section.non-sale-price--withoutTax {
          color: #999999;
          margin-right: 8px;
          display: inline-block;
          vertical-align: top; }
          #sticky_addtocart .product-wrapper .productView-price .price-section.non-sale-price--withoutTax + .price-section--withoutTax {
            display: inline-block;
            vertical-align: top; }
        #sticky_addtocart .product-wrapper .productView-price .price-section.price-none {
          margin-right: 0; }
          #sticky_addtocart .product-wrapper .productView-price .price-section.price-none + .price-section--withoutTax {
            color: #141414; }
      #sticky_addtocart .product-wrapper .productView-price .price-section--saving {
        color: #141414;
        margin-top: 8px;
        font-size: 12px;
        font-weight: 400;
        font-style: italic; }
      #sticky_addtocart .product-wrapper .productView-price .sold-product {
        display: block;
        top: -1px;
        right: 0;
        margin-top: 0;
        position: absolute; }
        @media (min-width: 1025px) {
          #sticky_addtocart .product-wrapper .productView-price .sold-product {
            top: -1px;
            right: 0;
            margin-top: 0;
            position: absolute; } }
  #sticky_addtocart .form-field--increments {
    margin: 0 10px;
    font-size: 0;
    display: none; }
    #sticky_addtocart .form-field--increments .form-increment .button {
      width: 36px;
      height: 38px;
      line-height: 38px; }
      #sticky_addtocart .form-field--increments .form-increment .button > .icon {
        line-height: 40px; }
    #sticky_addtocart .form-field--increments .form-increment .form-input--incrementTotal {
      height: 38px;
      width: 50px;
      line-height: 38px; }
    #sticky_addtocart .form-field--increments .form-label {
      display: none; }
  #sticky_addtocart .form-action {
    position: relative;
    width: 100%;
    display: inline-block; }
    #sticky_addtocart .form-action .button {
      padding: 12px 15px 11px 15px; }
    #sticky_addtocart .form-action input {
      margin-bottom: 0;
      width: 100%; }
    #sticky_addtocart .form-action .choose_options_add {
      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 .choose_options_add.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: center;
    justify-content: center; }
    #sticky_addtocart .form .pop-up-option {
      left: 0;
      right: 0;
      bottom: -100%;
      width: 100%;
      z-index: -1;
      position: absolute;
      text-align: left;
      background: #ffffff;
      padding: 25px 0 10px 0;
      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;
        bottom: 100%; }
      #sticky_addtocart .form .pop-up-option .data-product-name {
        display: block;
        margin-bottom: 20px;
        padding-bottom: 10px;
        padding-right: 30px;
        border-bottom: 1px solid #f8f8f8; }
        #sticky_addtocart .form .pop-up-option .data-product-name .productView-title {
          font-size: 15px;
          margin-bottom: 8px;
          font-family: "Arimo", Arial, Helvetica, sans-serif;
          color: #005599; }
        #sticky_addtocart .form .pop-up-option .data-product-name .productView-price .price-section {
          font-size: 16px;
          font-weight: 700; }
      #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 .close {
        font-size: 20px;
        color: #000;
        position: absolute;
        right: 10px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        top: -15px;
        opacity: 1;
        background: #fff;
        filter: alpha(opacity=100);
        text-align: center;
        font-weight: 600;
        z-index: 10; }
    #sticky_addtocart .form .alertBox--error {
      min-width: 200px;
      margin: 0;
      opacity: 0.65;
      width: 100%;
      color: #fff;
      border-radius: 0;
      text-align: center;
      padding: 10px 25px;
      pointer-events: none;
      background-color: #505050;
      border: 1px solid #505050; }
      #sticky_addtocart .form .alertBox--error .alertBox-icon {
        display: none; }
      #sticky_addtocart .form .alertBox--error .alertBox-message {
        font-size: 13px;
        line-height: 20px;
        text-transform: uppercase;
        letter-spacing: 0.05rem;
        font-weight: 700;
        padding: 0;
        text-align: center;
        display: block; }
  @media (min-width: 768px) {
    #sticky_addtocart > .container .item {
      width: auto; }
      #sticky_addtocart > .container .item:first-child {
        display: inline-block; }
    #sticky_addtocart .form .pop-up-option {
      padding: 35px 0 20px 0; }
      #sticky_addtocart .form .pop-up-option .form-field {
        font-size: 12px;
        margin: 0 0 10px 0;
        display: inline-block;
        vertical-align: top;
        width: 50%; }
        #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;
        padding-right: 30px; }
      #sticky_addtocart .form .pop-up-option .close {
        top: -5px;
        right: -10px; }
    #sticky_addtocart .form-field--increments {
      display: block; }
    #sticky_addtocart .form-action {
      width: 200px; } }
  @media (min-width: 1025px) {
    #sticky_addtocart .countDown {
      display: block;
      margin-right: 10px; } }

.show_sticky#sticky_addtocart {
  z-index: 105;
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

/*Frequently Bought Together*/
#themvale-fbt {
  margin-top: 50px;
  margin-bottom: 30px;
  color: #383e47; }
  #themvale-fbt .page-heading {
    padding-bottom: 10px;
    border-bottom: 1px solid #e2e4e8; }
  #themvale-fbt .themvale-fbt-product-wrapper {
    display: block; }
    #themvale-fbt .themvale-fbt-product-wrapper .themvale-fbt-total,
    #themvale-fbt .themvale-fbt-product-wrapper .themvale-fbt-product-list {
      display: block; }
    #themvale-fbt .themvale-fbt-product-wrapper .themvale-fbt-total {
      margin-top: 40px;
      text-align: left; }
  @media (min-width: 1025px) {
    #themvale-fbt {
      margin-top: 50px;
      margin-bottom: 50px;
      padding-bottom: 35px;
      border-bottom: 1px solid #e2e4e8; }
      #themvale-fbt .themvale-fbt-product-wrapper {
        display: flex;
        align-items: center;
        justify-content: flex-start; }
        #themvale-fbt .themvale-fbt-product-wrapper .themvale-fbt-product-list {
          width: 80%; }
        #themvale-fbt .themvale-fbt-product-wrapper .themvale-fbt-total {
          width: 20%;
          margin: 0;
          text-align: center; }
      #themvale-fbt .themvale-fbt-product-list {
        padding-left: 20px;
        padding-right: 20px; }
        #themvale-fbt .themvale-fbt-product-list .slick-arrow {
          top: calc(50% - 75px); }
        #themvale-fbt .themvale-fbt-product-list .slick-arrow.slick-prev {
          left: 15px; }
        #themvale-fbt .themvale-fbt-product-list .slick-arrow.slick-next {
          right: 15px; } }

.themvale-fbt-product-list:not(.slick-slider) {
  font-size: 0;
  overflow-y: hidden;
  overflow-x: auto;
  white-space: nowrap;
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-bottom: 2px; }
  .themvale-fbt-product-list:not(.slick-slider) .themvale-fbt-product-item {
    display: inline-block;
    vertical-align: top;
    padding-left: 0;
    padding-right: 15px;
    width: 50%;
    font-size: 12px;
    white-space: normal;
    float: none; }
  @media (min-width: 551px) {
    .themvale-fbt-product-list:not(.slick-slider) .themvale-fbt-product-item {
      width: 33.33333333%; } }
  @media (min-width: 992px) {
    .themvale-fbt-product-list:not(.slick-slider) .themvale-fbt-product-item {
      width: 25%; } }
  @media (min-width: 1025px) {
    .themvale-fbt-product-list:not(.slick-slider) {
      overflow: hidden;
      margin-left: 0;
      margin-right: 0;
      padding: 0; }
      .themvale-fbt-product-list:not(.slick-slider) .themvale-fbt-product-item {
        padding-right: 30px; } }

.themvale-fbt-product-list.slick-slider {
  margin-left: -8px;
  margin-right: -8px; }
  .themvale-fbt-product-list.slick-slider .slick-slide {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 0 8px;
    min-height: 264px; }
  .themvale-fbt-product-list.slick-slider .slick-slide.slick-active + .slick-slide.slick-active:before {
    color: #bfbfbf;
    content: "+";
    font-size: 40px;
    font-weight: 300;
    position: absolute;
    left: 0;
    top: calc(50% - 75px);
    transform: translate(-50%, -50%); }
  .themvale-fbt-product-list.slick-slider .slick-dots {
    position: absolute; }
  @media (min-width: 1025px) {
    .themvale-fbt-product-list.slick-slider {
      margin-left: -20px;
      margin-right: -20px; }
      .themvale-fbt-product-list.slick-slider .slick-slide {
        display: inline-block;
        vertical-align: top;
        padding: 0 20px; } }

.themvale-fbt-product-item {
  opacity: 0.5;
  position: relative;
  margin-bottom: 3px; }
  .themvale-fbt-product-item .themvale-fbt-product-image {
    text-align: center;
    display: block;
    margin-bottom: 10px; }
  .themvale-fbt-product-item .themvale-fbt-product-content {
    display: block; }
  .themvale-fbt-product-item .themvale-fbt-image-link {
    position: relative;
    max-width: 100px;
    display: inline-block; }
  .themvale-fbt-product-item .themvale-fbt-detail-label {
    padding: 0;
    max-height: 44px;
    overflow: hidden;
    margin-bottom: 12px !important; }
    .themvale-fbt-product-item .themvale-fbt-detail-label:before {
      top: 3px;
      border-radius: 0;
      margin-right: 3px;
      display: inline-block;
      vertical-align: top;
      position: relative; }
    .themvale-fbt-product-item .themvale-fbt-detail-label:after {
      top: 4px; }
    .themvale-fbt-product-item .themvale-fbt-detail-label .themvale-fbt-detail-name {
      font-size: 12px;
      font-weight: 700;
      line-height: 22px;
      font-family: "Arimo", Arial, Helvetica, sans-serif;
      color: #005599;
      display: inline; }
      .themvale-fbt-product-item .themvale-fbt-detail-label .themvale-fbt-detail-name strong {
        text-decoration: underline;
        text-underline-position: under;
        color: #383e47; }
  .themvale-fbt-product-item .themvale-fbt-detail-price {
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 20px;
    color: #141414; }
    .themvale-fbt-product-item .themvale-fbt-detail-price .price-section {
      margin-right: 5px;
      vertical-align: top;
      display: inline-block; }
      .themvale-fbt-product-item .themvale-fbt-detail-price .price-section span {
        line-height: inherit; }
      .themvale-fbt-product-item .themvale-fbt-detail-price .price-section:last-child {
        margin-right: 0; }
      .themvale-fbt-product-item .themvale-fbt-detail-price .price-section.price-section--withoutTax {
        color: #b20000; }
        .themvale-fbt-product-item .themvale-fbt-detail-price .price-section.price-section--withoutTax .price-now-label + .price--withoutTax {
          color: #141414; }
      .themvale-fbt-product-item .themvale-fbt-detail-price .price-section.rrp-price--withoutTax {
        color: #999999;
        display: block;
        margin-bottom: 10px;
        margin-right: 0; }
      .themvale-fbt-product-item .themvale-fbt-detail-price .price-section.non-sale-price--withoutTax {
        color: #999999; }
      .themvale-fbt-product-item .themvale-fbt-detail-price .price-section.price-none {
        display: none; }
        .themvale-fbt-product-item .themvale-fbt-detail-price .price-section.price-none + .price-section--withoutTax {
          color: #141414; }
  .themvale-fbt-product-item .button {
    width: 100%; }
    .themvale-fbt-product-item .button.card_out_of_stock + .themvale-fbt-toggle-options {
      display: none; }
  .themvale-fbt-product-item.isChecked {
    opacity: 1; }

.themvale-fbt-total {
  font-size: 12px;
  text-align: center;
  color: #383e47; }
  .themvale-fbt-total .themevale-text-price {
    margin-bottom: 10px; }
    .themvale-fbt-total .themevale-text-price span {
      font-size: 12px;
      font-weight: 400; }
    .themvale-fbt-total .themevale-text-price span.themvale-fbt-total-price {
      font-size: 18px;
      font-weight: 700;
      margin-left: 3px;
      color: #383e47; }
  .themvale-fbt-total .button {
    min-width: 190px; }

#themvale-fbt,
#fbt,
.pgo,
.pog {
  position: relative; }

#fbt,
.freqBought .form-field__sizeChart,
.freqBought-item .price-section.price-section--saving {
  display: none; }

.productView-info-name.fbt, .productView-info-name.fbt-product {
  display: none; }

.productView-info-value.fbt, .productView-info-value.fbt-product {
  display: none; }

.themvale-fbt-detail-field,
.themvale-fbt-image-link {
  display: inline-block; }

.themvale-fbt-detail-options {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  padding: 30px 15px 15px 15px;
  overflow-y: auto;
  position: absolute;
  background-color: #ffffff; }
  .themvale-fbt-detail-options .close-options {
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 10;
    cursor: pointer;
    pointer-events: auto; }
    .themvale-fbt-detail-options .close-options svg {
      width: 24px;
      height: 24px;
      fill: #383e47; }
  .themvale-fbt-detail-options .form-field {
    margin-bottom: 1rem; }
    .themvale-fbt-detail-options .form-field .form-label {
      color: #383e47;
      font-weight: 700;
      font-size: 12px;
      position: relative; }
      .themvale-fbt-detail-options .form-field .form-label > small {
        color: #db5839;
        font-size: 12px;
        font-weight: 400;
        float: none;
        margin-top: 1px;
        font-style: unset;
        margin-left: 0;
        text-transform: capitalize; }
        .themvale-fbt-detail-options .form-field .form-label > small:before {
          content: none; }

.hasOptions--selected .themvale-fbt-toggle-options {
  background-color: #383e47;
  border-color: #383e47;
  color: #ffffff; }
  .hasOptions--selected .themvale-fbt-toggle-options:hover {
    background-color: #383e47;
    border-color: #383e47;
    color: #ffffff; }

.hideSavings {
  display: none !important; }

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

.button--primary {
  color: white; }
  .button--primary:hover, .button--primary:focus, .button--primary:active {
    color: white; }
  @media (min-width: 1025px) {
    .button--primary:hover, .button--primary:focus, .button--primary:active {
      color: #14204a; } }

.button--primary-inverted {
  color: #14204a;
  border: 1px solid #ffc628;
  background-color: #ffc628; }
  .button--primary-inverted svg {
    fill: white; }
  .button--primary-inverted:hover, .button--primary-inverted:focus, .button--primary-inverted:active {
    color: white;
    border: 1px solid #14204a;
    background-color: #14204a; }
    .button--primary-inverted:hover svg, .button--primary-inverted:focus svg, .button--primary-inverted:active svg {
      fill: white; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #6e6e6e; }

span.o7-help {
  background-image: url(../img/help.png);
  width: 15px;
  height: 15px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  top: 2px;
  left: 5px;
  cursor: pointer; }

span.o7-help-container {
  width: 210px;
  position: absolute;
  font-size: 12px;
  font-weight: 600;
  z-index: 99;
  top: 100%;
  left: -450%;
  display: none;
  padding-top: 10px; }

span.o7-help-inner {
  background: #fff;
  padding: 8px;
  display: block;
  border-radius: 3px;
  width: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.17); }

.heroCarousel-image-wrapper .heroCarousel-image-mobile {
  width: 100%; }

@media only screen and (max-width: 768px) {
  .heroCarousel-image-wrapper .heroCarousel-image {
    display: none !important; }
  .heroCarousel-image-wrapper .heroCarousel-image-mobile {
    display: block !important;
    max-height: 170px; } }

@media (max-width: 590px) {
  .themevale_heroCarousel {
    min-height: 230px !important; } }

/*core values page styling*/
#content_area img[src*="/headings/heading_aboutus.gif"] + br + table:before, .accordeon_content, .category #divWaitModal + table > tbody > tr:first-child a, .category #divWaitModal + table > tbody > tr:first-child b {
  display: none; }

.container, .oem-img img, .process-img img {
  width: 100%; }

#content_area {
  padding: 30px 0 0;
  margin-top: 90px; }

.page-wrap.select-make-page-wrap {
  padding-bottom: 0; }

.accordeon_title, .question-info a {
  font-weight: bold; }

h1, h2, h3, h4 {
  color: #333;
  background-color: transparent;
  text-transform: none;
  letter-spacing: 0;
  padding: 0; }

h2 {
  font-size: 25px;
  line-height: 24px; }

h3 {
  font-size: 15px;
  font-style: inherit; }

.new-container {
  margin: 0 auto; }

.new-container {
  font-size: 15px;
  line-height: 26px; }

.new-container p {
  letter-spacing: 0; }

.new-container a {
  color: #428BCA; }

.new-container a:hover {
  text-decoration: underline; }

.resource-nav ul li a.active, .resource-nav ul li a:hover {
  color: #fff; }

.resource-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 50px 0 55px 0;
  padding-left: 0; }

.resource-nav ul li a {
  color: #333;
  display: block;
  background-color: #E0E0E0;
  padding: 10px 24px;
  font-size: 14px;
  border-right: 2px solid #fff; }

.resource-nav ul li:last-child a {
  border-right: none; }

.resource-nav ul li a.active, .resource-nav ul li a:hover {
  background-color: #1A244A; }

.services-head {
  background: url(https://cdn11.bigcommerce.com/s-g53f230qti/product_images/uploaded_images/core-values-bkgrnd.jpeg?t=1617866387&_ga=2.128567308.1007057557.1617606172-1584347945.1617193681) no-repeat;
  background-size: cover;
  height: 400px;
  display: flex;
  align-items: center; }

.services-head img {
  padding: 170px 0;
  margin: 0 auto;
  text-align: center;
  display: flex;
  width: 520px; }

.services-head h1 {
  font-size: 40px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px 75px;
  text-transform: uppercase;
  color: #fff; }

.eqWrap {
  display: flex; }

.eq {
  padding: 20px; }

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

.mission-st .equalHMRWrap {
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin: 60px 0; }

.mission-st .equalHMR {
  width: 22%;
  margin-bottom: 3%;
  background-color: #fff;
  border: 1px solid rgba(20, 31, 72, 0.2);
  box-sizing: border-box;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }

.mission-txt {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  line-height: 26px; }

.blue-bkgrnd {
  background-color: #14204A;
  padding: 70px 0; }

.vision {
  color: #fff;
  text-align: center; }

.vision h3 {
  color: #C4C4C4;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 0;
  font-size: 14px;
  margin-bottom: 20px; }

.vision div {
  font-family: 'Poppins', sans-serif;
  font-size: 35px;
  line-height: 40px; }

.values .equalHMRWrap {
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin: 60px 0; }

.values .equalHMR {
  width: 30%;
  margin-bottom: 3%;
  background-color: #fff;
  border: 1px solid rgba(20, 31, 72, 0.2);
  box-sizing: border-box;
  display: flex;
  flex-direction: column; }

.values img {
  width: 80%;
  display: flex;
  margin: 0 auto; }

.values h4 {
  font-style: normal;
  text-transform: uppercase;
  font-size: 20px;
  text-align: center; }

.values p {
  text-align: center;
  margin: 35px 0; }

.values ul {
  padding-left: 25px;
  font-size: 14px;
  font-weight: bold;
  flex: auto;
  display: flex;
  justify-content: space-between;
  flex-direction: column; }

.values li {
  line-height: 20px;
  padding-bottom: 14px; }

.values span {
  font-weight: normal; }

.callout-find-fob p {
  margin: 0; }

.callout-find-fob div {
  margin: 0 auto;
  text-align: center; }

.callout-find-fob a.shop-now-btn {
  background: #14204a;
  padding: 12px 45px;
  width: 300px;
  display: block;
  color: #fff;
  margin: 0 auto;
  text-align: center;
  font-weight: 700; }

.callout-find-fob a.shop-now-btn:hover {
  color: #333;
  background: #ffc628;
  text-decoration: none; }

.callout-find-fob {
  border-top: 1px solid #c4c4c4;
  border-bottom: 1px solid #c4c4c4;
  padding: 30px 0;
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.callout-find-fob h3 {
  font-size: 25px;
  margin-bottom: 10px; }

.themevale_breadcrumb {
  display: none; }

/* Container overrides for a full width section*/
@media screen and (min-width: 0px) {
  .new-container, footer .container, .ask > .container, .f-bg-color .container {
    width: 95%;
    padding: 0 15px; } }

@media screen and (min-width: 425px) {
  .new-container, footer .container, .ask > .container, .f-bg-color .container {
    width: 90%; } }

@media screen and (min-width: 992px) {
  .new-container, footer .container, .ask > .container, .f-bg-color .container {
    width: 970px; }
  #content_area {
    margin-top: 160px; } }

@media screen and (min-width: 1200px) {
  .new-container, footer .container, .ask > .container, .f-bg-color .container {
    width: 1170px; } }

@media screen and (max-width: 1200px) {
  .resource-nav ul li a {
    width: 280px;
    text-align: center;
    margin-top: 2px; }
  .resource-nav ul li:last-child a {
    border-right: 2px solid #fff; } }

@media screen and (max-width: 991px) {
  .mission-st .equalHMR {
    width: 48%;
    margin: 1%;
    height: 180px; } }

@media screen and (max-width: 900px) {
  h1 {
    text-align: center;
    line-height: 35px; }
  .callout-find-fob {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .callout-find-fob a.shop-now-btn {
    margin-top: 20px; }
  .values .equalHMR {
    width: 45%;
    margin-bottom: 10%; } }

@media screen and (max-width: 580px) {
  .mission-st .equalHMR {
    width: 100%;
    margin: 3%; }
  .mission-st .equalHMRWrap {
    margin: 30px auto; }
  .values .equalHMR {
    width: 85%;
    margin: 30px auto; } }

@media screen and (max-width: 411px) {
  .callout-find-fob a.shop-now-btn {
    width: 240px; } }

.meet-your-experts-banner {
  text-align: center;
  background-size: cover;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(https://cdn11.bigcommerce.com/s-g53f230qti/product_images/uploaded_images/keri-building.jpeg?t=1618392835&_ga=2.101552513.1814641376.1618246667-1584347945.1617193681); }

.meet-your-experts-banner img {
  background-color: #fff;
  padding: 20px; }

.welcome-title {
  font-size: 50px;
  color: pink !important; }

.resource-title {
  display: block;
  margin: 0;
  color: #383e47;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Rajdhani", Arial, Helvetica, sans-serif !important; }

.blog-post {
  font-size: 1.25rem !important; }
  .blog-post span {
    font-size: 1.25rem !important; }
  .blog-post .row {
    display: flex;
    justify-content: space-between; }
    .blog-post .row .left {
      width: 68%; }
    .blog-post .row .right {
      width: 30%; }
      .blog-post .row .right li {
        line-height: 2; }

@media (max-width: 768px) {
  .resource-nav ul {
    margin: 20px 0px; }
  .blog-post :not(.followUs).row {
    flex-direction: column; }
    .blog-post :not(.followUs).row .left, .blog-post :not(.followUs).row .right {
      width: 100%; } }

@media (min-width: 770px) {
  .blog-list-item {
    display: flex;
    flex-wrap: wrap; }
    .blog-list-item .blog-post-header {
      width: 100%; }
    .blog-list-item .blog-post-figure {
      width: 20%; }
    .blog-list-item .blog-post-body {
      width: 70%; } }

.YOUTUBE-iframe-video, .blog iframe {
  width: 100%;
  height: calc(100vw / 3.25); }

.followUs a {
  color: #ffffff;
  display: inline-block;
  width: 100%;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #eee;
  border-radius: 5px;
  overflow: hidden;
  vertical-align: top; }

.followUs_icon {
  font-size: 22px; }

.followUs .followUs_facebook:hover, .followUs .followUs_facebook .followUs_icon {
  background: #516da7; }

.followUs .followUs_facebook {
  background: #5d7dbf; }

.followUs .followUs_twitter {
  background: #69b8f5; }

.followUs .followUs_twitter:hover, .followUs .followUs_twitter .followUs_icon {
  background: #5da5dc; }

.followUs .followUs_youtube {
  background: #d24544; }

.followUs .followUs_youtube:hover, .followUs .followUs_youtube .followUs_icon {
  background: #b93d3c; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a"; }

.followUs_count {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 20px; }

.blog-home-sections .image-wrapper {
  position: relative;
  padding-bottom: 30px;
  text-align: center; }
  .blog-home-sections .image-wrapper img {
    min-width: 100%;
    object-fit: cover; }
  .blog-home-sections .image-wrapper h3 {
    margin: 0;
    background-color: #b20000;
    color: #fff;
    font-size: 1.5rem;
    padding: 10px; }

@media (min-width: 1025px) {
  .page-sidebar.blog-sidebar {
    width: 340px;
    display: block;
    padding-right: 15px; }
  #blog-listing-container {
    width: calc(100% - 340px); }
  #menu .navPage-subMegaMenu {
    overflow-y: inherit; } }

#cse-search-box input:nth-child(1), #cse-search-box input:nth-child(2), #cse-search-box input:nth-child(3), #cse-search-box input:nth-child(4) {
  display: none;
  visibility: hidden; }

.by-make-list--visible.sorted .column-4 ul {
  margin-bottom: 80px; }

body {
  padding-top: 0 !important; }

.page-heading {
  background: #14204a;
  color: #fff !important;
  text-align: center;
  display: none; }

.previewCartCheckout-additionalCheckoutButtons, .cart-additionalCheckoutButtons {
  height: 200px !important; }

.checkout-steps > .checkout-step {
  display: block !important; }

html {
  scroll-behavior: smooth; }

#consent-manager {
  display: none; }

.page-heading {
  padding-top: 10px;
  padding-bottom: 10px; }

.button--yellow {
  color: #333;
  background-color: #FFC628;
  border: 1px solid #FFC628; }
  .button--yellow:hover, .button--yellow:focus, .button--yellow:active {
    color: #fff;
    background-color: transparent;
    border: 1px solid #FFC628; }

.page-heading--dark {
  background-color: #14204a;
  color: #fff; }

.icon.telephone2 {
  transform: scaleX(-1); }

.custom-anchor {
  display: block;
  position: relative;
  top: -220px;
  visibility: hidden;
  font-size: 1px;
  margin: 0; }

#flash-sale-modal {
  background-color: #ed2124;
  text-align: center;
  color: #fff;
  max-width: 700px;
  padding: 15px; }
  #flash-sale-modal h1 {
    color: #fff;
    font-size: 4rem;
    text-transform: uppercase; }
  #flash-sale-modal h2 {
    color: #fff;
    font-size: 3.5rem; }
  #flash-sale-modal h3 {
    font-size: 3rem;
    color: #14204a; }
  #flash-sale-modal p {
    font-size: 20px;
    opacity: 0.8; }
  #flash-sale-modal .modal-close-button {
    position: unset;
    width: auto;
    height: auto;
    border: none;
    background-color: #14204a;
    color: #fff;
    font-size: 20px;
    letter-spacing: 2px;
    padding: 15px 30px; }

.themevale_flash-sale .link--offer {
  border: 1px solid #fff;
  padding: 5px;
  border-radius: 4px;
  font-style: normal;
  margin-left: 15px;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.2); }

.cart-item-name {
  font-size: 16px; }

.optimizedCheckout-header .checkoutHeader-link img {
  max-height: 22px; }

.support-carousel-wrapper {
  position: relative;
  margin-top: 26px;
  background-color: #F1F1F1;
  padding: 40px 10px; }
  .support-carousel-wrapper .slick-dots {
    position: relative; }
  .support-carousel-wrapper .review-title {
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    color: #14204a;
    margin-bottom: 25px; }
  .support-carousel-wrapper .support-carousel {
    position: relative;
    width: 100%;
    padding: 0px 40px; }
  .support-carousel-wrapper .review-slide {
    background-color: #fff;
    font-size: 12px;
    height: 100%;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center; }
  .support-carousel-wrapper .review-intro {
    font-weight: 700; }
  .support-carousel-wrapper .dash-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-style: italic; }
  .support-carousel-wrapper .carousel-dash:after {
    content: "";
    background: #14204a;
    width: 12%;
    height: 1px;
    border-radius: 3px;
    float: right;
    margin-top: 12px;
    margin-left: 10px; }

.programming-iframe {
  padding: 50px 0;
  width: 75vw;
  left: 50%;
  transform: translateX(-50%);
  position: relative; }

@media (max-width: 1200px) {
  .heroCarousel, .heroCarousel.slick-dotted {
    margin-bottom: 30px; } }

@media (max-width: 768px) {
  iframe {
    height: 650px; } }

.login-row .login-form {
  margin: 0 auto; }

.login-form.register-info {
  text-align: center;
  font-size: 18px; }
  .login-form.register-info a {
    display: block;
    font-weight: bold;
    text-decoration: none; }
  .login-form.register-info img {
    width: 120px; }

#sticky_addtocart {
  display: none !important; }

.category-hide {
  display: none !important; }

.image-with-text-container img.w-80 {
  width: 80%; }

.image-with-text-container img.w-70 {
  width: 70%; }

.image-with-text-container img.w-60 {
  width: 60%; }

.image-with-text-container img.w-50 {
  width: 50%; }

.image-with-text-container img.w-40 {
  width: 40%; }

.image-with-text-container img.w-30 {
  width: 30%; }

.image-with-text-container img.w-20 {
  width: 20%; }

.image-with-text-container .text-container.w-80 {
  width: 80%; }

.image-with-text-container .text-container.w-70 {
  width: 70%; }

.image-with-text-container .text-container.w-60 {
  width: 60%; }

.image-with-text-container .text-container.w-50 {
  width: 50%; }

.image-with-text-container .text-container.w-40 {
  width: 40%; }

.image-with-text-container .text-container.w-30 {
  width: 30%; }

.image-with-text-container .text-container.w-20 {
  width: 20%; }

@media (max-width: 681px) {
  .image-with-text-container img {
    width: 60%;
    display: block;
    margin: 0 auto; }
  .image-with-text-container .text-container {
    width: 100%; } }

.your-price-text {
  color: #14204a;
  display: block;
  font-weight: normal;
  margin-bottom: 10px; }

.our-price-text span {
  margin-top: 10px;
  margin-bottom: -7px;
  display: block;
  color: #14204a;
  font-size: 14px; }

#currencySelection .dropdown-menu-item + .dropdown-menu-item, #navPages-account-topbar .dropdown-menu-item + .dropdown-menu-item:nth-child(2), nav.navPages-mobile > ul.navPages-list.navPages-list--user li.navPages-item:nth-child(3) {
  display: none !important; }

#back-to-top + p > iframe {
  width: 100%;
  height: 540px; }

/* FAQ/HELP Section Styles */
/* Container spacing */
#faq-fob {
  padding: 2rem 15px;
  background-color: #fff; }

/* Each FAQ item */
.faq-item {
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #e2e8f0;
  padding-bottom: 1rem; }

/* Question styling */
.faq-question {
  font-weight: 600;
  margin: 0 0 0.5rem; }

/* Answer styling */
.faq-answer {
  line-height: 1.6; }

/* Subtitles within answers */
.faq-subtitle {
  font-size: 20px;
  font-weight: bold;
  margin-top: 0.75rem;
  margin-bottom: 0.25rem; }

/* Responsive typography adjustments */
@media (min-width: 768px) {
  .faq-question {
    font-size: 1.25rem;
    /* 20px */ }
  .faq-answer {
    margin-left: 1.5rem;
    font-size: 1.0625rem;
    /* 17px */ } }

.themevale_flash-sale {
  font-size: 1.5rem;
  background-color: #ed2124; }

.header-logo-image-unknown-size {
  max-height: none;
  width: 100%;
  max-width: 290px; }

@media (min-width: 1025px) {
  .header-logo-image-unknown-size {
    max-width: 360px; }
  .mobile-page-list {
    display: none; }
  .mobile-red-offer {
    display: none; } }

.themevale_header-top {
  display: none; }

.themevale_header-middle .item--shop, .themevale_header-middle .item--account {
  white-space: nowrap; }

.themevale_header-bottom {
  background-color: #14204a; }
  .themevale_header-bottom > .container {
    display: flex;
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px; }
    .themevale_header-bottom > .container .navPages-container {
      margin: 0;
      margin-left: auto; }
    .themevale_header-bottom > .container .item--quickSearch {
      margin-left: 15px; }
    .themevale_header-bottom > .container:before, .themevale_header-bottom > .container::after {
      display: none; }
  .themevale_header-bottom .navPages {
    text-align: right; }
  .themevale_header-bottom .item--office {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px; }
    .themevale_header-bottom .item--office p {
      margin: 0; }
    .themevale_header-bottom .item--office a {
      color: #fff;
      font-size: 20px;
      font-weight: bold;
      margin-left: 25px; }
      .themevale_header-bottom .item--office a:hover, .themevale_header-bottom .item--office a:active, .themevale_header-bottom .item--office a:focus {
        color: #FFC628; }
    .themevale_header-bottom .item--office svg.icon {
      fill: #fff;
      width: 20px;
      height: 20px; }

.header-bottom-links .navPages {
  text-align: right; }

.header-bottom-links .navPages .navPages-item > .navPages-action {
  color: #24397a;
  text-decoration: underline;
  font-size: 13px;
  padding-top: 8px;
  padding-bottom: 8px; }

.header-bottom-links .navPages-list {
  margin-bottom: 0px; }

#menu .imageTop .imageTop-item {
  display: none; }

#menu .imageTop .cateArea > ul > li > .navPage-subMenu-action {
  margin-bottom: 0; }

#menu .navPages-action-depth-max .navPage-subMenu {
  display: none; }

.navPages-web-page:first-child {
  border-left: 1px solid #fff; }

#menuMobile .navPages-web-page {
  padding: 5px 18px; }

#menuMobile .automotive-pros-account-container {
  position: relative;
  display: block;
  margin: 15px 18px; }
  #menuMobile .automotive-pros-account-container .automotive-pros-title {
    text-transform: uppercase;
    margin-right: 6px;
    font-family: "Rajdhani", Arial, Helvetica, sans-serif; }
  #menuMobile .automotive-pros-account-container .navUser-action {
    margin-left: 0px;
    margin-bottom: 10px; }
  #menuMobile .automotive-pros-account-container img {
    position: absolute;
    width: 32px;
    height: 36px;
    top: 50%;
    right: 5px;
    transform: translateY(-50%); }

.navPages-container .mobile-page-list {
  margin-top: 20px; }
  .navPages-container .mobile-page-list .navPages-web-page {
    border-bottom: none !important; }

@media (min-width: 1025px) {
  .themevale_header-layout-1.is-sticky .item--hamburger {
    display: none; }
  .themevale_header-layout-1.is-sticky .themevale_header-middle .item--hamburger + .logo-wrapper {
    margin-left: 0px; }
  .themevale_header-layout-1.is-sticky .themevale_header-bottom {
    display: block; }
  .themevale_header-layout-1.is-sticky .header-bottom-links {
    display: none; }
  .mobile-page-list + .automotive-pros-account-container {
    display: none; } }

.themevale_search-custom {
  transition: all 0.4s;
  max-width: 220px;
  overflow: hidden; }
  .themevale_search-custom .form-input {
    transition: all 0.4s; }
  .themevale_search-custom.search-bar-close {
    width: 58px; }
    .themevale_search-custom.search-bar-close .form-input {
      padding: 0; }

.btn-search-toggle:hover {
  cursor: pointer; }

.themevale_searchSticky .themevale_search-custom {
  max-width: unset; }

.automotive-pros-account-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px 15px; }
  .automotive-pros-account-container .automotive-pros-title {
    font-weight: bold;
    font-size: 16px; }
  .automotive-pros-account-container a {
    margin: 0px 5px;
    font-size: 15px; }

.page-heading-wrapper + .by-make-container {
  margin-top: -30px; }

.by-make-container-nav-menu {
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, 50px, 0);
  position: absolute;
  left: 0;
  background-color: white;
  width: 100%;
  z-index: 2;
  padding: 5px 10px;
  transition: all 0.3s ease;
  box-shadow: 0 0px 2px 1px rgba(0, 0, 0, 0.1); }
  .by-make-container-nav-menu .by-make-list--visible {
    display: flex; }
    .by-make-container-nav-menu .by-make-list--visible .title {
      padding: 5px 10px;
      font-size: 16px;
      font-weight: bold;
      border-bottom: 2px solid #f1f1f1;
      text-align: left; }
    .by-make-container-nav-menu .by-make-list--visible > div {
      flex: 1; }
      .by-make-container-nav-menu .by-make-list--visible > div:not(:last-child) {
        border-right: 2px solid #f1f1f1; }
    .by-make-container-nav-menu .by-make-list--visible ul {
      list-style: none; }
    .by-make-container-nav-menu .by-make-list--visible li a {
      width: 100%;
      display: block;
      font-size: 15px;
      padding: 2px 1rem;
      text-align: left; }
      .by-make-container-nav-menu .by-make-list--visible li a:hover, .by-make-container-nav-menu .by-make-list--visible li a:active {
        background-color: #F7F7F7; }

.navPages .navPages-item:hover .by-make-container-nav-menu {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0); }

#menuMobile .navPages-list {
  overflow: visible; }
  #menuMobile .navPages-list .by-make-list--visible {
    display: block; }

@media (max-width: 1024px) {
  .header-sticky.is-sticky {
    flex-wrap: wrap; }
  .themevale_header-PC {
    display: block;
    width: 101vw; }
    .themevale_header-PC > div {
      display: none; }
    .themevale_header-PC .themevale_flash-sale {
      display: block; }
  #menuMobile .navPages:first-child .navPages-list--user {
    display: none; }
  .mobile-red-offer {
    text-align: center; } }

.header-Mobile-item.text-left > .items.item--searchMobile {
  display: none !important; }

.header-bottom-links .container {
  display: flex;
  justify-content: center;
  align-items: center; }

.header-bottom-links .service-wrapper {
  display: flex;
  align-items: center;
  width: 300px; }

.powered-by-container {
  display: none !important; }

.chipolo-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  text-align: center; }

.title-chipolo {
  font-weight: bold;
  font-family: Rajdhani,Arial,Helvetica,sans-serif;
  font-size: 15px;
  margin-bottom: 10px; }

.chipolo-banner .button.button--primary {
  border: 1px solid #257ED0;
  background-color: #257ED0;
  font-size: 13px; }

#menu .imgList.style-2 > .imgRight {
  display: none; }

.featuredProductCarousel {
  width: 100%;
  display: flex; }

.items {
  padding: 20px; }

.cateArea.colLeft {
  padding: 30px; }

#menu .imgList > .imgItem {
  width: 100%; }

.text-center {
  padding-right: 20px; }

.items {
  padding: 0; }

.has-activeNavPages .themevale_MobileMenu {
  top: 0px !important; }

#menuMobile .navPages-action-moreIcon {
  width: 75px;
  height: 55px;
  line-height: 60px; }

#menuMobile .navPages-item > .navPages-action .text {
  line-height: 40px; }

#menuMobile .navPages-web-page {
  padding: 8px 18px; }

#menuMobile .automotive-pros-account-container .navUser-action {
  margin-top: 10px; }

.navPages.three-links {
  width: 45%; }

.header-search h2 {
  font-size: 30px;
  margin: 10px; }

.header-search {
  padding: 30px 0; }

.header-search .item.item--quickSearch {
  padding: 20px 30px; }

.themevale_MultiCategory {
  margin-bottom: 0; }

.slider {
  height: 160px; }

.blog-title {
  font-size: 30px !important;
  text-align: left !important; }

@media screen and (max-width: 768px) {
  .slider {
    height: 220px;
    padding-bottom: 20px; } }

.page-type-category .themevale_MultiCategory:before, .page-type-product .themevale_MultiCategory:before, .page-type-category .themevale_MultiCategory:after, .page-type-product .themevale_MultiCategory:after {
  display: none; }

.red-offer, .mobile-red-offer {
  color: #fff;
  font-weight: bold;
  background-color: red;
  padding: 2px 10px;
  font-size: 9px; }

@media screen and (min-width: 1154px) {
  .red-offer {
    font-size: 12px; } }

.dropdown-content {
  display: none;
  border: 1px solid #FFC628;
  background-color: #FFC628; }

.dropdown-content1 {
  display: none;
  border: 1px solid #FFC628;
  background-color: #FFC628; }

.themevale_MultiCategory, .page-type-category .themevale_MultiCategory, .page-type-product .themevale_MultiCategory {
  background-color: #FFC628;
  color: #000; }

#toggleButton {
  font-size: 22px;
  display: flex;
  justify-content: center;
  cursor: pointer;
  width: 100%;
  padding: 15px;
  background: #FFC628;
  border: 0;
  text-transform: uppercase;
  font-family: Arimo,Arial,Helvetica,sans-serif;
  color: #000;
  font-weight: bold;
  height: 55px; }

#toggleButton svg {
  margin-top: -3px;
  margin-right: 8px; }

#toggleButton1 {
  font-size: 22px;
  display: flex;
  justify-content: center;
  cursor: pointer;
  width: 100%;
  padding: 15px;
  background: #FFC628;
  border: 0;
  text-transform: uppercase;
  font-family: Arimo,Arial,Helvetica,sans-serif;
  color: #000;
  font-weight: bold;
  height: 55px; }

#toggleButton1 svg {
  margin-top: -3px;
  margin-right: 8px; }

.themevale_MultiCategory {
  text-align: center;
  color: #000;
  padding-top: 0px; }

.themevale_multilevel-category-filter {
  margin-top: 20px; }

.clearance-banner-desktop {
  min-height: 200px; }

.clearance-banner-mobile {
  min-height: 200px; }

section.reviews.themevale_section.padding-top-50.padding-bottom-50 {
  min-height: 400px; }

@media screen and (max-width: 550px) {
  #toggleButton, #toggleButton1 {
    font-size: 15px; } }

.themevale_MultiCategory {
  padding: 0px;
  line-height: 0; }

@media (min-width: 1025px) {
  .themevale_MultiCategory {
    padding: 0px; } }

@media (min-width: 801px) {
  .themevale_MultiCategory {
    padding: 0px;
    line-height: 10px;
    text-align: left; }
  .themevale_multilevel-category-filter .form-label {
    display: none; }
  #toggleButton1 {
    margin-bottom: -15px; } }

.themevale_multilevel-category-filter {
  margin: 10px 0; }

.footer-info-col {
  font-size: 1.2rem; }

.themevale_topFooter {
  display: none; }

.themevale-footer-address {
  background-color: #14204a;
  text-align: center; }
  .themevale-footer-address > .container {
    display: flex;
    justify-content: center; }
    .themevale-footer-address > .container:before, .themevale-footer-address > .container::after {
      display: none; }
  .themevale-footer-address .container > div {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 15px; }
    .themevale-footer-address .container > div:not(:last-child) {
      border-right: 1px solid #fff; }
  .themevale-footer-address a {
    color: #fff;
    font-weight: bold;
    font-size: 14px; }
    .themevale-footer-address a:hover, .themevale-footer-address a:active, .themevale-footer-address a:focus {
      color: #FFC628; }
  .themevale-footer-address p {
    margin: 10px auto;
    width: max-content;
    text-align: left; }
  .themevale-footer-address .icon {
    fill: #fff;
    height: 20px;
    width: 20px;
    margin-right: 10px; }
  .themevale-footer-address .hours p {
    color: #fff;
    font-size: 18px;
    font-weight: bold; }
  .themevale-footer-address .phone a {
    font-size: 18px; }

.creditcards {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.themevale_bottomFooter .footer-copyright-logo {
  text-align: center; }
  .themevale_bottomFooter .footer-copyright-logo img {
    max-width: 330px;
    max-height: 20px;
    margin-bottom: 15px;
    width: 100%; }

.footer .socialLinks .icon {
  border: none;
  padding: 0 8px; }
  .footer .socialLinks .icon svg {
    fill: #14204a; }
  .footer .socialLinks .icon:hover svg, .footer .socialLinks .icon:active svg, .footer .socialLinks .icon:focus svg {
    fill: #333; }

.three-callout-section .three-callout .col {
  margin: 0 20px; }

@media (min-width: 1025px) {
  .col-5 .footer-info-col--small {
    width: 17%; }
  .col-5 .footer-info-col:not(.footer-info-col--small) {
    width: 30%; } }

@media (max-width: 768px) {
  .themevale-footer-address p {
    margin: 10px 0px;
    font-size: 16px;
    text-align: center; }
  .themevale-footer-address > .container {
    flex-direction: column; }
  .themevale-footer-address .container > div {
    margin: 10px 0px; }
    .themevale-footer-address .container > div:not(:last-child) {
      border-right: none; }
  .three-callout-section .three-callout .col {
    margin: 0px; } }

h2.callout-title + p {
  margin-bottom: 25px; }

.heroCarousel {
  margin-top: 30px; }
  .heroCarousel .slick-dots li.slick-active button {
    border: 1px solid #FFC628;
    background-color: #FFC628; }
  .heroCarousel .slick-arrow {
    opacity: 1;
    fill: #F7F7F7;
    stroke: #F7F7F7;
    border-color: #F7F7F7; }

.shop-by-make .container > div {
  border: 1px solid #F7F7F7; }

.shop-by-make .title {
  padding: 5px 10px;
  font-size: 16px;
  font-weight: bold; }

.shop-by-make .by-make-list--visible {
  display: flex; }
  .shop-by-make .by-make-list--visible .title {
    padding: 5px 10px;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 2px solid #f1f1f1;
    text-align: left; }
  .shop-by-make .by-make-list--visible > div {
    flex: 1; }
    .shop-by-make .by-make-list--visible > div:not(:last-child) {
      border-right: 2px solid #f1f1f1; }
  .shop-by-make .by-make-list--visible ul {
    list-style: none;
    margin-left: 0; }
  .shop-by-make .by-make-list--visible li a {
    width: 100%;
    display: block;
    font-size: 16px;
    padding: 5px 10px; }
    .shop-by-make .by-make-list--visible li a:hover, .shop-by-make .by-make-list--visible li a:active {
      background-color: #F7F7F7; }

.quality-container {
  display: flex;
  justify-content: space-between; }
  .quality-container > div {
    width: 48%;
    background-color: #F7F7F7;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    font-size: 16px; }
    .quality-container > div > div {
      margin-left: 50px; }
  .quality-container .life-container img {
    width: 220px;
    height: 107px; }
  .quality-container .part-container img {
    width: 180px;
    height: 88px; }
  .quality-container .title {
    line-height: 1.2;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 7px 0;
    max-width: 250px;
    vertical-align: top;
    display: inline-block;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-transform: uppercase;
    font-family: "Rajdhani", Arial, Helvetica, sans-serif;
    color: #383e47; }
    .quality-container .title:hover {
      color: #b20000; }

.accessories-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border: 1px solid #F7F7F7;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding: 10px; }
  .accessories-container .accessory-txt {
    width: 45%; }
  .accessories-container p {
    font-size: 16px; }
  .accessories-container .accessory-img {
    width: 30%;
    height: 100%; }

.auto-pro-container {
  background: url(https://www.keylessentryremotefob.com/content/v/vspfiles/images/b2b-homepage/SteelBackground.webp) no-repeat;
  background-color: #4f4f4f;
  background-blend-mode: multiply;
  background-size: cover;
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: space-around; }
  .auto-pro-container .adv-shield {
    width: 220px;
    height: 107px; }
  .auto-pro-container .txt-cont {
    color: #fff;
    width: 50%; }
  .auto-pro-container .auto-title {
    color: #fff; }
  .auto-pro-container p {
    font-size: 16px; }

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

.themevale_service .themevale_column.themevale_column--col4 > .item {
  width: 25%;
  max-width: 25%;
  margin: 0 auto; }

.themevale_service .container {
  border: 3px solid #F7F7F7; }

.themevale_service .item:nth-child(2) {
  border-left: 3px solid #F7F7F7;
  border-right: 3px solid #F7F7F7;
  box-sizing: border-box; }

.themevale_service .item:nth-child(3) {
  border-right: 3px solid #F7F7F7;
  box-sizing: border-box; }

.themevale_service .service-wrapper {
  height: auto; }
  .themevale_service .service-wrapper img {
    display: inline;
    height: 3rem;
    max-height: 35px; }
  .themevale_service .service-wrapper .title {
    margin-left: 10px; }

.locksmith-callout-container {
  display: flex;
  align-items: stretch;
  justify-content: center; }
  .locksmith-callout-container img {
    width: 456px;
    height: 325px; }
  .locksmith-callout-container .featured {
    width: 45%;
    padding: 5px 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start; }
    .locksmith-callout-container .featured .flash-title {
      margin-top: 0; }
    .locksmith-callout-container .featured p {
      font-size: 16px; }

.themevale_featuredCategory {
  position: relative; }
  .themevale_featuredCategory .title {
    text-align: center; }
  .themevale_featuredCategory .image {
    text-align: center; }
  .themevale_featuredCategory .image img {
    max-height: 200px;
    margin: 0 auto;
    padding: 15px; }
  .themevale_featuredCategory .featuredCategory-overlay {
    position: absolute;
    background-color: rgba(12, 45, 141, 0);
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0;
    transition: all 0.3s; }
    .themevale_featuredCategory .featuredCategory-overlay a {
      padding: 20px;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center; }
    .themevale_featuredCategory .featuredCategory-overlay h2 {
      color: #fff;
      margin: 0;
      font-size: 30px; }
    .themevale_featuredCategory .featuredCategory-overlay .icon {
      height: 35px;
      width: 35px;
      fill: #fff;
      transform: rotate(-90deg); }
  .themevale_featuredCategory:hover .featuredCategory-overlay {
    background-color: rgba(12, 45, 141, 0.7);
    opacity: 1; }

.themevale_featuredCategory-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  align-items: center; }
  .themevale_featuredCategory-wrapper .themevale_featuredCategory {
    display: flex;
    flex-direction: column;
    min-height: 320px;
    align-items: center;
    justify-content: center; }
  .themevale_featuredCategory-wrapper .items {
    margin: 0;
    width: 30% !important; }

.brands-section .brands-container {
  display: flex;
  flex-wrap: wrap; }
  .brands-section .brands-container a {
    position: relative;
    flex: 25%; }
  .brands-section .brands-container .image-wrapper {
    background-color: #F7F7F7;
    border-radius: 50%;
    width: 180px;
    height: 180px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative; }
    .brands-section .brands-container .image-wrapper .overlay {
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: rgba(12, 45, 141, 0);
      transition: all 0.4s; }
    .brands-section .brands-container .image-wrapper img {
      width: 170px;
      height: 88px; }
    .brands-section .brands-container .image-wrapper.dodge img, .brands-section .brands-container .image-wrapper.honda img, .brands-section .brands-container .image-wrapper.ford img, .brands-section .brands-container .image-wrapper.lexus img, .brands-section .brands-container .image-wrapper.nissan img, .brands-section .brands-container .image-wrapper.toyota img {
      width: 150px;
      height: 79px; }
    .brands-section .brands-container .image-wrapper.jeep img {
      width: 200px;
      height: 79px; }
  .brands-section .brands-container p {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    color: #14204a;
    margin-top: 15px; }
  .brands-section .brands-container a:hover p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -150%);
    margin: 0;
    color: #fff; }
  .brands-section .brands-container a:hover .image-wrapper .overlay {
    background-color: rgba(12, 45, 141, 0.7); }

.about-section {
  font-size: 16px; }
  .about-section .about-content {
    display: flex;
    justify-content: space-between; }
    .about-section .about-content > div {
      width: 45%; }
    .about-section .about-content a {
      color: #24397a;
      text-decoration: underline; }

.three-callout-section {
  background-color: #F7F7F7; }
  .three-callout-section p {
    font-size: 16px; }
  .three-callout-section .three-callout {
    display: flex;
    justify-content: space-between; }
    .three-callout-section .three-callout .col {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: space-between;
      text-align: center;
      width: 30%; }

@media (max-width: 901px) {
  .quality-container > div {
    flex-direction: column;
    gap: 20px; }
    .quality-container > div > div {
      margin-left: 0px; }
  .locksmith-callout-container {
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap; }
    .locksmith-callout-container:last-child {
      flex-direction: column-reverse; }
    .locksmith-callout-container .featured {
      width: 100%;
      margin-top: 15px; }
  .three-callout-section .three-callout {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center; }
    .three-callout-section .three-callout .col {
      min-width: 280px; }
  .themevale_service {
    border: none; }
    .themevale_service .container {
      border: none; }
  #above-footer-info {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    width: 100%;
    margin: 0 auto; }
    #above-footer-info .item {
      border: 2px solid #F7F7F7;
      width: 50% !important;
      max-width: 50%;
      display: block; }
    #above-footer-info .service-wrapper .icon {
      width: 25px;
      height: 25px; }
    #above-footer-info .service-wrapper .title {
      font-size: 16px; }
  .shop-by-make .by-make-list--visible {
    flex-wrap: wrap; }
    .shop-by-make .by-make-list--visible > div {
      flex: auto;
      width: 50%; }
      .shop-by-make .by-make-list--visible > div:nth-child(even) {
        border-right: 2px solid #f1f1f1; }
  .themevale_featuredCategory-wrapper .items {
    margin: 0;
    width: 45% !important; } }

@media (max-width: 590px) {
  .themevale_heroCarousel {
    min-height: 247.5px; }
  #menuMobile .navPages-item > .navPages-action .text {
    font-size: 14px; }
  .quality-container {
    flex-direction: column;
    gap: 20px; }
    .quality-container > div {
      width: 100%;
      flex-direction: column;
      gap: 10px;
      text-align: center; }
    .quality-container .life-container img {
      width: 220px;
      height: 107px; }
    .quality-container .part-container img {
      width: 220px;
      height: 88px; }
  .three-callout-section .three-callout {
    flex-direction: column; }
    .three-callout-section .three-callout .col {
      width: 100%; }
  .locksmith-callout-container .featured {
    padding: 0; }
  .accessories-container {
    flex-direction: column;
    padding: 20px;
    width: calc(100% - 30px);
    margin: 0 auto; }
    .accessories-container .accessory-txt {
      width: 100%; }
    .accessories-container p {
      font-size: 16px; }
    .accessories-container .accessory-img {
      width: 80%;
      height: 100%; }
  .auto-pro-container {
    flex-direction: column;
    text-align: center; }
    .auto-pro-container .txt-cont {
      width: 100%; }
  #above-footer-info .item {
    width: 100% !important;
    max-width: 100%; }
  .shop-by-make .by-make-list--visible {
    flex-wrap: wrap; }
    .shop-by-make .by-make-list--visible > div {
      flex: auto;
      width: 100%; }
      .shop-by-make .by-make-list--visible > div:nth-child(even) {
        border-right: 2px solid #f1f1f1; }
  .themevale_featuredCategory-wrapper .themevale_featuredCategory {
    min-height: 1px; }
    .themevale_featuredCategory-wrapper .themevale_featuredCategory .content {
      padding: 0; }
    .themevale_featuredCategory-wrapper .themevale_featuredCategory .image img {
      height: 110px; }
  .themevale_featuredCategory-wrapper .items {
    margin: 0;
    width: 100% !important; }
  .about-section .about-content {
    display: block; }
    .about-section .about-content > div {
      width: 100%; } }

@media (max-width: 421px) {
  .brands-section .brands-container .image-wrapper {
    width: 150px;
    height: 150px; }
    .brands-section .brands-container .image-wrapper img {
      width: 140px !important; } }

/*career page styling start*/
body {
  color: #333; }

div#divWaitModal + table {
  display: none; }

.page-wrap.select-make-page-wrap > .container:last-child {
  width: 100%; }

.career-container p {
  letter-spacing: .2px; }

.career-container {
  margin: 0 auto;
  width: 90%; }

#content_area {
  margin-top: 65px;
  padding: 30px 0; }

.header-img {
  background: url(https://cdn11.bigcommerce.com/s-g53f230qti/product_images/uploaded_images/header-img.jpg?t=1609150035&_ga=2.13093303.1886962959.1609148172-564891205.1588601404) no-repeat;
  background-size: cover;
  width: 100%;
  padding: 100px 0; }

.header-img h1 {
  background-color: #14204a;
  text-align: center;
  width: 68%;
  margin: 0 auto;
  padding: 22px;
  line-height: 40px;
  font-size: 30px;
  text-transform: none;
  font-family: 'Open Sans',sans-serif; }

.explore-btn {
  padding: 8px 20px;
  border: 2px solid #FFC628;
  text-decoration: none;
  width: 165px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  color: #333;
  background-color: #FFC628;
  display: block;
  margin: 0 auto;
  margin-top: 30px; }

a.explore-btn:hover {
  background-color: transparent;
  color: #fff; }

.intro {
  width: 70%;
  margin: 80px auto;
  font-size: 15px; }

.warehouse-img {
  background: url(https://cdn11.bigcommerce.com/s-g53f230qti/product_images/uploaded_images/warehouse.jpg?t=1609150036&_ga=2.76394133.1886962959.1609148172-564891205.1588601404) no-repeat;
  background-size: cover;
  width: 100%;
  padding: 60px 0; }

.four-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.blue-box {
  width: 23%;
  background-color: #14204a;
  color: #fff;
  padding: 20px; }

.blue-box h3 {
  color: #fff;
  margin-top: 0;
  font-style: normal;
  font-family: 'Open Sans',sans-serif;
  line-height: 24px;
  font-size: 20px; }

.warehouse-img h2, .hiring h2, #job-positions h2 {
  text-align: center;
  margin-top: 0;
  text-transform: none;
  margin-bottom: 30px;
  color: #333;
  font-family: 'Open Sans',sans-serif;
  font-size: 28px;
  line-height: 36px; }

.hiring {
  margin: 100px 0; }

.three-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px; }

.three-box {
  width: 30%;
  border: 2px solid #F1F1F1;
  text-align: center;
  padding: 20px; }

.hiring .fa {
  color: #FFC628;
  font-size: 55px; }

.hiring h2 {
  margin-bottom: 20px; }

.hiring h2 + p {
  text-align: center;
  margin: 0 auto;
  width: 60%; }

.three-box h3, .job h3 {
  font-style: normal;
  font-size: 20px;
  font-family: 'Open Sans',sans-serif;
  color: #333; }

.job {
  border: 2px solid #F1F1F1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 30px 0;
  padding: 10px 0; }

.job-title {
  width: 70%; }

.job h3 {
  margin-top: 11.5px; }

.job .explore-btn {
  width: 130px;
  text-align: center;
  margin-top: 0;
  font-size: 14px;
  text-decoration: none; }

.job .explore-btn:hover {
  background-color: #14204a;
  border: 1px solid #14204a; }

@media screen and (max-width: 991px) {
  #content_area {
    margin-top: 0; }
  .four-container {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .blue-box {
    width: 45%;
    margin: 20px 0; }
  .header-img h1 {
    width: 85%; } }

@media screen and (max-width: 768px) {
  .intro {
    width: 90%; }
  .job {
    padding: 12px; } }

@media screen and (max-width: 680px) {
  .three-container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .three-box {
    width: 45%;
    margin: 14px; } }

@media screen and (max-width: 600px) {
  .three-box {
    width: 85%; }
  .job {
    display: block;
    text-align: center;
    margin: 40px auto;
    padding: 20px; }
  .job-title {
    width: 100%; } }

@media screen and (max-width: 480px) {
  .header-img h1 {
    width: 100%; }
  .blue-box {
    width: 85%; }
  .hiring h2 + p {
    width: 90%; }
  .warehouse-img {
    background-position: -1950px; } }

@media screen and (min-width: 768px) {
  .career-container {
    width: 90%; } }

@media screen and (min-width: 1200px) {
  .career-container {
    width: 1170px; } }

.video-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 50px auto; }

.video-container iframe {
  margin: 0 auto;
  width: 100%;
  height: 360px;
  margin-right: 50px;
  margin-top: 50px; }

.header-img {
  padding-top: 160px; }

@media screen and (max-width: 768px) {
  .video-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; } }

/*career page styling end*/
h2.page-heading.page-heading--dark {
  display: block; }

.css-1iftlz1 {
  font-family: Rajdhani,Arial,Helvetica,sans-serif !important;
  font-weight: bold !important; }

.css-1kuvsv5 {
  font-family: 'Open Sans', sans-serif !important;
  line-height: 45px !important; }

.body {
  padding-top: 0px !important; }

.header-search {
  width: 100%;
  height: 100%;
  padding: 30px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 60px; }

.header-search h2 {
  text-align: center;
  color: #fff;
  font-size: 60px;
  margin-bottom: 40px;
  line-height: 50px; }

.header-search .form-field {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-flow: row nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row nowrap;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
  border-radius: 3px;
  color: #383e47;
  background-color: #fff;
  border: 1px solid #cccfd6;
  margin-bottom: 0; }

.header-search .form-input {
  min-height: auto;
  border: none;
  border-radius: 0;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  padding: 15px;
  font-size: 15px; }

.header-search .btn-search {
  padding: 8px 16px;
  border-radius: 0 3px 3px 0;
  background-color: #f7f7f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.header-search .btn-search .icon {
  fill: #383e47;
  stroke: #383e47;
  height: 2rem;
  width: 2rem; }

.header-search .item.item--quickSearch {
  width: 1000px;
  background-color: #14204a;
  padding: 20px 40px;
  border-radius: 20px; }

.form {
  margin-bottom: 0; }

/* -------------------------------------------------------- reset */
.fd_slider_holder * {
  margin: 0 auto; }

.fd_slider_holder {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  z-index: 100; }

.fd_slider_holder ul, .fd_slider_holder li {
  list-style: none;
  width: 100%; }

.fd_slider_holder label {
  cursor: pointer; }

.fd_slider_holder input {
  display: none; }

/* -------------------------------------------------------- codepen */
/* -------------------------------------------------------- slider */
.slider {
  height: 170px;
  overflow: hidden; }

/* -------------------------------------------------------- slide */
.slider > ul {
  height: 100%;
  z-index: 100; }

.slider > ul > li {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 1;
  /*-webkit-transition: all 0.5s ease;
                -moz-transition: all 0.5s ease;
                -ms-transition: all 0.5s ease;
                -o-transition: all 0.5s ease;
                transition: all 0.5s ease;*/ }

.slider > #input-slide-0:checked ~ ul > li.slide-0,
.slider > #input-slide-1:checked ~ ul > li.slide-1,
.slider > #input-slide-2:checked ~ ul > li.slide-2 {
  opacity: 1;
  z-index: 2; }

/* -------------------------------------------------------- dot */
.slider > .slider-dot {
  position: relative;
  margin-top: -80px;
  text-align: center;
  z-index: 300;
  font-size: 0; }

.slider > .slider-dot > label {
  position: relative;
  display: inline-block;
  margin: 1vw 0.5vw;
  width: 1vw;
  height: 1vw;
  border-radius: 50%;
  background-color: #FFF; }

.slider > #input-slide-0:checked ~ .slider-dot > label.slide-0,
.slider > #input-slide-1:checked ~ .slider-dot > label.slide-1,
.slider > #input-slide-2:checked ~ .slider-dot > label.slide-2 {
  background-color: #FFC629; }

.slider > .slider-dot > label:hover {
  background-color: #14204A !important; }

/* -------------------------------------------------------- description */
.slider > .slide-description {
  position: absolute;
  width: 50%;
  left: 25%;
  z-index: 200; }

.slider > .slide-description > label {
  position: absolute;
  width: 100%;
  top: -130px;
  left: 0;
  cursor: default;
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  /*-webkit-transition: all 0.5s ease;
                -moz-transition: all 0.5s ease;
                -ms-transition: all 0.5s ease;
                -o-transition: all 0.5s ease;
                transition: all 0.5s ease;*/ }

.slider > #input-slide-0:checked ~ .slide-description > .slide-0,
.slider > #input-slide-1:checked ~ .slide-description > .slide-1,
.slider > #input-slide-2:checked ~ .slide-description > .slide-2 {
  z-index: 2;
  opacity: 1;
  visibility: visible; }

.slider > .slide-description > label > .text-slide {
  margin: 0 auto;
  line-height: 35px;
  text-align: center; }

/* -------------------------------------------------------- autoplay dot */
@-webkit-keyframes dot {
  0%, 24% {
    background-color: #FD7FE3; }
  25%, 100% {
    background: #FFF; } }

@keyframes dot {
  0%, 33% {
    background-color: #FFC629; }
  34%, 100% {
    background: #FFF; } }

.slider > #input-slide-autoplay:checked ~ .slider-dot > label.slide-0 {
  -webkit-animation: dot 21s infinite 0s linear;
  animation: dot 21s infinite 0s linear; }

.slider > #input-slide-autoplay:checked ~ .slider-dot > label.slide-1 {
  -webkit-animation: dot 21s infinite 7s linear;
  animation: dot 21s infinite 7s linear; }

.slider > #input-slide-autoplay:checked ~ .slider-dot > label.slide-2 {
  -webkit-animation: dot 21s infinite 14s linear;
  animation: dot 21s infinite 14s linear; }

/* -------------------------------------------------------- autoplay description */
@-webkit-keyframes description {
  0%, 5% {
    opacity: 0;
    z-index: 2;
    visibility: visible; }
  6%, 24% {
    opacity: 1;
    z-index: 2;
    visibility: visible; }
  25%, 100% {
    opacity: 0;
    z-index: 0;
    visibility: hidden; } }

@keyframes description {
  0%, 2% {
    opacity: 0;
    z-index: 2;
    visibility: visible; }
  3%, 33% {
    opacity: 1;
    z-index: 2;
    visibility: visible; }
  34%, 100% {
    opacity: 0;
    z-index: 0;
    visibility: hidden; } }

.slider > #input-slide-autoplay:checked ~ .slide-description > .slide-0 {
  -webkit-animation: description 21s infinite 0s linear;
  animation: description 21s infinite 0s linear; }

.slider > #input-slide-autoplay:checked ~ .slide-description > .slide-1 {
  -webkit-animation: description 21s infinite 7s linear;
  animation: description 21s infinite 7s linear; }

.slider > #input-slide-autoplay:checked ~ .slide-description > .slide-2 {
  -webkit-animation: description 21s infinite 14s linear;
  animation: description 21s infinite 14s linear; }

.slider > #input-slide-autoplay:checked ~ .slide-description > label {
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }

/* -------------------------------------------------------- end codepen */
h3.text-slide {
  color: #fff;
  font-size: 30px; }

.slide-description p {
  font-size: 18px;
  color: #fff; }

.slide-description .button.button--yellow {
  margin-top: 20px; }

.clearance-banner-mobile {
  display: none; }

.clearance-banner-desktop {
  display: flex;
  justify-content: center; }

@media screen and (max-width: 960px) {
  .slider > .slide-description {
    width: 70%;
    left: 15%; } }

@media screen and (max-width: 768px) {
  .slider > .slide-description {
    width: 100%;
    left: 0; }
  .slider {
    height: 200px; }
  .slider > .slider-dot {
    margin-top: -90px;
    font-size: 30px; }
  .slider > .slide-description > label {
    top: -160px; }
  .header-search {
    padding: 20px; }
  .header-search .item.item--quickSearch {
    padding: 20px 30px; }
  .slider > .slider-dot > label {
    width: 3vw;
    height: 3vw; }
  .clearance-banner-mobile {
    display: block; }
  .clearance-banner-desktop {
    display: none; } }

@media screen and (max-width: 375px) {
  .slider > .slide-description > label {
    top: -170px; }
  .slider > .slider-dot {
    top: 28px; }
  .slide-description p {
    font-size: 15px; }
  h3.text-slide {
    font-size: 25px; }
  .slider > .slide-description > label > .text-slide {
    line-height: 30px; } }

.accessory-img {
  width: 100%;
  height: 100%; }

.quality-container .life-container img {
  width: auto; }

.quality-container > div {
  padding: 30px 20px; }

.dropdown-content1 {
  display: block !important; }

.themevale_breadcrumbCategory {
  font-size: 16px; }

.productGrid {
  display: flex;
  flex-wrap: wrap; }
  .productGrid .product .card {
    height: 100%;
    margin-bottom: 0; }
    .productGrid .product .card .price.price--withoutTax {
      font-size: 16px;
      color: #0c2d8d; }
    .productGrid .product .card .price--rrp {
      color: #ed2124; }
    .productGrid .product .card .card-detail {
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      .productGrid .product .card .card-detail .card-figcaption {
        height: auto; }

.desc-below-products {
  font-size: 16px;
  margin-top: 30px; }
  .desc-below-products .videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0; }
  .desc-below-products .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.subcategory-layout ul {
  column-count: 4;
  column-rule: 1px solid #ddd;
  margin-bottom: 0px; }
  .subcategory-layout ul li {
    padding: 0 15px; }

.subcategory-layout .item {
  display: inline-block;
  width: 100%; }

#opt7-desc-below-products h1 {
  background-color: #14204a;
  text-transform: uppercase;
  padding: 10px; }
  #opt7-desc-below-products h1 span {
    text-transform: uppercase; }
  #opt7-desc-below-products h1 p {
    margin: 0; }

.themevale_breadcrumbCategory {
  background-color: #fff; }
  .themevale_breadcrumbCategory h1:not(.page-heading) {
    background-color: #14204a;
    text-transform: uppercase;
    padding: 10px;
    color: #fff;
    text-align: center; }
    .themevale_breadcrumbCategory h1:not(.page-heading) span {
      text-transform: uppercase; }

.themevale_breadcrumbCategory .MakeTitle {
  margin-top: 0; }

.themevale_breadcrumbCategory .model-title-flex {
  flex-wrap: nowrap; }
  .themevale_breadcrumbCategory .model-title-flex .ModelTitle {
    font-size: 20px; }
    .themevale_breadcrumbCategory .model-title-flex .ModelTitle img {
      padding: 10px !important;
      max-height: 150px !important; }

@media (max-width: 768px) {
  .subcategory-layout .container {
    padding: 0 5px; }
  .subcategory-layout .themevale_customColumn {
    padding-left: 0; }
  .subcategory-layout ul {
    column-count: 3;
    column-rule: 1px solid #ddd;
    margin-left: 0px; }
    .subcategory-layout ul li {
      padding-right: 0px; }
  .subcategory-layout .item {
    display: inline-block;
    width: 100%; }
  .sign-up-locksmith-map-72 {
    flex-direction: column;
    align-items: center; }
  .sign-up-locksmith-map-72 > div {
    width: 90% !important;
    margin-bottom: 50px; } }

@media (max-width: 550px) {
  .subcategory-layout ul {
    column-count: 1;
    column-rule: 1px solid #ddd; }
  .subcategory-layout .item {
    display: inline-block;
    width: 100%; } }

.MakeName {
  margin-bottom: 0; }

.MakeName div {
  text-transform: uppercase;
  font-family: Rajdhani,Arial,Helvetica,sans-serif;
  font-weight: bold;
  border-top: 1px solid #eee;
  padding-top: 10px; }

.MakeName a {
  color: #14204a; }

.themevale_breadcrumbCategory .MakeTitle {
  font-size: 30px;
  font-family: Rajdhani,Arial,Helvetica,sans-serif;
  font-weight: 700;
  color: #14204a;
  padding-top: 40px; }

.themevale_breadcrumbCategory .model-title-flex {
  padding: 40px 0;
  flex-wrap: wrap; }

.seo-paragraph {
  max-width: 55%;
  margin: 0px auto 60px auto; }

.productTitle {
  border: 1px solid #eee;
  padding: 30px;
  text-align: left;
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 230px; }

li.snize-product {
  cursor: default;
  display: inline-block;
  display: inline-flex;
  vertical-align: top;
  border: 1px solid #eee;
  min-width: 190px;
  box-sizing: border-box;
  color: #535353;
  cursor: pointer;
  line-height: 16px;
  margin: 0 1% 2%;
  overflow: hidden;
  padding: 0;
  position: relative;
  transition: border-color .09s ease-in 0s;
  width: 23%;
  align-self: stretch;
  flex-direction: column; }

div.snize li.snize-product span.snize-title, div.snize li.snize-category span.snize-title, div.snize li.snize-page span.snize-title {
  color: #0288d1;
  font-weight: bold;
  text-decoration: none; }

li.snize-product .snize-view-link, li.snize-product .snize-item {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  padding: 0;
  border-bottom: none; }

div.snize.snize-options span.snize-overhidden {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column; }

li.snize-product span.snize-title {
  display: block;
  display: -webkit-box;
  font-size: 15px;
  line-height: 1.4em;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  margin: 0 0 10px 0; }

span.snize-sku, span.snize-attribute {
  display: block;
  display: -webkit-box;
  color: #747474;
  font-size: 11px;
  line-height: 1;
  overflow: hidden;
  margin: 0 0 5px 0; }

span.snize-description {
  display: block;
  display: -webkit-box;
  font-size: 13px;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  margin: 0 0 10px 0; }

.snize-price-list {
  margin: 0 0 10px 0;
  font-size: 15px; }

div.snize .snize-reviews {
  display: block;
  height: 16px;
  margin: 5px 0 10px 0; }

.snize-thumbnail-wrapper {
  position: relative;
  padding: 20px 0 10px; }

div.snize-product-label.top-left {
  top: 3px;
  left: 3px; }

div.snize-product-label {
  position: absolute;
  z-index: 1;
  background: #d2354f;
  padding: 0 4px 0 8px;
  color: #fff;
  font-weight: 500;
  font-size: 11px;
  line-height: 20px;
  white-space: nowrap; }

.snize-right-arrow {
  position: absolute;
  top: 3px;
  left: 54.5px;
  border-left: 9px solid #d2354f;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent; }

@media screen and (max-width: 991px) {
  .themevale_breadcrumbCategory .model-title-flex {
    padding: 0; } }

@media screen and (max-width: 768px) {
  .seo-paragraph {
    max-width: 85%; } }

@media screen and (max-width: 414px) {
  .ModelTitle {
    margin-bottom: 30px; } }

div#snize_results {
  min-height: 800px !important; }

/* default (no-thumb): just a normal block link */
.title.category-container {
  display: block; }

/* scoped flex only when .has-thumb is present */
.title.category-container.has-thumb {
  display: flex;
  align-items: center;
  justify-content: center; }

/* give the thumb its gap */
.title.category-container.has-thumb img.category-thumb {
  margin-right: 20px;
  width: 50px; }

/* Base link style */
.themevale_subCategory .sub-category .title {
  margin: 0px 10px 10px;
  color: #323232;
  border: 1px solid #EEEEEE;
  padding: 10px;
  transition: background-color 150ms ease-in-out, color 150ms ease-in-out, transform 150ms ease-in-out; }

/* Desktop hover (unchanged) */
.themevale_subCategory .sub-category .title:hover {
  border-color: #14204a; }

/* Mobile touch/active feedback */
@media (hover: none) and (pointer: coarse) {
  .themevale_subCategory .sub-category .title:active {
    background-color: #14204a;
    color: #ffffff;
    transform: scale(0.98);
    border-color: #14204a; } }

/* Keyboard-focus (accessibility) */
.themevale_subCategory .sub-category .title:focus {
  outline: 2px solid #14204a;
  outline-offset: 3px; }

@media (max-width: 768px) {
  .subcategory-layout ul {
    column-count: 1; } }

@media screen and (min-width: 768px) {
  .subcategory-layout ul {
    column-count: 2;
    margin: 0; } }

@media screen and (min-width: 1024px) {
  .subcategory-layout ul {
    column-count: 3; }
  .page-type-product .themevale_MultiCategory {
    margin: 0 auto;
    padding: 0; } }

@media screen and (min-width: 1200px) {
  .subcategory-layout ul {
    column-count: 4; } }

.body {
  margin-top: 0 !important; }

.themevale_subCategory {
  padding: 0; }

.themevale_MultiCategory {
  font-size: 16px !important; }

.page-type-product .themevale_MultiCategory {
  width: 95%; }

.ov-aov-progress-bar, .ov-app.ov-app-aov-progress-bar {
  min-height: 90px !important; }

#product-modal .opt-modal__content {
  width: 100%;
  padding: 15px 40px; }

#product-modal h2.opt-modal__title {
  margin: 0 0 30px 0;
  font-size: 30px;
  font-weight: bold; }

#product-modal .opt-modal__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  #product-modal .opt-modal__main h4 {
    font-size: 28px;
    font-weight: 600; }
  #product-modal .opt-modal__main h5 {
    font-size: 32px;
    color: #24397a;
    margin: 8px auto; }
  #product-modal .opt-modal__main p {
    font-size: 20px; }

#product-modal .opt-modal__left {
  width: 30%; }

#product-modal .opt-modal__right {
  width: calc(70% - 20px); }

#product-modal .opt-modal__footer {
  width: 100%;
  padding: 10px 0 0 0;
  margin-top: 10px;
  text-align: right; }

#product-modal .modal-close {
  width: auto;
  top: 0;
  height: auto; }

@media (max-width: 801px) {
  #product-modal .opt-modal__main h4 {
    font-size: 24px;
    font-weight: 600; }
  #product-modal .opt-modal__main h5 {
    font-size: 28px;
    color: #24397a;
    margin: 8px auto; }
  #product-modal .opt-modal__main p {
    font-size: 16px; } }

@media (max-width: 551px) {
  #product-modal h2.opt-modal__title {
    text-align: center;
    margin: 0; }
  #product-modal .opt-modal__right {
    width: 100%;
    text-align: center; }
  #product-modal .opt-modal__left {
    width: 45%; }
  #product-modal .opt-modal__main {
    flex-direction: column; }
    #product-modal .opt-modal__main h4 {
      font-size: 24px;
      font-weight: 600;
      margin-top: 0; }
    #product-modal .opt-modal__main h5 {
      font-size: 28px;
      color: #24397a;
      margin: 8px auto; }
    #product-modal .opt-modal__main p {
      font-size: 16px; }
  #product-modal .opt-modal__footer {
    text-align: center;
    margin-left: 10px; } }

#product-modal-new .opt-modal__content {
  width: 100%;
  padding: 15px 40px; }

#product-modal-new h2.opt-modal__title {
  margin: 0 0 30px 0;
  font-size: 30px;
  font-weight: bold; }

#product-modal-new .opt-modal__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  #product-modal-new .opt-modal__main h4 {
    font-size: 28px;
    font-weight: 600; }
  #product-modal-new .opt-modal__main h5 {
    font-size: 32px;
    color: #24397a;
    margin: 8px auto; }
  #product-modal-new .opt-modal__main p {
    font-size: 20px; }

#product-modal-new .opt-modal__left {
  width: 30%; }

#product-modal-new .opt-modal__right {
  width: calc(70% - 20px); }

#product-modal-new .opt-modal__footer {
  width: 100%;
  padding: 10px 0 0 0;
  margin-top: 10px;
  text-align: right; }

#product-modal-new .modal-close {
  width: auto;
  top: 0;
  height: auto; }

@media (max-width: 801px) {
  #product-modal-new .opt-modal__main h4 {
    font-size: 24px;
    font-weight: 600; }
  #product-modal-new .opt-modal__main h5 {
    font-size: 28px;
    color: #24397a;
    margin: 8px auto; }
  #product-modal-new .opt-modal__main p {
    font-size: 16px; } }

@media (max-width: 551px) {
  #product-modal-new h2.opt-modal__title {
    text-align: center;
    margin: 0; }
  #product-modal-new .opt-modal__right {
    width: 100%;
    text-align: center; }
  #product-modal-new .opt-modal__left {
    width: 45%; }
  #product-modal-new .opt-modal__main {
    flex-direction: column; }
    #product-modal-new .opt-modal__main h4 {
      font-size: 24px;
      font-weight: 600;
      margin-top: 0; }
    #product-modal-new .opt-modal__main h5 {
      font-size: 28px;
      color: #24397a;
      margin: 8px auto; }
    #product-modal-new .opt-modal__main p {
      font-size: 16px; }
  #product-modal-new .opt-modal__footer {
    text-align: center;
    margin-left: 10px; } }

.productView-details .productView-price .price-section .price--withoutTax {
  font-size: 32px;
  color: #24397a; }

.productView-details .productView-price .price-section.rrp-price--withoutTax {
  color: #ed2124;
  margin-top: 8px;
  margin-bottom: 0px; }

.productView-details .productView-price .price-section.price-section--saving {
  font-size: 14px;
  margin-top: 0px; }

.productView-details .productView-options .form-label--alternate {
  font-size: 14px; }

.productView-details .productView-info .productView-info-value, .productView-details .productView-info .productView-info-name {
  font-size: 14px; }

.productView-details .productView-title {
  font-size: 19px; }

.productView-details .productView-rating .custom-productView-reviewLink.popup-link {
  margin-left: 0px;
  font-size: 14px; }
  .productView-details .productView-rating .custom-productView-reviewLink.popup-link p {
    margin: 5px auto auto 0px; }
  .productView-details .productView-rating .custom-productView-reviewLink.popup-link a {
    text-decoration: underline; }

dl.productView-info {
  margin-bottom: 0; }

.prof-programming {
  font-size: 15px;
  display: flex;
  margin: 15px auto;
  font-weight: bold; }
  .prof-programming > p {
    font-weight: bold;
    margin-bottom: 5px; }

.prof-info-hover {
  display: inline-block; }

.o7-help {
  background-image: url("../img/help.png");
  width: 15px;
  height: 15px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  top: 2px;
  left: 5px;
  cursor: pointer; }
  .o7-help .o7-help-container {
    width: 240px;
    position: absolute;
    z-index: 1;
    top: 100%;
    padding-top: 10px;
    right: 0;
    display: none; }
  .o7-help .o7-help-inner {
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #eee;
    display: block;
    padding: 8px; }
  .o7-help:hover .o7-help-container {
    display: block; }

.aftermarket-btn {
  width: 270px;
  margin-top: 15px; }
  .aftermarket-btn:hover {
    color: #fff; }
    .aftermarket-btn:hover a {
      color: #fff; }
  .aftermarket-btn a {
    white-space: break-spaces; }
    .aftermarket-btn a:hover {
      color: #fff; }

.productRelated .slick-track {
  height: 100%; }

.productRelated .slick-slide {
  padding: 10px;
  display: table-cell !important;
  float: none !important;
  height: 100%; }
  .productRelated .slick-slide > div {
    height: 100%; }
    .productRelated .slick-slide > div > div {
      height: 100%; }
  .productRelated .slick-slide .productCarousel-slide {
    height: 100%; }
  .productRelated .slick-slide .card {
    height: 100%; }
    .productRelated .slick-slide .card .card-body {
      display: flex;
      flex-direction: column;
      justify-content: space-around; }
    .productRelated .slick-slide .card .card-figcaption {
      height: auto; }

.productRelated .slick-track {
  display: table !important; }

.productDelivery {
  padding: 10px;
  margin: 20px auto;
  border: 1px solid #b6b6b6;
  border-radius: 6px;
  background-color: rgba(0, 0, 255, 0);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1); }
  .productDelivery .deliveryTitle {
    text-align: center;
    font-size: 16px; }
  .productDelivery .highlighted {
    color: #117c2c;
    font-size: 16px;
    margin-bottom: 0px;
    font-weight: bold; }
    .productDelivery .highlighted span {
      font-weight: normal; }
  .productDelivery small, .productDelivery .textopt {
    font-size: 14px; }
  .productDelivery .ChangeZip {
    font-size: 16px; }
  .productDelivery .zipbox {
    padding: 10px 0; }
    .productDelivery .zipbox #getzip {
      padding: 8px; }
    .productDelivery .zipbox button {
      padding: 5px;
      text-transform: uppercase;
      border-radius: 6px;
      box-shadow: 0 0 3px rgba(0, 0, 0, 0.1); }
      .productDelivery .zipbox button.zipcode-submit {
        background-color: #ed2124;
        color: #fff;
        margin-right: 10px; }
      .productDelivery .zipbox button.zipcode-close {
        border: 1px solid #b6b6b6; }

.card-title {
  font-size: 14px !important; }

div#InStockNotifyForm {
  margin-bottom: 20px; }
  div#InStockNotifyForm div#InStockNotifyOutOfStock {
    font-size: 12px;
    font-weight: bold;
    margin-top: 30px; }

li.checkbox.navList-item {
  font-size: 14px;
  font-weight: bold; }
  li.checkbox.navList-item label {
    display: flex;
    align-items: center; }
    li.checkbox.navList-item label input {
      margin: -2px 8px 0 0; }

.productGrid .product .card .price.price--withoutTax {
  font-weight: bold; }

@media (max-width: 768px) {
  .productView-description .tabs {
    padding: 15px;
    margin-bottom: 15px; }
  #custom-description-inner .tab-content {
    padding: 0px 15px; }
  .tabs-contents iframe {
    width: 100%;
    height: 200px; } }

.card-button-quickview {
  display: none; }

#applepay-container2 {
  display: block !important; }

.productView-price + div iframe {
  width: 70% !important; }

.productView-details .productView-title {
  font-size: 24px;
  line-height: 30px;
  text-align: left; }

.productView-price + div {
  margin-bottom: 20px; }

#additional-product-list {
  margin: 0 0 20px 0;
  max-width: 400px; }

#additional-product-list li:first-child {
  border: 1px dotted #9a9a9a;
  border-bottom: none;
  padding: 10px 10px 0 10px !important;
  border-top: 0; }

#additional-product-list li:last-child {
  border: 1px dotted #9a9a9a;
  border-top: none;
  padding: 0 10px 10px 10px !important;
  border-radius: 0 0 6px 6px; }

#battery_bundle {
  text-align: center;
  padding: 5px;
  margin-top: 20px;
  border: 1px solid #EEDF79;
  background: #FFFBB5;
  font-weight: bold;
  border-radius: 6px 6px 0 0;
  max-width: 400px; }

.productView-product {
  margin-bottom: 0 !important; }

@media screen and (max-width: 768px) {
  .productView-img-container {
    height: 260px; } }

@media screen and (max-width: 1024px) {
  .bundle-content-product {
    width: 100% !important; } }

@media screen and (max-width: 580px) {
  .list-thumbnail-product {
    flex-wrap: wrap;
    justify-content: center; }
  .detail-product {
    text-align: center; }
  .native-offer-main .display-flex {
    justify-content: center; }
  .infor-product-bundle.down {
    margin: 60px auto 0 auto; }
  .bundle-content-product {
    padding: 30px 10px !important; }
  .native-offer-main .bundle-content-product .list-check-order ul li .name {
    font-size: 13px; } }

/* Acordion styles */
#custom-description-inner {
  font-size: 14px;
  /* :checked */
  /* Icon */ }
  #custom-description-inner .tab {
    position: relative;
    margin-bottom: 1px;
    width: 100%;
    color: black;
    overflow: hidden; }
  #custom-description-inner label {
    position: relative;
    display: block;
    padding: 0 0 0 1em;
    background: #dededeaa;
    font-weight: bold;
    padding-left: 35px;
    line-height: 3;
    cursor: pointer; }
  #custom-description-inner .blue label {
    background: white; }
  #custom-description-inner .tab-content {
    max-height: 0;
    overflow: hidden;
    background: white;
    -webkit-transition: max-height .35s;
    -o-transition: max-height .35s;
    transition: max-height .35s;
    font-size: 14px; }
  #custom-description-inner .blue .tab-content {
    background: #3498db; }
  #custom-description-inner .tab-content p {
    margin: 1em; }
  #custom-description-inner input:checked ~ .tab-content {
    max-height: 100%;
    display: block; }
  #custom-description-inner label::before {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 3em;
    height: 3em;
    line-height: 3;
    text-align: center;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s; }
  #custom-description-inner input[type=checkbox] + label::before {
    content: "\25BC"; }
  #custom-description-inner input[type=radio] + label::before {
    content: "\25BC"; }
  #custom-description-inner input[type=checkbox]:checked + label::before {
    transform: rotate(180deg); }
  #custom-description-inner input[type=radio]:checked + label::before {
    transform: rotateX(180deg); }

.productView-description {
  font-size: 14px;
  border: 1px solid #dededeaa; }

#opt7-desc-short {
  display: none !important; }

@media (min-width: 768px) {
  .themevale_productDescription-2 {
    display: block; }
    .themevale_productDescription-2 .tabs-contents, .themevale_productDescription-2 .tabs {
      padding: 0 15px; }
    .themevale_productDescription-2 .tabs .tab a {
      padding: 10px 5px; } }

@media (max-width: 768px) {
  .productView-description .tabs {
    padding: 15px;
    margin-bottom: 15px; }
  #custom-description-inner .tab-content {
    padding: 0px 15px; }
  #custom-description-inner {
    padding: 0 10px; } }

/* Styles for the coupon details */
.details-hover {
  display: inline-block; }

.details {
  font-size: 12px;
  display: inline-block;
  position: relative;
  top: 2px;
  left: 5px;
  cursor: pointer; }

.details-container {
  width: 240px;
  position: absolute;
  z-index: 1;
  top: 100%;
  padding-top: 10px;
  display: none;
  right: -60px; }

.details-inner {
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #eee;
  display: block;
  padding: 12px;
  font-weight: bold; }

.details:hover .details-container {
  display: block; }

.details:hover {
  text-decoration: underline;
  color: #14204a; }

.productView-description .tabs {
  padding: 0; }

.tabs .tab {
  border: 0; }

.tabs-contents {
  margin: 20px 15px 40px 15px; }

.tabs .tab.is-active {
  background-color: #fff;
  width: 100%;
  color: #333;
  border-radius: 0;
  margin: 0 auto; }

.tabs .tab.is-active a {
  font-weight: 700;
  display: block;
  color: #333;
  background-color: #F5F5F5;
  border-radius: 0; }

#custom-description-inner label {
  background: none;
  border-bottom: 1px solid #c5cbd5;
  padding: 10px;
  padding-left: 40px; }

#custom-description-inner label::before {
  left: -15px;
  top: 9px; }

@media screen and (min-width: 768px) {
  .tabs .tab a:after {
    background-color: transparent; } }

.productDelivery .deliveryTitle {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 0 10px 0;
  background-color: #f5f5f5;
  text-transform: uppercase;
  font-family: Rajdhani,Arial,Helvetica,sans-serif; }

.productDelivery {
  padding: 20px; }

@media screen and (min-width: 769px) {
  div#product-reviews, .themevale_productDescription-2 .productRelated, .themevale_productDescription-2 .productReviews, .themevale_productDescription-2 .productSimilar {
    width: 90%;
    margin: 40px auto; }
  .themevale_productDescription-2 .productView-description {
    width: 90%;
    margin: 0 auto; }
  .productDelivery {
    max-width: 380px;
    margin: 30px 0; } }

.native-offer-main .bundle-content-product .list-check-order ul li.active .list-choose-option {
  background: white; }

option[value="117"] {
  display: none; }

.price-section.price-section--withoutTax.rrp-price--withoutTax.dealer-price-wrapper {
  display: none !important; }

.previewCartItem-name a {
  white-space: normal; }

.chipolo-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.chipolo-blue {
  background-color: #237ACE;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 40px;
  width: 73%;
  border-radius: 5px; }

.chipolo-blue h3 {
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  font-size: 25px; }

.chipolo-blue h3 {
  margin: 0; }

.chipolo-blue p {
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 0; }

.chipolo-container img {
  width: 25%; }

.chipolo-blue form {
  margin-bottom: 0 !important;
  width: 200px !important;
  margin-left: 30px !important; }

@media screen and (max-width: 900px) {
  .chipolo-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .chipolo-blue {
    width: 100%;
    padding: 20px; }
  .chipolo-container img {
    margin-bottom: 10px;
    width: 40%; } }

@media screen and (max-width: 600px) {
  .chipolo-blue {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .chipolo-container img {
    width: 70%; }
  .chipolo-blue form {
    margin-left: 0 !important;
    margin-top: 15px !important; } }

.body {
  padding-top: 0; }

.page-content p,
.page-content li,
.page p,
.page li {
  font-size: 16px; }

.page-content a,
.page a {
  text-decoration: none; }

.financing-page {
  text-align: center; }
  .financing-page h2 {
    font-size: 40px; }
  .financing-page p {
    font-size: 18px; }
  .financing-page .button {
    background-color: #fc6621;
    color: #fff;
    border: none;
    font-size: 30px;
    margin-bottom: 30px; }
    .financing-page .button:hover {
      background-color: #243748; }
  .financing-page section {
    margin: 80px auto; }
  .financing-page section.equipment .yourWay {
    margin: 0 -15px;
    width: calc(100% + 30px);
    position: relative;
    transition: all 0.2s; }
    .financing-page section.equipment .yourWay p.back2 {
      background-color: #243748;
      color: #fff;
      padding: 10px 0; }
    .financing-page section.equipment .yourWay .arrowSpan img {
      height: 100%;
      top: 0;
      position: absolute;
      right: -15px;
      z-index: 2;
      background: inherit; }
  .financing-page section.equipment .priceSpan {
    color: #fc6621;
    font-weight: bold; }

section.finincing {
  background-color: #243748;
  color: #fff; }
  section.finincing h2 {
    color: #fff;
    text-transform: uppercase; }
  section.finincing .first_h2 {
    display: none; }
  section.finincing p {
    line-height: 1.3;
    font-size: 20px; }
  section.finincing h4 {
    font-size: 26px;
    color: #fff;
    margin: 0; }
  section.finincing .finHelp {
    margin: 0 -15px;
    width: calc(100% + 30px);
    padding: 0 30px;
    justify-content: center;
    display: flex;
    align-items: center; }
  section.finincing .fininceText {
    width: 85%;
    margin: 0 auto; }
  section.finincing .finText {
    margin-top: 10px; }
  section.finincing .back2 {
    background: #fc6621; }

section.qualifies .container {
  width: 85%;
  margin: 0 auto; }

section.qualifies .item {
  margin-bottom: 20px; }
  section.qualifies .item p {
    color: #fff;
    padding: 8px;
    font-weight: bold;
    font-size: 18px;
    background-color: #fc6621; }

section.application .container {
  width: 85%;
  margin: 0 auto; }

section.application h2,
section.application p {
  text-align: center;
  width: 100%; }

section.application .row {
  position: relative; }

section.application .text2 {
  color: #fc6621;
  font-weight: bold;
  font-size: 40px;
  margin-top: 15px; }

section.application .downText {
  font-weight: bold; }

section.application .bigLine {
  z-index: -1;
  position: absolute;
  top: calc(80px - 25px);
  width: 100%; }
  section.application .bigLine .bigLineItem {
    margin: 0 auto;
    max-width: 1130px;
    height: 50px;
    border-radius: 25px;
    background: #fc6621;
    padding-top: 18px; }
    section.application .bigLine .bigLineItem span {
      height: 15px;
      width: 15px;
      border-radius: 100%;
      display: inline-block;
      background: #fff;
      margin-right: 14px; }

section.starting {
  background-color: #243748; }
  section.starting .container {
    width: 85%; }
  section.starting h2 {
    color: #fff; }
  section.starting p {
    color: #fff;
    font-size: 18px; }
  section.starting .button {
    background-color: #fc6621;
    color: #fff;
    border: none;
    font-size: 30px;
    margin-top: 60px;
    margin-bottom: 30px; }

.locksmith .storelocator-filter_checkbox_span {
  width: 209px;
  margin: 0 11px; }

.locksmith .header-img {
  background: url("https://cdn11.bigcommerce.com/s-g53f230qti/product_images/uploaded_images/locksmith-machine.jpg?t=1609756626&_ga=2.91577114.1038404530.1609750702-564891205.1588601404") no-repeat;
  height: 450px;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.locksmith .blue-bkgrnd {
  background: rgba(14, 24, 58, 0.722);
  width: 100%;
  text-align: center;
  padding: 40px 0;
  color: #fff; }
  .locksmith .blue-bkgrnd p {
    font-size: 16px;
    color: #fff;
    width: 40%;
    margin: 10px auto;
    letter-spacing: 0; }
  .locksmith .blue-bkgrnd span {
    color: #FFC628; }

.locksmith h1 {
  background-color: transparent !important;
  text-align: center;
  margin: 0;
  padding: 0;
  line-height: 55px;
  font-size: 45px;
  text-transform: none;
  font-weight: 700;
  width: 100%; }

.locksmith .callout {
  margin: 60px auto;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 100px; }
  .locksmith .callout a {
    color: #337ab7;
    text-decoration: underline;
    cursor: pointer; }
    .locksmith .callout a:hover {
      color: #333; }

.locksmith .guidelines-container h2 {
  font-size: 36px;
  color: #333;
  background-color: transparent;
  text-transform: none;
  letter-spacing: 0;
  padding: 0;
  margin: 80px 0 45px 0; }

.locksmith .guidelines-container .guideline-info {
  width: 50%;
  font-size: 15px;
  line-height: 26px; }

.locksmith .guidelines-container .eqWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px; }

.locksmith .guidelines-container .equalHMVWrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.locksmith .guidelines-container .equalHMV {
  width: 30%;
  margin: 10px;
  background-color: #14204A;
  color: #fff;
  border-radius: 4px; }

.locksmith .number {
  color: #333;
  background-color: #FFC628;
  font-size: 28px;
  width: 50px;
  border-radius: 3px 0;
  text-align: center;
  font-weight: 700;
  padding: 10px 0px; }

.locksmith .text-chunk {
  padding: 25px 35px; }
  .locksmith .text-chunk h3 {
    font-size: 20px;
    text-align: left;
    line-height: 25px;
    color: #fff;
    font-style: normal;
    margin-bottom: 15px; }
  .locksmith .text-chunk a {
    color: #FFC628; }
    .locksmith .text-chunk a:hover {
      text-decoration: underline; }

.full-container {
  margin: 0 auto; }
  .full-container .flex-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 70px auto; }
    .full-container .flex-text .c1 {
      max-width: 450px;
      font-size: 22px;
      font-weight: 700; }
    .full-container .flex-text .c2 {
      max-width: 45%; }

.oem-intro-container {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 30px 0 80px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.oem-text-container {
  width: 53%; }

.oem-text-title {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #333;
  background: transparent;
  padding: 0;
  font-family: 'Open Sans',sans-serif;
  line-height: 40px; }

.oem-seal-container {
  height: 175px;
  width: 33%; }

.oem-quick-links {
  width: 25%;
  height: 25%;
  background-color: #F1F1F1; }
  .oem-quick-links ul {
    list-style-type: none;
    padding: 20px;
    font-size: 12px;
    margin-bottom: 0; }
    .oem-quick-links ul a {
      color: #333;
      font-weight: 700; }

.oem-info-container {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 30px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .oem-info-container .accordeon {
    margin: 2rem;
    display: none; }

.oem-info-container + .questions-cta-container {
  text-align: center;
  width: 50%;
  float: right;
  margin-right: 105px;
  margin-top: 60px; }

.oem-menu-container {
  width: 70%; }
  .oem-menu-container .dots {
    position: relative; }
  .oem-menu-container .dot1, .oem-menu-container .dot2, .oem-menu-container .dot3, .oem-menu-container .dot4 {
    height: 40px;
    width: 40px;
    background-color: #FDDA32;
    border-radius: 50%;
    position: absolute;
    left: -30px;
    top: 50%; }
  .oem-menu-container .oem-question-title {
    color: white;
    font-weight: 700;
    background-color: #0C2D8D;
    padding: 12px 30px;
    font-size: 18px; }
  .oem-menu-container .oem-question-info {
    background-color: #FEFEFE;
    padding: 20px 30px;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 40px;
    font-size: 13px; }

.return-help {
  background-image: url("../img/help.png");
  width: 15px;
  height: 15px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  top: 2px;
  left: 5px;
  cursor: pointer; }
  .return-help .help-container {
    position: absolute;
    font-size: 12px;
    font-weight: 600;
    z-index: 99;
    top: 100%;
    left: -450%;
    display: none;
    padding-top: 10px; }
  .return-help .help-inner {
    background: #fff;
    display: block;
    border-radius: 3px;
    width: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.17); }
    .return-help .help-inner img {
      max-width: unset; }
  .return-help:hover .help-container {
    display: block; }

@media (min-width: 1200px) {
  .full-container {
    width: 1170px; } }

@media (max-width: 1200px) {
  .finincing .monthly {
    display: none; } }

@media (max-width: 1000px) {
  section.equipment {
    display: none; } }

@media (max-width: 768px) {
  .financing-page h2 {
    font-size: 30px; }
  section.finincing {
    background-color: #243748;
    color: #fff; }
    section.finincing h2 {
      color: #fff;
      text-transform: uppercase; }
    section.finincing p {
      line-height: 1.3;
      font-size: 20px; }
    section.finincing h4 {
      font-size: 26px;
      color: #fff;
      margin: 0; }
    section.finincing .finHelp {
      margin: 0 -15px;
      width: calc(100% + 30px);
      padding: 0 30px;
      justify-content: center;
      display: flex;
      align-items: center; }
    section.finincing .fininceText {
      width: 85%;
      margin: 0 auto; }
      section.finincing .fininceText .item {
        width: 100%;
        height: auto !important; }
    section.finincing .finText {
      display: none; } }

@media (max-width: 800px) {
  section.application .bigLine {
    display: none; } }

@media (max-width: 550px) {
  section.application p {
    font-size: 12px; } }

.resource-nav {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 20px 0 55px 0;
  padding-left: 0; }
  .resource-nav a {
    background-color: #e0e0e0;
    color: #333;
    padding: 10px 15px;
    font-size: 15px;
    border-right: 2px solid #fff;
    display: block;
    text-align: center;
    margin-top: 2px;
    text-decoration: none; }
    .resource-nav a:hover, .resource-nav a.active {
      background-color: #1a244a;
      color: #fff; }

.resource-page h1 {
  text-align: center;
  font-size: 32px; }

.resource-page .content {
  max-width: 650px;
  margin: 0 auto; }

.resource-page p {
  font-size: 16px; }

@media screen and (max-width: 1200px) {
  .resource-page a {
    width: 280px;
    text-align: center;
    margin-top: 2px; } }

.full-team-container {
  display: flex;
  justify-content: space-between; }

.team-img-container {
  max-width: 45%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .team-img-container .img-1,
  .team-img-container .img-2,
  .team-img-container .img-3,
  .team-img-container .img-4,
  .team-img-container .img-5 {
    position: relative;
    width: 210px;
    height: 240px;
    margin-right: 30px;
    margin-bottom: 15px; }
  .team-img-container .img-1 {
    background: url(https://cdn11.bigcommerce.com/s-g53f230qti/product_images/uploaded_images/jen-min.jpg?t=1609247859&_ga=2.88377883.1886962959.1609148172-564891205.1588601404) no-repeat;
    background-size: cover; }
  .team-img-container .img-2 {
    background: url(https://cdn11.bigcommerce.com/s-g53f230qti/product_images/uploaded_images/michelle-min.jpg?t=1609247975&_ga=2.88377883.1886962959.1609148172-564891205.1588601404) no-repeat;
    background-position-y: -60px;
    background-size: cover; }
  .team-img-container .img-3 {
    background: url(https://cdn11.bigcommerce.com/s-g53f230qti/product_images/uploaded_images/jessica.jpg?t=1609247991&_ga=2.92710557.1886962959.1609148172-564891205.1588601404) no-repeat;
    background-size: cover; }
  .team-img-container .img-4 {
    background: url(https://cdn11.bigcommerce.com/s-g53f230qti/product_images/uploaded_images/steve-min-2.jpg?t=1609248012&_ga=2.92710557.1886962959.1609148172-564891205.1588601404) no-repeat;
    background-size: cover; }
  .team-img-container .img-5 {
    background: url(https://cdn11.bigcommerce.com/s-g53f230qti/product_images/uploaded_images/jessie-min.jpg?t=1609248664&_ga=2.92710557.1886962959.1609148172-564891205.1588601404) no-repeat;
    background-size: cover;
    background-position-y: -50px; }
  .team-img-container .support-name,
  .team-img-container .support-name-hover {
    position: absolute;
    font-weight: bold;
    bottom: 6%;
    left: 8%;
    color: #fff;
    font-size: 20px;
    opacity: 1; }
    .team-img-container .support-name::after,
    .team-img-container .support-name-hover::after {
      content: '';
      background: #0c2d8d;
      width: 75%;
      height: 3px;
      border-radius: 3px;
      display: block; }
  .team-img-container .our-people {
    width: 55%; }
  .team-img-container .overlay {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    opacity: 0; }
  .team-img-container .team-text {
    opacity: 0;
    text-align: center;
    color: white;
    top: 60%;
    left: 50%;
    width: 80%;
    font-weight: bold;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); }
    .team-img-container .team-text p {
      font-size: 13px; }
  .team-img-container .img-container:hover .support-name {
    opacity: 0;
    -webkit-transition: 0.00000001s ease;
    -o-transition: 0.00000001s ease;
    transition: 0.00000001s ease; }
  .team-img-container .img-container:hover .support-name-hover {
    -webkit-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
    bottom: 75%; }
  .team-img-container .img-container:hover .overlay {
    background-color: #0c2d8d;
    opacity: 0.7;
    -webkit-transition: 0.1s ease;
    -o-transition: 0.1s ease;
    transition: 0.1s ease; }
  .team-img-container .img-container:hover .team-text {
    opacity: 1;
    -webkit-transition: 0.1s ease;
    -o-transition: 0.1s ease;
    transition: 0.1s ease; }
  @media screen and (max-width: 1200px) {
    .team-img-container .team-img-container {
      max-width: 55%; } }

.intro-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 30px 0;
  align-items: center; }
  .intro-container .intro-p {
    width: 50%; }
    .intro-container .intro-p h2 {
      margin-top: 0; }
  .intro-container .warehouse {
    width: 40%; }

.meet-your-experts .team-img-container {
  max-width: 80%;
  margin: 50px auto; }

.career-container .three-box img {
  width: 40px; }

.flex {
  display: flex; }

.jc-sb {
  justify-content: space-between; }

.col-1-2 {
  width: 46%; }

.accordeon {
  margin: 100px auto;
  width: 60%;
  padding: 0;
  list-style-type: none; }
  .accordeon h2 {
    font-size: 18px;
    margin: 0px;
    margin-right: 10px;
    position: relative; }
    .accordeon h2:after {
      content: '';
      position: absolute;
      right: 0;
      border: solid #c4c4c4;
      border-width: 0 3px 3px 0;
      display: inline-block;
      padding: 3px;
      -webkit-transition: all ease 0.2s;
      -o-transition: all ease 0.2s;
      transition: all ease 0.2s;
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg); }

.accordeon_item {
  background: #ddd;
  border-radius: 5px;
  margin-bottom: 25px;
  -webkit-box-shadow: 0 0 8px rgba(2, 2, 2, 0.1);
  box-shadow: 0 0 8px rgba(2, 2, 2, 0.1); }

.accordeon_item.active h2:after {
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg); }

.accordeon_title {
  cursor: pointer;
  padding: 18px;
  background: #fff;
  border-radius: 5px;
  position: relative; }

.question-position {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.accordeon_content {
  padding: 25px;
  border-radius: 5px;
  background-color: #ededed; }

.question-info p {
  margin: 20px 0; }

.card-grid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between; }

.equalHMV:nth-of-type(3n + 1) {
  margin-left: 0; }

.programming .card-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.programming .equal-size {
  height: 300px !important; }

.programming .card-content {
  height: 350px;
  padding: 20px;
  text-align: center; }

.programming .grey {
  background-color: #eee;
  font-size: 18px;
  font-weight: bold; }

.card-wrap {
  width: 32%;
  margin-bottom: 15px;
  background-color: #eee;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 250ms cubic-bezier(0.02, 0.01, 0.47, 1);
  -o-transition: all 250ms cubic-bezier(0.02, 0.01, 0.47, 1);
  transition: all 250ms cubic-bezier(0.02, 0.01, 0.47, 1); }
  .card-wrap:hover {
    -webkit-box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
    box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
    -webkit-transform: translate(0, -5px);
    -ms-transform: translate(0, -5px);
    transform: translate(0, -5px);
    -webkit-transition-delay: 0s !important;
    -o-transition-delay: 0s !important;
    transition-delay: 0s !important; }

.price-header {
  background-color: #14204a;
  font-size: 20px;
  padding: 15px 0;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-top: 0px; }

.card-price {
  background-color: transparent;
  padding: 0;
  text-align: left;
  font-size: 20px;
  font-weight: bold; }

@media screen and (max-width: 768px) {
  .accordeon {
    width: 90%;
    margin: 70px auto; } }

.callout-find-fob {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #c4c4c4;
  border-bottom: 1px solid #c4c4c4;
  padding: 25px 0;
  margin-bottom: 60px; }
  .callout-find-fob.how-to-fix {
    flex-direction: column; }
  .callout-find-fob > div {
    margin: 0 auto;
    text-align: center; }
  .callout-find-fob h3 {
    font-size: 25px;
    margin-bottom: 10px; }
  .callout-find-fob a.shop-now-btn {
    display: block;
    background: #14204a;
    padding: 12px 45px;
    width: 300px;
    color: #fff;
    margin: 0 auto;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
    text-decoration: none; }

.full-width {
  background-color: #14204a;
  padding: 50px 0;
  width: 100vw;
  margin-left: -50vw;
  left: 50%;
  position: relative; }

.history {
  margin: 0 auto; }

.history h2 {
  color: #fff;
  font-size: 25px;
  margin-top: 0;
  margin-bottom: 30px;
  text-align: center; }

.history-flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row-reverse; }
  .history-flex .social-add {
    width: 30%; }
    .history-flex .social-add img {
      width: 100%; }
    .history-flex .social-add .history-flex {
      justify-content: flex-start;
      flex-direction: row;
      align-items: center; }
      .history-flex .social-add .history-flex a {
        color: #fff; }
      .history-flex .social-add .history-flex img {
        width: 36px;
        margin-top: 10px;
        margin-right: 20px; }
    .history-flex .social-add .jj-name {
      margin-left: 20px;
      font-weight: 700;
      font-size: 25px;
      margin-top: 8px;
      color: #fff; }

.history-info {
  width: 50%;
  color: #fff; }

.our-promise-container {
  margin: 100px auto;
  width: 50%;
  text-align: center; }
  .our-promise-container h2 {
    font-size: 25px;
    margin-top: 0;
    margin-bottom: 30px; }
  .our-promise-container span {
    font-size: 20px;
    margin: 20px 0;
    display: block;
    font-weight: bold; }

.values-container {
  width: 50%;
  margin: 0 auto; }
  .values-container p {
    font-size: 15px; }
  .values-container ul li {
    padding: 30px 0;
    list-style-type: none;
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
  .values-container img {
    width: 80px;
    margin-right: 30px;
    margin-top: 23px; }

.mobile-title {
  text-align: center;
  font-weight: 800;
  font-size: 20px; }

.desktop-title {
  display: none; }

.step-1,
.step {
  border: 1px solid #bdbdbd;
  text-align: center;
  margin: 20px 10px; }

.step {
  border: 1px solid #bdbdbd;
  padding: 50px;
  text-align: center;
  margin: 20px 10px; }

.return-icon-1 img {
  width: 70px;
  margin-bottom: 7px; }

.return-icon-2 {
  width: 70px;
  margin-bottom: 7px; }

.return-icon-3 {
  width: 90px;
  margin-bottom: 25px; }

.step-title {
  font-weight: 800;
  font-size: 20px;
  margin: 10px 0; }

.policy-container {
  margin: 30px 10px; }

.policy-container-title {
  display: block;
  font-weight: 800;
  font-size: 24px;
  margin-bottom: 15px; }

.make-select {
  width: 100%;
  margin: 0 auto; }
  .make-select a:first-child {
    display: inline;
    padding: 3px 20px;
    color: #333;
    text-decoration: none; }

.extra-contact {
  text-align: center;
  margin: 30px 10px; }
  .extra-contact a {
    color: #0c2d8d;
    font-weight: 800; }

.select-box {
  font-size: 14px;
  cursor: pointer;
  background-color: #f2f2f2;
  color: #0b2d92;
  padding: 10px 40px;
  font-weight: 700; }

.mobile-email {
  display: none; }

.support-intro-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 25px 0; }

.support-intro {
  width: 35%; }

.support-intro-title {
  font-size: 35px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 20px;
  color: #333;
  background: transparent;
  text-transform: none;
  font-family: 'Open Sans', sans-serif;
  padding: 0;
  letter-spacing: normal; }

.support-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 25px;
  cursor: pointer; }

.support-phone,
.support-email {
  width: 45%;
  padding: 8px 0;
  background-color: #14204a;
  text-align: center;
  border-radius: 2px;
  border: 2px solid #14204a;
  display: flex;
  justify-content: center;
  align-items: center; }
  .support-phone a,
  .support-email a {
    color: white;
    text-decoration: none;
    font-size: 15px; }
  .support-phone .button-icon,
  .support-email .button-icon {
    height: 28px;
    width: 28px;
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    overflow: hidden;
    border: 1px solid #14204A; }
    .support-phone .button-icon img,
    .support-email .button-icon img {
      width: 19px;
      position: relative;
      top: 1px;
      left: -1px; }
  .support-phone:hover,
  .support-email:hover {
    background-color: #fff; }
    .support-phone:hover a,
    .support-email:hover a {
      color: #14204A; }

.team-title-container {
  text-align: center;
  margin-bottom: 40px; }

.team-title {
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 10px;
  color: #333;
  background: transparent;
  text-transform: none;
  font-family: 'Open Sans', sans-serif;
  padding: 0;
  letter-spacing: normal; }
  .team-title div {
    font-size: 15px; }

.support-intro-img {
  background: url("https://cdn11.bigcommerce.com/s-g53f230qti/product_images/uploaded_images/support-info.jpg") no-repeat;
  width: 40%;
  background-size: contain;
  height: 300px; }

.support-team-container {
  margin: 150px 0; }
  .support-team-container .team-img-container {
    position: relative;
    width: 88%;
    height: 220px;
    margin: 0 auto;
    max-width: unset; }
    .support-team-container .team-img-container .img-1,
    .support-team-container .team-img-container .img-2,
    .support-team-container .team-img-container .img-3,
    .support-team-container .team-img-container .img-4,
    .support-team-container .team-img-container .img-5 {
      margin: 0;
      margin-right: 0;
      margin-bottom: 0;
      width: 200px;
      height: 220px; }
    .support-team-container .team-img-container .img-1 {
      background-size: 300px;
      background-position-x: -48px; }
    .support-team-container .team-img-container .img-2 {
      background-size: 225px;
      background-position-y: -45px;
      background-position-x: -20px; }
    .support-team-container .team-img-container .img-3 {
      background-size: 245px;
      background-position-x: -22px;
      background-position-y: -17px; }
    .support-team-container .team-img-container .img-4 {
      background-size: cover; }
    .support-team-container .team-img-container .img-5 {
      background-size: 240px;
      background-position-x: -20px;
      background-position-y: -40px; }

.support-reviews-text-container {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  font-size: 15px; }

.support-reviews-bold {
  font-size: 25px;
  font-weight: 700; }

.questions-cta-container {
  text-align: center;
  width: 50%;
  margin: 0 auto;
  margin-top: 150px; }

.question-title {
  font-size: 25px;
  font-weight: 700; }

.question-intro {
  width: 75%;
  margin: 0 auto;
  font-size: 15px; }

.questions-cta-container .support-buttons {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.info-boxes-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-top: 50px; }
  .info-boxes-container .info-box {
    border: 2px solid #14204a;
    border-radius: 2px;
    width: 45%;
    padding: 20px;
    font-size: 13px; }

.keyless-confidence {
  color: #14204a;
  margin: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px; }

.keyless-confidence span {
  font-weight: 700; }
  .keyless-confidence span:after {
    content: '';
    background: #14204a;
    display: block;
    width: 46%;
    height: 3px;
    border-radius: 3px;
    float: right; }

.advantage-signup-page h1, .advantage-signup-page h2 {
  font-size: 30px;
  color: #333;
  background-color: transparent;
  text-transform: none;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0;
  padding: 0;
  margin-top: 0; }

.advantage-signup-page h1 + div {
  font-size: 22px; }

.advantage-signup-page .page-content {
  padding: 40px 0px; }

.advantage-signup-page .grey-cont {
  background-color: #F5F5F5;
  margin-top: 60px;
  padding-top: 60px; }

.advantage-signup-page .grey-cont, .advantage-signup-page .grey-cont h2 {
  text-align: center; }

.signup-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .signup-container .container-1 {
    padding-bottom: 30px;
    width: 50%; }
  .signup-container .container-2 {
    width: 43%;
    margin-top: 40px;
    text-align: center;
    margin-bottom: 50px; }
  .signup-container p {
    font-size: 16px;
    letter-spacing: 0.2px; }
  .signup-container .second-title {
    font-size: 25px !important;
    margin-bottom: 20px; }
  .signup-container .description, .signup-container .advantage-img {
    margin-top: 20px; }
  .signup-container .checks {
    padding: 0;
    list-style-type: none; }
    .signup-container .checks li {
      font-weight: 700;
      font-size: 20px;
      padding: 8px 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
    .signup-container .checks img {
      margin-right: 15px;
      margin-top: 3px; }

@media (min-width: 991px) {
  .form-flex {
    width: 66.6%;
    margin-left: auto; }
  .signup-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .signup-container .container-1 {
      border-right: 1px solid rgba(77, 80, 85, 0.1);
      border-bottom: 0;
      padding-right: 100px; }
  .extra-contact {
    margin-top: 50px; }
  .make-select {
    position: relative; }
  .select-box {
    font-size: 13px;
    padding: 10px 18px; }
  .return-container {
    display: flex;
    flex-direction: row-reverse; }
  .step-container {
    width: 66.6%;
    display: flex;
    flex-direction: column;
    align-items: center; }
  .mobile-title {
    display: none; }
  .desktop-title {
    display: block;
    font-weight: 800;
    font-size: 24px;
    margin-bottom: 15px;
    margin-top: 30px;
    color: #333;
    background: transparent;
    text-transform: none;
    letter-spacing: normal;
    font-family: 'Open Sans', sans-serif; }
  .step-desktop {
    display: flex; }
  .step-desktop > * {
    width: 33.3%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 10px; }
  .step-1 {
    margin-left: 0; }
  .step-1 .step-title {
    margin-top: 15px; }
  .policy-container {
    width: 33.3%;
    margin-right: 70px; } }

.questions-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify; }
  .questions-container .accordeon {
    margin: 60px 0;
    width: 49%;
    padding: 0;
    list-style-type: none; }
  .questions-container .video-responsive {
    margin: 60px auto; }
  .questions-container .accordeon h2 {
    font-size: 18px;
    margin: 0;
    padding-right: 20px; }

.help-links {
  width: 78%;
  margin: 0 auto; }
  .help-links h2 {
    text-align: center; }
  .help-links .help-contact {
    margin: 60px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center; }
  .help-links .callout-paragraph {
    font-size: 16px;
    width: 45%; }
  .help-links .support-card {
    background: #fff;
    -webkit-box-shadow: 0 0 8px rgba(2, 2, 2, 0.1);
    box-shadow: 0 0 8px rgba(2, 2, 2, 0.1);
    width: 48%;
    padding: 30px; }

.contact-call, .contact-email {
  background-color: #fff;
  width: 100%;
  border: 1px solid #F2F2F2;
  border-radius: 2px;
  padding: 30px 20px;
  -webkit-box-shadow: 0 0 8px rgba(2, 2, 2, 0.1);
  box-shadow: 0 0 8px rgba(2, 2, 2, 0.1);
  margin-bottom: 30px;
  text-align: center; }
  .contact-call .yellow-btn, .contact-email .yellow-btn {
    margin: 0 auto; }

@media screen and (min-width: 600px) {
  .contact-call, .contact-email {
    max-width: 460px;
    margin: auto;
    margin-bottom: 30px; } }

@media screen and (min-width: 960px) {
  .contact-container, .form-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .contact-call, .contact-email {
    max-width: 47%;
    padding: 60px 25px; } }

@media screen and (min-width: 1200px) {
  .new-container {
    width: 1170px; }
  .step-desktop {
    margin-top: 10px; } }

@media screen and (max-width: 991px) {
  .signup-container .container-1 {
    border-bottom: 1px solid rgba(77, 80, 85, 0.1); }
  .signup-container .container-1, .signup-container .container-2 {
    width: 90%; }
  .oem-intro-container {
    flex-direction: column;
    align-items: center; }
  .oem-text-container {
    width: 75%; }
  .oem-seal-container {
    width: 45%;
    height: 220px;
    margin-top: 45px; }
  .oem-menu-container, .oem-quick-links {
    display: none; }
  .oem-info-container .accordeon {
    display: block;
    list-style-type: none;
    padding: 0;
    margin: 0 auto;
    width: 75%; }
    .oem-info-container .accordeon .accordeon_content {
      background-color: #FEFEFE;
      padding: 20px 30px;
      -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
      margin-bottom: 40px;
      font-size: 13px; }
    .oem-info-container .accordeon .accordeon_item {
      background: #ddd;
      margin-bottom: .5rem; }
    .oem-info-container .accordeon .accordeon_title {
      position: relative;
      cursor: pointer;
      padding: .8rem;
      color: #fff;
      font-weight: 700;
      background: #0C2D8D;
      border-radius: 2px; }
      .oem-info-container .accordeon .accordeon_title:after {
        position: absolute;
        top: 17px;
        right: 10px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 5px 0 5px;
        border-color: white transparent transparent transparent;
        content: '';
        -webkit-transition: all ease .2s;
        -o-transition: all ease .2s;
        transition: all ease .2s; }
    .oem-info-container .accordeon .active > .accordeon_title:after {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg);
      -webkit-transition: all ease .2s;
      -o-transition: all ease .2s;
      transition: all ease .2s; }
  .oem-info-container + .questions-cta-container {
    margin: 0 auto;
    width: 75%;
    float: none;
    margin-top: 50px; }
  .locksmith .guidelines-container .equalHMV {
    width: 45%; }
  .locksmith .blue-bkgrnd p {
    width: 70%; }
  .locksmith .full-container .flex-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .locksmith .full-container .flex-text .c2, .locksmith .full-container .flex-text .c1 {
      max-width: 450px; }
    .locksmith .full-container .flex-text .c2 {
      margin-top: 20px; }
  .support-intro-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .support-intro-container .support-buttons {
      align-items: center;
      justify-content: center; }
    .support-intro-container .support-intro {
      width: 80%;
      text-align: center;
      margin: 0 auto;
      margin-bottom: 50px; }
    .support-intro-container .support-intro-img {
      margin: 0 auto;
      height: 245px; }
  .description-cont {
    flex-direction: column; }
  .col-1-2,
  .go-back {
    width: 95%;
    margin: 0 auto; }
  .team-img-container .img-1,
  .team-img-container .img-2,
  .team-img-container .img-3,
  .team-img-container .img-4,
  .team-img-container .img-5 {
    width: 170px;
    height: 200px;
    margin: 15px auto; }
  .team-img-container .img-2 {
    background-position-y: -60px;
    background-position-x: -30px; }
  .team-img-container .img-2,
  .team-img-container .img-5 {
    background-size: 235px; }
  .team-img-container .img-3 {
    background-size: 210px;
    background-position-x: -22px;
    background-position-y: -17px; }
  .team-img-container .img-5 {
    margin-top: 15px;
    background-position-x: -20px;
    background-position-y: -50px; }
  .team-img-container .img-1 {
    background-size: 265px;
    background-position-x: -40px; }
  .callout-find-fob {
    flex-direction: column; }
  .new-container {
    width: 90%; }
  .history-info {
    width: 100%; }
  .history-flex {
    align-items: flex-start; }
  .history-flex .social-add {
    width: 60%; }
  .programming .card-content {
    height: 530px; }
  .support-team-container {
    margin: 100px auto; }
    .support-team-container .team-img-container {
      width: 100%;
      height: auto; }
      .support-team-container .team-img-container .img-1,
      .support-team-container .team-img-container .img-2,
      .support-team-container .team-img-container .img-3,
      .support-team-container .team-img-container .img-4,
      .support-team-container .team-img-container .img-5 {
        margin: 15px; }
  .support-reviews-text-container {
    width: 75%;
    text-align: center;
    margin: 0 auto; }
  .questions-cta-container {
    width: 75%; } }

.resource-title {
  color: #333;
  background-color: transparent;
  font-family: 'Open Sans';
  text-transform: none;
  letter-spacing: 0;
  padding: 0; }

a.yellow-btn {
  font-weight: 700; }

.sell-fob-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.sell-fob-container {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.fob-text {
  margin-bottom: 30px; }

.fob-text,
.sell-fob-container a.sell-fob-img {
  width: 45%; }

.sell-fob-container a.sell-fob-img,
a.yellow-btn {
  color: #fff; }

a.yellow-btn {
  background-color: #14204a;
  display: block;
  margin-top: 20px;
  padding: 12px 20px;
  text-decoration: none;
  width: 165px;
  font-size: 15px; }

a.yellow-btn:hover {
  background-color: #FFC628;
  color: #333;
  text-decoration: none; }

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0; }
  .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.wrapper-container ul li {
  padding: 10px 0;
  list-style-type: none; }

@media screen and (max-width: 1200px) {
  .resource-nav a {
    width: 280px;
    text-align: center;
    margin-top: 2px; }
  .resource-nav li:last-child a {
    border-right: 2px solid #fff; } }

@media screen and (max-width: 991px) {
  .wrapper-container {
    width: 80%;
    margin: 0 auto; }
    .wrapper-container h2 {
      text-align: center; }
  .sell-fob-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .fob-text,
  .sell-fob-container a.sell-fob-img {
    display: block;
    width: 100%;
    margin: 30px 0; } }

@media screen and (max-width: 800px) {
  .full-team-container,
  .history-flex:not(.links) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column-reverse; }
    .full-team-container .history-info,
    .history-flex:not(.links) .history-info {
      margin-top: 20px; }
  .team-img-container,
  .our-people {
    max-width: 100%;
    margin: 0 auto;
    width: 100%; }
  .our-promise-container {
    width: 85%; } }

@media screen and (max-width: 680px) {
  .oem-text-container {
    width: 100%; }
  .locksmith .guidelines-container .guideline-info {
    width: 100%; }
  .intro-container {
    flex-direction: column-reverse;
    margin: 80px 0;
    align-items: center; }
    .intro-container.local {
      flex-direction: column; }
      .intro-container.local img {
        width: 60%;
        margin: 30px 0; }
    .intro-container .intro-p {
      width: 100%; }
    .intro-container .warehouse {
      width: 75%;
      margin: 0 auto;
      margin-bottom: 40px; }
  .values-container {
    width: 90%; }
  .card-wrap {
    width: 46%; }
  .programming .card-content {
    height: 100% !important; }
  .history-flex img {
    width: 250px; } }

@media (max-width: 551px) {
  .accordeon {
    margin: 70px auto; }
  .oem-info-container .accordeon, .accordeon {
    width: 90%; }
  .oem-seal-container {
    width: 75%;
    height: auto; }
  .oem-info-container + .questions-cta-container {
    width: 100%; }
  .oem-info-container + .questions-cta-container .support-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .oem-info-container + .questions-cta-container .support-buttons .support-email, .oem-info-container + .questions-cta-container .support-buttons .support-phone {
      width: 75%;
      margin: 0 auto; }
    .oem-info-container + .questions-cta-container .support-buttons .support-phone {
      margin-bottom: 20px; }
  .support-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .support-buttons .support-email, .support-buttons .support-phone {
      width: 75%;
      margin: 0 auto; }
    .support-buttons .support-phone {
      margin-bottom: 20px; }
  .locksmith .guidelines-container .equalHMV {
    width: 100%;
    margin: 4%; }
  .locksmith .blue-bkgrnd p {
    width: 100%; }
  .locksmith .full-container .flex-text .c2 {
    max-width: 100%; }
  .card-wrap {
    width: 95%; }
  .support-intro-container .support-intro {
    width: 100%; }
  .support-intro-container .support-intro-img {
    width: 315px;
    margin: 0 auto; }
  .questions-cta-container {
    margin-top: 50px;
    width: 100%; }
  .info-boxes-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .info-boxes-container .info-box {
      width: 75%;
      margin: 0 auto; }
  .info-boxes-container div:first-child {
    margin-bottom: 20px; } }

@media screen and (max-width: 320px) {
  .mobile-email {
    display: block; } }

body {
  padding-top: 60px !important; }

.accordeon h2 {
  margin-right: 20px;
  padding-right: 15px; }

.accordeon h2:after {
  right: -17px;
  top: 7px; }

.bottom-seo-container {
  display: flex;
  justify-content: space-between;
  margin: 60px auto; }

.bottom-seo-container h3 {
  font-size: 16px;
  margin-bottom: 20px; }

.col1 {
  width: 50%; }

.col2 {
  width: 45%; }

.col2 iframe {
  width: 500px;
  height: 300px; }

@media screen and (max-width: 991px) {
  .bottom-seo-container {
    flex-direction: column; }
  .col1, .col2 {
    width: 100%;
    margin: 0 auto; }
  .col2 {
    margin-top: 50px; }
  .col2 iframe {
    width: 100%;
    height: 540px; } }

@media screen and (max-width: 768px) {
  .col2 iframe {
    height: 400px; } }

@media screen and (max-width: 580px) {
  .col2 iframe {
    height: 300px; } }

@media screen and (max-width: 420px) {
  .col2 iframe {
    height: 200px; } }

.productView-info-name.fbt,
.productView-info-value.fbt,
.productView-info-name.fbt-product,
.productView-info-value.fbt-product,
.freqBought-item .price-section.price-section--saving,
.freqBought .form-field__sizeChart {
  display: none; }

#fbt {
  display: none;
  padding: 1.5rem 0;
  position: relative;
  clear: both; }
  #fbt:before, #fbt:after {
    content: " ";
    display: table; }
  #fbt:after {
    clear: both; }

.fbt__heading.page-heading {
  margin-bottom: 1.5rem;
  display: block; }

/* ==========================================================
## IMAGES
========================================================== */
.fbt__image-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none; }
  @media (min-width: 801px) {
    .fbt__image-list {
      flex-wrap: nowrap; } }

.fbt__image-item {
  position: relative;
  padding: 0 0.55rem;
  width: 25%;
  text-align: center; }
  @media (min-width: 551px) {
    .fbt__image-item {
      width: auto;
      padding: 0 1rem; } }

.fbt__image-item:first-child {
  padding-left: 0; }

.fbt__image-item.fbt__total {
  width: 100%;
  padding-top: 1.5rem;
  text-align: left; }
  @media (min-width: 801px) {
    .fbt__image-item.fbt__total {
      padding-top: 0; } }

.fbt__image-item::after {
  content: ' ';
  position: absolute;
  display: inline-block;
  margin: auto;
  width: 18px;
  height: 18px;
  right: -9px;
  top: 0;
  bottom: 0;
  background: url(../icons/add.svg) no-repeat;
  background-size: cover;
  pointer-events: none;
  z-index: 10; }
  @media (min-width: 551px) {
    .fbt__image-item::after {
      width: 24px;
      height: 24px;
      right: -12px; } }

.fbt__image-item.fbt__total::after,
.fbt__image-item:nth-last-child(2)::after,
.fbt__image-item:nth-child(4n+4)::after {
  display: none; }

.fbt__image-link {
  display: inline-block;
  opacity: 0.45;
  transition: opacity 0.15s ease; }

.fbt__image-item.isChecked .fbt__image-link,
.fbt__image-item.fbt__total .fbt__image-link {
  opacity: 1;
  transition: opacity 0.15s ease; }

.fbt__image {
  max-width: 100%; }
  @media (min-width: 551px) {
    .fbt__image {
      max-width: 85px; } }
  @media (min-width: 1261px) {
    .fbt__image {
      max-width: 130px; } }

.fbt__total-txt {
  margin-bottom: 10px;
  font-size: 14px; }
  @media (min-width: 551px) {
    .fbt__total-txt {
      font-size: 16px; } }
  @media (min-width: 801px) {
    .fbt__total-txt {
      font-size: 18px; } }

.fbt__total-price {
  color: #14204a;
  font-weight: 700; }

.fbt__total-button {
  width: 250px; }
  @media only screen and (min-width: 1025px) {
    .fbt__total-button {
      width: 270px; } }

/* ==========================================================
## HELPER TEXT
========================================================== */
.fbt__helper-text {
  margin: 15px 0 10px 0;
  font-weight: bold;
  font-size: 15px; }

/* ==========================================================
## DETAILS
========================================================== */
.fbt__detail-label.form-label {
  font-size: 1rem; }
  @media (min-width: 801px) {
    .fbt__detail-label.form-label {
      font-size: 1.1rem; } }

.fbt__detail-list {
  margin: 0;
  padding: 0;
  list-style: none; }

.fbt__detail-item {
  margin-bottom: 0.5rem; }

.fbt__detail-field {
  display: inline-block; }

.fbt__detail-item .form-checkbox + .form-label {
  line-height: 22px; }

.fbt__detail-item .form-checkbox + .form-label::before {
  border-color: #bbb;
  border-radius: 0; }

.fbt__detail-item .fbt__detail-field:hover .form-checkbox + .form-label::before {
  border-color: #989898; }

.fbt__detail-name {
  border-bottom: 1px solid #bbb;
  transition: all 0.15s ease; }

.fbt__detail-field:hover .fbt__detail-name {
  border-color: #444;
  transition: all 0.15s ease; }

.fbt__detail-item .price-section,
.fbt__detail-item .price--rrp,
.fbt__detail-item .price--discounted,
.fbt__detail-item .price--withoutTax {
  display: inline-block;
  font-weight: normal; }

.fbt__detail-item .price-section {
  margin-left: 5px; }

.fbt__detail-item .price.price--withoutTax:before {
  display: none; }

/* ==========================================================
## DETAIL OPTIONS
========================================================== */
.fbt__toggle-options {
  position: relative;
  display: inline-block;
  margin: 6px 0 3px 1.85714rem;
  padding: 2px 10px;
  font-size: 13px;
  cursor: pointer;
  border: 1px solid;
  background-color: #14204a;
  color: white;
  transition: all 0.15s ease;
  border-radius: 3px; }
  @media (min-width: 551px) {
    .fbt__toggle-options {
      margin: 0 0 0 5px; } }

.fbt__toggle-options:hover,
.fbt__toggle-options:focus {
  background-color: #ffc628;
  color: #14204a;
  transition: all 0.15s ease; }

.fbt__detail-options {
  display: none;
  margin: 7px 0 0.25rem 1.85714rem;
  padding: 0.75rem;
  overflow: hidden;
  background-color: #f2f2f2;
  border: 1px solid #cccccc; }

.fbt__detail-options .form-field {
  margin-bottom: 1rem; }

.hasOptions--selected .fbt__detail-options {
  background-color: #dff0d8;
  border-color: #549955; }

.hasOptions--error .fbt__detail-options {
  background-color: #f8e0e4;
  border-color: #de909e; }

.fbt__detail-options .form-field:last-child {
  margin-bottom: 0; }

.fbt__detail-options .form-checkbox + .form-label {
  line-height: 22px; }

.fbt__detail-options .form-checkbox + .form-label::before {
  border-color: #bbb;
  border-radius: 0; }

.fbt__detail-options .freqBought-label:hover .form-checkbox + .form-label::before {
  border-color: #989898; }

.fbt__toggle-options {
  background-color: #14204a;
  border-color: #14204a;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600; }

.fbt__toggle-options:hover {
  background-color: #ffc628;
  border-color: #ffc628; }

.hasOptions--selected .fbt__toggle-options,
.hasOptions--selected .fbt__toggle-options:hover {
  background-color: #dff0d8;
  border-color: #3c763d;
  color: #383838; }

.hasOptions--selected .fbt__toggle-options {
  padding-right: 30px; }

.hasOptions--selected .fbt__toggle-options::after {
  content: "";
  display: inline-block;
  background: url("../icons/check-green.svg");
  background-size: cover;
  position: absolute;
  right: 8px;
  top: 1px;
  height: 17px;
  width: 17px; }

.freqBought-item.hasOptions-error .freqBought-itemOptions,
.freqBought-item.hasOptions-error .fbt__toggle-options {
  background-color: #f8e0e4;
  border-color: #de909e; }

.freqBought-errorMsg {
  display: none;
  margin: 0;
  padding: 0.75rem;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  background-color: #f8e0e4;
  color: #a94442; }

.freqBought-item.hasOptions-error .freqBought-errorMsg {
  display: block; }

body {
  padding-top: 0 !important; }

#themevale_top-promotion .banner-promotion .text {
  font-size: 18px;
  padding: 5px 0; }

.ov-app.ov-app-aov-progress-bar, .ov-wrapper, .ov-aov-progress-bar, .ov-app-aov-progress-bar[data-app-id="apb_18facsngi0ol053"] {
  min-height: 100px !important;
  display: flex !important;
  flex-direction: column !important; }

.pagination-wrapper {
  display: none; }

summary:before {
  content: url(https://www.keylessentryremotefob.com/content/v/vspfiles/assets/images/search.png);
  width: 30px;
  display: inline-block; }

.small-txt {
  font-size: 13px; }

.flex-fix {
  flex-direction: column; }

@media screen and (max-width: 1080px) {
  .item.item--office {
    flex-direction: column; } }

.themevale_productDescription-2 .page-heading {
  padding: 16px !important; }

.productView-info-bulkPricing {
  display: flex;
  align-items: center; }

.productView-info-bulkPricing > dd.productView-info-value a {
  margin-bottom: 10px !important;
  display: block; }

img.product-bulk-pricing-img {
  width: 35px;
  display: block;
  margin-bottom: 8px;
  margin-right: 12px; }

dd.productView-info-value.battery a, dd.productView-info-value.lifetime-protection-plan a {
  color: #14204a;
  margin-bottom: 0;
  width: 200px;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 15px;
  border-radius: 3px;
  font-weight: 700;
  letter-spacing: 0;
  position: relative;
  text-align: center;
  white-space: nowrap;
  padding: 12px 15px 11px;
  transition: all .3s ease;
  font-family: Rajdhani,Arial,Helvetica,sans-serif;
  border-color: #ffc628;
  background-color: #ffc628;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.05);
  display: block; }

dd.productView-info-value.battery a:hover, dd.productView-info-value.lifetime-protection-plan a:hover {
  color: #fff;
  background-color: #14204a;
  border-color: #14204a; }

#Bundle_scroll {
  text-align: center;
  padding: 5px;
  margin-top: 20px;
  background: #dee5fb;
  font-weight: 700;
  border-radius: 6px 6px 0 0;
  max-width: 245px; }

.scrollBundle {
  border: 1px dotted #9a9a9a;
  border-bottom: none;
  padding: 15px;
  border-top: 0;
  margin: 0 0 20px 0;
  max-width: 245px;
  display: flex;
  align-items: center; }

.scrollBundle + .productView-info {
  border: 1px dotted #9a9a9a;
  border-top: none;
  padding: 0 15px 15px 15px;
  border-radius: 0 0 6px 6px;
  margin: 0 0 20px 0;
  max-width: 245px; }

dt.productView-info-name.battery, dt.productView-info-name.lifetime-protection-plan {
  display: none; }

.o7-help .o7-help-container {
  left: -165px; }

.snize-sticky-searchbox.bottom-right {
  top: 86% !important; }

div#___ratingbadge_0 {
  display: none !important; }

.snize-sticky-searchbox.bottom-right {
  top: 90% !important; }

.ie-resize > div:first-child, .ie-resize > div:nth-child(2) {
  display: none; }

.dropdown-content1 .themevale_MultiCategory {
  font-size: 30px; }

#menuMobile .navPages-action-moreIcon svg {
  height: 60px;
  width: 14px; }

.previewCartCheckout-additionalCheckoutButtons, .cart-additionalCheckoutButtons {
  height: auto !important; }

#toggleButton {
  height: auto;
  padding: 10px;
  font-size: 18px; }

.service-wrapper {
  height: 40px; }
