@charset "UTF-8";
/*@import url('https://fonts.googleapis.com/css?family=Karla:400,400i,700,700i|Montserrat:400,600,700|Roboto:400,400i,500,500i,700,700i|Open+Sans:400,400i,600,700,700i');*/
@import url("https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,400;0,700;1,400;1,700&family=Montserrat:wght@400;600;700&family=Open+Sans:ital,wght@0,400;0,600;0,700;1,400;1,700&family=Roboto:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap");
/*@import "font-awesome/font-awesome";*/
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.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; }

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

.animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes bounce {
  0%, 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: translateZ(0);
    transform: translateZ(0); }
  40%, 43% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  40%, 43%, 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); }
  70% {
    -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 {
  0%, 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: translateZ(0);
    transform: translateZ(0); }
  40%, 43% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  40%, 43%, 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); }
  70% {
    -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 {
  0%, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

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

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

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

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

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

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(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: scaleX(1);
    transform: scaleX(1); } }

@keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(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: scaleX(1);
    transform: scaleX(1); } }

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

@-webkit-keyframes shake {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(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 {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(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: rotate(15deg);
    transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

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

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

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

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

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

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

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

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

@-webkit-keyframes jello {
  0%, 11.1%, to {
    -webkit-transform: none;
    transform: none; }
  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 {
  0%, 11.1%, to {
    -webkit-transform: none;
    transform: none; }
  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 {
  0%, 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: scaleX(1);
    transform: scaleX(1); } }

@keyframes bounceIn {
  0%, 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: scaleX(1);
    transform: scaleX(1); } }

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

@-webkit-keyframes bounceInDown {
  0%, 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: none;
    transform: none; } }

@keyframes bounceInDown {
  0%, 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: none;
    transform: none; } }

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

@-webkit-keyframes bounceInLeft {
  0%, 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: none;
    transform: none; } }

@keyframes bounceInLeft {
  0%, 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: none;
    transform: none; } }

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

@-webkit-keyframes bounceInRight {
  0%, 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: none;
    transform: none; } }

@keyframes bounceInRight {
  0%, 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: none;
    transform: none; } }

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

@-webkit-keyframes bounceInUp {
  0%, 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, -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: translateZ(0);
    transform: translateZ(0); } }

@keyframes bounceInUp {
  0%, 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, -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: translateZ(0);
    transform: translateZ(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-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 {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes fadeOutDownBig {
  0% {
    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 {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

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

@keyframes fadeOutLeftBig {
  0% {
    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 {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

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

@keyframes fadeOutRightBig {
  0% {
    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 {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

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

@keyframes fadeOutUpBig {
  0% {
    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 {
  0% {
    -webkit-transform: perspective(400px) rotateY(-1turn);
    transform: perspective(400px) rotateY(-1turn); }
  0%, 40% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg); }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg); }
  50%, 80% {
    -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); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(-1turn);
    transform: perspective(400px) rotateY(-1turn); }
  0%, 40% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg); }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg); }
  50%, 80% {
    -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); }
  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 {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  0%, 40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg); }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  0%, 40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg); }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-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 {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  0%, 40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg); }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  0%, 40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg); }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-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 {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

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

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

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

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

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

@-webkit-keyframes lightSpeedIn {
  0% {
    -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); }
  60%, 80% {
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes lightSpeedIn {
  0% {
    -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); }
  60%, 80% {
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

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

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

@keyframes lightSpeedOut {
  0% {
    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 {
  0% {
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0; }
  0%, to {
    -webkit-transform-origin: center; }
  to {
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateIn {
  0% {
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0; }
  0%, to {
    -webkit-transform-origin: center; }
  to {
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

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

@-webkit-keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; }
  0%, to {
    -webkit-transform-origin: left bottom; }
  to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; }
  0%, to {
    -webkit-transform-origin: left bottom; }
  to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

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

@-webkit-keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; }
  0%, to {
    -webkit-transform-origin: right bottom; }
  to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; }
  0%, to {
    -webkit-transform-origin: right bottom; }
  to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

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

@-webkit-keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; }
  0%, to {
    -webkit-transform-origin: left bottom; }
  to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; }
  0%, to {
    -webkit-transform-origin: left bottom; }
  to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

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

@-webkit-keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  0%, to {
    -webkit-transform-origin: right bottom; }
  to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  0%, to {
    -webkit-transform-origin: right bottom; }
  to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes hinge {
  0% {
    transform-origin: top left; }
  0%, 20%, 60% {
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    transform-origin: top left; }
  40%, 80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(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% {
    transform-origin: top left; }
  0%, 20%, 60% {
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    transform-origin: top left; }
  40%, 80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(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-name: hinge;
  animation-name: hinge; }

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

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

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

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

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

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

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

@keyframes zoomIn {
  0% {
    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 {
  0% {
    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 {
  0% {
    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 {
  0% {
    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 {
  0% {
    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 {
  0% {
    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 {
  0% {
    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 {
  0% {
    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 {
  0% {
    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 {
  0% {
    opacity: 1; }
  50% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50%, to {
    opacity: 0; } }

@keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50%, 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 {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(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 {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(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 {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(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 {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

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

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

.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

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

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0, 0); }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  display: none; }

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.no-js .owl-carousel {
  display: block; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img {
  transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

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

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

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: 480px)/";
  width: 0; }

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

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

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

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

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

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

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

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

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: white; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }
  a:hover, a:focus {
    color: #23527c;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }

small,
.small {
  font-size: 85%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

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

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

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

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

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #337ab7; }

a.text-primary:hover,
a.text-primary:focus {
  color: #286090; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #337ab7; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #e8e8e8; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #e8e8e8; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #e8e8e8; }
  .table .table {
    background-color: white; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #e8e8e8; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #e8e8e8; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 15px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #e8e8e8; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40; }
  .btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #204d74;
      border-color: #122b40; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4; }
  .btn-primary .badge {
    color: #337ab7;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 6px; }

.well-sm {
  padding: 9px;
  border-radius: 3px; }

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

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

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

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

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

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

html,
body {
  height: 100%; }

body {
  background: white;
  color: #2d2d2d;
  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: 13px; }
  @media (min-width: 480px) {
    html {
      font-size: 13px; } }
  @media (min-width: 768px) {
    html {
      font-size: 13px; } }
  @media (min-width: 1200px) {
    html {
      font-size: 13px; } }

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

a {
  color: #2d2d2d;
  line-height: inherit;
  text-decoration: underline; }
  a:hover, a:focus {
    color: #4286f4; }

p {
  margin-bottom: 1.5rem; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #2d2d2d;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 0.25px;
  margin-bottom: 0.76923rem; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #989898;
    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.76923rem; }

hr {
  border: solid #e8e8e8;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  margin: 2.03846rem 0 1.96154rem; }

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

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

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

code {
  color: #c7254e; }

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

dl dd {
  margin-bottom: 1.5rem; }

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

abbr {
  text-transform: none; }

blockquote { }

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

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

.icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle; }
  .icon svg {
    display: inline-block;
    fill: #4f4f4f;
    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.30769rem;
  margin-left: -1.69231rem;
  margin-right: 0;
  overflow: hidden;
  padding: 0; }
  .inlineList > li {
    display: block;
    float: left;
    list-style: none;
    margin-left: 1.69231rem; }
    .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 {
  background: transparent;
  border: solid 1px #e8e8e8;
  margin-bottom: 2.03846rem;
  table-layout: auto;
  width: 100%; }
  .table thead {
    background: #f2f2f2; }
    .table thead tr th,
    .table thead tr td {
      font-size: 1rem;
      font-weight: 700;
      padding: 0.76923rem 1.5rem; }
  .table tr th,
  .table tr td {
    padding: 0.76923rem 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 #e8e8e8; }

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

.table-tbody tr {
  border-bottom: 1px solid #e8e8e8; }
  .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: "Montserrat", 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;
  font-size: 1rem;
  padding: 0.92308rem 2.26923rem;
  border-radius: 3px;
  outline: none;
  vertical-align: middle; }
  .button:hover, .button:focus, .button.is-active, .button.active {
    background-color: transparent; }
  .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.76923rem; } }

/*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: #4286f4;
  border-color: #4286f4;
  color: white; }
  .button--primary:hover, .button--primary:focus, .button--primary.is-active, .button--primary.active {
    background-color: #f7f7f7;
    border-color: #f7f7f7;
    color: #4286f4; }

.button[disabled] {
  background-color: #dadada;
  border-color: #dadada;
  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.53846rem 1.5rem; }

.button--tiny { }

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

.button--icon {
  font-size: 1rem;
  padding: 0.76923rem 0.76923rem; }
  .button--icon svg {
    fill: #2d2d2d; }

/*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: 3px;
      border-top-left-radius: 3px; }
    .buttonGroup > .button:last-child {
      border-bottom-right-radius: 3px;
      border-right-width: 1px;
      border-top-right-radius: 3px; }

/*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: #e8e8e8;
  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: #e8e8e8;
  font-size: 1rem;
  height: auto;
  padding: 0.76923rem;
  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.38462rem 0.76923rem; }
  .dropdown-menu-item a {
    display: block;
    padding: 0.38462rem; }
  .dropdown-menu-item a {
    margin: -0.38462rem; }

/*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 #454545;
  border-width: 0 0 1px;
  display: block;
  line-height: 32px;
  margin-bottom: 0.76923rem;
  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: #2d2d2d;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0.53846rem; }
  .form-label small {
    color: #989898;
    font-size: 0.76923rem;
    text-transform: uppercase;
    vertical-align: bottom; }

.form-input {
  appearance: none;
  background-color: white;
  border-color: #c2c2c2;
  border-style: solid;
  border-width: 1px;
  border-radius: 3px;
  color: #454545;
  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: #a5a5a5;
    cursor: not-allowed; }
  .form-input[readonly] {
    background-color: #f8f8f8;
    border-color: #454545;
    color: #989898;
    cursor: text; }
  .form-input:focus {
    border-color: #989898;
    outline: none; }
  .form-input[rows] {
    height: auto; }
  .form-input[type="search"] {
    box-sizing: border-box; }
  .form-input::-webkit-input-placeholder {
    color: #a5a5a5; }
  .form-input::-ms-clear {
    height: 0;
    width: 0; }
  .form-input::-moz-placeholder {
    color: #a5a5a5; }
  .form-input:-ms-input-placeholder {
    color: #a5a5a5; }

/*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: whitesmoke;
  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: #c2c2c2;
  color: #454545;
  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: 3px; }
  .form-select:focus {
    border-color: #989898; }
  .form-select:disabled {
    background-color: white;
    cursor: not-allowed; }
  .form-select:focus {
    border-color: #989898; }

/*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 #454545;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.13);
  margin-bottom: 1.5rem;
  max-width: none;
  padding: 1.5rem; }

.form-row {
  margin: 0 -15px;
  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: 15px;
    padding-right: 15px;
    width: 100%;
    float: left;
    max-width: none; }
  @media (min-width: 480px) {
    .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 2.03846rem;
  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.38462rem;
    padding-left: 1.88462rem;
    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 #dfdfdf;
      border-width: 1px;
      height: 1.23077rem;
      left: 0;
      top: 0;
      width: 1.23077rem; }
    .form-checkbox + .form-label::after,
    .form-radio + .form-label::after {
      height: 1.07692rem;
      left: 1px;
      opacity: 0;
      top: 1px;
      transform: scale(0);
      width: 1.07692rem; }

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

.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(79, 79, 79, 0.999)' /%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  color: rgba(79, 79, 79, 0.999);
  content: "";
  font-size: 1.07692rem;
  line-height: 1;
  text-align: center; }

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

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

/*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.84615rem; }
  .form-input.has-action + .button--inputAction {
    background: transparent;
    border: 0;
    border-radius: 0 0 0 0;
    float: left;
    height: 2.84615rem;
    margin: 0.07692rem 0 0 -2.92308rem;
    width: 2.84615rem; }

/*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: 2.76923rem; }
  .form-input.has-icon + .icon {
    height: 3rem;
    margin-left: -2.76923rem;
    width: 1.53846rem; }

/*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 #454545;
  border-width: 1px;
  flex: 1;
  font-weight: 300;
  height: 3rem;
  line-height: normal;
  max-width: 6.92308rem;
  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: #2d2d2d;
    box-shadow: 0 0 4px rgba(45, 45, 45, 0.4); }

.switch-toggle {
  background-color: #989898;
  border: 1px solid #989898;
  border-radius: 2.15385rem;
  cursor: pointer;
  display: inline-block;
  height: 2.15385rem;
  position: relative;
  transition: all 100ms ease-out;
  vertical-align: middle;
  width: 4.61538rem; }
  .switch--important .switch-toggle {
    background-color: #d4cb49;
    border-color: #d4cb49; }
  .switch--checked .switch-toggle {
    background-color: #69d66f;
    border-color: #69d66f; }
  .switch--disabled .switch-toggle {
    background-color: #e8e8e8;
    border-color: #a5a5a5;
    cursor: default; }

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

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

.switch-label--icon.icon {
  width: 26px;
  height: 26px; }
  .switch-label--icon.icon svg {
    width: 26px;
    height: 26px;
    fill: white; }
    .switch--disabled .switch-label--icon.icon svg {
      fill: #989898; }

.switch-description--off {
  color: #2d2d2d;
  margin-right: 5px; }
  .switch--checked .switch-description--off {
    color: #989898; }

.switch-description--on {
  color: #989898;
  margin-left: 5px; }
  .switch--checked .switch-description--on {
    color: #2d2d2d; }

.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 #454545;
    bottom: 0;
    left: 0;
    padding: 1.5rem 2.03846rem;
    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 {
  width: 22px;
  height: 22px;
  float: left;
  margin: 0 0 0 -2.30769rem;
  position: relative;
  top: 0.76923rem; }
  .form-prefixPostfix .form-input-indicator {
    top: 0; }
  .form-input-indicator > svg {
    fill: #69d66f; }

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

.form-inlineMessage {
  display: inline-block;
  line-height: 24px;
  margin: 0.38462rem 0 -0.53846rem;
  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: #69d66f; }

.form-field--success .form-field-error,
.form-field--success .form-inlineMessage {
  color: #69d66f; }

.form-field--success .form-input-indicator > svg {
  fill: #69d66f; }

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

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

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

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

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

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

/*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: #f2f2f2;
  margin: 0;
  padding: 1.5rem 2.03846rem 0; }

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

.panel-body {
  margin-bottom: 1.5rem;
  padding: 1rem 2.03846rem 1.5rem;
  background: #f2f2f2; }
  .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: #989898;
  float: left;
  font-size: 13px;
  line-height: 13px;
  margin: 0;
  line-height: 1.5; }
  .breadcrumb a {
    color: #989898; }
  .breadcrumb.current {
    color: #989898;
    cursor: default; }
    .breadcrumb.current a {
      color: #989898;
      cursor: default; }
    .breadcrumb.current:hover, .breadcrumb.current:hover a, .breadcrumb.current:focus, .breadcrumb.current:focus a {
      text-decoration: none; }
  .breadcrumb.unavailable {
    color: #a5a5a5; }
    .breadcrumb.unavailable a {
      color: #a5a5a5; }
    .breadcrumb.unavailable:hover,
    .breadcrumb.unavailable:hover a, .breadcrumb.unavailable:focus,
    .breadcrumb.unavailable a:focus {
      color: #a5a5a5;
      cursor: not-allowed;
      text-decoration: none; }
  .breadcrumb:before {
    color: #989898;
    content: "/";
    margin: 0;
    position: relative;
    top: 1px; }
  .breadcrumb:first-child:before {
    content: " ";
    margin: 0; }
  .breadcrumb::before {
    margin: 0 0.53846rem; }
    @media (min-width: 481px) {
      .breadcrumb::before {
        margin: 0 0.53846rem; } }

.breadcrumb-label {
  cursor: pointer; }
  .breadcrumb-label:hover {
    color: #2d2d2d;
    text-decoration: none; }
  .breadcrumb.is-active > .breadcrumb-label {
    color: #989898;
    cursor: default; }
  .breadcrumb.is-unavailable > .breadcrumb-label {
    color: #a5a5a5;
    cursor: default; }

.tabs {
  border-bottom: 1px solid #e8e8e8;
  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: 480px) {
    .tab {
      float: left; } }

.tab-title {
  color: #989898;
  display: block;
  font-size: 15px;
  padding: 0.76923rem 1.53846rem; }
  .tab-title:hover {
    color: #2d2d2d; }

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

@media (min-width: 480px) {
  .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: 480px) {
  .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: 480px) {
  .navBar-item {
    float: left; } }

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

.navBar-action {
  color: #2d2d2d;
  font-size: 15px;
  padding: 0.76923rem; }

/*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: #2d2d2d;
  font-size: 15px;
  padding: 0.15385rem 0; }

.pagination-list {
  display: block;
  margin-left: 0; }
  .pagination-list li {
    color: #989898;
    font-size: 1rem;
    margin-left: 0.38462rem; }
    .pagination-list li a, .pagination-list li button {
      border-radius: 3px;
      -webkit-transition: background-color, 300ms, ease-out;
      -o-transition: background-color, 300ms, ease-out;
      transition: background-color, 300ms, ease-out;
      background: none;
      color: #989898;
      display: block;
      font-size: 1em;
      font-weight: normal;
      line-height: inherit;
      padding: 0.30769rem 0.53846rem; }
  .pagination-list li {
    display: block; }

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

li.pagination-item--current a, li.pagination-item--current button {
  color: #2d2d2d;
  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.76923rem;
  padding: 0.76923rem 1.15385rem 0.76923rem 1.15385rem;
  position: relative;
  -webkit-transition: opacity, 300ms, ease-out;
  -o-transition: opacity, 300ms, ease-out;
  transition: opacity, 300ms, ease-out;
  background-color: #e8e8e8;
  border-color: #e8e8e8;
  color: white; }
  .alertBox .icon {
    width: 20px;
    height: 20px; }
  .alertBox .button {
    margin: 0 0 0 0.76923rem; }

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

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

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

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

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

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

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

.alertBox-heading {
  margin: 0; }

.alertBox-close {
  cursor: pointer;
  padding-left: 1.15385rem; }
  .alertBox-close .icon {
    width: 20px;
    height: 20px; }
  .alertBox-close svg {
    fill: #4f4f4f; }

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

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

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

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

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

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

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

body.has-activeModal {
  overflow: hidden; }

.modal-background {
  background: #2d2d2d;
  background: rgba(45, 45, 45, 0.8);
  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 #e8e8e8;
  box-shadow: none;
  max-height: 80%;
  overflow: auto;
  position: fixed; }
  @media only screen and (max-width: 480px) {
    .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: 480px) {
    .modal {
      left: 0;
      margin: 0 auto;
      max-width: 80%;
      right: 0;
      width: 900px; } }
  @media only screen and (min-width: 480px) {
    .modal {
      top: 50% !important; } }
  @media (min-width: 480px) {
    .modal {
      transform: translateY(-50%); } }

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

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

.modal-header {
  border-bottom: 1px solid #e8e8e8;
  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 #e8e8e8;
  padding: 0.76923rem 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.76923rem; }
  @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 {
    width: 20px;
    height: 20px; }

@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: 3px;
  color: white;
  display: inline-block;
  font-size: 15px;
  padding: 0.38462rem 0.76923rem; }

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

.loadingOverlay {
  background: rgba(45, 45, 45, 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 {
    width: 40px;
    height: 40px;
    border-radius: 3.07692rem;
    border: solid 2px;
    border-color: white white #989898 #989898;
    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.76923rem 0; }

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

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

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

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

.actionBar-item {
  margin-bottom: 1.5rem; }
  @media (min-width: 480px) {
    .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 #454545;
  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: #989898; }

.card-figcaption-button {
  background-color: rgba(255, 255, 255, 0.9);
  color: #2d2d2d; }
  .card-figcaption-button:hover {
    background-color: white;
    color: #2d2d2d; }

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

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

.pace {
  pointer-events: none;
  user-select: none; }

.pace-inactive {
  display: none; }

.pace-progress {
  background-color: #989898;
  height: 0.38462rem;
  position: fixed;
  right: 100%;
  top: 0;
  width: 100%;
  z-index: 2000; }

html,
body {
  height: auto; }

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

figure {
  margin-bottom: 2.03846rem;
  margin-top: 2.03846rem; }
  figure > figcaption {
    margin-bottom: -0.53846rem; }

figcaption {
  color: #a5a5a5;
  margin-top: 0.76923rem; }

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

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

h5,
h6 {
  text-transform: uppercase; }

a {
  transition: all 0.2s ease; }

body {
  line-height: 20px;
  padding: 0;
  margin: 0; }

.body {
  margin: 0;
  padding: 0px;
  min-height: 400px; }

* {
  outline: none; }

button,
input[type="button"],
input[type="submit"] {
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

a,
img {
  text-decoration: none;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -ms-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s; }
  a:hover,
  img:hover {
    text-decoration: none;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s; }
  a:focus, a:active,
  img:focus,
  img:active {
    text-decoration: none; }

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

.page-heading {
  font-size: 28px;
  margin: 0 0 3rem;
  text-align: center; }

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

.definitionList:after {
  clear: both; }

.definitionList-key {
  color: #989898;
  float: left;
  font-weight: 400;
  margin: 0 0.38462rem 0 0;
  padding: 3px 0; }

.definitionList-value {
  margin: 0;
  padding: 3px 0; }

.form-input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #222222; }

.form-input::-moz-placeholder {
  /* Firefox 19+ */
  color: #222222; }

.form-input:-ms-input-placeholder {
  /* IE 10+ */
  color: #222222; }

.form-input:-moz-placeholder {
  /* Firefox 18- */
  color: #222222; }

.form-select {
  appearance: none;
  background-image: url("../img/select-arr.png");
  background-color: #f5f5f5;
  border-radius: 3px;
  padding: 0.75rem 3rem 0.75rem 1rem;
  border-color: #c2c2c2; }
  .form-select:focus {
    background-image: url("../img/select-arr-focus.png"); }

.form-label small {
  float: right;
  margin-top: 0.38462rem;
  text-transform: none;
  font-weight: 400;
  font-size: 11px;
  color: #878787; }

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

.form-field {
  margin: 0 0 1.4rem; }

.table {
  margin-top: 2.03846rem; }
  .table td + td {
    border-left: 1px solid #e8e8e8; }
  .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: 480px) {
      .table-actions .button {
        display: inline-block;
        margin-bottom: 0;
        width: auto; } }
    @media (min-width: 480px) {
      .table-actions .button + .button {
        margin-left: 0.38462rem; } }

.table--line {
  border-color: #e8e8e8;
  border-width: 0 0 1px; }
  .table--line .table-thead {
    background-color: white;
    border-color: #e8e8e8;
    border-width: 0 0 1px; }
    .table--line .table-thead tr th {
      padding-left: 0;
      padding-right: 0; }
      @media (min-width: 480px) {
        .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 #e8e8e8; }
    .table--line tr td {
      display: block;
      padding-left: 0;
      padding-right: 0; }
      @media (min-width: 480px) {
        .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.76923rem; }
  .dropdown-menu-item:last-child > a {
    padding-bottom: 1rem; }
  .dropdown-menu-item > a {
    margin: 0;
    padding: 0.23077rem 1.15385rem;
    text-decoration: none; }

.dropdown-menu {
  border-radius: 0;
  background: #ffffff;
  padding: 0;
  border: 1px solid #d0d0d0;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1); }

.modal {
  left: 50%;
  margin: 0 auto;
  max-height: 90%;
  max-width: 95%;
  min-height: 240px;
  outline: none;
  overflow: hidden;
  padding: 0;
  right: 0;
  top: 50% !important;
  transform: translate(-50%, calc(-50% - 0.5px)); }

@media (min-width: 1200px) {
  .modal--large {
    width: 1024px; } }

.modal-header {
  padding: 1.2rem 0;
  padding-left: 2.25rem;
  padding-right: 3.05769rem; }

.modal-header-title {
  font-size: 12px;
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase; }

.modal-close {
  width: 30px;
  height: 30px;
  color: white;
  font-size: 23px;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  text-decoration: none !important;
  z-index: 50;
  background: #2d2d2d;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: center;
  align-items: center; }
  .modal-close:hover {
    color: white;
    text-decoration: none;
    background: #e82b1a; }

.modal-body {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 2.25rem 2.25rem; }

.panel-title {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.02em; }

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

.product-pagination {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  align-items: center;
  margin-bottom: 30px; }
  .product-pagination.top .pagination {
    width: calc(100% - 75px);
    text-align: center; }
    @media (max-width: 480px) {
      .product-pagination.top .pagination {
        padding-top: 15px;
        width: 100%; } }
  .product-pagination.bottom {
    padding-top: 10px; }
  .product-pagination.bottom .pagination {
    width: calc(100% - 150px);
    text-align: center; }
    @media (max-width: 480px) {
      .product-pagination.bottom .pagination {
        width: 100%;
        padding-bottom: 20px; } }
  @media (max-width: 480px) {
    .product-pagination {
      flex-wrap: wrap; } }

.page-type-account_recentitems .product-pagination.bottom {
  justify-content: flex-end; }

.pagination-list {
  display: inline-block;
  font-size: 0;
  margin-bottom: 0;
  text-align: center; }
  .pagination-list:before, .pagination-list:after {
    content: " ";
    display: table; }
  .pagination-list:after {
    clear: both; }
  .pagination-list .pagination-item {
    display: inline-block;
    margin: 0;
    padding: 5px 7px;
    cursor: default; }
    .pagination-list .pagination-item a {
      font-family: "Karla", Arial, Helvetica, sans-serif;
      font-size: 14px;
      color: #4286f4;
      min-width: 26px;
      font-weight: 700;
      border-radius: 0;
      min-width: 16px;
      padding: 0; }
      .pagination-list .pagination-item a:hover {
        text-decoration: none;
        color: #2d2d2d; }
    .pagination-list .pagination-item.pagination-item--previous a,
    .pagination-list .pagination-item.pagination-item--next a {
      padding-left: 5px;
      padding-right: 5px;
      color: #2d2d2d; }
      .pagination-list .pagination-item.pagination-item--previous a:hover,
      .pagination-list .pagination-item.pagination-item--next a:hover {
        color: #4286f4; }
    .pagination-list .pagination-item.pagination-item--current a {
      color: #2d2d2d;
      border-bottom: 1px solid #2d2d2d; }

.compare-link {
  align-self: stretch;
  isplay: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  align-items: center;
  justify-content: flex-end;
  padding: 0;
  width: 150px; }
  @media (max-width: 600px) {
    .compare-link {
      width: 100%;
      height: 50px;
      border-width: 1px 0 0 0; } }
  .compare-link a {
    display: flex;
    align-items: center;
    padding: 0px 15px;
    letter-spacing: 0; }
    .compare-link a .countPill {
      display: none; }
    .compare-link a:hover {
      text-decoration: none; }
  .compare-link.link-show .countPill {
    display: inline-block; }

.compare-link .countPill {
  display: inline-block;
  min-width: 24px;
  margin-left: 10px;
  padding: 0 4px;
  text-align: center;
  border-radius: 50%;
  background-color: #f68b24;
  color: white;
  line-height: 24px;
  font-size: 11px;
  font-weight: 400;
  font-family: "Roboto", Arial, Helvetica, sans-serif; }

/*Buttons*/
.btn {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  height: 36px;
  line-height: initial;
  padding: 0 25px;
  text-transform: uppercase;
  border-radius: 3px;
  background: #fff;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  justify-content: center; }

.btn.btn-sm {
  font-size: 11px;
  line-height: 25px;
  height: 28px;
  padding: 0 15px;
  border-width: 1px !important; }

.btn.btn-lg {
  line-height: 43px;
  height: 46px;
  padding: 0 27px; }

/*btn-primary*/
.btn.btn-primary {
  color: white;
  border: 1px solid #4286f4;
  background: #4286f4; }

.btn.btn-primary:hover {
  color: #4286f4;
  background: #f7f7f7; }

.btn.btn-primary[disabled],
.btn.btn-primary[disabled]:hover,
.btn.btn-primary[disabled]:focus,
.btn.btn-primary[disabled]:active {
  color: white;
  border: 1px solid #4286f4;
  background: #4286f4; }

.btn-sm.btn-primary {
  line-height: 24px; }

.btn > i.fa.fa-caret-right {
  font-size: 16px;
  position: relative;
  top: 1px;
  margin-left: 9px; }

/*btn alternate*/
.btn.btn-alt {
  color: #2d2d2d;
  border: 1px solid #2d2d2d;
  background: white; }

.btn.btn-alt:hover {
  color: white;
  background: #4286f4;
  border-color: #4286f4; }

.btn.btn-alt-white {
  color: #fff;
  border: 1px solid #fff;
  background: #000; }

.btn.btn-alt-white:hover {
  color: #000;
  background: #fff; }

.btn.btn-alt[disabled],
.btn.btn-alt[disabled]:hover,
.btn.btn-alt[disabled]:focus,
.btn.btn-alt[disabled]:active {
  color: #2d2d2d;
  border: 1px solid #2d2d2d;
  background: white; }

/*btn-default*/
.btn.btn-default {
  border-color: #cbcbcb; }

.btn.btn-default:hover {
  background: #f5f5f5; }

/*btn-checkout*/
.btn.btn-checkout {
  max-width: 270px;
  padding: 0 25px;
  color: white;
  border-color: #4286f4;
  background: #4286f4; }

.btn.btn-checkout:hover {
  border-color: #2d2d2d;
  background: #2d2d2d; }

/*btn disabled*/
.btn.disabled, .btn[disabled],
fieldset[disabled] .btn {
  opacity: .5;
  filter: alpha(opacity=50); }

.button {
  line-height: 1rem;
  transition: all 0.15s ease; }
  .button + .button {
    margin-left: 0; }
    @media (min-width: 768px) {
      .button + .button {
        margin-left: 0.76923rem; } }

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

.button--icon svg {
  fill: #4f4f4f; }

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

.tab-title {
  padding: 1.15385rem 0;
  text-align: center;
  text-decoration: none; }
  @media (min-width: 480px) {
    .tab-title {
      text-align: left; } }
  @media (min-width: 768px) {
    .tab-title {
      padding: 0.76923rem 1.5rem; } }

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

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

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

.accordion-title {
  margin: 0; }

.accordion-navigation {
  margin-top: -1px;
  position: relative;
  text-decoration: none; }

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

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

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

.accordion--navList .accordion-content {
  padding: 1rem; }
  @media (min-width: 768px) {
    .accordion--navList .accordion-content {
      padding: 0; } }

@media (min-width: 768px) {
  .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: 768px) {
    .accordion--navList .accordion-title {
      margin-bottom: 0.76923rem;
      margin-top: 0;
      padding: 0; } }

.accordion--navList .accordion-indicator {
  fill: #a5a5a5; }
  @media (min-width: 768px) {
    .accordion--navList .accordion-indicator {
      visibility: hidden; } }

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

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

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

.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.88462rem;
  top: 1.5rem; }
  .accordion-navigation-actions > a {
    color: #989898;
    vertical-align: middle; }
    .accordion-navigation-actions > a:hover {
      color: #2d2d2d; }

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

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

.alertBox-icon .icon {
  width: 25px;
  height: 25px; }

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

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

.form-label {
  font-weight: 700;
  letter-spacing: 0.02em;
  font-size: 12px; }

.space-foo.form-label {
  margin-top: 30px;
  float: left;
  width: 100%; }

.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(255, 125, 125, 0.999)' /%3E%3C/svg%3E") no-repeat;
  background-size: 100%;
  content: "";
  display: inline-block;
  height: 1.07692rem;
  left: -0.15385rem;
  margin-right: 0.07692rem;
  position: relative;
  top: 0.23077rem;
  width: 1.07692rem; }

.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(105, 214, 111, 0.999)' /%3E%3C/svg%3E");
  background-position: right 0.69231rem 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.30769rem; }

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

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

.form-actions {
  margin: 0 auto;
  max-width: 92.30769rem;
  width: 100%;
  display: block;
  padding-top: 25px;
  border-top: 1px solid #eeeeee; }
  .form-actions:before, .form-actions:after {
    content: " ";
    display: table; }
  .form-actions:after {
    clear: both; }
  @media (min-width: 480px) {
    .form-actions {
      margin-top: 1.5rem; } }
  .form-actions .button,
  .form-actions input,
  .form-actions a {
    vertical-align: top;
    width: 100%; }
    @media (min-width: 480px) {
      .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.76923rem; }
      @media (min-width: 480px) {
        .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.76923rem; } }

.form-label--alternate {
  font-weight: 700;
  margin-bottom: 0.76923rem;
  color: #000000; }

.form-select--date {
  width: initial;
  margin-right: 0.38462rem;
  margin-bottom: 0.38462rem; }
  .form-select--date:last-of-type {
    margin-right: 0; }

.form-select--small,
.form-select--date {
  background-position: right;
  background-size: auto;
  font-size: 1rem;
  height: 3rem;
  line-height: 1rem;
  max-width: 20rem;
  padding: 0.53846rem 0.76923rem;
  padding-right: 2rem;
  min-width: 90px; }

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

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

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

.form-field-group {
  border-radius: 3px;
  padding: 1.5rem; }

.form-column {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  float: left; }
  @media (min-width: 480px) {
    .form-column {
      padding-left: 15px;
      padding-right: 15px;
      width: 50%;
      float: left; } }

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

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

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

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

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

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

.form-checkbox + .form-label,
.form-radio + .form-label {
  margin-bottom: 1.7em; }

.form-increment .button {
  margin: 0;
  padding: 0.23077rem 0.38462rem;
  width: 36px;
  height: 36px;
  border-color: #cbcbcb;
  font-size: 20px;
  color: #7b7b7b;
  padding-top: 1px; }
  .form-increment .button[data-action="dec"] {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .form-increment .button[data-action="inc"] {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .form-increment .button:hover {
    border-color: #000; }

.form-input--incrementTotal {
  border: 0;
  display: inline-block;
  font-size: 1rem;
  height: auto;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  width: 2.69231rem;
  min-width: 50px;
  height: 36px;
  border: 1px solid #cbcbcb;
  border-width: 1px 0;
  border-radius: 0; }
  .form-input--incrementTotal:disabled {
    border: transparent; }

/*[data-product-attribute="swatch"],
[data-product-attribute="set-rectangle"] {
    margin-bottom: 0 !important;
}*/
[data-product-attribute="swatch"] .form-option {
  width: 36px;
  height: 36px; }
  [data-product-attribute="swatch"] .form-option > span {
    position: relative;
    background-size: cover;
    -webkit-box-shadow: inset 0 0 0 1px #e4e4e4;
    -moz-box-shadow: inset 0 0 0 1px #e4e4e4;
    box-shadow: inset 0 0 0 1px #e4e4e4; }

[data-product-attribute="set-rectangle"] .form-option {
  min-width: 36px;
  height: 36px;
  text-align: center; }

.form-option {
  border: 0 !important;
  -webkit-box-shadow: inset 0px 0px 0px 1px #e4e4e4;
  -moz-box-shadow: inset 0px 0px 0px 1px #e4e4e4;
  box-shadow: inset 0px 0px 0px 1px #e4e4e4;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  margin-bottom: 9px;
  margin-right: 9px;
  transition: all 0.15s ease; }
  .form-option:hover {
    border-color: #000; }

.form-radio:checked + .form-option > span {
  -webkit-box-shadow: inset 0px 0px 0px 2px black;
  -moz-box-shadow: inset 0px 0px 0px 2px black;
  box-shadow: inset 0px 0px 0px 2px black; }

.form-option-variant {
  display: inline-block;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 1rem;
  padding: 0 8px;
  pointer-events: none;
  text-align: center; }

.form-option-variant--color,
.form-option-variant--pattern {
  width: 100%;
  height: 100%;
  min-width: initial;
  padding: 0; }

.form-option-variant--pattern {
  background-position: center;
  background-repeat: no-repeat; }

.form-input--small {
  font-size: 13px;
  height: 3rem;
  line-height: 1rem;
  padding: 0.53846rem 0.76923rem; }

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

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

[data-product-attribute] .form-option {
  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: -7px;
      position: absolute;
      top: 17px;
      transform: rotate(-45deg);
      width: 141%; }

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

.card-figure {
  margin-top: 0;
  height: 100%;
  width: 100%; }
  .card-figure:hover .card-figcaption {
    opacity: 1; }

.card-figcaption {
  display: none;
  margin: 0;
  pointer-events: none; }
  @media (min-width: 768px) {
    .card-figcaption {
      display: block; } }

.card-figcaption-body {
  display: inline-block;
  pointer-events: all;
  transform: translate3d(0, -50%, 0); }

.card-image {
  border: 0;
  display: flex;
  margin: auto;
  width: auto; }

.card-title {
  font-size: 15px;
  margin: 0 0 0.23077rem; }
  .card-title > a {
    color: #2d2d2d;
    text-decoration: none; }
    .card-title > a:hover {
      color: #4286f4; }

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

.card-figcaption-button {
  border: none;
  display: block;
  margin: 0.38462rem 0 0; }
  .card-figcaption-button:active {
    background-color: white;
    border: none; }
  .card-figcaption-button + .card-figcaption-button {
    margin: 0.38462rem 0 0; }

.card-body {
  text-align: center; }
  @media (min-width: 480px) {
    .card-body {
      text-align: left; } }

.card--alternate {
  border: 3px solid white;
  transition: all 0.15s ease; }
  .card--alternate .card-body {
    background-color: white;
    padding: 0.76923rem;
    transition: all 0.15s ease; }
    @media (min-width: 480px) {
      .card--alternate .card-body {
        padding: 1.5rem; } }
  .card--alternate:hover {
    border-color: #2d2d2d; }
    .card--alternate:hover .card-body {
      background-color: #2d2d2d; }
      .card--alternate:hover .card-body .card-text {
        color: white; }
    .card--alternate:hover .card-title > a {
      color: white; }

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

.navList-action,
.navBar-action {
  text-decoration: none;
  font-size: 1rem; }

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

.navList-action--checkbox {
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.38462rem;
  padding-left: 1.88462rem;
  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 #dfdfdf;
    border-width: 1px;
    height: 1.23077rem;
    left: 0;
    top: 0;
    width: 1.23077rem; }
  .navList-action--checkbox::after {
    height: 1.07692rem;
    left: 1px;
    opacity: 0;
    top: 1px;
    transform: scale(0);
    width: 1.07692rem; }
  .navList-action--checkbox::before {
    border-radius: 3px; }
  .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(79, 79, 79, 0.999)' /%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    color: rgba(79, 79, 79, 0.999);
    content: "";
    font-size: 1.07692rem;
    line-height: 1;
    text-align: center; }
  .navList-action--checkbox:before, .navList-action--checkbox:after {
    top: 50%; }
  .navList-action--checkbox:before {
    margin-top: -0.61538rem; }
  .navList-action--checkbox:after {
    margin-top: -0.53846rem; }
  .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: #f2f2f2;
  border-radius: 100%;
  display: inline-block;
  float: right;
  line-height: 0;
  opacity: 0;
  padding: 0.23077rem;
  transition: opacity 0.3s ease;
  visibility: hidden; }
  .navList-action-close .icon {
    width: 13px;
    height: 13px;
    fill: #2d2d2d; }
  .navList-action.is-selected:hover .navList-action-close {
    opacity: 1;
    visibility: visible; }

nav.navBar--sub {
  display: block; }

nav.navBar--sub ul.navBar-section {
  position: relative;
  overflow: hidden;
  margin-bottom: 35px;
  border: 0;
  width: 100%;
  border: 1px solid #e5e5e5;
  box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1); }
  nav.navBar--sub ul.navBar-section::after {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    content: '';
    background: #d0d0d0; }
  nav.navBar--sub ul.navBar-section li.navBar-item {
    position: relative;
    z-index: 1;
    display: table;
    float: left;
    height: 44px;
    margin-left: -1px;
    border: 0;
    border-left: 1px solid #e5e5e5;
    text-align: center; }
    nav.navBar--sub ul.navBar-section li.navBar-item:first-child {
      margin-left: 0;
      border-left: 0; }
    nav.navBar--sub ul.navBar-section li.navBar-item a {
      font-family: "Montserrat", Arial, Helvetica, sans-serif;
      font-size: 13px;
      font-weight: 700;
      display: block;
      display: table-cell;
      padding: 0 25px;
      -webkit-transition: background .3s ease 0s;
      -moz-transition: background .3s ease 0s;
      -ms-transition: background .3s ease 0s;
      -o-transition: background .3s ease 0s;
      transition: background .3s ease 0s;
      vertical-align: middle;
      text-transform: uppercase;
      color: #787878;
      text-decoration: none !important; }
      nav.navBar--sub ul.navBar-section li.navBar-item a:hover {
        border-bottom: 0;
        color: #000; }
        nav.navBar--sub ul.navBar-section li.navBar-item a:hover > .fa {
          visibility: visible; }
      nav.navBar--sub ul.navBar-section li.navBar-item a > .fa {
        margin-left: 10px;
        color: #ff8b21;
        font-size: 9px;
        line-height: 16px;
        visibility: hidden; }
    nav.navBar--sub ul.navBar-section li.navBar-item.is-active a {
      color: #000; }
      nav.navBar--sub ul.navBar-section li.navBar-item.is-active a > .fa {
        visibility: visible; }

.page-type-giftcertificates nav.navBar--sub ul.navBar-section li.navBar-item {
  float: left;
  width: 33.333333%; }

nav.navBar--sub ~ main h3 {
  font-size: 14px;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-bottom: 1.5rem;
  margin-top: 0;
  text-transform: uppercase; }

nav.navBar--sub ~ main h2 {
  font-size: 14px;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-bottom: 1.5rem;
  margin-top: 0;
  text-transform: uppercase; }

@media (max-width: 991px) {
  nav.navBar--sub ul.navBar-section.account-navigation {
    display: flex;
    flex-wrap: wrap; }
    nav.navBar--sub ul.navBar-section.account-navigation li.navBar-item {
      width: 100%;
      margin-left: 0;
      margin-bottom: -1px; }
      nav.navBar--sub ul.navBar-section.account-navigation li.navBar-item:last-child {
        margin-bottom: 0; } }

@media (max-width: 991px) {
  nav.navBar--sub.navBar--account ul.navBar-section {
    display: flex;
    flex-wrap: wrap; }
    nav.navBar--sub.navBar--account ul.navBar-section li.navBar-item {
      width: 33.33%;
      margin-bottom: -1px; }
      nav.navBar--sub.navBar--account ul.navBar-section li.navBar-item:nth-child(4) {
        margin-left: 0; }
      nav.navBar--sub.navBar--account ul.navBar-section li.navBar-item:nth-child(4), nav.navBar--sub.navBar--account ul.navBar-section li.navBar-item:nth-child(5), nav.navBar--sub.navBar--account ul.navBar-section li.navBar-item:nth-child(6) {
        margin-bottom: 0; } }
    @media (max-width: 991px) and (max-width: 767px) {
      nav.navBar--sub.navBar--account ul.navBar-section li.navBar-item {
        width: 100%;
        margin-left: 0; }
        nav.navBar--sub.navBar--account ul.navBar-section li.navBar-item:nth-child(4), nav.navBar--sub.navBar--account ul.navBar-section li.navBar-item:nth-child(5) {
          margin-bottom: -1px; } }

.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 {
        background-color: $input-bg-color;
        border: $actionBar-form-field-border;
        border-radius: $actionBar-form-field-radius;
        overflow: hidden;

        // scss-lint:disable NestingDepth
        &:hover {
            border-color: stencilColor("input-border-color-active");
        }
        // scss-lint:enable NestingDepth
    }

    .form-label {
        color: $actionBar-form-label-color;
        font-size: $actionBar-form-label-fontSize;
        line-height: $actionBar-form-label-lineHeight;
        margin-bottom: 0;
        padding-left: $actionBar-form-label-padding;
    }

    .form-input,
    .form-select {
        border: 0;
        padding-left: $actionBar-form-input-padding;
        width: auto;
    }

    .form-label,
    .form-input,
    .form-select {
        display: inline-block;
    }

    .form-select {
        color: stencilColor("color-textLink");
        height: $input-small-height - remCalc($input-border-width * 2);
    }
}
*/
.has-ribbon {
  position: relative; }

.ribbon {
  background-color: #454545;
  color: white;
  cursor: default;
  font-weight: 700;
  margin: -0.84615rem -0.84615rem 0 0;
  padding: 0.07692rem 1rem;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 0;
  z-index: 1; }

@media (max-width: 991px) {
  .navPages-container {
    display: none; } }

.navPages-container > .container {
  position: inherit; }

.navPages-container .navPages-quickSearch {
  display: none; }

.navPages-container nav ul.navPages-list {
  margin: 0 auto;
  position: relative; }

.navPages-container nav ul.navPages-list.navPages-list--user {
  display: none; }

.navPages-container nav ul.navPages-list a:hover {
  text-decoration: none; }

.navPages-container nav ul.navPages-list > li {
  display: inline-block; }
  .navPages-container nav ul.navPages-list > li:first-child > a {
    padding-left: 0; }
  .navPages-container nav ul.navPages-list > li > a {
    font-family: "Karla", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
    display: block;
    padding: 7px 15px 6px;
    text-transform: uppercase;
    color: whitesmoke;
    text-decoration: none !important;
    letter-spacing: 0.05em; }
    .navPages-container nav ul.navPages-list > li > a.has-subMenu {
      position: relative;
      padding-right: 22px; }
      .navPages-container nav ul.navPages-list > li > a.has-subMenu::after {
        position: absolute;
        top: 6px;
        right: 6px;
        content: '\f107';
        font-family: "FontAwesome";
        color: whitesmoke;
        font-size: 14px; }
      .navPages-container nav ul.navPages-list > li > a.has-subMenu .triangle-with-shadow {
        top: 29px;
        z-index: 999;
        display: none; }
        .navPages-container nav ul.navPages-list > li > a.has-subMenu .triangle-with-shadow::before {
          background-color: whitesmoke; }
  .navPages-container nav ul.navPages-list > li:hover > a {
    color: whitesmoke; }
    .navPages-container nav ul.navPages-list > li:hover > a.has-subMenu::after {
      color: whitesmoke; }
  .navPages-container nav ul.navPages-list > li > .navPage-subMenu {
    position: absolute;
    z-index: 102;
    top: auto;
    display: none;
    min-width: 200px;
    max-width: 1120px;
    background-color: whitesmoke;
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    margin-top: 10px;
    border: 1px solid #d0d0d0;
    border-radius: 3px; }
    .navPages-container nav ul.navPages-list > li > .navPage-subMenu::before {
      display: block;
      position: absolute;
      top: -10px;
      left: 0;
      content: "";
      width: 100%;
      height: 10px;
      background: transparent; }
    .navPages-container nav ul.navPages-list > li > .navPage-subMenu ul {
      list-style: none;
      margin: 0;
      padding: 6px 0; }
      .navPages-container nav ul.navPages-list > li > .navPage-subMenu ul > li {
        position: relative; }
      .navPages-container nav ul.navPages-list > li > .navPage-subMenu ul > li + li {
        border-top: 1px solid #f3f3f3; }
      .navPages-container nav ul.navPages-list > li > .navPage-subMenu ul li > a {
        position: relative;
        display: block;
        padding: 7px 15px 7px;
        color: #2d2d2d; }
      .navPages-container nav ul.navPages-list > li > .navPage-subMenu ul li:hover > a {
        color: #2d2d2d;
        background-color: whitesmoke; }
    .navPages-container nav ul.navPages-list > li > .navPage-subMenu li > .navPage-childList {
      position: absolute;
      z-index: 1;
      top: 0;
      left: 100%;
      display: none;
      width: 100%;
      min-width: 200px;
      margin-left: 6px;
      background: whitesmoke;
      -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
      border: 1px solid #d0d0d0;
      border-radius: 3px; }
      .navPages-container nav ul.navPages-list > li > .navPage-subMenu li > .navPage-childList::before {
        position: absolute;
        width: 7px;
        height: 100%;
        margin-left: -7px;
        content: '';
        background-color: transparent; }
    .navPages-container nav ul.navPages-list > li > .navPage-subMenu li:hover > .navPage-childList {
      display: block;
      -webkit-animation: fadeIn .3s;
      -o-animation: fadeIn .3s;
      animation: fadeIn .3s; }
    .navPages-container nav ul.navPages-list > li > .navPage-subMenu li > .navPage-subMenu {
      position: absolute;
      z-index: 1;
      top: 0;
      left: 100%;
      display: none;
      width: 100%;
      min-width: 200px;
      margin-left: 6px;
      background: whitesmoke;
      -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
      border: 1px solid #d0d0d0; }
      .navPages-container nav ul.navPages-list > li > .navPage-subMenu li > .navPage-subMenu::before {
        position: absolute;
        width: 7px;
        height: 100%;
        margin-left: -7px;
        content: '';
        background-color: transparent; }
    .navPages-container nav ul.navPages-list > li > .navPage-subMenu li:hover > .navPage-subMenu {
      display: block;
      -webkit-animation: fadeIn .3s;
      -o-animation: fadeIn .3s;
      animation: fadeIn .3s; }
  .navPages-container nav ul.navPages-list > li:hover > a > span.triangle-with-shadow {
    display: block;
    -webkit-animation: fadeIn .3s;
    -o-animation: fadeIn .3s;
    animation: fadeIn .3s; }
  .navPages-container nav ul.navPages-list > li:hover > .navPage-subMenu {
    display: block;
    -webkit-animation: fadeIn .3s;
    -o-animation: fadeIn .3s;
    animation: fadeIn .3s; }
  .navPages-container nav ul.navPages-list > li:not(.hasMegamenu) .navPage-subMenu-list li a.has-subMenu::after {
    position: absolute;
    top: 6px;
    right: 10px;
    content: '\f105';
    font-family: "FontAwesome";
    color: whitesmoke;
    font-size: 14px; }

.navPages-container li.hasMegamenu > .subMegaMenu {
  padding: 20px 20px 20px; }
  @media (min-width: 1200px) {
    .navPages-container li.hasMegamenu > .subMegaMenu {
      width: 100%;
      min-width: 880px !important; } }

.navPages-container li.hasMegamenu.fullWidth > .subMegaMenu {
  padding: 20px 20px 20px; }

.navPages-container li.hasMegamenu > .subMegaMenu .imageArea {
  float: left;
  min-height: 1px; }

.navPages-container li.hasMegamenu > .subMegaMenu .cateArea {
  float: left;
  min-height: 1px;
  margin-top: -10px; }

.navPages-container li.hasMegamenu > .subMegaMenu .container.hasBottomCate .cateArea {
  padding-bottom: 56px; }

.navPages-container li.hasMegamenu > .subMegaMenu.imageLeft .cateArea {
  padding-left: 20px; }

.navPages-container li.hasMegamenu > .subMegaMenu.imageRight .cateArea {
  padding-right: 20px; }

.navPages-container li.hasMegamenu.alignLeft > .subMegaMenu {
  left: 0; }

.navPages-container li.hasMegamenu.alignRight > .subMegaMenu {
  right: 0;
  left: auto; }

.navPages-container li.hasMegamenu.alignCenter > .subMegaMenu {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%); }

.navPages-container li.hasMegamenu.fullWidth {
  position: static !important; }

.navPages-container li.hasMegamenu.fullWidth > .subMegaMenu {
  left: 0; }

.navPages-container li.hasMegamenu.fullWidth > .subMegaMenu .container {
  position: relative;
  width: 100%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: space-between;
  align-items: flex-start; }

.navPages-container li.hasMegamenu > .subMegaMenu {
  position: absolute;
  z-index: 102;
  top: auto;
  display: none;
  min-width: 200px;
  background-color: whitesmoke;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1); }

.navPages-container li.hasMegamenu:hover > .subMegaMenu {
  display: block;
  -webkit-animation: fadeIn .3s;
  -o-animation: fadeIn .3s;
  animation: fadeIn .3s; }

.navPages-container li.hasMegamenu > .subMegaMenu ul {
  padding: 0;
  list-style: none;
  border: 0 !important; }

.navPages-container li.hasMegamenu > .subMegaMenu .cateArea > ul li {
  border: 0; }
  .navPages-container li.hasMegamenu > .subMegaMenu .cateArea > ul li > a {
    padding-top: 3px;
    padding-bottom: 2px; }

.navPages-container li.hasMegamenu > .subMegaMenu .cateArea ul li a {
  position: relative;
  display: block;
  color: #4c4c4c;
  padding-left: 0;
  padding-right: 0;
  font-size: 13px; }

.navPages-container li.hasMegamenu > .subMegaMenu .cateArea ul li > a:hover {
  color: #4c4c4c; }
  .navPages-container li.hasMegamenu > .subMegaMenu .cateArea ul li > a:hover > span {
    border-bottom: 1px solid #4c4c4c; }

.navPages-container li.hasMegamenu > .subMegaMenu .cateArea > ul > li > a {
  font-weight: 700;
  font-size: 14px;
  color: #2d2d2d;
  margin-bottom: 5px;
  font-family: "Karla", Arial, Helvetica, sans-serif; }

.navPages-container li.hasMegamenu > .subMegaMenu .cateArea > ul > li > a:hover {
  color: #2d2d2d; }
  .navPages-container li.hasMegamenu > .subMegaMenu .cateArea > ul > li > a:hover > span {
    border-bottom-color: #2d2d2d; }

.navPages-container li.hasMegamenu > .subMegaMenu .cateArea > ul > li > ul {
  position: inherit;
  margin: 0;
  display: block;
  -webkit-animation: none;
  -o-animation: none;
  animation: none;
  padding: 0;
  box-shadow: none;
  padding-bottom: 24px;
  left: 0;
  background: transparent; }

.navPages-container li.hasMegamenu > .subMegaMenu .cateArea > ul > li:hover > ul {
  -webkit-animation: none;
  -o-animation: none;
  animation: none; }

.navPages-container li.hasMegamenu > .subMegaMenu .cateArea ul li:hover > a {
  text-decoration: none;
  background: transparent; }

.navPages-container li.hasMegamenu > .subMegaMenu .imageArea.colLeft {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: flex-start;
  flex-wrap: wrap; }

.navPages-container li.hasMegamenu > .subMegaMenu .imageArea.colRight {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: flex-end;
  flex-wrap: wrap; }

.navPages-container li.hasMegamenu > .subMegaMenu .cateArea.columns-2 > ul > li {
  float: left;
  width: 50%;
  padding-left: 10px;
  padding-right: 10px; }

.navPages-container li.hasMegamenu > .subMegaMenu .cateArea.columns-3 > ul > li {
  float: left;
  width: 33.33%;
  padding-left: 10px;
  padding-right: 10px; }

.navPages-container li.hasMegamenu > .subMegaMenu .cateArea.columns-4 > ul > li {
  float: left;
  width: 25%;
  padding-left: 10px;
  padding-right: 10px; }

.navPages-container li.hasMegamenu > .subMegaMenu .cateArea.columns-5 > ul > li {
  float: left;
  width: 20%;
  padding-left: 10px;
  padding-right: 10px; }

/*Megamenu Col-left-right image*/
.imageArea .col-left {
  display: inline-block;
  padding-right: 20px;
  width: 44.5%; }

.imageArea a {
  display: block; }

.imageArea .col-left a + a {
  margin-top: 20px; }

.imageArea .col-right {
  width: 55.5%; }

.subMegaMenu.imageLeft .imageArea .col-left {
  float: left; }

.subMegaMenu .imageArea .shop-by-brands {
  width: 100%;
  padding-top: 30px; }
  .subMegaMenu .imageArea .shop-by-brands label {
    font-size: 13px;
    font-weight: 700;
    text-align: left;
    margin-bottom: 15px;
    display: block; }
  .subMegaMenu .imageArea .shop-by-brands ul {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: stretch;
    align-items: stretch;
    padding: 0 !important;
    margin-left: -10px !important;
    margin-right: -10px !important; }
    .subMegaMenu .imageArea .shop-by-brands ul li {
      width: 33.33%;
      border: 0 !important;
      padding-left: 10px;
      padding-right: 10px; }
      .subMegaMenu .imageArea .shop-by-brands ul li a {
        height: 100%;
        display: -webkit-box !important;
        /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box !important;
        /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox !important;
        /* TWEENER - IE 10 */
        display: -webkit-flex !important;
        /* NEW - Chrome */
        display: flex !important;
        /* NEW, Spec - Opera 12.1, Firefox 20+ */
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 0px !important;
        border: 1px solid #d0d0d0;
        border-radius: 3px;
        -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
        overflow: hidden; }

.subMegaMenu .imageArea .featured-categories {
  width: 100%;
  padding-left: 30px; }
  @media (max-width: 991px) {
    .subMegaMenu .imageArea .featured-categories {
      padding-left: 20px;
      padding-right: 20px;
      padding-bottom: 20px; } }
  .subMegaMenu .imageArea .featured-categories h4 {
    display: block;
    margin: 0;
    padding: 2px 0 15px;
    font-size: 14px;
    font-weight: 700;
    font-family: "Karla", Arial, Helvetica, sans-serif; }
  .subMegaMenu .imageArea .featured-categories .owl-carousel.owl-hidden {
    opacity: 0; }
  .subMegaMenu .imageArea .featured-categories .owl-carousel .owl-stage {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-wrap: nowrap; }
  .subMegaMenu .imageArea .featured-categories .owl-carousel .cate-item {
    text-align: center; }
    .subMegaMenu .imageArea .featured-categories .owl-carousel .cate-item a {
      background: transparent !important;
      display: -webkit-box;
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -moz-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -ms-flexbox;
      /* TWEENER - IE 10 */
      display: -webkit-flex;
      /* NEW - Chrome */
      display: flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      justify-content: center; }
    .subMegaMenu .imageArea .featured-categories .owl-carousel .cate-item .cate-name {
      font-weight: 700;
      font-family: "Karla", Arial, Helvetica, sans-serif;
      font-size: 14px; }
    .subMegaMenu .imageArea .featured-categories .owl-carousel .cate-item .cate-desc {
      font-style: italic;
      border-bottom: 1px solid #ebebeb;
      padding-bottom: 15px;
      margin-bottom: 10px;
      font-size: 12px;
      color: #2d2d2d; }
    .subMegaMenu .imageArea .featured-categories .owl-carousel .cate-item .cate-shop-now {
      color: #f4590d;
      font-weight: 700;
      font-family: "Karla", Arial, Helvetica, sans-serif;
      font-size: 14px; }
  .subMegaMenu .imageArea .featured-categories .owl-carousel .owl-nav {
    position: absolute;
    top: -40px;
    right: -10px;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */ }
    .subMegaMenu .imageArea .featured-categories .owl-carousel .owl-nav > div {
      position: static;
      transform: none;
      border: 0; }

/*Megamenu four-images*/
.imageArea .four-images {
  text-align: center; }

.imageArea .four-images a {
  display: inline-block;
  max-width: 49%;
  padding: 2.5px 1px; }

#menu .cateArea > ul {
  height: 100%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
  margin-left: -10px !important;
  margin-right: -10px !important; }

.cateArea > ul > .bottomCate {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  clear: both; }

.cateArea.has-bottom-cates {
  padding-bottom: 50px; }
  @media (max-width: 991px) {
    .cateArea.has-bottom-cates {
      padding-bottom: 25px; } }

.subMegaMenu.imageLeft .cateArea > ul > .bottomCate {
  right: 0;
  left: auto;
  padding-right: 0;
  padding-left: 20px; }

.cateArea > ul > .bottomCate > .own-text {
  width: 100%;
  padding: 5px;
  background-color: #fef8e7; }

.cateArea > ul > .bottomCate p {
  font-size: 11px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 0;
  padding: 7px;
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #e06868;
  border: 1px solid #fdefc9; }

li.hasMegamenu.fullWidth .cateArea .navPage-childList {
  min-width: auto !important; }

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

.tag {
  display: inline-block;
  font-size: 1rem;
  margin-right: 10px;
  margin-bottom: 10px; }
  .tag a {
    color: #484848;
    display: inline-block;
    padding: 0.38462rem 1rem;
    text-decoration: none;
    background: #f3f3f3;
    border-bottom: 1px solid #e8e8e8;
    border-radius: 3px; }
    .tag a:hover {
      color: #000000;
      border-bottom-color: #ccc;
      background: #ccc; }

.social-icons {
  margin: 0;
  margin-top: 2px;
  padding-right: 36px; }

.social-icons li {
  list-style: none;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px; }

.social-icons a {
  width: 42px;
  height: 42px;
  background: #fff;
  border-radius: 50%;
  text-align: center; }
  .social-icons a svg {
    width: 14px;
    fill: #000; }
  .social-icons a:hover svg {
    fill: #fff; }
  .social-icons a.icon--facebook:hover {
    background: #4a73bd; }
  .social-icons a.icon--twitter:hover {
    background: #46b0e2; }
  .social-icons a.icon--google:hover {
    background: #ea3b02; }
  .social-icons a.icon--instagram:hover {
    background: #fb3358; }
  .social-icons a.icon--rss:hover {
    background: #f9bc2e; }
  .social-icons a.icon--pinterest:hover {
    background: #cc2127; }
  .social-icons a.icon--tumblr:hover {
    background: #33465d; }
  .social-icons a.icon--youtube:hover {
    background: #cf3427; }
  .social-icons a.icon--linkedin:hover {
    background: #0077b5; }
  .social-icons a.icon--stumbleupon:hover {
    background: #eb4924; }

.black-icons .social-icons a {
  background-color: #000; }
  .black-icons .social-icons a svg {
    fill: #fff; }

.owl-nav > div {
  font-size: 0;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 35px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-family: "FontAwesome";
  font-size: 0px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: center;
  align-items: center;
  color: #000;
  background: #ffffff; }
  .owl-nav > div::before {
    font-size: 20px;
    position: relative; }
  .owl-nav > div.owl-prev {
    left: -55px; }
    .owl-nav > div.owl-prev::before {
      /*content: '\f053';*/
      left: -1px; }
    @media (max-width: 991px) {
      .owl-nav > div.owl-prev {
        left: 0px; } }
  .owl-nav > div.owl-next {
    right: -55px; }
    .owl-nav > div.owl-next::before {
      /*content: '\f054';*/
      left: 1px; }
    @media (max-width: 991px) {
      .owl-nav > div.owl-next {
        right: 0px; } }

.owl-nav > div.disabled {
  cursor: default !important; }

.owl-carousel .owl-item img {
  max-width: 100%;
  width: auto;
  transform-style: unset; }

.heroCarousel {
  margin-bottom: 30px;
  min-height: 100px;
  min-width: 300px;
  z-index: 0; }
  .heroCarousel .owl-nav {
    max-width: 1200px;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .heroCarousel .owl-nav > div {
    width: 60px;
    height: 60px;
    border: 0;
    color: #fff;
    background: transparent; }
    .heroCarousel .owl-nav > div.owl-prev {
      left: -60px; }
      .heroCarousel .owl-nav > div.owl-prev::before {
        content: '\f104';
        font-family: "FontAwesome";
        font-size: 50px; }
    .heroCarousel .owl-nav > div.owl-next {
      right: -60px; }
      .heroCarousel .owl-nav > div.owl-next::before {
        content: '\f105';
        font-family: "FontAwesome";
        font-size: 50px; }
  .heroCarousel .heroCarousel-image {
    width: auto;
    max-width: 100%;
    margin: 0 auto; }
  .heroCarousel .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
    @media (max-width: 991px) {
      .heroCarousel .owl-dots {
        bottom: -35px;
        display: none; } }
  .heroCarousel .owl-dots > div {
    position: relative;
    display: inline-block;
    margin: 0 6px !important;
    width: 14px;
    height: 14px;
    /* Dots Puff Style  */ }
    .heroCarousel .owl-dots > div span {
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      outline: none;
      border-radius: 50%;
      background-color: #fff;
      background-color: rgba(0, 0, 0, 0.3);
      text-indent: -999em;
      /* make the text accessible to screen readers */
      cursor: pointer;
      position: absolute; }
    .heroCarousel .owl-dots > div span:focus {
      outline: none; }
    .heroCarousel .owl-dots > div span {
      border: 2px solid #fff;
      -webkit-transition: border-color 0.3s ease;
      transition: border-color 0.3s ease; }
    .heroCarousel .owl-dots > div span::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      visibility: hidden;
      background: #000;
      border-radius: 50%;
      box-shadow: 0 0 1px #000;
      opacity: 0;
      -webkit-transform: scale(3);
      transform: scale(3);
      -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease, visibility 0s 0.3s;
      transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s 0.3s; }
    .heroCarousel .owl-dots > div span:hover,
    .heroCarousel .owl-dots > div span:focus,
    .heroCarousel .owl-dots > div.active span {
      border-color: #000; }
    .heroCarousel .owl-dots > div.active span::after {
      visibility: visible;
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1);
      -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
      transition: opacity 0.3s ease, transform 0.3s ease; }
  @media (max-width: 767px) {
    .heroCarousel {
      border-bottom: 1px solid #ebebeb;
      padding-bottom: 30px; } }

.owl-item .heroCarousel-slide::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.45);
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  visibility: hidden;
  z-index: 99; }
  @media (max-width: 1199px) {
    .owl-item .heroCarousel-slide::before {
      display: none; } }

.owl-item:not(.center) .heroCarousel-slide::before {
  opacity: 1;
  visibility: visible;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.heroCarousel-content {
  text-align: center; }
  .heroCarousel-content .heroCarousel-title {
    font-family: "Bebas Neue", Arial, Helvetica, sans-serif;
    font-size: 80px;
    text-transform: uppercase;
    margin-bottom: 0px;
    color: black; }
    @media (max-width: 767px) {
      .heroCarousel-content .heroCarousel-title {
        color: #000 !important;
        font-size: 36px;
        margin-top: 23px;
        margin-bottom: 10px; } }
  .heroCarousel-content .heroCarousel-description {
    font-family: "Karla", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 30px;
    color: black; }
    @media (max-width: 767px) {
      .heroCarousel-content .heroCarousel-description {
        color: #000 !important;
        font-weight: 400;
        margin-bottom: 20px; } }
    @media (max-width: 480px) {
      .heroCarousel-content .heroCarousel-description {
        padding-left: 10px;
        padding-right: 10px; } }
  .heroCarousel-content .heroCarousel-action {
    background: transparent;
    padding-left: 20px;
    padding-right: 20px;
    min-width: 130px;
    color: black;
    border-color: black; }
    .heroCarousel-content .heroCarousel-action:hover {
      background: #000 !important;
      color: #fff !important;
      border-color: #000 !important; }
    @media (max-width: 767px) {
      .heroCarousel-content .heroCarousel-action {
        color: #000 !important;
        border-color: #000 !important; } }
  @media (min-width: 768px) {
    .heroCarousel-content {
      position: absolute;
      top: 50%;
      -moz-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 0;
      right: 0;
      width: 100%;
      padding: 0 30px 30px; } }

.slide-item-0 .heroCarousel-content .heroCarousel-title {
  color: #2d2d2d; }

.slide-item-0 .heroCarousel-content .heroCarousel-description {
  color: #2d2d2d; }

.slide-item-0 .heroCarousel-content .heroCarousel-action {
  color: #2d2d2d;
  border-color: #2d2d2d; }

.slide-item-1 .heroCarousel-content .heroCarousel-title {
  color: #2d2d2d; }

.slide-item-1 .heroCarousel-content .heroCarousel-description {
  color: #2d2d2d; }

.slide-item-1 .heroCarousel-content .heroCarousel-action {
  color: #2d2d2d;
  border-color: #2d2d2d; }

.slide-item-2 .heroCarousel-content .heroCarousel-title {
  color: white; }

.slide-item-2 .heroCarousel-content .heroCarousel-description {
  color: white; }

.slide-item-2 .heroCarousel-content .heroCarousel-action {
  color: white;
  border-color: white; }

.slide-item-3 .heroCarousel-content .heroCarousel-title {
  color: #2d2d2d; }

.slide-item-3 .heroCarousel-content .heroCarousel-description {
  color: #2d2d2d; }

.slide-item-3 .heroCarousel-content .heroCarousel-action {
  color: #2d2d2d;
  border-color: #2d2d2d; }

.slide-item-4 .heroCarousel-content .heroCarousel-title {
  color: #2d2d2d; }

.slide-item-4 .heroCarousel-content .heroCarousel-description {
  color: #2d2d2d; }

.slide-item-4 .heroCarousel-content .heroCarousel-action {
  color: #2d2d2d;
  border-color: #2d2d2d; }

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

.writeReview-productDetails img {
  margin-bottom: 20px; }

.writeReview-productDetails .product-brand {
  color: #a5a5a5;
  margin: 0 0 6px;
  text-transform: none;
  text-align: center; }

.writeReview-productDetails .product-title {
  margin-top: 0;
  text-transform: none;
  font-size: 14px;
  color: #000;
  letter-spacing: 0;
  text-align: center; }

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

.writeReview-form .form-label {
  font-weight: 700;
  color: #000; }

.account--addReturn .table {
  display: block;
  margin-bottom: 3rem; }
  @media (min-width: 480px) {
    .account--addReturn .table {
      display: table;
      margin-bottom: 6rem; } }
  .account--addReturn .table tr {
    display: block;
    padding: 1.5rem 0; }
    @media (min-width: 480px) {
      .account--addReturn .table tr {
        display: table-row;
        padding: 0; } }
  .account--addReturn .table th,
  .account--addReturn .table td {
    display: block;
    padding: 0; }
    @media (min-width: 480px) {
      .account--addReturn .table th,
      .account--addReturn .table td {
        display: table-cell;
        padding-bottom: 0.76923rem;
        padding-top: 0.76923rem; } }
    .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: 480px) {
        .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.15385rem; }
  @media (min-width: 480px) {
    .account--addReturn .table .return-itemPrice {
      text-align: center; } }
  @media (min-width: 480px) {
    .account--addReturn .table .return-itemQuantity {
      text-align: right; } }

.account--addReturn .table-thead {
  display: none; }
  @media (min-width: 480px) {
    .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: 480px) {
    .account--addReturn .table-tbody {
      display: table-row-group; } }

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

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

.return-itemQuantity .form-label {
  display: inline;
  margin-right: 0.38462rem; }
  @media (min-width: 480px) {
    .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 -15px;
  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: 15px;
  padding-right: 15px;
  width: 100%;
  float: left;
  padding: 0 1rem; }
  @media (min-width: 480px) {
    .account--addReturn-column {
      width: 50%; } }

/*
.productCarousel { // 1
    @include grid-row(
        $behavior: nest
    );
}

.productCarousel-slide { // 1
    @include grid-column(6);

    @include breakpoint("small") {
        width: grid-calc(4, $total-columns);
    }

    @include breakpoint("medium") {
        width: grid-calc(3, $total-columns);
    }

    @include breakpoint("large") {
        width: grid-calc(2, $total-columns);
    }

    .card {
        margin-bottom: 0;
    }
}
*/
.quickView:before, .quickView:after {
  content: " ";
  display: table; }

.quickView:after {
  clear: both; }

.quickView article.productView-description {
  display: none; }

.quickView .productView-images {
  margin-bottom: 0; }

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

.productReview {
  display: block;
  float: none;
  font-size: 1rem;
  vertical-align: top;
  margin-bottom: 30px;
  width: 100%; }

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

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

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

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

#productReviews-content .pagination-list {
  margin-bottom: 30px; }
  #productReviews-content .pagination-list li {
    padding-left: 0;
    padding-right: 0; }
    #productReviews-content .pagination-list li a {
      padding-left: 0;
      padding-right: 0; }
    #productReviews-content .pagination-list li + li {
      margin-left: 20px; }

.price--rrp,
.price--discounted {
  text-decoration: line-through;
  color: #aaaaaa; }

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

.compareTable {
  border-top: 1px solid #e8e8e8;
  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 #e8e8e8; }
  .compareTable-row + .compareTable-row .compareTable-heading:empty {
    border-top: 0; }

.compareTable-heading {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  padding: 1.23077rem 1rem;
  position: relative;
  text-align: right;
  width: 0; }
  @media (min-width: 768px) {
    .compareTable-heading {
      width: 25%; } }

.compareTable-headingText {
  position: absolute;
  top: 1.23077rem;
  white-space: nowrap; }
  @media (min-width: 768px) {
    .compareTable-headingText {
      position: inherit;
      top: inherit; } }

.compareTable-item {
  padding: 3.23077rem 1rem 1.23077rem; }
  @media (min-width: 768px) {
    .compareTable-item {
      padding-top: 1.23077rem; } }

.compareTable-removeProduct {
  background-color: #f2f2f2;
  border-radius: 50%;
  height: 2.5rem;
  position: absolute;
  right: -1rem;
  top: -1rem;
  transition: background-color 0.15s ease;
  width: 2.5rem;
  text-align: center; }
  .compareTable-removeProduct .icon {
    fill: #4f4f4f;
    height: 1.5rem;
    margin-top: 0.53846rem;
    width: 1.5rem; }

.compareTable-product {
  font-weight: 400;
  padding: 2.03846rem 1rem 1.23077rem; }
  .compareTable-product .card-text a {
    color: #848484;
    display: inline-block;
    margin-bottom: 5px; }
  .compareTable-product .card-title {
    margin-bottom: 10px;
    line-height: 1.5em;
    font-size: 12px;
    letter-spacing: 0; }
    .compareTable-product .card-title a {
      color: #000; }
  .compareTable-product .card {
    margin-bottom: 0; }
  .compareTable-product .card-body {
    min-height: 6rem;
    padding-top: 1rem; }
  .compareTable-product .price-section {
    color: #000;
    font-size: 13px;
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 5px; }
    .compareTable-product .price-section .price--rrp {
      color: #969696;
      margin-right: 5px; }
      .compareTable-product .price-section .price--rrp ~ .price--withoutTax {
        color: #e95144; }

.compareTable-action {
  padding: 0 1rem 1rem; }
  .compareTable-action .button {
    display: block;
    padding-left: 0.76923rem;
    padding-right: 0.76923rem;
    width: 100%; }

.blocker {
  background: rgba(255, 255, 255, 0.5);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 500; }

.blocker-container {
  position: relative; }

.textTruncate {
  padding-bottom: 1.5rem;
  position: relative;
  transition: max-height 100ms ease-out; }

.js .textTruncate {
  max-height: 110px;
  overflow: hidden; }

.js .textTruncate--visible {
  max-height: 76.92308rem; }

.textTruncate-viewMore {
  background-color: white;
  bottom: 0;
  padding-top: 10px;
  position: absolute;
  width: 100%; }

.toggle {
  border-top: 1px solid #e8e8e8;
  margin-bottom: 2.26923rem; }
  .toggle:last-of-type {
    margin-bottom: 4.53846rem; }

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

.toggleLink {
  color: #989898; }
  .toggleLink:hover {
    color: #2d2d2d; }
  .toggle-title .toggleLink {
    float: right;
    line-height: 24px; }

.toggleLink-text {
  font-size: 1rem;
  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: 92.30769rem;
  width: 100%;
  border: #e8e8e8 solid;
  border-radius: 3px;
  border-width: 1px;
  display: block;
  margin-bottom: 2.03846rem;
  padding: 1rem; }
  .facetedSearch-toggle:before, .facetedSearch-toggle:after {
    content: " ";
    display: table; }
  .facetedSearch-toggle:after {
    clear: both; }
  @media (min-width: 768px) {
    .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: 15px;
  padding-right: 15px;
  width: 58.33333%;
  float: left;
  padding: 0;
  text-align: left; }

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

.facetedSearch-navList {
  display: none; }
  @media (min-width: 768px) {
    .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: 2.03846rem; }
  .facetedSearch-toggle + .facetedSearch-navList.is-open,
  .sidebarBlock + .facetedSearch-navList.is-open {
    margin-top: -1px; }
    @media (min-width: 768px) {
      .facetedSearch-toggle + .facetedSearch-navList.is-open,
      .sidebarBlock + .facetedSearch-navList.is-open {
        margin-top: 2.03846rem; } }
  .facetedSearch-navList .navList--inner {
    margin-left: 1.5rem; }
  .facetedSearch-navList .accordion--navList .accordion-navigation-actions {
    top: -2px; }
  @media (max-width: 767px) {
    .facetedSearch-navList h5.side-module-heading {
      margin-bottom: 0;
      border-bottom: 0;
      padding-bottom: 12px;
      font-size: 12px; }
    .facetedSearch-navList .accordion--navList .accordion-navigation-actions {
      top: 7px; } }
  .facetedSearch-navList .accordion--navList .accordion-indicator {
    visibility: visible; }
  .facetedSearch-navList a.toggleLink {
    display: inline-block;
    margin-top: 10px; }
    .facetedSearch-navList a.toggleLink span.toggleLink-text {
      font-size: 14px;
      font-family: "Karla", Arial, Helvetica, sans-serif; }

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

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

.facetedSearch-refineFilters {
  display: none; }
  @media (min-width: 768px) {
    .facetedSearch-refineFilters {
      display: block; } }
  .facetedSearch-refineFilters ul.inlineList {
    margin-bottom: 10px; }

#facetedSearch-navList .accordion-content > ul.navList li a {
  border: 0 !important;
  font-size: 14px;
  font-family: "Karla", Arial, Helvetica, sans-serif;
  color: #2d2d2d; }
  #facetedSearch-navList .accordion-content > ul.navList li a:hover {
    color: #4286f4; }

#facetedSearch-navList .accordion-content > ul.navList li a::before {
  position: static;
  display: inline-block;
  vertical-align: -3px;
  margin-right: 3px; }

#facetedSearch-navList .accordion-content > ul.navList li a:hover span:not(.navList-action-close) {
  border-bottom: 1px solid #4286f4; }

#facetedSearch-navList .accordion--navList .accordion-block {
  margin: 0 0 30px;
  clear: both; }
  #facetedSearch-navList .accordion--navList .accordion-block:last-of-type {
    margin-bottom: 0; }
  @media (max-width: 767px) {
    #facetedSearch-navList .accordion--navList .accordion-block {
      margin-bottom: 0; } }

#facetedSearch-navList .form-minMaxRow {
  margin-bottom: 15px; }
  #facetedSearch-navList .form-minMaxRow .form-field {
    width: 50%; }

#facetedSearch-navList .rating--small {
  display: inline; }

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

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

/*Home Top Banners*/
.banner-item {
  overflow: hidden;
  margin-bottom: 30px; }

.banner-item a {
  position: relative;
  display: block;
  text-align: center; }
  .banner-item a::before {
    background-color: rgba(255, 255, 255, 0.2);
    display: block;
    width: 100%;
    height: 100%;
    left: -100%;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    content: "";
    z-index: 1; }
  .banner-item a:hover::before {
    left: 0; }

.banner-item .hover-text-bottom {
  position: absolute;
  bottom: 0px;
  left: 15px;
  right: 15px;
  padding: 17px 20px 15px;
  color: #fff; }
  .banner-item .hover-text-bottom::before {
    display: block;
    background: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .banner-item .hover-text-bottom h5 {
    margin: 0;
    padding: 0 0 5px;
    display: block;
    font-size: 26px;
    text-transform: uppercase;
    position: relative;
    font-family: "Bebas Neue", Arial, Helvetica, sans-serif;
    color: #fff;
    letter-spacing: 0px; }
  .banner-item .hover-text-bottom p {
    font-size: 14px;
    color: #fff;
    position: relative;
    margin-bottom: 0;
    font-family: "Karla", Arial, Helvetica, sans-serif; }
    .banner-item .hover-text-bottom p i.fa {
      vertical-align: middle;
      margin-left: 5px; }
  .banner-item .hover-text-bottom p.img {
    position: absolute;
    right: 20px;
    top: 20px; }

@media (max-width: 767px) {
  #homeTopBanners .col-sm-4.banner-item {
    max-width: 370px;
    margin-left: auto;
    margin-right: auto; }
  #homeTopBanners .col-sm-6.banner-item {
    max-width: 570px;
    margin-left: auto;
    margin-right: auto; } }

/*Home Bottom Banners*/
#homeBottomBanners {
  padding-top: 40px;
  padding-bottom: 40px; }
  #homeBottomBanners .banner-item .hover-text-bottom {
    display: flex;
    flex-wrap: nowrap;
    align-items: center; }
    #homeBottomBanners .banner-item .hover-text-bottom h5 {
      font-size: 20px;
      padding-bottom: 0;
      width: calc(100% - 50px); }
    #homeBottomBanners .banner-item .hover-text-bottom i.fa {
      width: 50px;
      text-align: right;
      position: relative;
      font-size: 20px; }
  @media (max-width: 767px) {
    #homeBottomBanners > .container {
      max-width: 570px; } }
  @media (max-width: 480px) {
    #homeBottomBanners > .container > .row > .col-sm-6:first-of-type > .row:last-of-type .banner-item {
      max-width: 270px;
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      float: none; } }

.facetLabel {
  background: #f2f2f2;
  border-radius: 4px;
  padding: 0.15385rem 0.53846rem 0.15385rem 0.69231rem;
  text-decoration: none; }
  .facetLabel .icon {
    width: 12px;
    height: 12px;
    display: inline-block;
    fill: #989898;
    position: relative;
    top: -1px; }

.page-heading span {
  font-weight: 400; }

.cart {
  display: block;
  width: 100%;
  margin-bottom: 1.5rem; }
  @media (min-width: 768px) {
    .cart {
      display: table; } }

.cart-header {
  display: none; }
  @media (min-width: 768px) {
    .cart-header {
      display: table-header-group;
      text-align: left; } }

.cart-header-item {
  font-family: "Karla", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  min-height: 41px;
  padding: 10px 20px 9px;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #494949;
  border-bottom: 1px solid #d0d0d0;
  background: #f5f5f5; }
  .cart-header-item:last-child {
    text-align: right; }

.cart-list {
  display: block;
  border-top: 1px solid #e8e8e8; }
  @media (min-width: 768px) {
    .cart-list {
      display: table-row-group; } }

.cart-item {
  display: block;
  clear: both;
  padding: 1.5rem 0;
  border-bottom: 1px solid #e8e8e8; }
  @media (min-width: 480px) {
    .cart-item {
      padding-left: 0; }
      .cart-item:before, .cart-item:after {
        content: " ";
        display: table; }
      .cart-item:after {
        clear: both; } }
  @media (min-width: 768px) {
    .cart-item {
      display: table-row;
      padding-left: 0; }
      .cart-item:before, .cart-item:after {
        display: none; } }

.cart-item-block {
  display: block; }
  @media (min-width: 768px) {
    .cart-item-block {
      display: table-cell;
      padding: 40px 20px;
      vertical-align: top; } }
  .cart-item-block .definitionList {
    margin-bottom: 0.38462rem; }

.cart-item-figure {
  float: left;
  width: auto;
  height: 7.69231rem;
  margin-bottom: 1.5rem;
  padding-right: 0;
  padding-left: 0;
  text-align: right; }
  @media (min-width: 480px) {
    .cart-item-figure {
      width: 33.33333%; } }
  @media (min-width: 768px) {
    .cart-item-figure {
      float: none;
      width: 12.5%;
      text-align: left; } }

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

.cart-item-image {
  width: auto; }

.cart-item-title {
  display: table-cell;
  padding-left: 1.5rem; }
  @media (min-width: 480px) {
    .cart-item-title {
      display: block;
      overflow: hidden;
      height: auto;
      margin-bottom: 1.5rem; } }
  @media (min-width: 768px) {
    .cart-item-title {
      display: table-cell; } }
  .cart-item-title a[data-item-edit] {
    font-size: 12px;
    color: #4286f4;
    font-weight: 700;
    letter-spacing: .02em; }
    .cart-item-title a[data-item-edit]:hover {
      color: #2d2d2d;
      border-bottom: 1px solid #2d2d2d; }

.cart-item-info {
  clear: both;
  width: 100%; }
  @media (min-width: 480px) {
    .cart-item-info {
      float: left;
      clear: none;
      overflow: hidden;
      width: 33.33333%; }
      .cart-item-info + .cart-item-info {
        margin-top: 0; } }
  @media (min-width: 768px) {
    .cart-item-info {
      float: none;
      width: 16.66667%; }
      .cart-item-info:last-child {
        text-align: right; } }
  .cart-item-info + .cart-item-info {
    margin-top: 0.76923rem; }
  .cart-item-info:not(.cart-item-quantity) {
    font-family: "Karla", Arial, Helvetica, sans-serif;
    font-size: 16px;
    padding-top: 48px; }
    .cart-item-info:not(.cart-item-quantity) strong {
      font-weight: 400; }
    .cart-item-info:not(.cart-item-quantity):last-of-type strong {
      font-weight: 700; }

@media (min-width: 992px) {
  .cart-item-info.cart-item-quantity {
    width: 20%; } }

@media (max-width: 991px) {
  .cart-item-info.cart-item-quantity {
    width: 25%; } }

@media (max-width: 767px) {
  .cart-item-figure {
    height: auto; }
  .cart-item-info {
    display: block;
    width: 100% !important;
    padding-top: 5px !important;
    text-align: right; }
    .cart-item-info .cart-item-label {
      font-family: "Karla", Arial, Helvetica, sans-serif;
      font-size: 14px;
      font-weight: 400;
      float: left;
      width: 33.33%;
      text-align: left; }
    .cart-item-info.cart-item-quantity .cart-item-label {
      padding-top: 7px; } }

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

.cart-item-quantity .form-increment {
  display: inline-block;
  margin: 0 0.15385rem 1px 1.5rem;
  vertical-align: middle; }
  @media (min-width: 768px) {
    .cart-item-quantity .form-increment {
      margin-left: 0; } }
  .cart-item-quantity .form-increment button[data-action='dec'] {
    margin-right: -3px; }
  .cart-item-quantity .form-increment button[data-action='inc'] {
    margin-left: -3px; }

.cart-item-label {
  display: block;
  float: left;
  width: 33.33333%;
  width: 100%;
  margin-bottom: 0.38462rem;
  text-align: right;
  text-align: left; }
  @media (min-width: 768px) {
    .cart-item-label {
      display: none; } }

.cart-item-value {
  padding-left: 1.5rem; }
  @media (min-width: 768px) {
    .cart-item-value {
      padding-left: 0; } }
  .cart-item-value.price--discounted {
    margin-right: 5px; }

.cart-item-brand {
  margin-bottom: 0.15385rem;
  color: #a5a5a5; }

.cart-item-name {
  font-family: "Karla", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 10px;
  letter-spacing: 0; }
  .cart-item-name a {
    line-height: 1.5em; }
  .cart-item-name + .definitionList {
    margin-top: 0.38462rem;
    font-style: italic; }

.cart-item-options--giftWrapping {
  margin-top: 1.15385rem; }
  .cart-item-options--giftWrapping > dt,
  .cart-item-options--giftWrapping > dd {
    display: inline-block; }
  .cart-item-options--giftWrapping > dd a {
    border-bottom: 1px dotted #178dc9;
    font-weight: 700; }
  .cart-item-options--giftWrapping .cart-item-option-description {
    color: #2d2d2d; }
    .cart-item-options--giftWrapping .cart-item-option-description a {
      font-family: "Karla", Arial, Helvetica, sans-serif;
      font-size: 13px;
      color: #4286f4; }
      .cart-item-options--giftWrapping .cart-item-option-description a:hover {
        color: #2d2d2d;
        border-bottom: 1px solid #2d2d2d; }
    .cart-item-options--giftWrapping .cart-item-option-description .cart-item-option-actions {
      margin-left: 10px; }

.cart-remove-button {
  display: block;
  clear: both;
  padding: 6px 0; }

.cart-remove {
  width: auto;
  height: auto;
  padding: 0.15385rem;
  padding: 0;
  cursor: pointer;
  transition: background-color .15s ease;
  text-align: center;
  color: #f14d48; }
  .cart-remove.cart-remove--spacer {
    visibility: hidden; }
  .cart-remove svg {
    position: relative;
    top: -1px;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    fill: #f14d48; }
  .cart-remove span {
    font-family: "Karla", Arial, Helvetica, sans-serif;
    font-weight: 700;
    margin-left: 5px;
    letter-spacing: .02em;
    color: #f14d48; }
  .cart-remove:hover span {
    border-bottom: 1px solid #f14d48; }

.cart-totals {
  float: right;
  width: 100%;
  width: 58.33333%;
  margin-bottom: 2rem;
  margin-bottom: 1rem;
  text-align: right;
  list-style: none;
  margin-left: 0; }
  .cart-totals ul,
  .cart-totals ol {
    list-style: none;
    margin-bottom: 0; }
  @media (min-width: 1200px) {
    .cart-totals {
      width: 41.66667%; } }
  @media (max-width: 767px) {
    .cart-totals {
      width: 100%; } }

.cart-total {
  border-bottom: 0; }
  .cart-total:before, .cart-total:after {
    content: " ";
    display: table; }
  .cart-total:after {
    clear: both; }
  .cart-total + .cart-total {
    border-top: 1px solid #e8e8e8; }
  .cart-total .form-input {
    display: inline-block;
    width: 75%;
    padding: 0.53846rem;
    vertical-align: top; }
  .cart-total .form-select {
    margin-bottom: 0.76923rem;
    padding: 0.53846rem 0.76923rem; }
  .cart-total .form-inlineMessage {
    text-align: left; }
  .cart-total:first-child .cart-total-value {
    font-size: 1.38462rem;
    font-weight: 700; }

.cart-total-label {
  display: block;
  width: 33.33333%;
  width: 50%;
  padding-left: 0;
  text-align: left; }

.cart-total-value {
  width: 50%;
  text-align: right; }

.cart-total-label,
.cart-total-value {
  font-family: "Karla", Arial, Helvetica, sans-serif;
  font-size: 14px;
  float: left;
  padding: 1rem 0;
  color: #000; }

.cart-total-grandTotal {
  font-size: 1.84615rem;
  font-weight: 700;
  position: relative; }
  @media (min-width: 768px) {
    .cart-total-grandTotal {
      padding: 1rem 0; } }

.cart-total:last-child > .cart-total-label {
  font-size: 1.38462rem; }

.coupon-code-add,
.coupon-code-cancel,
.shipping-estimate-show,
.shipping-estimate-hide,
.gift-certificate-add,
.gift-certificate-cancel {
  padding: 0;
  transition: color .15s ease;
  color: #4286f4;
  font-weight: 700; }
  .coupon-code-add:hover,
  .coupon-code-cancel:hover,
  .shipping-estimate-show:hover,
  .shipping-estimate-hide:hover,
  .gift-certificate-add:hover,
  .gift-certificate-cancel:hover {
    text-decoration: none; }
    .coupon-code-add:hover span,
    .coupon-code-cancel:hover span,
    .shipping-estimate-show:hover span,
    .shipping-estimate-hide:hover span,
    .gift-certificate-add:hover span,
    .gift-certificate-cancel:hover span {
      border-bottom: 1px solid #4286f4; }

.coupon-code-cancel,
.shipping-estimate-hide {
  font-style: italic; }

.coupon-form,
.cart-gift-certificate-form {
  font-size: 0;
  margin-bottom: 1rem; }
  .coupon-form:before, .coupon-form:after,
  .cart-gift-certificate-form:before,
  .cart-gift-certificate-form:after {
    content: " ";
    display: table; }
  .coupon-form:after,
  .cart-gift-certificate-form:after {
    clear: both; }
  .coupon-form .form-input,
  .coupon-form .btn,
  .cart-gift-certificate-form .form-input,
  .cart-gift-certificate-form .btn {
    float: left; }
  .coupon-form .form-input,
  .cart-gift-certificate-form .form-input {
    width: 78%; }
  .coupon-form .btn,
  .cart-gift-certificate-form .btn {
    width: 20%;
    margin: 0 0 0 2%;
    padding-right: 0.76923rem;
    padding-left: 0.76923rem; }

.estimator-form {
  margin-bottom: 0; }
  .estimator-form .form-input {
    width: 100%;
    margin-bottom: 0.76923rem; }
  .estimator-form .btn-primary {
    width: 60%; }

.estimator-form-label {
  font-weight: 400;
  float: left;
  clear: both;
  margin-bottom: 0; }
  .estimator-form-label .form-label:not(.estimator-form-label-text) {
    font-family: "Karla", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 2.46154rem;
    margin-top: 2px;
    margin-bottom: 0; }

.estimator-form-input {
  float: right;
  width: 60%;
  margin-bottom: 1em; }
  .estimator-form-input .form-input,
  .estimator-form-input .form-select {
    margin-bottom: 0; }

.estimator-form-input--price {
  width: 30%; }

.estimator-form-row:before, .estimator-form-row:after {
  content: " ";
  display: table; }

.estimator-form-row:after {
  clear: both; }

.estimator-form-toggleUPSRate {
  display: block;
  margin-bottom: 1em; }

.shipping-quotes .btn.select-shipping-quote {
  margin-bottom: 15px; }

.cart-actions {
  clear: both; }
  .cart-actions:before, .cart-actions:after {
    content: " ";
    display: table; }
  .cart-actions:after {
    clear: both; }
  .cart-actions .btn-lg {
    font-size: 14px;
    width: 100%;
    max-width: 300px; }
    @media (max-width: 480px) {
      .cart-actions .btn-lg {
        max-width: 100%; } }
  .cart-actions .checkoutMultiple {
    display: inline-block;
    float: none;
    clear: right;
    padding-top: 15px;
    color: #178dc9;
    border-bottom: 1px dotted #178dc9; }

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

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

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

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

.cart-additionalCheckoutButtons .FloatRight p {
  float: none !important;
  margin: 0.53846rem 0; }

.cart-additionalCheckoutButtons .CheckoutButton {
  margin-bottom: 1rem; }
  .cart-additionalCheckoutButtons .CheckoutButton:first-child {
    margin-top: 1.5rem; }
  .cart-additionalCheckoutButtons .CheckoutButton:last-child {
    margin-bottom: 1.5rem; }

.page-type-cart main > .cart-actions.text-right,
.page-type-cart main > .cart-additionalCheckoutButtons {
  float: right;
  clear: both;
  text-align: center;
  width: 58.33333%; }
  @media (min-width: 1200px) {
    .page-type-cart main > .cart-actions.text-right,
    .page-type-cart main > .cart-additionalCheckoutButtons {
      width: 41.66667%; } }
  @media (max-width: 767px) {
    .page-type-cart main > .cart-actions.text-right,
    .page-type-cart main > .cart-additionalCheckoutButtons {
      width: 100%; } }

.page-type-cart main > .cart-actions.text-right .btn-lg {
  width: 100%;
  max-width: 100%; }

.triangle-with-shadow {
  position: absolute;
  top: -15px;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 15px; }

.triangle-with-shadow::before {
  position: absolute;
  top: 11px;
  left: 50%;
  width: 30px;
  height: 30px;
  margin-left: -15px;
  content: '';
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  border: 1px solid #d0d0d0;
  background: #fff;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2); }

.triangle-with-shadow.triangle-grey::before {
  background: #f5f5f5; }
  @media (max-width: 480px) {
    .triangle-with-shadow.triangle-grey::before {
      background: #fff; } }

#cart-preview-dropdown {
  position: absolute;
  z-index: 111;
  top: auto;
  right: 0;
  left: auto;
  display: none;
  width: 100%;
  min-width: 320px;
  max-width: 600px;
  min-height: 94px;
  margin-top: 15px;
  padding: 0;
  border: 1px solid #d0d0d0;
  border-radius: 0;
  border-radius: 3px;
  background: white;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1); }
  @media (max-width: 991px) {
    #cart-preview-dropdown {
      top: 100%;
      margin-top: 0; } }
  @media (max-width: 767px) {
    #cart-preview-dropdown {
      max-width: 100%; } }
  @media (max-width: 480px) {
    #cart-preview-dropdown {
      border-radius: 0; } }
  #cart-preview-dropdown .triangle-with-shadow::before {
    right: 53px;
    left: auto;
    margin: 0; }
    @media (max-width: 1199px) {
      #cart-preview-dropdown .triangle-with-shadow::before {
        right: 33px; } }
    @media (max-width: 991px) {
      #cart-preview-dropdown .triangle-with-shadow::before {
        right: 15px; } }
  #cart-preview-dropdown .cart-preview-inner {
    overflow: hidden;
    width: 100%;
    border-radius: 3px; }
    @media (max-width: 480px) {
      #cart-preview-dropdown .cart-preview-inner {
        border-radius: 0; } }
  #cart-preview-dropdown .cart-total-label {
    width: 60%;
    text-align: right;
    color: #000; }
    @media (max-width: 480px) {
      #cart-preview-dropdown .cart-total-label {
        text-align: left; } }
  #cart-preview-dropdown .cart-total-value {
    font-family: "Karla", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
    width: 40%;
    text-align: right; }
  #cart-preview-dropdown .preview-cart-grand-total .cart-total-value {
    font-size: 20px; }
  #cart-preview-dropdown .preview-cart-titles {
    min-height: 41px;
    padding: 10px 20px 9px;
    border-bottom: 1px solid #d0d0d0;
    background: #f5f5f5; }
    #cart-preview-dropdown .preview-cart-titles > div {
      font-family: "Montserrat", Arial, Helvetica, sans-serif;
      font-size: 11px;
      font-weight: 700;
      float: left;
      letter-spacing: .05em;
      text-transform: uppercase;
      color: #797979; }
      #cart-preview-dropdown .preview-cart-titles > div.item-info {
        width: 57%;
        text-align: left; }
      #cart-preview-dropdown .preview-cart-titles > div.item-qty {
        width: 13%;
        text-align: center; }
      #cart-preview-dropdown .preview-cart-titles > div.item-price {
        width: 15%;
        text-align: left; }
      #cart-preview-dropdown .preview-cart-titles > div.item-total {
        width: 15%;
        text-align: right; }
    @media (max-width: 480px) {
      #cart-preview-dropdown .preview-cart-titles {
        display: none; } }

#top-cart.is-open #cart-preview-dropdown {
  display: block; }

.previewCartList {
  overflow: hidden;
  width: 100%;
  max-height: 200px;
  margin: 0; }

.previewCartItem {
  overflow: hidden;
  padding: 20px 20px; }
  .previewCartItem > div {
    float: left; }
    .previewCartItem > div.item-info {
      width: 57%; }
    .previewCartItem > div.item-qty {
      font-family: "Karla", Arial, Helvetica, sans-serif;
      font-size: 14px;
      font-weight: 700;
      width: 13%;
      text-align: center; }
    .previewCartItem > div.item-price {
      font-family: "Karla", Arial, Helvetica, sans-serif;
      font-size: 14px;
      width: 15%;
      text-align: left; }
    .previewCartItem > div.item-total {
      font-family: "Karla", Arial, Helvetica, sans-serif;
      font-size: 14px;
      font-weight: 700;
      width: 15%;
      text-align: right; }
  @media (max-width: 480px) {
    .previewCartItem > div {
      display: block;
      padding-top: 4px;
      padding-bottom: 4px;
      text-align: left;
      display: -webkit-box;
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -moz-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -ms-flexbox;
      /* TWEENER - IE 10 */
      display: -webkit-flex;
      /* NEW - Chrome */
      display: flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      flex-wrap: nowrap;
      justify-content: space-between;
      align-items: center; }
      .previewCartItem > div.item-info {
        width: 100%; }
      .previewCartItem > div.item-qty {
        font-weight: 700;
        width: 100%;
        text-align: left; }
        .previewCartItem > div.item-qty::before {
          content: 'Quantity';
          font-weight: 400; }
      .previewCartItem > div.item-price {
        width: 100%;
        text-align: left; }
        .previewCartItem > div.item-price::before {
          content: 'Price';
          font-weight: 400; }
      .previewCartItem > div.item-total {
        width: 100%;
        text-align: left; }
        .previewCartItem > div.item-total::before {
          content: 'Total';
          font-weight: 400; }
        .previewCartItem > div.item-total strong {
          padding-left: 0; } }
  .previewCartItem .price--discounted {
    margin-right: 0 !important; }

.previewCartItem-image,
.previewCartItem-content {
  display: table-cell;
  vertical-align: top; }

.previewCartItem-image {
  float: left;
  padding-right: 20px; }
  .previewCartItem-image img {
    max-width: 60px; }

.previewCartItem-name {
  float: left;
  width: 68%;
  text-align: left; }
  .previewCartItem-name h6 {
    font-family: "Karla", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5em;
    margin: 0;
    margin-bottom: 5px;
    letter-spacing: 0;
    text-transform: none;
    color: #2d2d2d; }
  .previewCartItem-name a:hover {
    color: #4286f4; }
  .previewCartItem-name > a {
    text-decoration: none; }

.previewCartItem-brand {
  display: none; }

.preview-cart-total {
  display: block;
  clear: both;
  padding-right: 20px;
  padding-left: 20px;
  border-top: 1px solid #eaeaea; }

.preview-cart-grand-total {
  display: block;
  clear: both;
  padding-right: 20px;
  padding-left: 20px;
  border-top: 1px solid #eaeaea; }

.preview-cart-total > div,
.preview-cart-grand-total > div {
  padding-top: 9px;
  padding-bottom: 9px; }

.previewCartAction {
  display: block;
  clear: both;
  padding: 20px;
  text-align: right; }
  @media (max-width: 480px) {
    .previewCartAction {
      display: -webkit-box;
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -moz-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -ms-flexbox;
      /* TWEENER - IE 10 */
      display: -webkit-flex;
      /* NEW - Chrome */
      display: flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      padding: 20px 10px; }
      .previewCartAction .previewCartAction-checkout,
      .previewCartAction .previewCartAction-viewCart {
        width: 50%;
        padding: 0 10px; }
        .previewCartAction .previewCartAction-checkout a,
        .previewCartAction .previewCartAction-viewCart a {
          width: 100%;
          padding-right: 0;
          padding-left: 0; } }
      @media (max-width: 480px) and (max-width: 360px) {
        .previewCartAction .previewCartAction-checkout a,
        .previewCartAction .previewCartAction-viewCart a {
          font-size: 11px; } }

.previewCartAction-checkout,
.previewCartAction-viewCart {
  display: inline-block; }

.previewCartAction-viewCart a.btn {
  margin-right: 7px; }

.previewCartAction-checkoutMultiple {
  clear: both;
  padding-top: 15px;
  padding-left: 0.76923rem; }

.previewCart-emptyBody {
  padding: 20px; }
  .previewCart-emptyBody > .alert {
    margin-bottom: 0; }

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

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

.panel--address {
  font-size: 1rem;
  position: relative; }
  .panel--address .panel-body {
    min-height: 19.23077rem;
    padding: 1.5rem; }
    @media (min-width: 480px) {
      .panel--address .panel-body {
        padding: 1.5rem 1.5rem 4.5rem; } }
  .panel--address .form-actions {
    margin-bottom: -0.76923rem;
    margin-top: 1.5rem;
    text-align: left; }
    @media (min-width: 480px) {
      .panel--address .form-actions {
        bottom: 1.5rem;
        position: absolute;
        width: auto; } }
    .panel--address .form-actions .button {
      margin-bottom: 0.76923rem; }
      .panel--address .form-actions .button + .button {
        margin-left: 0;
        margin-top: 0; }
        @media (min-width: 480px) {
          .panel--address .form-actions .button + .button {
            margin-left: 0.38462rem; } }

.address-title {
  margin: 0 0 0.76923rem;
  text-transform: none; }

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

.address-details--postal {
  font-size: 1rem; }

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

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

.panel--newAddress {
  display: block;
  text-align: center;
  text-decoration: none; }
  .panel--newAddress:hover .address-title {
    color: #4286f4; }
  .panel--newAddress .panel-body {
    background-color: transparent;
    border: 1px solid #e8e8e8;
    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.23077rem;
  overflow: hidden;
  padding-bottom: 67.5%;
  padding-top: 1.92308rem;
  position: relative;
  margin-bottom: 1.88462rem; }
  .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 -15px;
  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: 15px;
  padding-right: 15px;
  width: 100%;
  float: left;
  display: inline-block;
  float: none;
  vertical-align: top; }
  @media (min-width: 768px) {
    .videoGallery-item {
      width: 50%; } }

.video {
  display: block;
  margin-bottom: 1.88462rem;
  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.76923rem; }
    .video-figure > img {
      display: block; }
  .video-figure--opposite {
    float: right;
    margin-left: 0.76923rem;
    margin-right: 0; }
  .video-body:before, .video-body:after {
    content: " ";
    display: table; }
  .video-body:after {
    clear: both; }
  @media (min-width: 768px) {
    .video {
      margin-bottom: 1.88462rem; } }
  .video:hover, .video.is-active {
    color: #454545;
    opacity: 1; }

.video-figure {
  margin-right: 1.88462rem; }

.video-title {
  margin-bottom: 0;
  margin-top: 0;
  text-transform: none;
  line-height: 20px;
  letter-spacing: 0;
  font-size: 1rem;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 700; }

.video-description {
  font-size: 1rem;
  margin-bottom: 0; }

@media (min-width: 768px) and (max-width: 991px) {
  #previewModal {
    max-width: 768px; } }

#mayAlsoLike {
  clear: both;
  margin-top: 30px;
  width: 100%;
  float: left;
  border-top: 1px dotted #dcdcdc; }
  #mayAlsoLike .productCarousel {
    margin-bottom: 10px; }
  #mayAlsoLike .owl-nav {
    position: absolute;
    top: -47px;
    right: 0;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */ }
    #mayAlsoLike .owl-nav > div {
      position: static;
      transform: none;
      border: 0;
      border: 1px solid #bebebe;
      border-radius: 0; }
      #mayAlsoLike .owl-nav > div:before {
        font-size: 24px;
        line-height: 23px; }
      #mayAlsoLike .owl-nav > div.owl-prev {
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px; }
        #mayAlsoLike .owl-nav > div.owl-prev:before {
          content: "\f104"; }
      #mayAlsoLike .owl-nav > div.owl-next {
        margin-left: -1px;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px; }
        #mayAlsoLike .owl-nav > div.owl-next:before {
          content: "\f105"; }
  #mayAlsoLike > h3 {
    font-size: 26px;
    font-family: "Bebas Neue", Arial, Helvetica, sans-serif;
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 25px;
    padding-bottom: 15px;
    letter-spacing: 0;
    font-weight: 500;
    text-transform: uppercase; }
    @media (min-width: 600px) {
      #mayAlsoLike > h3 {
        text-align: center; } }

.previewCart {
  float: left;
  width: 100%; }
  .previewCart .productView {
    padding-left: 15px;
    padding-right: 15px;
    width: 66.66667%;
    float: left;
    display: flex;
    margin: 0;
    padding-bottom: 0;
    padding-top: 0; }
    @media (max-width: 991px) {
      .previewCart .productView {
        width: 60%;
        display: block; } }
    @media (max-width: 767px) {
      .previewCart .productView {
        width: 100%;
        display: block;
        padding-left: 0;
        padding-right: 0; } }
  .previewCart .productView-image {
    padding-left: 15px;
    padding-right: 15px;
    width: 41.66667%;
    float: left; }
    @media (max-width: 991px) {
      .previewCart .productView-image {
        float: none;
        margin: 0 auto;
        max-width: 210px;
        padding-bottom: 15px; } }
  .previewCart .previewCartAction-checkoutMultiple {
    padding-top: 12px; }
    .previewCart .previewCartAction-checkoutMultiple > a {
      color: #178dc9;
      border-bottom: 1px dotted #178dc9; }
  .previewCart .productView-image--cart {
    align-self: flex-start;
    margin: 0 auto;
    width: auto; }
  .previewCart .productView-details {
    padding-left: 15px;
    padding-right: 15px;
    width: 58.33333%;
    float: left; }
    @media (max-width: 991px) {
      .previewCart .productView-details {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        float: none;
        margin: 0; } }
  .previewCart .productView-brand {
    font-size: 14px;
    font-family: "Karla"; }
  .previewCart .productView-title {
    margin-top: 9px;
    font-size: 16px;
    line-height: 26px; }
    @media (max-width: 991px) {
      .previewCart .productView-title {
        font-size: 20px; } }
  .previewCart .productView-info {
    padding-bottom: 10px;
    font-style: italic; }
    .previewCart .productView-info .productView-info-name {
      margin-bottom: 0;
      color: #000;
      min-width: 60px; }
    .previewCart .productView-info .productView-info-value {
      margin-bottom: 0; }
  .previewCart .productView-price {
    font-family: "Karla";
    font-size: 16px; }
    .previewCart .productView-price span {
      font-weight: 400; }
  .previewCart .previewCartCheckout-subtotal {
    margin-top: 16px; }

.previewCartCheckout {
  padding: 1rem;
  text-align: center; }
  @media (min-width: 768px) {
    .previewCartCheckout {
      padding-left: 15px;
      padding-right: 15px;
      width: 33.33333%;
      float: right;
      padding: 1.5rem; } }
  .previewCartCheckout p[data-cart-quantity] {
    margin-bottom: 15px;
    padding-top: 15px;
    border-top: 1px solid #dcdcdc; }
  .previewCartCheckout .btn {
    margin: 0;
    width: 100%;
    max-width: 100%; }
    .previewCartCheckout .btn + .btn,
    .previewCartCheckout .btn + p {
      margin-top: 15px; }
    .previewCartCheckout .btn.btn-lg {
      height: 52px; }
    .previewCartCheckout .btn.viewcart {
      background: #000;
      color: #fff; }
      .previewCartCheckout .btn.viewcart:hover {
        background: #fff;
        color: #000; }
    @media (max-width: 360px) {
      .previewCartCheckout .btn {
        font-size: 11px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .previewCartCheckout {
      width: 40%; } }
  @media (max-width: 767px) {
    .previewCartCheckout {
      margin-bottom: 15px; } }

.previewCartCheckout-price {
  display: block;
  font-size: 30px;
  margin-top: 16px;
  margin-bottom: 22px;
  font-weight: bold;
  text-align: center;
  font-family: "Karla";
  letter-spacing: -.02em; }

.previewCartCheckout-subtotal {
  display: block;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
  color: #000; }

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

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

.suggestiveCart {
  display: none;
  text-align: center; }
  @media (min-width: 768px) {
    .suggestiveCart {
      display: block; } }

.maintenanceNotice {
  background-color: #fffdea;
  box-shadow: 0 0 5px #a5a5a5;
  color: #454545;
  left: 1.15385rem;
  padding: 1rem 1.30769rem;
  position: fixed;
  top: 1.15385rem;
  width: 24rem;
  z-index: 500; }
  .maintenanceNotice > :last-child {
    margin-bottom: 0; }
  .maintenanceNotice a {
    color: #454545; }

.maintenanceNotice-header {
  font-family: "Montserrat";
  margin: 0 0 0.76923rem; }

body.hasAdminBar {
  padding-top: 101px; }
  @media (min-width: 768px) {
    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.15385rem 0.53846rem 0 rgba(0, 0, 0, 0.2);
  color: #626568;
  float: left;
  font-family: "Source Sans Pro", arial, "sans serif", sans-serif;
  font-size: 14px;
  font-weight: 600;
  height: 46px;
  left: 0;
  position: fixed;
  text-decoration: none;
  top: 0;
  width: 100%;
  z-index: 10000; }

.adminBar-logo {
  background-color: #273a8a;
  float: left;
  height: 46px;
  width: 45px; }
  .adminBar-logo svg {
    height: 100%;
    padding: 7px 10px 11px 7px;
    width: 100%; }

.adminBar-content {
  align-items: center;
  display: flex;
  height: 46px;
  justify-content: space-between;
  margin-left: 45px;
  padding: 17px 20.5px 14px 20px; }
  .adminBar-content a {
    color: #4b71fc;
    font-weight: 600;
    text-decoration: none; }

.adminBar-private {
  float: right;
  text-align: right; }
  .adminBar-private span {
    white-space: nowrap; }

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

.cookieMessage {
  background: #e8e8e8;
  color: #454545;
  display: none; }
  .cookieMessage .button {
    width: 100%; }
    @media (min-width: 768px) {
      .cookieMessage .button {
        vertical-align: middle;
        width: 25%; } }
    @media (min-width: 1200px) {
      .cookieMessage .button {
        vertical-align: top; } }

.cookieMessage-container {
  margin: 0 auto;
  padding: 1.5rem; }
  @media (min-width: 768px) {
    .cookieMessage-container {
      width: 83.33333%; } }
  @media (min-width: 1200px) {
    .cookieMessage-container {
      width: 58.33333%; } }

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

.page-type-login .login-form {
  margin-top: 38px; }
  .page-type-login .login-form > div {
    margin-bottom: 15px;
    max-width: 405px; }
    .page-type-login .login-form > div.form-actions {
      max-width: 100%; }

.login-form .form-actions {
  text-align: left; }
  .login-form .form-actions input.btn, .login-form .form-actions a.forgot-password {
    vertical-align: middle; }
  .login-form .form-actions input.btn {
    margin-top: 3px;
    background: #fff;
    border-color: #000;
    color: #000;
    min-width: 151px; }
    .login-form .form-actions input.btn:hover {
      background: #000;
      border-color: #000;
      color: #fff; }
  .login-form .form-actions a.forgot-password {
    color: #178dc9;
    clear: both;
    display: block;
    margin-left: 0;
    margin-top: 20px; }

.new-customer .panel {
  border-radius: 3px; }

.new-customer .panel-header {
  background: transparent; }

.new-customer .panel-body {
  background: transparent;
  padding: 1rem 2rem 2rem; }

.new-customer-intro {
  margin-bottom: 0;
  line-height: 28px;
  padding-bottom: 3px; }

.new-customer-fact-list {
  margin-left: 1rem; }

.new-customer-fact {
  padding-left: 0.76923rem;
  line-height: 28px; }

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

.suggestion-title {
  margin-top: 0;
  text-transform: inherit; }

.advancedSearch-form {
  margin-bottom: 3rem; }
  .advancedSearch-form .form-row {
    margin-bottom: -1.5rem; }

.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: 480px) {
      .search-price-range label input {
        display: inline;
        width: 6rem; } }
  @media (min-width: 480px) {
    .search-price-range label span {
      display: inline;
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }

.category-suggestion-list {
  margin: 0 -15px;
  max-width: none;
  width: auto;
  list-style-type: none; }
  .category-suggestion-list:before, .category-suggestion-list:after {
    content: " ";
    display: table; }
  .category-suggestion-list:after {
    clear: both; }

.category-suggestion {
  padding-left: 15px;
  padding-right: 15px;
  width: 33.33333%;
  float: left;
  font-size: 15px; }

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

.quickSearchMessage {
  font-size: 28px;
  margin: 1.5rem 0 0;
  text-align: center; }

#quickSearch > form {
  margin: 0; }
  #quickSearch > form .form-field {
    margin: 0;
    position: relative;
    width: 100%;
    max-width: 200px;
    height: 38px;
    border-radius: 3px;
    background-color: #eeeeee; }
    #quickSearch > form .form-field input#search_query {
      width: 100%;
      height: 100%;
      padding: 0 38px 0 15px;
      border: 0;
      background-color: transparent;
      color: #2d2d2d;
      font-size: 13px;
      font-family: "Karla", Arial, Helvetica, sans-serif; }
      #quickSearch > form .form-field input#search_query::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #2d2d2d; }
      #quickSearch > form .form-field input#search_query::-moz-placeholder {
        /* Firefox 19+ */
        color: #2d2d2d; }
      #quickSearch > form .form-field input#search_query:-ms-input-placeholder {
        /* IE 10+ */
        color: #2d2d2d; }
      #quickSearch > form .form-field input#search_query:-moz-placeholder {
        /* Firefox 18- */
        color: #2d2d2d; }
    #quickSearch > form .form-field button {
      position: absolute;
      top: 0;
      right: 0;
      width: 38px;
      height: 38px;
      padding: 0;
      border: 0;
      transition: none; }
      #quickSearch > form .form-field button svg {
        width: 22px;
        padding: 3px;
        height: 100%;
        fill: #777777; }
        @media (max-width: 991px) {
          #quickSearch > form .form-field button svg {
            width: 20px;
            height: 38px; } }
      #quickSearch > form .form-field button:hover svg {
        fill: #2d2d2d; }

#quickSearch .quickSearchResultsWrap {
  position: absolute;
  width: 400px;
  min-width: 320px;
  right: 15px;
  z-index: 99;
  top: auto;
  opacity: 0;
  visibility: hidden; }
  @media (max-width: 991px) {
    #quickSearch .quickSearchResultsWrap {
      width: 100%;
      padding-left: 0;
      padding-right: 24px;
      right: auto;
      left: auto; } }
  #quickSearch .quickSearchResultsWrap.hasResults {
    opacity: 1;
    visibility: visible; }
  #quickSearch .quickSearchResultsWrap.hasNoResults .quickSearchResults {
    padding: 15px; }
  #quickSearch .quickSearchResultsWrap.hasNoResults .alert {
    margin: 0; }
    #quickSearch .quickSearchResultsWrap.hasNoResults .alert .quickSearchMessage {
      margin: 0;
      font-size: 1rem; }

#quickSearch .quickSearchResults {
  background: #fff;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  border: 1px solid #d0d0d0;
  background: #fff;
  padding: 0;
  overflow: hidden;
  max-height: 405px;
  border-radius: 3px; }
  @media (max-width: 991px) {
    #quickSearch .quickSearchResults {
      margin-top: 0; } }
  #quickSearch .quickSearchResults .productItems {
    margin: 0; }
  #quickSearch .quickSearchResults .productItems > li {
    padding: 0;
    width: 100%;
    list-style: none;
    float: none;
    clear: both;
    padding: 15px;
    overflow: hidden; }
    #quickSearch .quickSearchResults .productItems > li + li {
      border-top: 1px solid #eaeaea; }
    #quickSearch .quickSearchResults .productItems > li:hover {
      background: #f5f5f5; }
    #quickSearch .quickSearchResults .productItems > li article {
      margin: 0;
      padding: 0;
      border: 0; }
      #quickSearch .quickSearchResults .productItems > li article figure {
        float: left;
        width: 20%;
        text-align: center;
        border-radius: 3px;
        margin: 0;
        background-color: #fff; }
        #quickSearch .quickSearchResults .productItems > li article figure a img {
          max-height: 70px; }
      #quickSearch .quickSearchResults .productItems > li article figcaption {
        float: left;
        margin: 0;
        text-align: left;
        width: 80%;
        padding-left: 15px; }
        #quickSearch .quickSearchResults .productItems > li article figcaption h4 {
          margin: 0 0 8px;
          letter-spacing: 0;
          font-size: 14px;
          font-family: "Karla", Arial, Helvetica, sans-serif;
          font-weight: 700; }
        #quickSearch .quickSearchResults .productItems > li article figcaption .item-price {
          margin-bottom: 5px;
          color: #2d2d2d;
          font-size: 14px;
          font-family: "Karla"; }
          #quickSearch .quickSearchResults .productItems > li article figcaption .item-price .price--rrp {
            color: #aaaaaa;
            margin-right: 5px; }
            #quickSearch .quickSearchResults .productItems > li article figcaption .item-price .price--rrp ~ .price--withoutTax {
              color: #2d2d2d;
              font-weight: 700; }

@media (max-width: 991px) {
  #mobile-search-toggle {
    width: 62px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0; }
    #mobile-search-toggle svg {
      width: 20px;
      height: 100%;
      padding: 3px;
      fill: #444444; }
    #mobile-search-toggle svg:first-child {
      display: none; }
    #mobile-search-toggle:hover svg {
      fill: #4286f4; }
  #quickSearch {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    min-width: 300px;
    z-index: 99;
    padding: 11px 12px 12px;
    background: #fff;
    display: none;
    margin-top: 1px; }
    #quickSearch > form .form-field {
      max-width: 100%;
      height: 38px;
      border: 0;
      background: #eee;
      border-radius: 3px; }
      #quickSearch > form .form-field input#search_query {
        padding-right: 50px; }
      #quickSearch > form .form-field button {
        width: 38px;
        height: 38px; }
  header.header.mobile-search-is-open #mobile-search-toggle svg:last-child {
    display: none; }
  header.header.mobile-search-is-open #mobile-search-toggle svg:first-child {
    display: inline-block;
    width: 28px; }
  header.header.mobile-search-is-open #mobile-search-toggle ~ .navUser > ul > li#quickSearch {
    display: block; }
  header.header.mobile-search-is-open #quickSearch {
    display: block;
    top: 0; } }

.page-type-search .product-pagination.top {
  justify-content: space-between;
  flex-wrap: wrap; }
  .page-type-search .product-pagination.top .actionBar[data-sort-by] {
    padding-top: 20px; }

.navBar--account,
.navBar--sub {
  display: none; }
  @media (min-width: 768px) {
    .navBar--account,
    .navBar--sub {
      display: block; } }
  .navBar--account ul,
  .navBar--sub ul {
    text-align: left; }
    .navBar--account ul li:first-child,
    .navBar--sub ul li:first-child {
      margin-left: 0; }
  .navBar--account ul li a:hover,
  .navBar--sub ul li a:hover {
    text-decoration: none;
    border-bottom: 1px solid #000; }

.account-heading {
  border-bottom: 1px solid #e8e8e8;
  margin: 0;
  padding-bottom: 1rem;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase; }

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

.account-listItem {
  border-bottom: 1px solid #e8e8e8;
  padding: 1.5rem 0;
  position: relative; }
  .account-listItem img {
    width: 100%; }
  .account-listItem .account-product-image {
    width: auto; }

.account-listShipping {
  border-bottom: 1px solid #e8e8e8;
  font-weight: 700;
  padding: 2.03846rem 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.76923rem; }
  .account-product-figure > img {
    display: block; }

.account-product-figure--opposite {
  float: right;
  margin-left: 0.76923rem;
  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 2.03846rem 0 0;
  position: relative;
  width: 70px; }

.account-product-download {
  border-radius: 50%;
  height: 2.53846rem;
  padding: 0;
  position: absolute;
  right: -0.76923rem;
  top: -0.76923rem;
  width: 2.53846rem;
  z-index: 1; }
  .account-product-download .icon {
    height: 1.5rem;
    margin-top: 0.38462rem;
    width: 1.5rem; }
  .account-product-download svg {
    fill: white; }

.account-product-body {
  overflow: hidden;
  padding-bottom: 3.53846rem;
  position: relative; }
  @media (min-width: 480px) {
    .account-product-body {
      padding-bottom: 0; } }
  .account-product-body .definitionList {
    font-size: 15px;
    margin-bottom: 0; }
    .account-product-body .definitionList dt {
      font-size: 12px; }
    .account-product-body .definitionList dd {
      font-size: 12px; }

.account-product-title {
  margin: 0 0 0.15385rem;
  text-transform: inherit;
  letter-spacing: 0;
  font-size: 14px;
  font-family: 'Roboto';
  font-weight: 700; }
  .account-product-title > a {
    text-decoration: none; }
  .account-product-title + .definitionList {
    margin-top: 0.76923rem; }

.account-product-subtitle {
  color: #a5a5a5;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 15px;
  margin: -0.15385rem 0 1rem;
  text-transform: inherit; }

.account-product-price {
  float: right;
  font-size: 15px;
  font-family: "Karla";
  font-size: 16px; }

.account-product-description + .definitionList {
  margin: -1.38462rem 0 1.5rem; }

.account-product-refundQty {
  color: #a5a5a5;
  margin-bottom: 0; }

.account-product-details {
  margin: 0 -15px;
  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: 15px;
  padding-right: 15px;
  width: 100%;
  float: left; }
  @media (min-width: 480px) {
    .account-product-detail {
      width: 33.33333%; } }
  @media (min-width: 1200px) {
    .account-product-detail {
      width: 25%; } }
  .account-product-detail + .account-product-detail {
    margin-top: 1rem; }
    @media (min-width: 480px) {
      .account-product-detail + .account-product-detail {
        margin-top: 0; } }
  @media (min-width: 480px) {
    .account-product-detail + .account-product-detail--full {
      margin-top: 1.5rem; } }

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

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

.account-product-detail-heading {
  color: #989898;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 11px;
  margin: 0 0 0.38462rem; }

.account-product--alignMiddle {
  display: table;
  width: 100%; }
  .account-product--alignMiddle .account-product-checkItem {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    width: 2rem; }
    .account-product--alignMiddle .account-product-checkItem .form-label {
      height: 1.5rem;
      margin: 0;
      padding: 0;
      width: 1.5rem; }
  .account-product--alignMiddle .account-product-figure,
  .account-product--alignMiddle .account-product-body {
    display: table-cell; }
  .account-product--alignMiddle .account-product-figure {
    float: none;
    margin-right: 0; }
  .account-product--alignMiddle .account-product-body {
    padding-left: 2rem;
    vertical-align: middle; }

.account-orderTotal {
  float: right;
  font-size: 15px;
  margin-top: -1.5rem;
  width: 66.66667%; }

.account-orderTotal-key,
.account-orderTotal-value {
  margin: 0;
  padding: 9px 0;
  font-family: "Karla"; }

.account-orderTotal-key {
  color: #989898;
  float: left;
  font-weight: 700; }
  .account-orderTotal-key:last-of-type {
    position: relative;
    top: 0.30769rem; }

.account-orderTotal-value {
  border-bottom: 1px solid #e8e8e8;
  text-align: right;
  font-weight: 700; }
  .account-orderTotal-value:last-child {
    border-bottom: 0;
    font-size: 20px; }

.account-orderStatus {
  bottom: 0;
  left: 0;
  position: absolute; }
  @media (min-width: 480px) {
    .account-orderStatus {
      float: right;
      position: inherit;
      text-align: right; } }

.account-orderStatus-label {
  background-color: #bfbfbf;
  color: white;
  display: inline-block;
  font-size: 11px;
  line-height: 15px;
  margin: 0 0 0.38462rem;
  padding: 0.15385rem 0.53846rem; }

.account-orderStatus-action {
  color: #989898;
  display: inline-block;
  font-size: 11px;
  font-style: italic;
  letter-spacing: 0.25px;
  margin-left: 0.76923rem;
  text-align: right;
  text-decoration: underline;
  vertical-align: top; }
  @media (min-width: 480px) {
    .account-orderStatus-action {
      display: block;
      margin-left: 0; } }
  .account-orderStatus-action:hover {
    color: #2d2d2d; }

.account .pagination {
  color: #a5a5a5;
  margin-top: 3rem;
  text-align: center; }

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

.account-sidebar-block {
  font-size: 1rem; }
  .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: #2d2d2d;
  font-weight: 400;
  margin-top: 1.5rem; }

.account-downloads-summary {
  border-bottom: 1px solid #e8e8e8;
  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: #989898;
  font-size: 15px;
  margin-bottom: 0.15385rem;
  text-transform: inherit; }

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

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

.wishlists-table {
  margin-left: auto;
  margin-right: auto;
  max-width: 92.30769rem; }

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

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

.wishlist-form {
  margin: 0 auto;
  max-width: 92.30769rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 42.30769rem; }
  .wishlist-form:before, .wishlist-form:after {
    content: " ";
    display: table; }
  .wishlist-form:after {
    clear: both; }
  .wishlist-form .form-field {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    float: left; }

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

.page-type-wishlist .prod-item {
  flex-wrap: wrap; }

@media (min-width: 992px) {
  .page-type-wishlist .prod-item {
    margin-bottom: 80px; }
  .page-type-wishlist .prod-item > form {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -55px;
    z-index: 99; } }

@media (max-width: 991px) {
  .page-type-wishlist .prod-item > form {
    margin-top: 10px; } }

.fa.fa-star {
  color: #dddddd; }

.fa.fa-star.color {
  color: #fc9217; }

.rating--small {
  display: inline-block; }
  .rating--small i.fa {
    font-size: 14px; }

.apple-pay-checkout-button {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% 60%;
  border-radius: 0.30769rem;
  cursor: pointer;
  display: none;
  max-height: 4.92308rem;
  min-height: 2.46154rem;
  min-width: 10.30769rem;
  padding: 1.5rem;
  background-color: #000;
  background-image: -webkit-named-image(apple-pay-logo-white); }

.cart-additionalCheckoutButtons .apple-pay-checkout-button {
  margin-top: 0.76923rem; }

.apple-pay-supported .apple-pay-checkout-button {
  display: block; }
  @media (min-width: 480px) {
    .apple-pay-supported .apple-pay-checkout-button {
      display: inline-block;
      float: right; } }

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

header.header {
  background-color: whitesmoke;
  min-width: 300px; }

.header-top {
  font-family: "Karla", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  min-height: 40px;
  padding: 8px 40px 7px;
  text-transform: uppercase;
  color: #444444;
  background-color: whitesmoke;
  border-bottom: 1px solid whitesmoke;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  z-index: 1; }
  @media (max-width: 991px) {
    .header-top {
      padding-left: 0;
      padding-right: 0; } }
  .header-top .header-top-left {
    width: 35%; }
    .header-top .header-top-left #animated-promotion ul li {
      letter-spacing: 0.05em; }
  .header-top .header-top-right {
    width: 65%; }
    @media (max-width: 991px) {
      .header-top .header-top-right {
        width: 100%; } }
    .header-top .header-top-right #need-help-phone::before {
      display: inline-block;
      width: 14px;
      height: 14px;
      background: url("../img/comment-icon.png") center no-repeat;
      content: "";
      margin-right: 10px;
      vertical-align: -2px; }
    .header-top .header-top-right #need-help-phone a {
      font-weight: 700; }
    .header-top .header-top-right #currency-converter {
      position: relative;
      padding-right: 15px; }
      .header-top .header-top-right #currency-converter > a {
        font-weight: 700; }
        .header-top .header-top-right #currency-converter > a img {
          vertical-align: -1px;
          margin-right: 5px; }
        .header-top .header-top-right #currency-converter > a .fa {
          margin-left: 4px; }
      .header-top .header-top-right #currency-converter > ul {
        padding-top: 6px;
        padding-bottom: 6px;
        left: 50% !important;
        min-width: 200px;
        top: auto !important;
        margin-top: 9px;
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        border-radius: 3px; }
        .header-top .header-top-right #currency-converter > ul > li {
          padding: 0;
          display: block; }
          .header-top .header-top-right #currency-converter > ul > li > a {
            padding: 7px 15px; }
            .header-top .header-top-right #currency-converter > ul > li > a:hover {
              background-color: #f5f5f5;
              text-decoration: none; }
            .header-top .header-top-right #currency-converter > ul > li > a img {
              vertical-align: -1px;
              margin-right: 5px; }
        .header-top .header-top-right #currency-converter > ul > li + li {
          border-top: 1px solid #f5f5f5; }
    .header-top .header-top-right #accountDropdown {
      position: relative; }
      .header-top .header-top-right #accountDropdown > a .fa {
        margin-left: 4px; }
      .header-top .header-top-right #accountDropdown > ul {
        padding-top: 6px;
        padding-bottom: 6px;
        left: 50% !important;
        min-width: 200px;
        top: auto !important;
        margin-top: 9px;
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        text-align: left;
        border-radius: 3px; }
        .header-top .header-top-right #accountDropdown > ul > li {
          padding: 0;
          display: block; }
          .header-top .header-top-right #accountDropdown > ul > li > a {
            padding: 7px 15px;
            display: block; }
            .header-top .header-top-right #accountDropdown > ul > li > a:hover {
              background-color: #f5f5f5;
              text-decoration: none; }
            .header-top .header-top-right #accountDropdown > ul > li > a img {
              vertical-align: -1px;
              margin-right: 5px; }
        .header-top .header-top-right #accountDropdown > ul > li + li {
          border-top: 1px solid #f3f3f3; }
        @media (max-width: 991px) {
          .header-top .header-top-right #accountDropdown > ul {
            left: auto !important;
            transform: none;
            right: 0; }
            .header-top .header-top-right #accountDropdown > ul .triangle-with-shadow::before {
              left: auto;
              right: 20px; } }
    .header-top .header-top-right #mobileAccountSidebar > a {
      text-transform: uppercase;
      font-weight: 700; }
      .header-top .header-top-right #mobileAccountSidebar > a .fa {
        font-size: 14px;
        margin-right: 6px; }
  .header-top a {
    text-decoration: none;
    color: #444444; }
    .header-top a:hover {
      color: #4286f4; }
  .header-top nav.navUser ul {
    list-style: none;
    margin: 0; }
    .header-top nav.navUser ul li {
      display: inline-block;
      padding: 2px 10px;
      letter-spacing: 0.05em; }
      .header-top nav.navUser ul li.last-child {
        padding-right: 0; }

.header-middle {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
  align-items: center;
  padding: 15px 40px 15px;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  position: relative; }
  @media (max-width: 1199px) {
    .header-middle {
      padding-left: 20px;
      padding-right: 20px; } }
  @media (max-width: 991px) {
    .header-middle {
      padding: 0;
      justify-content: space-between;
      flex-wrap: nowrap;
      align-items: stretch;
      align-content: stretch;
      min-height: 62px; } }
  .header-middle .header-logo {
    width: 240px;
    padding-right: 20px;
    margin: 0; }
    .header-middle .header-logo a {
      font-family: "Bebas Neue", Arial, Helvetica, sans-serif;
      font-size: 32px;
      color: #2d2d2d; }
    @media (max-width: 991px) {
      .header-middle .header-logo {
        width: auto;
        align-items: center;
        display: -webkit-box;
        /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box;
        /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox;
        /* TWEENER - IE 10 */
        display: -webkit-flex;
        /* NEW - Chrome */
        display: flex;
        /* NEW, Spec - Opera 12.1, Firefox 20+ */
        justify-content: center;
        padding: 7px 10px; } }
  .header-middle #menu {
    width: calc(100% - (240px + 320px));
    position: relative; }
    @media (max-width: 1199px) {
      .header-middle #menu {
        margin-top: 15px;
        order: 3;
        width: 100%;
        text-align: center; }
        .header-middle #menu nav.navPages > ul > li > .navPage-subMenu {
          text-align: left; } }
  .header-middle .header-middle-right {
    width: 320px;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    align-items: center; }
    @media (max-width: 1199px) {
      .header-middle .header-middle-right {
        width: calc(100% - 240px); } }
    @media (max-width: 991px) {
      .header-middle .header-middle-right {
        width: 62px;
        border-left: 1px solid whitesmoke;
        align-content: stretch;
        align-items: stretch; } }
    .header-middle .header-middle-right > div {
      padding: 0 15px;
      position: relative; }
      .header-middle .header-middle-right > div.wishlist-link {
        font-size: 24px; }
        .header-middle .header-middle-right > div.wishlist-link a {
          color: #2d2d2d; }
          .header-middle .header-middle-right > div.wishlist-link a:hover {
            color: #4286f4; }
      .header-middle .header-middle-right > div.top-cart {
        position: static; }
        @media (max-width: 991px) {
          .header-middle .header-middle-right > div.top-cart {
            height: auto;
            padding: 0;
            width: 100%;
            display: -webkit-box;
            /* OLD - iOS 6-, Safari 3.1-6 */
            display: -moz-box;
            /* OLD - Firefox 19- (buggy but mostly works) */
            display: -ms-flexbox;
            /* TWEENER - IE 10 */
            display: -webkit-flex;
            /* NEW - Chrome */
            display: flex;
            /* NEW, Spec - Opera 12.1, Firefox 20+ */
            align-content: stretch;
            align-items: stretch; } }
        .header-middle .header-middle-right > div.top-cart > a {
          position: relative;
          display: block; }
          .header-middle .header-middle-right > div.top-cart > a > span {
            display: -webkit-box;
            /* OLD - iOS 6-, Safari 3.1-6 */
            display: -moz-box;
            /* OLD - Firefox 19- (buggy but mostly works) */
            display: -ms-flexbox;
            /* TWEENER - IE 10 */
            display: -webkit-flex;
            /* NEW - Chrome */
            display: flex;
            /* NEW, Spec - Opera 12.1, Firefox 20+ */ }
          .header-middle .header-middle-right > div.top-cart > a svg {
            fill: #2d2d2d;
            stroke: #2d2d2d;
            stroke-width: 0.5px;
            -moz-transition: all .3s ease 0s;
            -webkit-transition: all .3s ease 0s;
            transition: all .3s ease 0s; }
          .header-middle .header-middle-right > div.top-cart > a .countPill {
            position: absolute;
            right: -12px;
            top: -4px;
            line-height: 24px;
            display: inline-block;
            min-width: 24px;
            padding: 0 4px;
            text-align: center;
            border-radius: 50%;
            background-color: #f68b24;
            color: white;
            font-size: 11px; }
            @media (max-width: 991px) {
              .header-middle .header-middle-right > div.top-cart > a .countPill {
                right: auto;
                left: 50%;
                top: 50%;
                -moz-transform: translate(-50%, -50%);
                -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
                margin-top: -6px;
                margin-left: 14px; } }
          @media (max-width: 991px) {
            .header-middle .header-middle-right > div.top-cart > a {
              display: -webkit-box;
              /* OLD - iOS 6-, Safari 3.1-6 */
              display: -moz-box;
              /* OLD - Firefox 19- (buggy but mostly works) */
              display: -ms-flexbox;
              /* TWEENER - IE 10 */
              display: -webkit-flex;
              /* NEW - Chrome */
              display: flex;
              /* NEW, Spec - Opera 12.1, Firefox 20+ */
              width: 100%;
              height: auto;
              align-content: center;
              align-items: center;
              justify-content: center;
              top: 0;
              left: 0; } }
        .header-middle .header-middle-right > div.top-cart:hover a svg {
          fill: #4286f4;
          stroke: #4286f4; }
        .header-middle .header-middle-right > div.top-cart.is-open a svg {
          fill: #4286f4;
          stroke: #4286f4; }

.header-bottom {
  background-color: #4286f4;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 8px 10px;
  min-height: 40px;
  font-family: "Karla", Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-align: center; }
  .header-bottom p {
    margin: 0;
    color: white; }

#animated-promotion ul {
  list-style: none;
  margin: 0; }
  #animated-promotion ul .owl-stage {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    align-items: center;
    flex-wrap: wrap; }

#storeCredit-toggle {
  position: relative; }

#storeCredit-dropdown {
  left: 50% !important;
  top: auto !important;
  padding: 15px 20px;
  min-width: 300px;
  text-align: left;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: 9px;
  color: #000;
  border-radius: 3px;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  letter-spacing: 0;
  text-transform: none; }
  @media (max-width: 991px) {
    #storeCredit-dropdown {
      position: static;
      min-width: auto;
      transform: none !important;
      padding: 0 10px;
      border-bottom: 1px solid #e5e5e5; }
      #storeCredit-dropdown .alert {
        margin-bottom: 10px; } }

@media (max-width: 991px) {
  .header-bottom > .container {
    padding-left: 0;
    padding-right: 0; } }

/*Off-canvas Navigation*/
@media (max-width: 991px) {
  #st-trigger-effects {
    width: 62px;
    text-align: center;
    display: -webkit-box !important;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box !important;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox !important;
    /* TWEENER - IE 10 */
    display: -webkit-flex !important;
    /* NEW - Chrome */
    display: flex !important;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    align-content: stretch;
    align-items: stretch; }
    #st-trigger-effects a {
      width: 100%;
      height: auto;
      display: -webkit-box;
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -moz-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -ms-flexbox;
      /* TWEENER - IE 10 */
      display: -webkit-flex;
      /* NEW - Chrome */
      display: flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      align-content: center;
      align-items: center;
      justify-content: center;
      font-size: 22px;
      border-right: 1px solid whitesmoke; }
      #st-trigger-effects a svg {
        width: 21px;
        height: 21px;
        margin-left: -5px;
        fill: #2d2d2d; }
        #st-trigger-effects a svg:last-child {
          display: none; }
    #st-trigger-effects:hover a svg {
      fill: #4286f4; } }

body.st-off-canvas {
  overflow: hidden; }
  body.st-off-canvas #st-trigger-effects svg {
    width: 25px;
    height: 25px; }
  body.st-off-canvas #st-trigger-effects svg:first-child {
    display: none; }
  body.st-off-canvas #st-trigger-effects svg:last-child {
    display: inline-block; }

.st-container,
.st-pusher,
.st-content {
  height: 100%; }

.st-content {
  overflow-y: scroll;
  background: #f3efe0; }

.st-content,
.st-content-inner {
  position: relative; }

.st-container {
  position: relative;
  overflow: hidden; }

.st-pusher {
  position: relative;
  left: 0;
  height: 100%;
  -webkit-transition: -webkit-transform .3s;
  -moz-transition: -webkit-transform .3s;
  -ms-transition: -webkit-transform .3s;
  -o-transition: -webkit-transform .3s;
  transition: transform .3s; }

.st-pusher::after {
  position: absolute;
  z-index: 999;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  content: '';
  /* Opacity for IE8 and lower */
  -webkit-transition: opacity .3s, width .1s .3s, height .1s .3s;
  -moz-transition: opacity .3s, width .1s .3s, height .1s .3s;
  -ms-transition: opacity .3s, width .1s .3s, height .1s .3s;
  -o-transition: opacity .3s, width .1s .3s, height .1s .3s;
  transition: opacity .3s, width .1s .3s, height .1s .3s;
  opacity: 0;
  /*background: rgba(45, 45, 50, .8);*/
  background: rgba(255, 255, 255, 0.5);
  /* Opacity for Modern Browsers */
  filter: alpha(opacity=0); }

.st-menu-open .st-pusher::after {
  width: 100%;
  height: 100%;
  /* Opacity for IE8 and lower */
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  opacity: 1;
  /* Opacity for Modern Browsers */
  filter: alpha(opacity=100); }

.st-menu {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 290px;
  height: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
  box-shadow: inset -16px -1px 8px -18px #BFBFBF;
  -webkit-box-shadow: inset -16px -1px 8px -18px #BFBFBF;
  -moz-box-shadow: inset -16px -1px 8px -18px #BFBFBF;
  -o-box-shadow: inset -16px -1px 8px -18px #BFBFBF;
  border-right: 1px solid #e5e5e5;
  background: #ffffff; }

.st-menu::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: '';
  /* Opacity for IE8 and lower */
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
  /* Opacity for Modern Browsers */
  filter: alpha(opacity=100); }

.st-menu-open .st-menu::after {
  width: 0;
  height: 0;
  /* Opacity for IE8 and lower */
  -webkit-transition: opacity .3s, width .1s .3s, height .1s .3s;
  transition: opacity .3s, width .1s .3s, height .1s .3s;
  opacity: 0;
  /* Opacity for Modern Browsers */
  filter: alpha(opacity=0); }

/* content style */
.st-menu ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.st-menu > ul {
  overflow-y: auto;
  height: 100%;
  min-height: 320px; }

.st-menu h2 {
  font-size: 2em;
  font-weight: 300;
  margin: 0;
  padding: 1em;
  color: rgba(0, 0, 0, 0.4);
  -moz-text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  -webkit-text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.1); }

.st-menu ul li a {
  border-bottom: 1px solid #e5e5e5;
  text-decoration: none !important; }

nav#mobile-customer ul li {
  position: relative; }
  nav#mobile-customer ul li > span.toggle-expand ~ div {
    display: none; }
  nav#mobile-customer ul li > span.toggle-close ~ div {
    display: block;
    position: static !important; }
  nav#mobile-customer ul li#currency-converter.expanded > a {
    border-bottom: 1px solid #e5e5e5; }
  nav#mobile-customer ul li#currency-converter > a > img {
    display: inline-block;
    vertical-align: -1px;
    margin-left: 8px;
    margin-right: 3px; }
  nav#mobile-customer ul li#currency-converter ul li a strong {
    color: #e06868; }
  nav#mobile-customer ul li#currency-converter ul li a img {
    display: inline-block;
    vertical-align: -1px;
    margin-right: 3px; }
  nav#mobile-customer ul li#side-account-menu ul {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px; }
  nav#mobile-customer ul li.mobile-call-us {
    font-weight: 700;
    text-transform: uppercase;
    padding: 13px 20px 12px; }
    nav#mobile-customer ul li.mobile-call-us a {
      display: inline;
      padding: 0; }
      nav#mobile-customer ul li.mobile-call-us a:hover {
        background: transparent;
        color: #000;
        border-bottom: 1px solid #000; }

nav#mobile-customer ul li .not-logged {
  font-size: 0;
  line-height: normal !important;
  color: #969696; }

nav#mobile-customer ul li .not-logged a {
  display: block; }

nav#mobile-customer ul li .not-logged a:hover {
  color: #fff;
  background: #000; }

nav#mobile-customer ul li .logged-in {
  font-family: "Karla", Arial, Helvetica, sans-serif;
  font-size: 14px;
  padding-left: 20px;
  border-bottom: 1px solid #e5e5e5;
  padding-top: 13px;
  padding-bottom: 12px; }

.st-menu > ul > li.hasSub:not(.hasMegamenu) > .navPage-subMenu > ul > li > a {
  text-transform: none; }

.st-menu > ul > li.hasSub:not(.hasMegamenu) > .navPage-subMenu > ul > li.hasSub > ul {
  display: none; }
  .st-menu > ul > li.hasSub:not(.hasMegamenu) > .navPage-subMenu > ul > li.hasSub > ul > li > a {
    text-transform: none;
    font-weight: normal; }

.st-menu > ul > li.hasSub:not(.hasMegamenu) > .navPage-subMenu > ul > li.hasSub.expanded > ul {
  display: block; }

.st-menu > ul > li.hasSub:not(.hasMegamenu) > .navPage-subMenu ul > li.hasSub > span.toggle-expand::before {
  font-family: FontAwesome;
  top: 10px;
  right: 17px;
  content: '\f067';
  border: none; }

.st-menu > ul > li.hasSub:not(.hasMegamenu) > .navPage-subMenu ul > li.hasSub > span.toggle-close::before {
  font-family: FontAwesome;
  top: 10px;
  right: 17px;
  content: '\f068';
  border: none; }

.st-menu ul li a {
  font-family: "Karla", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  display: block;
  padding: 13px 20px 12px;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #000;
  outline: none; }

@media (min-width: 1024px) {
  .st-menu > ul > li > a:hover {
    color: #fff;
    background: #000; } }

@media (min-width: 1024px) {
  .st-menu > ul > li.hasSub:hover > a {
    color: #fff;
    background: #000; } }

.st-menu ul li ul li a {
  margin-right: 20px;
  margin-left: 20px;
  padding-right: 0;
  padding-left: 0;
  border-bottom: 1px solid #e5e5e5;
  background: #fff;
  text-transform: none; }

.st-menu ul li:last-child > a {
  border-bottom: 0; }

.st-menu ul li.hasSub {
  position: relative; }

.st-menu ul li span.toggle-expand,
.st-menu ul li span.toggle-close {
  position: absolute;
  top: 3px;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer; }

.st-menu ul li span.toggle-expand::before {
  position: absolute;
  top: 17px;
  right: 16px;
  content: '';
  border: 5px solid transparent;
  border-top: 5px solid #000; }

@media (min-width: 1024px) {
  .st-menu > ul > li:hover > span.toggle-expand::before {
    border-top-color: #fff; } }

.st-menu ul li span.toggle-close::before {
  position: absolute;
  top: 11px;
  right: 16px;
  content: '';
  border: 5px solid transparent;
  border-bottom: 5px solid #000; }

.st-menu > ul > li:hover > span.toggle-close::before {
  border-bottom-color: #fff; }

.st-menu ul li.expanded > a {
  color: #000; }

.st-menu > ul > li.expanded:hover > a {
  color: #fff;
  background: #000; }

.st-menu ul li .navPage-subMenu,
.st-menu ul li .subMegaMenu {
  display: none;
  border-bottom: 1px solid #e5e5e5; }
  .st-menu ul li .navPage-subMenu .container,
  .st-menu ul li .subMegaMenu .container {
    width: 100%; }

.st-menu ul li.hasSub.expanded .navPage-subMenu,
.st-menu ul li .subMegaMenu.sub-expand {
  display: block; }

.st-menu ul li.hasMegamenu.hasSub > .subMegaMenu ul li.hasSub > ul {
  display: none; }

.st-menu ul li.hasMegamenu.hasSub > .subMegaMenu ul li.hasSub.expanded > ul {
  display: block; }

.st-menu ul li.hasMegamenu.hasSub > .subMegaMenu ul > li.hasSub > ul > li > a {
  font-weight: 400;
  padding-left: 15px;
  text-transform: none; }

.st-menu ul li.hasSub > ul.navPage-childList > li > a {
  padding-left: 15px; }

.st-menu ul li.hasMegamenu.hasSub > .subMegaMenu ul > li.hasSub > span.toggle-expand::before {
  font-family: FontAwesome;
  top: 10px;
  right: 17px;
  content: '\f067';
  border: none; }

.st-menu ul li.hasMegamenu.hasSub > .subMegaMenu ul > li.hasSub > span.toggle-close::before {
  font-family: FontAwesome;
  top: 10px;
  right: 17px;
  content: '\f068';
  border: none; }

.st-menu > ul > li:last-child {
  margin-bottom: 100px; }

#mobile-categories .cateArea {
  width: 100% !important;
  height: auto !important; }

#mobile-categories .cateArea > ul {
  max-height: 100% !important; }

#mobile-categories .imageArea {
  width: 100% !important; }
  #mobile-categories .imageArea .col-left {
    float: none;
    clear: both;
    padding: 0;
    width: 100%; }
    #mobile-categories .imageArea .col-left a + a {
      margin-top: 0; }
  #mobile-categories .imageArea .col-right {
    float: none;
    clear: both;
    padding: 0;
    width: 100%; }

#mobile-categories .container {
  min-width: auto;
  padding: 0; }

#mobile-categories .container .row {
  margin: 0; }

#mobile-categories .subMegaMenu {
  width: 100% !important;
  overflow: hidden; }
  #mobile-categories .subMegaMenu img {
    width: 100%; }

#mobile-categories .subMegaMenu > div,
#mobile-categories .subMegaMenu .container > div {
  max-width: 290px !important; }

#mobile-categories .bottomCate {
  display: none; }

#mobile-categories .triangle-with-shadow {
  display: none; }

#mobile-categories .subMegaMenu .imageArea .shop-by-brands label {
  padding-left: 20px; }

#mobile-categories .subMegaMenu .imageArea .shop-by-brands ul li {
  width: 100%;
  padding: 10px; }

/* Individual effects */
/* Effect: Push*/
.st-effect-1.st-menu-open .st-pusher,
.st-effect-2.st-menu-open .st-pusher,
.st-effect-3.st-menu-open .st-pusher {
  -webkit-transform: translate3d(290px, 0, 0);
  -moz-transform: translate3d(290px, 0, 0);
  -ms-transform: translate3d(290px, 0, 0);
  -o-transform: translate3d(290px, 0, 0);
  transform: translate3d(290px, 0, 0); }

.st-effect-1.st-menu,
.st-effect-2.st-menu,
.st-effect-3.st-menu {
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.st-effect-1.st-menu-open .st-effect-1.st-menu,
.st-effect-2.st-menu-open .st-effect-2.st-menu,
.st-effect-3.st-menu-open .st-effect-3.st-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform .3s;
  -moz-transition: -webkit-transform .3s;
  -ms-transition: -webkit-transform .3s;
  -o-transition: -webkit-transform .3s;
  transition: transform .3s; }

.st-effect-1.st-menu::after,
.st-effect-2.st-menu::after,
.st-effect-3.st-menu::after {
  display: none; }

/* Fallback example for browsers that don't support 3D transforms (and no JS fallback) */
.no-csstransforms3d .st-pusher,
.no-js .st-pusher {
  padding-left: 0; }

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1; }

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8; }

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0; }

#footer-wrapper {
  padding-top: 40px;
  background: whitesmoke; }

/*Main Footer*/
@media (max-width: 991px) {
  #main-footer .container {
    padding-bottom: 0; } }

#main-footer .col-1,
#main-footer .col-2,
#main-footer .col-3 {
  float: left;
  width: 20%;
  padding: 0 15px; }
  @media (max-width: 991px) {
    #main-footer .col-1,
    #main-footer .col-2,
    #main-footer .col-3 {
      width: 33.33%;
      margin-bottom: 20px; } }
  @media (max-width: 480px) {
    #main-footer .col-1,
    #main-footer .col-2,
    #main-footer .col-3 {
      width: 50%; } }
  @media (max-width: 320px) {
    #main-footer .col-1,
    #main-footer .col-2,
    #main-footer .col-3 {
      width: 100%; } }

@media (max-width: 480px) {
  #main-footer .col-3 {
    width: 100%; } }

#main-footer .col-4 {
  float: left;
  width: 40%;
  padding: 0 15px; }
  @media (max-width: 991px) {
    #main-footer .col-4 {
      width: 100%; } }

#main-footer h5 {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  margin-bottom: 19px;
  letter-spacing: 0;
  text-transform: none;
  color: #2d2d2d; }

.footer-columns {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
  border-bottom: 1px solid #e7e7e7; }
  .footer-columns .column-item {
    width: 20%;
    padding-right: 20px;
    margin-bottom: 35px; }
    @media (max-width: 991px) {
      .footer-columns .column-item {
        width: 33.33%;
        margin-bottom: 30px; } }
    @media (max-width: 767px) {
      .footer-columns .column-item {
        width: 50%;
        margin-bottom: 30px; } }
    @media (max-width: 480px) {
      .footer-columns .column-item {
        width: 100%; } }
    .footer-columns .column-item ul {
      margin-left: 0;
      list-style: none; }
      .footer-columns .column-item ul li {
        padding: 2px 0px;
        color: #2d2d2d; }
        .footer-columns .column-item ul li a {
          font-family: "Karla", Arial, Helvetica, sans-serif;
          font-size: 14px;
          color: #4286f4; }
          .footer-columns .column-item ul li a:hover {
            border-bottom: 1px solid #2d2d2d;
            color: #2d2d2d; }
        .footer-columns .column-item ul li.all-brands-link {
          padding-top: 15px; }
          .footer-columns .column-item ul li.all-brands-link a {
            margin-top: 15px;
            color: #2d2d2d;
            font-weight: 700; }
            .footer-columns .column-item ul li.all-brands-link a:hover {
              border-bottom: 1px solid #4286f4;
              color: #4286f4; }
    .footer-columns .column-item.first ul li {
      display: -webkit-box;
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -moz-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -ms-flexbox;
      /* TWEENER - IE 10 */
      display: -webkit-flex;
      /* NEW - Chrome */
      display: flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      flex-wrap: nowrap;
      font-family: "Karla", Arial, Helvetica, sans-serif;
      font-size: 14px; }
      .footer-columns .column-item.first ul li > i.fa {
        width: 36px;
        min-width: 36px;
        height: 36px;
        display: -webkit-box;
        /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box;
        /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox;
        /* TWEENER - IE 10 */
        display: -webkit-flex;
        /* NEW - Chrome */
        display: flex;
        /* NEW, Spec - Opera 12.1, Firefox 20+ */
        align-items: center;
        justify-content: center;
        background: #4286f4;
        color: white;
        font-size: 20px;
        border-radius: 2px;
        margin-right: 20px;
        margin-top: 7px; }
        .footer-columns .column-item.first ul li > i.fa.fa-envelope-o::before {
          position: relative;
          top: -1px; }
      .footer-columns .column-item.first ul li p {
        line-height: 24px;
        color: #2d2d2d; }

.bottom-columns {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
  padding-top: 50px; }
  .bottom-columns .column-item {
    width: 33.33%;
    text-align: center;
    margin-bottom: 25px;
    padding-bottom: 25px; }
    @media (max-width: 767px) {
      .bottom-columns .column-item {
        width: 100%;
        border-bottom: 1px solid #e7e7e7;
        padding-bottom: 15px; }
        .bottom-columns .column-item:last-child {
          border: 0; } }
    .bottom-columns .column-item ul {
      display: -webkit-box;
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -moz-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -ms-flexbox;
      /* TWEENER - IE 10 */
      display: -webkit-flex;
      /* NEW - Chrome */
      display: flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      margin-left: 0;
      list-style: none; }
      .bottom-columns .column-item ul li {
        display: inline-block;
        padding: 2px 5px; }
    .bottom-columns .column-item .social-icons {
      padding: 0;
      margin: 0; }
      .bottom-columns .column-item .social-icons a {
        width: 44px;
        height: 44px; }
        .bottom-columns .column-item .social-icons a:not(:hover) {
          background: #000000; }
        .bottom-columns .column-item .social-icons a svg {
          fill: #ffffff;
          width: 16px; }
    .bottom-columns .column-item.second ul li + li {
      margin-left: 10px; }
  .bottom-columns p {
    color: #2d2d2d; }

/*Mailist Box - Newsletter Sign Up*/
#footerSubcribeForm {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 35px;
  margin-bottom: 55px; }
  #footerSubcribeForm > h5,
  #footerSubcribeForm > form {
    margin-top: 5px;
    margin-bottom: 5px; }
  #footerSubcribeForm > form .form-field {
    margin-bottom: 0; }

#footerSubcribeForm input[type="text"],
#footerSubcribeForm input[type="email"] {
  display: inline-block;
  width: auto;
  min-width: 370px;
  height: 36px;
  margin-right: 7px;
  margin-top: 5px;
  margin-bottom: 0px;
  padding: 0 10px;
  vertical-align: middle; }
  @media (min-width: 992px) and (max-width: 1199px) {
    #footerSubcribeForm input[type="text"],
    #footerSubcribeForm input[type="email"] {
      min-width: 238px; } }
  @media (max-width: 600px) {
    #footerSubcribeForm input[type="text"],
    #footerSubcribeForm input[type="email"] {
      width: 100%; } }

#footerSubcribeForm input[type="submit"] {
  font-weight: 700;
  line-height: 36px;
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 5px;
  min-width: 120px;
  vertical-align: middle; }
  @media (min-width: 992px) and (max-width: 1199px) {
    #footerSubcribeForm input[type="submit"] {
      padding-left: 20px;
      padding-right: 20px; } }
  @media (max-width: 600px) {
    #footerSubcribeForm input[type="submit"] {
      width: 100%; } }

/*Bottom Footer*/
#bottom-footer {
  background: #2d2d2d;
  color: #c4c4c4;
  padding: 35px 0 90px;
  line-height: 24px; }

#bottom-footer .footer-copyright,
#bottom-footer .powered-by {
  display: inline-block; }

#bottom-footer .footer-copyright p,
#bottom-footer .powered-by p,
#bottom-footer .template-by p {
  line-height: 20px;
  margin-bottom: 0;
  font-family: "Karla", Arial, Helvetica, sans-serif;
  font-size: 14px; }

#bottom-footer .footer-copyright p a,
#bottom-footer .powered-by p a,
#bottom-footer .template-by p a {
  color: #c4c4c4; }

#bottom-footer .footer-copyright p a:hover,
#bottom-footer .powered-by p a:hover,
#bottom-footer .template-by p a:hover {
  color: white;
  border-bottom: 1px solid white; }

.footer-payment-icons {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: center;
  align-items: center;
  padding: 4px 0;
  flex-wrap: wrap; }
  .footer-payment-icons .ips {
    font-size: 0px;
    padding: 5px; }
    .footer-payment-icons .ips:hover {
      opacity: 0.5; }
  .footer-payment-icons .ips:before {
    content: ' ';
    vertical-align: middle;
    display: inline-block;
    background-image: url("../icons/payment-sprite.svg");
    background-repeat: no-repeat;
    background-size: 78em 577.2em;
    background-size: 100%; }
  .footer-payment-icons .no-svg .ips:before {
    background-image: url("../icons/payment-sprite.png"); }
  .footer-payment-icons .ips.icon-card-amex:before {
    background-position: 0em -3px;
    width: 60px;
    height: 30px; }
  .footer-payment-icons .ips.icon-card-discover:before {
    background-position: 0em -107px;
    width: 80px;
    height: 30px; }
  .footer-payment-icons .ips.icon-card-mastercard:before {
    background-position: 0em -215px;
    width: 50px;
    height: 30px; }
  .footer-payment-icons .ips.icon-card-paypal:before {
    background-position: 0em -392px;
    width: 70px;
    height: 30px; }
  .footer-payment-icons .ips.icon-card-visa:before {
    background-position: 0em -375px;
    width: 55px;
    height: 30px; }

/*Accept Cookies*/
#accept-cookies {
  position: fixed;
  z-index: 9999;
  right: 10px;
  bottom: 10px;
  width: 100%;
  min-width: 300px;
  max-width: 390px;
  min-height: 200px;
  padding: 30px 30px 20px 16px;
  border: 1px solid #000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #141414; }
  @media (max-width: 400px) {
    #accept-cookies {
      max-width: 354px; } }

#accept-cookies .cookies-inner {
  padding-left: 54px;
  background: url("../img/cookie-info.png") top left no-repeat; }

#accept-cookies p {
  font-style: italic;
  position: relative;
  top: -5px;
  letter-spacing: .02em;
  color: #fff; }

#accept-cookies button {
  font-size: 11px;
  padding: 0 16px;
  letter-spacing: .05em; }

/*Scroll To Top*/
#back-to-top {
  position: fixed;
  z-index: 10;
  top: 50%;
  right: 15px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: center;
  visibility: hidden;
  /* image replacement properties */
  overflow: hidden;
  width: 52px;
  height: 52px;
  margin-top: -26px;
  /* Opacity for IE8 and lower */
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  white-space: nowrap;
  font-size: 45px;
  opacity: 0;
  background: #000;
  color: #fff;
  /* Opacity for Modern Browsers */
  filter: alpha(opacity=0);
  border-radius: 3px; }
  @media (max-width: 991px) {
    #back-to-top {
      right: 10px;
      width: 36px;
      height: 36px;
      align-items: center;
      margin-top: -18px;
      font-size: 36px; }
      #back-to-top i.fa {
        position: relative;
        top: -2px; } }

#back-to-top.is-visible,
#back-to-top.fade-out,
.no-touch #back-to-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s; }

#back-to-top.is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
  /* Opacity for Modern Browsers */
  filter: alpha(opacity=100);
  /* Opacity for IE8 and lower */ }

#back-to-top.fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
  /* Opacity for Modern Browsers */
  filter: alpha(opacity=50);
  /* Opacity for IE8 and lower */ }
  #back-to-top.fade-out:hover {
    opacity: 1;
    filter: alpha(opacity=100); }

.container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  min-width: 300px; }
  @media (min-width: 992px) {
    .container {
      padding: 0; } }
  @media (max-width: 991px) {
    .container {
      width: 100%; } }

.container_page {
  padding-bottom: 70px;
  margin: 0 auto; }

.page-type-default .container_page {
  padding-bottom: 0; }

.breadcrumbs {
  margin-top: 10px;
  margin-bottom: 14px; }
  .breadcrumbs .breadcrumb {
    display: inline-block;
    font-size: 1rem;
    padding-top: 5px;
    padding-right: 10px; }
    .breadcrumbs .breadcrumb::before {
      content: "/";
      color: #b4b4b4;
      position: relative;
      top: 0px;
      margin: 0 5px 0 0px; }
    .breadcrumbs .breadcrumb:first-child::before {
      display: none; }
    .breadcrumbs .breadcrumb a:hover {
      border-bottom: 1px solid #178dc9; }
    .breadcrumbs .breadcrumb .breadcrumb-label {
      color: #178dc9; }
      .breadcrumbs .breadcrumb .breadcrumb-label:hover {
        color: #178dc9; }
      .breadcrumbs .breadcrumb .breadcrumb-label.is-active {
        color: #178dc9; }

.page-type-category .breadcrumbs {
  margin-bottom: 14px; }

.category-heading {
  clear: both;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 26px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: space-between;
  align-items: center; }
  .category-heading .page-heading {
    display: inline-block;
    padding: 0 0 16px;
    margin-bottom: 0; }
  @media (max-width: 600px) {
    .category-heading {
      flex-wrap: wrap; } }

.page-heading {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 27px;
  letter-spacing: 0;
  text-align: left; }

/*Account Created Heading Title Spacing - Fixed*/
[data-page-no-breadcrumb] .page-heading {
  margin-top: 27px; }

.category-image {
  padding-bottom: 26px; }

.category-description {
  padding-bottom: 24px; }
  .category-description p:last-of-type {
    margin-bottom: 0; }

.view-mode-btn {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: space-between;
  align-items: center;
  margin-left: -7px; }

.view-mode-btn a,
.view-mode-btn a:hover,
.view-mode-btn a:active,
.view-mode-btn a:focus {
  font-size: 11px;
  font-weight: 700;
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  align-items: center;
  justify-content: center;
  height: 30px;
  margin-right: 0;
  margin-left: 0;
  color: rgba(0, 0, 0, 0.41);
  text-decoration: none; }

.view-mode-btn a > div {
  width: 30px; }

.view-mode-btn a > span {
  text-transform: uppercase;
  font-family: "Karla", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700; }

.view-mode-btn a.current-view {
  cursor: default;
  color: black; }

.view-mode-btn a .icon-bar {
  position: relative;
  top: -1px;
  width: 14px;
  height: 4px;
  margin: 1px auto 0 auto;
  transition: all .15s ease;
  opacity: .41;
  background: #232323;
  filter: alpha(opacity=41); }

.view-mode-btn a#grid-view {
  margin-right: 20px; }

.view-mode-btn a#grid-view .icon-bar {
  width: 4px; }

.view-mode-btn a#grid-view .icon-bar:before,
.view-mode-btn a#grid-view .icon-bar:after {
  position: absolute;
  display: block;
  width: 4px;
  height: 4px;
  content: '';
  transition: all .15s ease;
  background: #232323; }

.view-mode-btn a#grid-view .icon-bar:before {
  left: -5px; }

.view-mode-btn a#grid-view .icon-bar:after {
  right: -5px; }

.view-mode-btn a.current-view .icon-bar {
  opacity: 1;
  filter: alpha(opacity=100); }

.actionBar[data-sort-by] {
  width: 50%;
  text-align: right;
  padding: 0 0 17px 0;
  margin-top: 0;
  margin-bottom: 0; }
  .actionBar[data-sort-by] fieldset {
    float: none; }
  .actionBar[data-sort-by] .form-field {
    margin: 0; }
  .actionBar[data-sort-by] label {
    display: inline-block;
    font-size: 14px;
    font-family: "Karla", Arial, Helvetica, sans-serif;
    font-weight: 700;
    position: relative;
    top: 0;
    margin-right: 11px; }
  .actionBar[data-sort-by] select {
    display: inline-block;
    max-width: 220px;
    box-shadow: 1px 0 8px rgba(0, 0, 0, 0.1); }
    @media (max-width: 767px) {
      .actionBar[data-sort-by] select {
        max-width: 160px; } }
    @media (max-width: 600px) {
      .actionBar[data-sort-by] select {
        max-width: 220px; } }
  @media (max-width: 600px) {
    .actionBar[data-sort-by] {
      float: none;
      text-align: left;
      width: 100%;
      clear: both;
      padding-top: 10px; } }

.showMoreProduct a.btn {
  width: 100%;
  max-width: 344px;
  margin-bottom: 40px; }

#homeShopByCategory {
  padding-top: 40px; }
  #homeShopByCategory .container {
    border-bottom: 1px solid #dcdcdc; }
  #homeShopByCategory .cate-columns {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-wrap: wrap;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto; }
    #homeShopByCategory .cate-columns .column-item {
      width: 25%;
      margin-bottom: 40px; }
      @media (max-width: 600px) {
        #homeShopByCategory .cate-columns .column-item {
          width: 50%; } }
      @media (max-width: 320px) {
        #homeShopByCategory .cate-columns .column-item {
          width: 100%; } }
      #homeShopByCategory .cate-columns .column-item h3 {
        font-family: "Montserrat", Arial, Helvetica, sans-serif;
        font-size: 16px;
        font-weight: 700;
        letter-spacing: 0;
        margin-top: 0; }
      #homeShopByCategory .cate-columns .column-item ul {
        margin: 0;
        list-style: none; }
        #homeShopByCategory .cate-columns .column-item ul li a {
          color: #4286f4;
          line-height: 25px; }
          #homeShopByCategory .cate-columns .column-item ul li a:hover {
            color: #2d2d2d;
            border-bottom: 1px solid #2d2d2d; }
        #homeShopByCategory .cate-columns .column-item ul li.more-link a {
          color: #2d2d2d;
          font-weight: 700;
          font-family: "Karla", Arial, Helvetica, sans-serif;
          font-size: 14px; }
          #homeShopByCategory .cate-columns .column-item ul li.more-link a:hover {
            color: #4286f4;
            border-bottom: 1px solid #4286f4; }

.page-type-default .heroCarousel ~ .container_page #homeBrands {
  margin-top: -30px; }

.body ~ #homeBrands {
  border-top: 1px solid #dcdcdc; }

#homeBrands .container {
  padding-top: 25px;
  padding-bottom: 25px; }

#homeBrands .owl-carousel {
  margin: 0;
  padding: 0;
  list-style: none; }

#homeBrands .owl-carousel .owl-item a {
  display: block;
  text-align: center; }

#homeBrands .owl-carousel .owl-item img {
  display: inline-block; }

#homeBrands .owl-nav > div {
  border: transparent; }
  #homeBrands .owl-nav > div.owl-prev {
    left: -15px; }
  #homeBrands .owl-nav > div.owl-next {
    right: -15px; }

#homeFeaturedProducts .owl-nav > div:hover,
#homeNewProducts .owl-nav > div:hover,
#instafeed .owl-nav > div:hover {
  background: #f68b24;
  border-color: #f68b24;
  color: white; }

#InstagramGallery {
  padding-top: 50px;
  padding-bottom: 70px;
  text-align: center;
  background: white;
  border-top: 1px solid #dcdcdc; }

#InstagramGallery .widget-title {
  padding-bottom: 27px; }

#InstagramGallery .widget-title h3 {
  font-family: "Bebas Neue";
  font-size: 32px;
  margin-top: 0;
  margin-bottom: 5px;
  letter-spacing: 0;
  text-transform: uppercase; }

#InstagramGallery .widget-title p.instagram-desc {
  line-height: 18px;
  position: relative;
  display: inline-block;
  letter-spacing: .05em; }
  #InstagramGallery .widget-title p.instagram-desc svg {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px; }
  #InstagramGallery .widget-title p.instagram-desc span {
    display: inline-block;
    vertical-align: middle; }
    @media (max-width: 640px) {
      #InstagramGallery .widget-title p.instagram-desc span {
        width: 85%;
        vertical-align: top; } }

#InstagramGallery .owl-item > a {
  display: block; }

#InstagramGallery a.insta-btn {
  margin-top: 40px;
  min-width: 210px; }

#InstagramGallery .feed-item::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -ms-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  opacity: .8;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 53%, rgba(0, 0, 0, 0.81) 97%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(53%, rgba(0, 0, 0, 0)), color-stop(97%, rgba(0, 0, 0, 0.81)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 53%, rgba(0, 0, 0, 0.81) 97%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 53%, rgba(0, 0, 0, 0.81) 97%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 53%, rgba(0, 0, 0, 0.81) 97%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 53%, rgba(0, 0, 0, 0.81) 97%); }

#InstagramGallery .feed-item:hover::before {
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -ms-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  background: rgba(255, 255, 255, 0.7); }

#InstagramGallery .feed-item .feed-action {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -ms-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  filter: alpha(opacity=0); }

#InstagramGallery .feed-item:hover .feed-action {
  visibility: visible;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -ms-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  opacity: 1;
  filter: alpha(opacity=100); }

#InstagramGallery .feed-item .feed-action .btn {
  font-size: 14px;
  width: 36px;
  margin: 3px;
  padding-right: 0;
  padding-left: 0;
  text-align: center; }

.mfp-gallery figure > figcaption {
  margin: 0; }

.page-type-page_contact_form .storeLocation h3 {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 0px;
  padding-bottom: 18px;
  border-bottom: 1px solid #eeeeee;
  text-transform: uppercase; }

.page-type-page_contact_form .storeLocation {
  padding-bottom: 30px;
  color: #000; }
  .page-type-page_contact_form .storeLocation a {
    color: #4286f4; }
    .page-type-page_contact_form .storeLocation a:hover {
      color: #2d2d2d; }

.page-type-page_contact_form .storeLocation .store-address {
  padding-bottom: 20px; }

.page-type-page_contact_form .storeLocation .store-phone {
  padding-bottom: 20px; }

.page-type-page_contact_form .storeLocation label {
  padding-bottom: 10px; }

@media (min-width: 767px) {
  .page-type-page_contact_form .page-content > .row > .col-sm-8 {
    padding-right: 100px; } }

#google-map {
  margin-top: 20px; }

/*Halo Newsletter Popup*/
#halo-newsletter-popup {
  position: relative;
  z-index: 9999; }

#halo-newsletter-popup .popup-overlay {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  opacity: .8;
  background: #2d2d32;
  filter: alpha(opacity=80); }

.newsletter-popup-container {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 40px 16px;
  text-align: center; }

.newsletter-popup-inner {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: space-between;
  position: relative;
  z-index: 10000;
  top: 50%;
  width: 100%;
  min-width: 288px;
  max-width: 946px;
  height: 380px;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: left;
  vertical-align: middle;
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }
  .newsletter-popup-inner [data-close-newsletter-popup] {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0px;
    top: 0px;
    background: #e82b1a;
    padding: 0;
    font-size: 25px;
    text-align: center;
    padding: 0 0 1px;
    color: white; }
    .newsletter-popup-inner [data-close-newsletter-popup]:hover {
      color: white;
      background: #2d2d2d; }
  @media (max-width: 991px) {
    .newsletter-popup-inner {
      max-width: 767px; } }
  @media (max-width: 767px) {
    .newsletter-popup-inner {
      max-width: 600px;
      height: 100%;
      max-height: 400px;
      display: -webkit-box;
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -moz-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -ms-flexbox;
      /* TWEENER - IE 10 */
      display: -webkit-flex;
      /* NEW - Chrome */
      display: flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      align-items: center; } }
  @media (max-width: 640px) {
    .newsletter-popup-inner {
      height: 100%; }
      .newsletter-popup-inner .social-icons {
        padding-right: 0;
        margin-bottom: 20px; } }

.newsletter-popup-inner .newsletter-left {
  width: calc(100% - 420px);
  padding: 46px 60px 30px 60px;
  height: 100%;
  overflow: auto; }
  .newsletter-popup-inner .newsletter-left h5 {
    display: none; }
  @media (min-width: 768px) and (max-width: 991px) {
    .newsletter-popup-inner .newsletter-left {
      padding: 20px 35px 30px 35px; } }
  @media (max-width: 767px) {
    .newsletter-popup-inner .newsletter-left {
      width: 100%;
      text-align: center;
      padding: 35px 35px 30px 35px; } }
  @media (max-width: 400px) {
    .newsletter-popup-inner .newsletter-left {
      padding: 25px; } }
  .newsletter-popup-inner .newsletter-left .social-icons {
    padding-right: 0;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */ }
    @media (max-width: 767px) {
      .newsletter-popup-inner .newsletter-left .social-icons {
        justify-content: center; } }

.newsletter-left h2.newsletter-heading {
  font-family: "Bebas Neue", Arial, Helvetica, sans-serif;
  font-size: 32px;
  position: relative;
  margin-top: 0;
  margin-bottom: 8px;
  letter-spacing: 0;
  text-transform: uppercase; }

.newsletter-left p.newsletter-sub-heading {
  font-family: "Karla", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 13px;
  color: #3c3c3c; }

#popupSubcribeForm {
  margin-bottom: 5px; }
  #popupSubcribeForm form {
    margin-bottom: 2px; }
    #popupSubcribeForm form .form-field {
      margin-bottom: 0px;
      position: relative; }
    #popupSubcribeForm form .form-wrap {
      display: -webkit-box;
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -moz-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -ms-flexbox;
      /* TWEENER - IE 10 */
      display: -webkit-flex;
      /* NEW - Chrome */
      display: flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      flex-wrap: wrap;
      margin-left: -5px;
      margin-right: -5px; }
      #popupSubcribeForm form .form-wrap > div {
        width: 100%;
        padding: 0 5px 10px 5px; }
        @media (min-width: 992px) {
          #popupSubcribeForm form .form-wrap > div {
            width: 68%; } }
        #popupSubcribeForm form .form-wrap > div input {
          width: 100%;
          margin: 0; }
        @media (min-width: 768px) and (max-width: 991px) {
          #popupSubcribeForm form .form-wrap > div {
            width: 100%; } }
        @media (max-width: 480px) {
          #popupSubcribeForm form .form-wrap > div {
            width: 100%; } }
    #popupSubcribeForm form input[type='email'] {
      color: #000; }
    #popupSubcribeForm form input[type='submit'] {
      width: 26%;
      padding-left: 20px;
      padding-right: 20px; }
      @media (min-width: 992px) {
        #popupSubcribeForm form input[type='submit'] {
          min-width: 123px;
          position: absolute;
          top: 10px;
          right: 0; } }
      #popupSubcribeForm form input[type='submit']:hover {
        background: #fff; }
      @media (max-width: 991px) {
        #popupSubcribeForm form input[type='submit'] {
          width: 100%; } }

#halo-newsletter-popup .form-check {
  margin-top: 40px; }

.newsletter-left #mailistBox {
  margin-top: 0; }

.newsletter-left .newsletter-message {
  font-size: 12px;
  line-height: 20px;
  clear: both;
  margin-bottom: 0;
  padding: 5px 0 23px;
  color: #3c3c3c; }

.newsletter-popup-inner .newsletter-right {
  width: 420px;
  text-align: right;
  overflow: hidden; }
  @media (max-width: 767px) {
    .newsletter-popup-inner .newsletter-right {
      display: none;
      width: 100%;
      position: absolute;
      z-index: -1;
      left: 0;
      right: 0;
      text-align: center;
      height: 100%; }
      .newsletter-popup-inner .newsletter-right > img {
        -moz-transform: scale(2);
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0.3;
        filter: alpha(opacity=30); } }

body.has-newsletter {
  overflow: hidden; }

@media (min-width: 992px) {
  body.is-sticky header.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }
    body.is-sticky header.header .header-top {
      display: none; }
    body.is-sticky header.header .header-bottom {
      display: none; } }

@media (max-width: 991px) {
  .st-pusher > .body {
    margin-top: 0 !important; } }

#CartEditProductFieldsForm {
  padding-bottom: 30px; }

.no-js .owl-carousel {
  display: none; }

/*Halo Ask An Expert*/
button[data-reveal-id="halo-ask-an-expert-form"] {
  position: fixed;
  bottom: 50px;
  right: 0;
  padding: 0;
  z-index: 99; }
  @media (max-width: 767px) {
    button[data-reveal-id="halo-ask-an-expert-form"] {
      right: -8px; } }

#halo-ask-an-expert-form {
  min-height: 120px;
  max-width: 786px;
  width: 100%;
  right: auto; }
  @media (max-width: 991px) {
    #halo-ask-an-expert-form {
      max-width: 600px; } }
  #halo-ask-an-expert-form .modal-close {
    background: #e82b1a; }
    #halo-ask-an-expert-form .modal-close:hover {
      background: #2d2d2d; }
  #halo-ask-an-expert-form .modal-header {
    padding: 0;
    height: 92px;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    justify-content: center;
    align-items: center;
    background: #f5f5f5;
    border-bottom: 0; }
    #halo-ask-an-expert-form .modal-header h2 {
      font-family: 'Bebas Neue', Arial, Helvetica, sans-serif;
      font-size: 32px; }
  #halo-ask-an-expert-form .alert {
    text-align: center;
    font-size: 14px;
    font-family: "Karla", Arial, Helvetica, sans-serif;
    margin-bottom: 0; }
  #halo-ask-an-expert-form .form-inner {
    max-width: 500px;
    margin: 0 auto; }
    #halo-ask-an-expert-form .form-inner h3 {
      font-family: "Montserrat", Arial, Helvetica, sans-serif;
      font-size: 13px;
      font-weight: 700;
      text-transform: uppercase;
      color: #3c3c3c;
      text-align: center;
      line-height: 20px;
      margin: 0 0 20px; }
    #halo-ask-an-expert-form .form-inner .sub-title {
      text-align: center;
      color: #3c3c3c;
      border-bottom: 1px solid #d7d7d7;
      padding-bottom: 25px;
      margin-bottom: 25px; }
    #halo-ask-an-expert-form .form-inner .sub-title-question {
      font-family: "Montserrat", Arial, Helvetica, sans-serif;
      font-size: 13px;
      font-weight: 700;
      text-transform: uppercase;
      color: #3c3c3c;
      text-align: center;
      line-height: 20px;
      margin: 0 0 25px; }
  #halo-ask-an-expert-form .form-field {
    margin-bottom: 20px; }
    #halo-ask-an-expert-form .form-field.form-field-1 {
      padding-top: 10px;
      margin-bottom: 8px; }
  #halo-ask-an-expert-form .form-label {
    display: inline-block !important;
    width: auto;
    margin-right: 25px;
    font-size: 12px; }
    #halo-ask-an-expert-form .form-label.label-last {
      display: block !important;
      margin-bottom: 20px; }
  #halo-ask-an-expert-form .form-input {
    box-shadow: none; }
    #halo-ask-an-expert-form .form-input[name="phone"] {
      margin-bottom: 10px; }
    #halo-ask-an-expert-form .form-input[name="message"] {
      margin-bottom: 10px; }
  #halo-ask-an-expert-form button.fasubmit {
    width: 100%;
    max-width: 100%;
    height: 42px; }

/*Purchase Gift Certificate Form Fields Spacing - Fixed*/
.page-type-giftcertificates .form-row .form-fieldset.form-column .form-field:not(.form-field-group) {
  padding-left: 0;
  padding-right: 0; }
  .page-type-giftcertificates .form-row .form-fieldset.form-column .form-field:not(.form-field-group) textarea {
    width: 100% !important; }

.wow {
  visibility: hidden; }

.panel-body {
  background: whitesmoke;
  border-radius: 3px; }

.blog {
  margin-bottom: 1.5rem; }
  @media (min-width: 768px) {
    .blog {
      margin: auto;
      width: 100%; } }
  .blog + .blog {
    border-top: 1px solid #e8e8e8;
    margin-top: 2.4rem;
    padding-top: 3rem; }
  .blog .tags {
    margin-top: 3rem;
    text-align: left; }
  .blog .socialLinks {
    text-align: left; }
  .blog .addthis_toolbox {
    margin-top: 3rem; }

.blog-title {
  font-size: 18px;
  margin: 0 0 10px 0;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  letter-spacing: .02em;
  font-weight: 700; }
  @media (max-width: 480px) {
    .blog-title {
      font-size: 20px; } }
  .blog-title a {
    text-decoration: none; }

.blog-date,
.blog-author {
  color: #989898;
  text-align: left; }

.blog-date {
  margin-bottom: 25px; }

.blog-author {
  margin-bottom: 2.5rem; }

.blog-post {
  font-size: 1rem;
  text-align: left;
  margin-bottom: 20px; }

.blog-thumbnail {
  margin: 0 0 2rem; }

.blog-post-figure {
  display: block;
  margin: auto;
  text-align: left; }

.blog-post-body {
  display: block;
  margin: 0 auto;
  text-align: left;
  width: 100%; }

.btn.blog-readmore {
  border-width: 1px;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 20px;
  border-color: #000;
  padding-left: 15px;
  padding-right: 15px;
  min-width: 141px; }
  .btn.blog-readmore:hover {
    border-color: #000; }
  .btn.blog-readmore ~ ul.tags {
    margin-top: 10px;
    margin-bottom: 10px; }

.page-type-category .page,
.page-type-brand .page,
.page-type-search .page {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: nowrap; }
  @media (max-width: 767px) {
    .page-type-category .page,
    .page-type-brand .page,
    .page-type-search .page {
      flex-wrap: wrap; } }

aside.page-sidebar.col-sm-3 {
  width: 260px;
  border-right: 1px solid #e6e6e6;
  padding-right: 30px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    aside.page-sidebar.col-sm-3 {
      width: 25%; } }
  @media (min-width: 768px) and (max-width: 991px) {
    aside.page-sidebar.col-sm-3 {
      width: 30%; } }
  @media (max-width: 767px) {
    aside.page-sidebar.col-sm-3 {
      width: 100%;
      padding-right: 15px; } }

@media (min-width: 768px) {
  .page-type-category aside.page-sidebar > nav {
    display: block !important; }
  .page-type-blog aside.page-sidebar > nav {
    display: block !important; } }

@media (max-width: 767px) {
  .page-type-category aside.page-sidebar > nav {
    display: none; }
  .page-type-blog aside.page-sidebar > nav {
    display: none; } }

@media (max-width: 767px) {
  #sidebar-toggle {
    display: block !important;
    margin-bottom: 25px; }
    #sidebar-toggle a {
      font-weight: 700;
      display: -webkit-box;
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -moz-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -ms-flexbox;
      /* TWEENER - IE 10 */
      display: -webkit-flex;
      /* NEW - Chrome */
      display: flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      flex-wrap: nowrap;
      text-align: center;
      text-transform: uppercase; }
      #sidebar-toggle a i {
        font-size: 14px;
        margin-left: 10px; } }

aside.page-sidebar.col-sm-3 ~ main.page-content.col-sm-9 {
  width: calc(100% - 260px);
  padding-left: 30px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    aside.page-sidebar.col-sm-3 ~ main.page-content.col-sm-9 {
      width: 75%; } }
  @media (min-width: 768px) and (max-width: 991px) {
    aside.page-sidebar.col-sm-3 ~ main.page-content.col-sm-9 {
      width: 70%; } }
  @media (max-width: 767px) {
    aside.page-sidebar.col-sm-3 ~ main.page-content.col-sm-9 {
      width: 100%;
      padding-left: 15px; } }

.sidebarBlock {
  margin-bottom: 30px;
  clear: both; }
  .sidebarBlock + .sidebarBlock {
    border-top: 1px solid #e6e6e6;
    padding-top: 30px; }
  .sidebarBlock .side-module-heading {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
    line-height: 1.1; }
  .sidebarBlock ul.navList > li.navList-item {
    padding: 5px 0; }
    .sidebarBlock ul.navList > li.navList-item > a.navList-action {
      padding: 0;
      display: inline; }
      .sidebarBlock ul.navList > li.navList-item > a.navList-action:hover {
        border-bottom: 1px solid #4286f4; }

#sideBannerImage.sidebarBlock {
  border-top: 0;
  padding-top: 0; }

ul.all-categories-list {
  margin: 0;
  list-style: none; }
  ul.all-categories-list a {
    font-family: "Karla", Arial, Helvetica, sans-serif;
    font-size: 14px;
    border-bottom: 1px solid transparent;
    padding: 0;
    margin: 4px 0;
    display: inline-block; }
  ul.all-categories-list i.fa.fa-angle-right {
    position: absolute;
    right: -10px;
    padding: 8px;
    width: 30px;
    text-align: center;
    top: 3px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700; }
    ul.all-categories-list i.fa.fa-angle-right.is-clicked::before {
      content: "\f107";
      position: relative;
      top: -1px; }
  ul.all-categories-list > li {
    padding: 3px 0;
    position: relative; }
    ul.all-categories-list > li > a {
      font-weight: 700;
      color: #000;
      text-transform: uppercase; }
      ul.all-categories-list > li > a:hover {
        text-decoration: none;
        color: #4286f4;
        border-bottom-color: #4286f4; }
    ul.all-categories-list > li > ul {
      margin: 0;
      border-left: 0 !important; }
      ul.all-categories-list > li > ul > li > ul {
        border: 0 !important; }
      ul.all-categories-list > li > ul > li:last-of-type {
        border-bottom-color: transparent; }
    ul.all-categories-list > li ul.dropdown-category-list {
      opacity: 0;
      visibility: hidden;
      height: 0;
      overflow: hidden;
      margin: 0;
      padding-left: 20px;
      border-left: 1px dotted #d0d0d0; }
      ul.all-categories-list > li ul.dropdown-category-list.cat-expanded {
        opacity: 1;
        visibility: visible;
        height: auto;
        padding-top: 3px; }
    ul.all-categories-list > li #navPages-level-3 > li > a {
      color: #2d2d2d; }
      ul.all-categories-list > li #navPages-level-3 > li > a:hover {
        color: #4286f4;
        border-bottom-color: #4286f4; }
  ul.all-categories-list li.current-cat > a {
    color: white !important;
    font-weight: 700; }
    ul.all-categories-list li.current-cat > a:hover {
      color: #4286f4 !important;
      border-bottom-color: #4286f4; }
  ul.all-categories-list ul {
    list-style: none; }
    ul.all-categories-list ul li {
      position: relative;
      padding: 3px 0; }
      ul.all-categories-list ul li a {
        display: inline-block;
        position: relative;
        color: #4286f4; }
        ul.all-categories-list ul li a:hover {
          text-decoration: none;
          color: #2d2d2d;
          border-bottom-color: #2d2d2d; }

#sideShopByBrands ul {
  list-style: none; }
  #sideShopByBrands ul li {
    padding: 5px 0; }
    #sideShopByBrands ul li a {
      padding: 0;
      display: inline;
      font-size: 14px;
      font-family: "Karla", Arial, Helvetica, sans-serif;
      color: #4286f4; }
      #sideShopByBrands ul li a:hover {
        color: #2d2d2d;
        border-bottom: 1px solid #2d2d2d; }
    #sideShopByBrands ul li:last-of-type {
      padding-top: 15px; }
    #sideShopByBrands ul li:last-of-type a {
      font-weight: 700;
      margin-top: 5px;
      color: #2d2d2d; }
      #sideShopByBrands ul li:last-of-type a:hover {
        color: #4286f4;
        border-bottom-color: #4286f4; }

#sideRecentPosts ul {
  list-style: none; }
  #sideRecentPosts ul li {
    padding: 15px 0;
    border-top: 1px dotted #e6e6e6; }
    #sideRecentPosts ul li:first-child {
      padding-top: 0;
      border-top: 0; }
    #sideRecentPosts ul li a {
      font-family: "Karla", Arial, Helvetica, sans-serif;
      font-size: 14px;
      display: inline;
      position: relative;
      color: #4286f4; }
      #sideRecentPosts ul li a:hover {
        text-decoration: none;
        color: #2d2d2d;
        border-bottom: 1px solid #2d2d2d; }

#sideTopSellers .prod-item {
  margin-bottom: 0; }

#sideTopSellers .prod-image {
  min-height: auto; }
  #sideTopSellers .prod-image a img {
    max-width: 130px; }

#sideTopSellers .owl-nav > div {
  top: 25%;
  width: 33px;
  height: 33px;
  border: 1px solid #818181; }
  #sideTopSellers .owl-nav > div.owl-prev {
    left: 0; }
    #sideTopSellers .owl-nav > div.owl-prev:before {
      /*content: "\f104";*/ }
  #sideTopSellers .owl-nav > div.owl-next {
    right: 0; }
    #sideTopSellers .owl-nav > div.owl-next:before {
      /*content: "\f105";*/ }

#sideTopSellers .prod-desc {
  padding-bottom: 0; }

#sideCustomCMS a {
  color: #4286f4; }
  #sideCustomCMS a:hover {
    color: #2d2d2d;
    border-bottom: 1px solid #2d2d2d; }

#sideShopByPrice ul {
  list-style: none;
  margin: 0; }
  #sideShopByPrice ul li {
    padding: 5px 0; }
    #sideShopByPrice ul li a {
      padding: 0;
      display: inline;
      font-size: 14px;
      font-family: "Karla", Arial, Helvetica, sans-serif;
      color: #4286f4; }
      #sideShopByPrice ul li a:hover {
        color: #2d2d2d;
        border-bottom: 1px solid #2d2d2d; }
      #sideShopByPrice ul li a.is-active {
        color: #2d2d2d; }

.module-heading {
  position: relative;
  font-size: 32px;
  letter-spacing: 0em;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 30px;
  text-align: center;
  font-family: "Bebas Neue", Arial, Helvetica, sans-serif; }
  .module-heading > span {
    background: #fff;
    padding: 0 25px;
    display: inline-block;
    position: relative; }

.module-heading ~ .sub-module-heading {
  margin-top: -25px;
  display: block;
  text-align: center;
  margin-bottom: 30px; }

img.brand-logo-heading {
  border: 1px solid #d0d0d0;
  border-radius: 3px;
  margin-bottom: 20px;
  padding: 10px; }

.brandGrid {
  list-style: none;
  margin-left: 0;
  margin: 0 -15px;
  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: 15px;
    padding-right: 15px;
    width: 50%;
    float: none;
    display: inline-block;
    font-size: 1rem;
    vertical-align: top; }
    @media (min-width: 480px) {
      .brandGrid .brand {
        width: 33.33333%; } }
    @media (min-width: 768px) {
      .brandGrid .brand {
        width: 25%; } }
    .brandGrid .brand figure {
      border: 1px solid #d0d0d0;
      border-radius: 3px;
      padding: 10px; }
    .brandGrid .brand .card-title {
      text-align: center;
      font-size: 14px;
      letter-spacing: 0;
      font-weight: 700;
      font-family: "Karla", Arial, Helvetica, sans-serif; }

.productGrid {
  list-style: none;
  margin-left: 0;
  margin: 0 -15px;
  max-width: none;
  width: auto;
  font-size: 0;
  margin-bottom: 1.5rem; }
  .productGrid ul,
  .productGrid ol {
    list-style: none;
    margin-bottom: 0; }
  .productGrid:before, .productGrid:after {
    content: " ";
    display: table; }
  .productGrid:after {
    clear: both; }
  .productGrid .product {
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
    float: none;
    display: inline-block;
    font-size: 1rem;
    vertical-align: top; }
    @media (min-width: 480px) {
      .productGrid .product {
        width: 33.33333%; } }
    @media (min-width: 768px) {
      .productGrid .product {
        width: 25%; } }

@media (min-width: 480px) {
  .page-sidebar + .page-content .productGrid .product {
    width: 33.33333%; } }

.productMasonry {
  column-count: 2;
  column-fill: auto;
  column-gap: 1.53846rem;
  margin: 0 0 1.5rem;
  overflow: hidden; }
  @media (min-width: 480px) {
    .productMasonry {
      column-count: 3; } }
  @media (min-width: 768px) {
    .productMasonry {
      column-count: 4; } }
  .productMasonry .product {
    break-inside: avoid;
    display: block;
    margin-bottom: 3rem;
    padding: 0;
    width: 100%; }
  .productMasonry .card {
    margin: 0; }
  .no-csscolumns .productMasonry {
    list-style: none;
    margin-left: 0;
    margin: 0 -15px;
    max-width: none;
    width: auto;
    font-size: 0; }
    .no-csscolumns .productMasonry ul,
    .no-csscolumns .productMasonry ol {
      list-style: none;
      margin-bottom: 0; }
    .no-csscolumns .productMasonry:before, .no-csscolumns .productMasonry:after {
      content: " ";
      display: table; }
    .no-csscolumns .productMasonry:after {
      clear: both; }
    .no-csscolumns .productMasonry .product {
      padding-left: 15px;
      padding-right: 15px;
      width: 25%;
      float: none;
      display: inline-block;
      font-size: 1rem;
      vertical-align: top; }
    .no-csscolumns .productMasonry .card {
      margin: 0; }

@media (min-width: 768px) {
  .no-csscolumns .productGrid--maxCol6 .product {
    width: 16.66667%; } }

@media (min-width: 768px) {
  .csscolumns .productGrid--maxCol6 {
    column-count: 6; } }

@media (min-width: 768px) {
  .no-csscolumns .productGrid--maxCol3 .product {
    width: 33.33333%; } }

@media (min-width: 768px) {
  .csscolumns .productGrid--maxCol3 {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    float: left; }
    .csscolumns .productGrid--maxCol3 .product {
      padding-left: 15px;
      padding-right: 15px;
      width: 33.33333%;
      float: left; } }

.module-wrapper .productBlockContainer {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }
  @media (max-width: 480px) {
    .module-wrapper .productBlockContainer {
      margin-left: -10px;
      margin-right: -10px; } }
  .module-wrapper .productBlockContainer.columns-5 .prod-item {
    width: 20%; }
  .module-wrapper .productBlockContainer.columns-4 .prod-item {
    width: 25%; }
  .module-wrapper .productBlockContainer.columns-3 .prod-item {
    width: 33.33%; }
  .module-wrapper .productBlockContainer.columns-2 .prod-item {
    width: 50%; }
  .module-wrapper .productBlockContainer.columns-1 .prod-item {
    width: 100%; }
  @media (max-width: 1199px) {
    .module-wrapper .productBlockContainer.columns-5 .prod-item {
      width: 25%; } }
  @media (max-width: 767px) {
    .module-wrapper .productBlockContainer.columns-5 .prod-item {
      width: 33.33%; }
    .module-wrapper .productBlockContainer.columns-4 .prod-item {
      width: 33.33%; } }
  @media (max-width: 640px) {
    .module-wrapper .productBlockContainer.columns-5 .prod-item {
      width: 50%; }
    .module-wrapper .productBlockContainer.columns-4 .prod-item {
      width: 50%; }
    .module-wrapper .productBlockContainer.columns-3 .prod-item {
      width: 50%; } }

#product-listing-container {
  margin-bottom: 90px; }

#product-listing-container .module-wrapper {
  margin-bottom: 20px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    #product-listing-container .module-wrapper .productBlockContainer.columns-4 .prod-item {
      width: 33.33%; } }
  @media (min-width: 768px) and (max-width: 991px) {
    #product-listing-container .module-wrapper .productBlockContainer.columns-4 .prod-item {
      width: 50%; } }

.prod-item {
  margin-bottom: 0px; }
  .prod-item article.card {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    align-content: stretch;
    align-items: stretch;
    width: 100%; }
  .prod-item .btn-compare {
    display: none;
    cursor: pointer; }
    .prod-item .btn-compare input {
      display: none; }
    @media (max-width: 991px) {
      .prod-item .btn-compare {
        display: block; } }
  .prod-item a.btnWL {
    font-size: 18px;
    text-align: center; }
  .prod-item .prod-image {
    position: relative;
    margin-bottom: 24px;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 10px; }
    @media (max-width: 480px) {
      .prod-item .prod-image {
        min-height: auto; }
        .prod-item .prod-image .actions {
          width: 100%; } }
    .prod-item .prod-image > a {
      display: -webkit-box;
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -moz-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -ms-flexbox;
      /* TWEENER - IE 10 */
      display: -webkit-flex;
      /* NEW - Chrome */
      display: flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      align-content: center; }
    .prod-item .prod-image .actions > a.btnWL {
      position: absolute;
      top: -25px;
      left: -5px;
      display: inline-block;
      padding: 5px;
      width: 30px; }
    .prod-item .prod-image .actions > .btnQV {
      font-family: "Karla", Arial, Helvetica, sans-serif;
      font-size: 11px;
      font-weight: 700;
      position: absolute;
      bottom: 0;
      width: 140px;
      left: 0;
      right: 0;
      height: 22px;
      margin: 0 auto;
      padding: 0;
      text-align: center;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      color: #fff;
      border: 0;
      background-color: rgba(0, 0, 0, 0.7);
      display: -webkit-box;
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -moz-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -ms-flexbox;
      /* TWEENER - IE 10 */
      display: -webkit-flex;
      /* NEW - Chrome */
      display: flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      justify-content: center;
      align-items: center;
      border-radius: 3px; }
      .prod-item .prod-image .actions > .btnQV:hover {
        text-decoration: none; }
      @media (max-width: 480px) {
        .prod-item .prod-image .actions > .btnQV {
          width: 100%; } }
    .prod-item .prod-image .actions > a.btnWL,
    .prod-item .prod-image .actions > .btnQV {
      opacity: 0;
      filter: alpha(opacity=0);
      visibility: hidden;
      -webkit-transition: all .3s ease 0s;
      -moz-transition: all .3s ease 0s;
      -ms-transition: all .3s ease 0s;
      -o-transition: all .3s ease 0s;
      transition: all .3s ease 0s; }
  .prod-item:hover .actions > a.btnWL,
  .prod-item:hover .actions > .btnQV {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s; }
  .prod-item:hover .actions > a.btnWL {
    top: -5px; }
  .prod-item:hover .btn-compare {
    display: block; }
  .prod-item .prod-desc {
    margin: 0;
    text-align: left;
    padding-bottom: 50px; }
    .prod-item .prod-desc[login-for-pricing] {
      padding-bottom: 0; }
    .prod-item .prod-desc .prod-brand {
      margin-bottom: 5px;
      font-size: 14px;
      font-family: "Karla";
      min-height: 20px; }
    .prod-item .prod-desc h4.prod-name {
      margin-top: 0px;
      margin-bottom: 7px;
      font-size: 1rem;
      font-family: "Karla";
      font-size: 14px;
      font-weight: 700;
      line-height: 20px;
      color: #2d2d2d;
      letter-spacing: 0; }
      .prod-item .prod-desc h4.prod-name:hover a {
        color: #4286f4;
        text-decoration: none; }
    .prod-item .prod-desc .prod-summary {
      display: none; }
    .prod-item .prod-desc .prod-price {
      color: #2d2d2d;
      font-family: "Karla";
      font-size: 16px;
      line-height: 25px;
      margin-bottom: 5px; }
      .prod-item .prod-desc .prod-price .price--rrp {
        color: #aaaaaa;
        margin-right: 10px;
        font-style: italic;
        font-size: 14px; }
        .prod-item .prod-desc .prod-price .price--rrp ~ .price--withoutTax {
          color: #2d2d2d;
          font-weight: 700; }
      .prod-item .prod-desc .prod-price p[translate] {
        color: #4286f4;
        font-size: 14px;
        margin-bottom: 10px; }
    .prod-item .prod-desc .rating-compare {
      padding-top: 2px;
      margin-bottom: 15px;
      display: -webkit-box;
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -moz-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -ms-flexbox;
      /* TWEENER - IE 10 */
      display: -webkit-flex;
      /* NEW - Chrome */
      display: flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      flex-wrap: nowrap;
      justify-content: space-between;
      align-items: stretch;
      align-content: stretch; }
      @media (max-width: 480px) {
        .prod-item .prod-desc .rating-compare {
          flex-wrap: wrap; }
          .prod-item .prod-desc .rating-compare > div {
            padding-top: 5px;
            padding-bottom: 5px;
            width: 100%; } }
    @media (max-width: 991px) {
      .prod-item .prod-desc {
        padding-bottom: 0; } }

.new-badge {
  width: 42px;
  min-height: 18px;
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  line-height: normal;
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  padding: 0;
  text-transform: uppercase;
  color: white;
  border: 1px solid #6eb726;
  background: #6eb726;
  border-radius: 2px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: center;
  align-items: center; }

.sale-badge {
  width: 42px;
  min-height: 18px;
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  line-height: normal;
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  padding: 0;
  text-transform: uppercase;
  color: white;
  border: 1px solid #e82b1a;
  background: #e82b1a;
  border-radius: 2px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: center;
  align-items: center; }

.new-badge ~ .sale-badge {
  right: 47px; }

.productView-images .new-badge {
  right: 15px; }

.productView-images .sale-badge {
  right: 15px; }

.productView-images .new-badge ~ .sale-badge {
  right: 62px; }

.module-wrapper:not(.productList) .prod-item {
  background: #fff;
  position: relative;
  padding: 20px 20px 0px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  align-content: stretch;
  align-items: stretch; }
  @media (max-width: 991px) {
    .module-wrapper:not(.productList) .prod-item {
      padding: 15px 15px 15px; } }
  @media (max-width: 480px) {
    .module-wrapper:not(.productList) .prod-item {
      padding: 15px 10px 15px; } }
  .module-wrapper:not(.productList) .prod-item::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0px;
    border: 1px solid transparent;
    border-radius: 3px;
    z-index: 1;
    box-shadow: 0px 5px 40px #dadada;
    -moz-box-shadow: 0px 5px 40px #dadada;
    -webkit-box-shadow: 0px 5px 40px #dadada;
    display: none; }
    @media (max-width: 991px) {
      .module-wrapper:not(.productList) .prod-item::before {
        display: none !important; } }
  .module-wrapper:not(.productList) .prod-item:hover::before {
    border-color: #bebebe;
    display: block; }
  .module-wrapper:not(.productList) .prod-item:hover article.card {
    position: relative;
    z-index: 2; }
  .module-wrapper:not(.productList) .prod-item .card-figure {
    background: transparent;
    height: auto; }
  .module-wrapper:not(.productList) .prod-item a.btnATC {
    font-size: 13px;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    align-items: center;
    text-align: center;
    justify-content: center;
    transition: color 0.3s ease 0s;
    -moz-transition: color 0.3s ease 0s;
    -webkit-transition: color 0.3s ease 0s;
    -ms-transition: color 0.3s ease 0s;
    -o-transition: color 0.3s ease 0s;
    color: #2d2d2d;
    background-color: white; }
    .module-wrapper:not(.productList) .prod-item a.btnATC:hover {
      color: #4286f4;
      background-color: white; }
    @media (min-width: 992px) {
      .module-wrapper:not(.productList) .prod-item a.btnATC {
        padding: 0 10px;
        line-height: 32px;
        position: absolute;
        bottom: 1px;
        left: -19px;
        right: -19px;
        min-height: 50px;
        border: 0;
        border-top: 1px solid #dcdcdc;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
        opacity: 0;
        visibility: hidden; }
        .module-wrapper:not(.productList) .prod-item a.btnATC:hover {
          background: #f7f7f7;
          color: #4286f4;
          -webkit-box-shadow: inset 0px 10px 8px -15px rgba(0, 0, 0, 0.7);
          -moz-box-shadow: inset 0px 10px 8px -15px rgba(0, 0, 0, 0.7);
          box-shadow: inset 0px 10px 8px -15px rgba(0, 0, 0, 0.7);
          transition: color 0.3s ease 0s;
          -moz-transition: color 0.3s ease 0s;
          -webkit-transition: color 0.3s ease 0s;
          -ms-transition: color 0.3s ease 0s;
          -o-transition: color 0.3s ease 0s; } }
    @media (max-width: 480px) {
      .module-wrapper:not(.productList) .prod-item a.btnATC {
        letter-spacing: 0;
        font-weight: 500;
        font-size: 11px;
        padding: 0; } }
  .module-wrapper:not(.productList) .prod-item:hover a.btnATC {
    opacity: 1;
    visibility: visible; }

#homeFeaturedProducts.module-wrapper,
#homeNewProducts.module-wrapper {
  padding-top: 40px; }
  #homeFeaturedProducts.module-wrapper > .container,
  #homeNewProducts.module-wrapper > .container {
    border-bottom: 1px solid #dcdcdc; }
    @media (max-width: 991px) {
      #homeFeaturedProducts.module-wrapper > .container,
      #homeNewProducts.module-wrapper > .container {
        padding-bottom: 30px; } }

#homeFeaturedProducts.module-wrapper .productCarousel,
#homeNewProducts.module-wrapper .productCarousel {
  max-width: 1010px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -40px;
  background: transparent; }
  #homeFeaturedProducts.module-wrapper .productCarousel .prod-item:not(:hover),
  #homeNewProducts.module-wrapper .productCarousel .prod-item:not(:hover) {
    background: transparent; }
  #homeFeaturedProducts.module-wrapper .productCarousel .owl-stage-outer,
  #homeNewProducts.module-wrapper .productCarousel .owl-stage-outer {
    padding-bottom: 20px; }
  @media (max-width: 991px) {
    #homeFeaturedProducts.module-wrapper .productCarousel,
    #homeNewProducts.module-wrapper .productCarousel {
      margin-bottom: 0; } }

.productCarousel {
  margin-bottom: 40px;
  background: #ffffff; }

.productCarousel .owl-stage {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
  justify-content: center;
  align-content: stretch;
  align-items: stretch; }
  .productCarousel .owl-stage .owl-item {
    padding-top: 10px;
    padding-bottom: 10px;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    align-content: stretch;
    align-items: stretch; }
    .productCarousel .owl-stage .owl-item .prod-item {
      margin-bottom: 0;
      display: -webkit-box;
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -moz-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -ms-flexbox;
      /* TWEENER - IE 10 */
      display: -webkit-flex;
      /* NEW - Chrome */
      display: flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      align-content: stretch;
      align-items: stretch;
      width: 100%; }
      .productCarousel .owl-stage .owl-item .prod-item a.btnATC {
        right: -18px; }
      .productCarousel .owl-stage .owl-item .prod-item::before {
        right: 1px; }
      @media (max-width: 991px) {
        .productCarousel .owl-stage .owl-item .prod-item {
          padding: 0; } }

.module-wrapper:not(.productList) .prod-item a.btnATC {
  background: #f7f7f7;
  box-shadow: 0 2px 5px 0 #efefef inset; }

.productList {
  list-style: none;
  margin-left: 0; }
  .productList ul,
  .productList ol {
    list-style: none;
    margin-bottom: 0; }
  .productList .product + .product {
    margin-top: 4rem; }

@media (min-width: 480px) {
  .listItem {
    margin: 0 -15px;
    max-width: none;
    width: auto;
    display: table; }
    .listItem:before, .listItem:after {
      content: " ";
      display: table; }
    .listItem:after {
      clear: both; } }

@media (min-width: 480px) {
  .listItem-figure,
  .listItem-body {
    display: table-cell;
    vertical-align: top; } }

@media (min-width: 1200px) {
  .listItem-figure,
  .listItem-body {
    vertical-align: middle; } }

.listItem-figure {
  margin: 0 0 1.5rem; }
  @media (min-width: 480px) {
    .listItem-figure {
      margin-bottom: 0; } }
  @media (min-width: 480px) and (min-width: 480px) {
    .listItem-figure {
      padding-left: 0.76923rem;
      padding-right: 0.76923rem;
      width: 25%; } }

.listItem-image {
  width: 100%; }

@media (min-width: 480px) {
  .listItem-body {
    padding-left: 1.23077rem;
    padding-right: 0.76923rem;
    width: 75%; } }

@media (min-width: 1200px) {
  .listItem-content {
    display: table; } }

@media (min-width: 1200px) {
  .listItem-details,
  .listItem-actions {
    display: table-cell;
    vertical-align: top; } }

@media (min-width: 1200px) {
  .listItem-details {
    padding-right: 6rem; }
    .listItem-details > :last-child {
      margin-bottom: 0; } }

.listItem-rating {
  margin-bottom: 0.38462rem; }

.listItem-brand {
  color: #a5a5a5;
  font-size: 1rem;
  margin: 0 0 0.15385rem; }
  @media (min-width: 768px) {
    .listItem-brand {
      font-size: 15px;
      margin-bottom: 0; } }

.listItem-title {
  font-size: 15px;
  margin: 0 0 0.15385rem; }
  @media (min-width: 768px) {
    .listItem-title {
      font-size: 20px; } }
  .listItem-title > a {
    text-decoration: none; }

.listItem-price {
  margin-bottom: 1rem; }
  @media (min-width: 768px) {
    .listItem-price {
      font-size: 20px; } }

@media (min-width: 1200px) {
  .listItem-actions {
    vertical-align: middle;
    width: 22%; }
    .listItem-actions .button--compare {
      font-size: 13px;
      padding: 0.53846rem 1.5rem; } }

.listItem-actions .button {
  margin-bottom: 0; }
  @media (min-width: 1200px) {
    .listItem-actions .button {
      width: 100%; }
      .listItem-actions .button + .button {
        margin: 0.76923rem 0 0; } }

@media (min-width: 1200px) {
  .page-sidebar + .page-content .productList .listItem-details {
    padding-right: 3rem; } }

@media (min-width: 1200px) {
  .page-sidebar + .page-content .productList .listItem-actions {
    width: 30%; } }

.module-wrapper.productList .productBlockContainer {
  margin-left: 0;
  margin-right: 0; }

.module-wrapper.productList .productBlockContainer .prod-item {
  width: 100% !important;
  padding-top: 15px;
  padding-bottom: 15px; }
  .module-wrapper.productList .productBlockContainer .prod-item .card-figure {
    display: flex;
    flex-wrap: nowrap;
    width: 100%; }
    .module-wrapper.productList .productBlockContainer .prod-item .card-figure .prod-image {
      min-width: 210px;
      margin-bottom: 0; }
      @media (max-width: 480px) {
        .module-wrapper.productList .productBlockContainer .prod-item .card-figure .prod-image {
          width: 40%;
          min-width: 40%; }
          .module-wrapper.productList .productBlockContainer .prod-item .card-figure .prod-image .btnQV {
            position: static;
            display: block; } }
    .module-wrapper.productList .productBlockContainer .prod-item .card-figure .prod-desc {
      width: calc(100% - 210px);
      padding-left: 30px;
      padding-bottom: 0px;
      text-align: left; }
      .module-wrapper.productList .productBlockContainer .prod-item .card-figure .prod-desc h4.prod-name {
        margin-bottom: 10px; }
      .module-wrapper.productList .productBlockContainer .prod-item .card-figure .prod-desc .prod-summary {
        display: block; }
        .module-wrapper.productList .productBlockContainer .prod-item .card-figure .prod-desc .prod-summary p {
          color: #2d2d2d;
          margin-bottom: 10px; }
      .module-wrapper.productList .productBlockContainer .prod-item .card-figure .prod-desc .star-rating {
        display: block !important; }
      .module-wrapper.productList .productBlockContainer .prod-item .card-figure .prod-desc .btnATC {
        display: -moz-inline-flex !important;
        display: -webkit-inline-flex !important;
        display: inline-flex !important;
        margin-right: 20px;
        width: auto;
        min-width: 170px;
        color: #2d2d2d;
        background-color: white;
        border-color: #2d2d2d; }
        .module-wrapper.productList .productBlockContainer .prod-item .card-figure .prod-desc .btnATC:hover {
          color: white;
          background-color: #2d2d2d;
          border-color: #2d2d2d; }
        @media (max-width: 991px) {
          .module-wrapper.productList .productBlockContainer .prod-item .card-figure .prod-desc .btnATC {
            width: 100%;
            min-width: 100%;
            margin-bottom: 15px; } }
        @media (max-width: 480px) {
          .module-wrapper.productList .productBlockContainer .prod-item .card-figure .prod-desc .btnATC {
            letter-spacing: 0;
            font-weight: 500;
            font-size: 11px;
            padding: 0;
            line-height: 35px; } }
      @media (max-width: 480px) {
        .module-wrapper.productList .productBlockContainer .prod-item .card-figure .prod-desc {
          width: 60%;
          padding-left: 20px; } }
  .module-wrapper.productList .productBlockContainer .prod-item + .prod-item > .card {
    padding-top: 30px;
    border-top: 1px solid #e6e6e6; }

.modal .productView {
  padding-bottom: 0;
  padding-top: 0; }

.productView--quickView .socialLinks-item--print {
  display: none; }

.productView .productViewTop {
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 30px;
  margin-bottom: 10px; }

.productView .zoom-help {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  clear: both;
  justify-content: center;
  align-items: center;
  color: #a0a0a0; }
  .productView .zoom-help i.fa {
    margin-left: 12px;
    font-size: 14px; }

.productView.productView--quickView .productViewTop {
  border-bottom: 0;
  padding-bottom: 0px;
  margin-bottom: 0px; }

.productView-image {
  align-items: center;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: center;
  margin: 0 0 30px; }
  .productView-image img {
    width: 100%; }
    .productView-image img:hover {
      cursor: -webkit-zoom-in;
      cursor: -moz-zoom-in;
      cursor: zoom-in; }
  .productView-image .productView-image--default {
    width: auto; }
  .productView-image ~ .productView-thumbnails {
    width: calc(100% - 140px);
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto; }
    .productView-image ~ .productView-thumbnails .owl-stage {
      display: -webkit-box;
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -moz-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -ms-flexbox;
      /* TWEENER - IE 10 */
      display: -webkit-flex;
      /* NEW - Chrome */
      display: flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      justify-content: center;
      align-items: center;
      flex-wrap: nowrap; }

.productView-thumbnails .productView-thumbnail {
  text-align: center; }
  .productView-thumbnails .productView-thumbnail a {
    display: inline-block; }
    .productView-thumbnails .productView-thumbnail a img {
      -moz-transform-style: unset;
      -webkit-transform-style: unset;
      transform-style: unset; }

.productView-thumbnails .owl-nav {
  text-align: center;
  margin-top: 15px; }

.productView-thumbnails .owl-nav > div {
  border: 0; }
  .productView-thumbnails .owl-nav > div.owl-prev {
    left: -70px; }
  .productView-thumbnails .owl-nav > div.owl-next {
    right: -70px; }

.productView-thumbnails .productView-thumbnail-link {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px; }
  .productView-thumbnails .productView-thumbnail-link::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    height: 2px;
    background: #000;
    opacity: 0; }

.productView-thumbnails .productView-thumbnail-link:hover {
  opacity: 0.3; }

.productView-thumbnails .productView-thumbnail-link.is-active::after {
  opacity: 1; }

.productView-details {
  margin-bottom: 50px; }
  @media (min-width: 768px) {
    .productView-details {
      padding-left: 50px; } }
  @media (max-width: 767px) {
    .productView-details {
      margin-bottom: 10px; } }

.productView--quickView .productView-details {
  margin-bottom: 0; }

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

.productView-brand a:hover {
  border-bottom: 1px solid #4286f4; }

.productView-title {
  font-size: 24px;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 700;
  margin: -7px 10px 10px 0;
  letter-spacing: -0.02em;
  line-height: 1.4em; }
  @media (max-width: 767px) {
    .productView-title {
      margin-top: 0;
      padding-top: 5px; } }

.productView-rating {
  margin-bottom: 20px; }
  .productView-rating i.fa {
    font-size: 13px;
    vertical-align: middle; }

.productView-reviewLink {
  display: inline-block;
  margin-left: 0.76923rem;
  vertical-align: middle; }
  .productView-reviewLink + .productView-reviewLink {
    display: none;
    padding-left: 10px;
    font-weight: 700; }
    @media (min-width: 480px) {
      .productView-reviewLink + .productView-reviewLink {
        display: inline-block; } }
    .productView-reviewLink + .productView-reviewLink > a {
      color: #178dc9; }
  .productView-reviewLink > a {
    color: #000; }
    .productView-reviewLink > a:hover {
      border-bottom: 1px solid #000; }

.productView:not(.productView--quickView).reviewLinkCount {
  cursor: pointer; }

.productView-price {
  font-family: "Karla", Arial, Helvetica, sans-serif;
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: 700;
  color: #2d2d2d;
  letter-spacing: -.02em; }
  .productView-price .price-section--saving {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: 1rem;
    color: #969696;
    font-weight: normal; }
  .productView-price .price.price--rrp {
    color: #aaaaaa;
    font-size: 18px;
    margin-right: 10px; }
    .productView-price .price.price--rrp ~ .price--withoutTax {
      color: #2d2d2d; }
  .productView-price abbr {
    border: 0;
    color: inherit;
    font-size: inherit; }
  .productView-price .price-section--withoutTax ~ .price-section--saving {
    margin-top: 9px; }
  .productView-price p[translate] {
    color: #4286f4; }

.productView-info {
  overflow: hidden;
  margin-bottom: 0;
  padding-bottom: 15px; }

.productView-info-name,
.productView-info-value {
  float: left; }

.productView-info-name {
  clear: both;
  margin-bottom: 0.15385rem;
  margin-right: 0.38462rem;
  min-width: 100px; }

.productView-info-value {
  margin-bottom: 0.38462rem;
  margin-bottom: 1rem; }

[data-custom-field-name="has-size-chart"] {
  display: none; }

.productView-options {
  clear: both;
  margin-bottom: 15px; }
  .productView-options:before, .productView-options:after {
    content: " ";
    display: table; }
  .productView-options:after {
    clear: both; }
  @media (min-width: 480px) {
    .productView-options {
      text-align: left; } }
  @media (min-width: 480px) {
    .productView-options .form-input[type="number"] {
      width: 100px; } }
  .productView-options .form {
    display: inline; }
  .productView-options .form-field {
    font-size: 0;
    margin-bottom: 15px; }
    .productView-options .form-field > .form-checkbox + .form-label,
    .productView-options .form-field > .form-radio + .form-label {
      display: inline-block;
      margin-left: 1.5rem;
      width: auto; }
      @media (min-width: 480px) {
        .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; }
    .productView-options .form-field input[type="file"] {
      font-size: 1rem; }
  .productView-options .qty-add-wrap {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-wrap: wrap;
    align-items: flex-end; }
    .productView-options .qty-add-wrap .form-field--increments {
      width: 155px; }
    .productView-options .qty-add-wrap input#form-action-addToCart {
      width: calc(100% - 155px);
      max-width: 100%;
      height: 42px;
      margin-bottom: 20px;
      background: #f4590d;
      border-color: #f4590d; }
      .productView-options .qty-add-wrap input#form-action-addToCart:hover {
        background: #000;
        border-color: #000; }
      @media (max-width: 360px) {
        .productView-options .qty-add-wrap input#form-action-addToCart {
          width: 100%; } }
  .productView-options .form-field--increments {
    margin-bottom: 20px; }
    .productView-options .form-field--increments button {
      width: 42px;
      height: 42px;
      float: left; }
      .productView-options .form-field--increments button[data-action="dec"] {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
        .productView-options .form-field--increments button[data-action="dec"] i.fa {
          font-size: 25px; }
      .productView-options .form-field--increments button[data-action="inc"] {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
        .productView-options .form-field--increments button[data-action="inc"] i.fa {
          font-size: 25px; }
    .productView-options .form-field--increments .form-input {
      height: 42px;
      border-radius: 0;
      font-weight: 700;
      float: left; }
  @media (min-width: 480px) {
    .productView-options .form-action {
      float: left;
      padding: 0 0.76923rem;
      width: 50%; } }
  @media (min-width: 768px) {
    .productView-options .form-action {
      float: none;
      padding: 0;
      width: auto; } }
  @media (min-width: 1200px) {
    .productView-options .form-action {
      display: inline-block;
      margin-top: 1rem; } }
  .productView-options .form-action .button {
    width: 100%; }
    @media (min-width: 1200px) {
      .productView-options .form-action .button {
        margin-right: 0.76923rem;
        width: auto; } }

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

.productOptions-list-item {
  padding: 1.5rem; }
  .productOptions-list-item + .productOptions-list-item {
    border-top: 1px solid #c2c2c2; }
  .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.23077rem; }

[data-cart-item-add] > input#form-action-addToCart {
  min-width: 270px;
  height: 48px;
  margin-right: 30px;
  margin-bottom: 15px;
  color: white;
  backgroud-color: #4286f4;
  border-color: #4286f4; }
  [data-cart-item-add] > input#form-action-addToCart:hover {
    color: white;
    backgroud-color: #2d2d2d;
    border-color: #2d2d2d; }
  @media (max-width: 480px) {
    [data-cart-item-add] > input#form-action-addToCart {
      min-width: 100%; } }

[data-wishlist-add] > button {
  border: 0 !important;
  padding: 0;
  margin: 0;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  letter-spacing: 0;
  font-size: 12px;
  font-weight: 700;
  height: 30px; }
  [data-wishlist-add] > button i.fa {
    font-size: 18px;
    margin-right: 10px;
    vertical-align: middle; }
  [data-wishlist-add] > button span {
    display: inline-block;
    vertical-align: -2px;
    border-bottom: 1px solid transparent;
    line-height: 1.1;
    border-bottom: 1px dotted #000; }
  [data-wishlist-add] > button:hover {
    color: #4286f4; }
    [data-wishlist-add] > button:hover span {
      border-bottom-color: #4286f4; }

.shareProduct {
  text-align: center; }

.addthis_toolbox ul.socialLinks {
  list-style: none;
  margin-left: 0; }
  .addthis_toolbox ul.socialLinks li {
    display: inline-block; }

ul.product-tags {
  margin: 0;
  padding-top: 20px; }
  ul.product-tags li {
    display: inline-block;
    font-size: 1rem;
    margin-right: 10px;
    margin-bottom: 10px;
    font-style: italic;
    color: #484848;
    display: inline-block;
    padding: 0.38462rem 1rem;
    text-decoration: none;
    background: #f7f7f7;
    border-bottom: 1px solid #f0f0f0;
    border-radius: 2px; }
    ul.product-tags li:hover {
      color: #000000;
      border-bottom-color: #ccc; }

#relatedProducts .productCarousel,
#similarByViews .productCarousel {
  margin-bottom: 10px; }

#relatedProducts .owl-nav,
#similarByViews .owl-nav {
  position: absolute;
  top: -47px;
  right: -10px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */ }
  #relatedProducts .owl-nav > div,
  #similarByViews .owl-nav > div {
    position: static;
    transform: none;
    border: 0; }

#relatedProducts > h3,
#similarByViews > h3 {
  font-size: 26px;
  font-family: "Bebas Neue", Arial, Helvetica, sans-serif;
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  letter-spacing: 0;
  font-weight: 500;
  text-transform: uppercase; }

#relatedProducts ~ #similarByViews h3 {
  border-top: 1px solid #dcdcdc;
  padding-top: 25px; }

.productReviews h5.productReview-title {
  font-family: "Karla", Arial, Helvetica, sans-serif;
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  margin-bottom: 7px; }

.productReviews .productReview-rating {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 7px; }

.productReviews .productReview-author {
  margin-bottom: 10px; }

.productReviews a.btn[data-reveal-id="modal-review-form"] {
  margin-bottom: 30px; }

section.toggle {
  border: 0;
  margin-bottom: 0px !important; }
  section.toggle .toggle-content {
    padding-top: 10px;
    padding-bottom: 30px; }

section.toggle .toggle-title {
  cursor: pointer;
  font-size: 26px;
  font-family: "Bebas Neue", Arial, Helvetica, sans-serif;
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  letter-spacing: 0;
  font-weight: 500;
  text-transform: uppercase;
  width: 100%;
  border-top: 1px solid #dcdcdc;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: space-between;
  align-items: center; }
  section.toggle .toggle-title i.fa {
    font-size: 25px; }
  section.toggle .toggle-title.is-active i.fa::before {
    content: "\f106"; }

section.toggle:first-of-type .toggle-title {
  border-top: 0; }

#modal-size-chart-form .modal-content {
  padding: 30px 0; }

a[data-reveal-id="modal-size-chart-form"] {
  float: right;
  position: relative;
  font-size: 12px;
  text-transform: uppercase;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  align-items: center;
  font-family: "Karla", Arial, Helvetica, sans-serif;
  font-weight: 700; }
  a[data-reveal-id="modal-size-chart-form"]::before {
    content: "";
    display: inline-block;
    width: 28px;
    height: 15px;
    background: url("../img/size-chart-icon.png") center no-repeat;
    margin-right: 10px; }

@media (min-width: 992px) {
  .product-bottom > .right {
    padding-left: 50px; } }

@media (max-width: 991px) {
  .product-bottom {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-direction: column-reverse; }
    .product-bottom > div {
      width: 100%;
      padding-left: 15px; }
    .product-bottom > .right {
      margin-bottom: 40px; }
    .product-bottom #relatedProducts h3 {
      border-top: 1px solid #dcdcdc;
      padding-top: 25px; } }

.productAttributes-message {
  margin-bottom: 20px; }

.account {
  margin-bottom: 1.5rem; }
  .account .form-actions .btn-lg {
    min-width: 210px; }

.account-head {
  margin-bottom: 3rem;
  text-align: center; }
  .account-head .alertBox {
    padding-left: 3rem;
    padding-right: 3rem;
    text-align: left; }

.account-content {
  /* @include grid-column(12);*/ }

@media (min-width: 768px) {
  .account-content--fixed {
    width: 66.66667%; } }

@media (min-width: 768px) {
  .account-content--fixedSmall {
    width: 50%; } }

.account-sidebar {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  float: left; }
  @media (min-width: 768px) {
    .account-sidebar {
      width: 33.33333%; }
      .account-content--fixedSmall + .account-sidebar {
        float: right; } }

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

/* Custom Styles */
.header-top {
  z-index: 100; }

#quickSearch > form .form-field, .btn {
  border-radius: 100px; }

img {
  border-radius: 3px; }

.page-type-default .heroCarousel-image {
  border-radius: 0px; }

body {
  font-family: "Montserrat",Arial,Helvetica,sans-serif;
  font-size: 1.3rem;
  line-height: 1.5; }

img {
  width: 100%;
  height: auto; }

.imgauto {
  width: auto; }

#shopper_review_page img {
  width: auto; }

img.brand-logo-heading {
  width: auto; }

.header-top {
  text-transform: uppercase;
  font-family: "Montserrat",Arial,Helvetica,sans-serif;
  font-size: 1.0rem !important;
  border-bottom: 0px; }

.header-top .container {
  width: 100%; }

.header-middle .container {
  width: 100%; }

/*Halo Advanced Image Swap*/
.module-wrapper:not(.productList) .prod-item::before {
  -webkit-box-shadow: none;
  box-shadow: none; }

.prod-item div[class*="product-option-"] {
  position: absolute;
  top: 12%;
  left: 0;
  width: 20px;
  visibility: hidden; }

.prod-item .prod-image > a {
  display: block; }

.prod-item [data-product-option-change] > div[data-product-attribute="swatch"] {
  text-align: center;
  margin-bottom: 10px; }
  .prod-item [data-product-option-change] > div[data-product-attribute="swatch"] .form-option {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    overflow: hidden;
    margin: 2px 2.5px 2px 2.5px;
    float: left;
    -moz-box-shadow: 0px 0px 1px 0px #aaa;
    -webkit-box-shadow: 0px 0px 1px 0px #aaa;
    box-shadow: 0px 0px 1px 0px #aaa; }
    .prod-item [data-product-option-change] > div[data-product-attribute="swatch"] .form-option > span {
      z-index: 0;
      border-radius: 50%; }

.prod-item:hover div[class*="product-option-"] {
  visibility: visible; }

.lookbook > ul {
  margin-left: 0; }
  .lookbook > ul li {
    list-style: none; }
  .lookbook > ul .owl-nav > div {
    opacity: 0; }
  .lookbook > ul:hover .owl-nav > div {
    opacity: 1; }

.lookbook .black-icons {
  text-align: right; }
  .lookbook .black-icons .at-share-btn-elements > a:last-child {
    margin-right: 0;
    padding-right: 0; }

.lookbook .lookbook-bottom {
  text-align: center;
  border-top: 1px solid #eeeeee;
  padding-top: 25px;
  margin-top: 12px; }
  .lookbook .lookbook-bottom .btn-lookbook {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-size: 13px;
    letter-spacing: 0.02em;
    height: 36px; }

.at-resp-share-element .at-share-btn {
  margin: 0 !important; }

.at-resp-share-element .at-share-btn .at-icon-wrapper {
  width: 20px !important;
  height: 20px !important; }
  .at-resp-share-element .at-share-btn .at-icon-wrapper svg {
    width: 21px !important;
    height: 21px !important; }

.at-share-btn-elements > a:first-child {
  padding-left: 0; }

.page-type-sitemap h3,
.page-type-sitemap h2,
.page-type-page h3,
.page-type-page h2 {
  padding: 28px 0 14px;
  border-top: 1px dotted #d0d0d0;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  /*font-size: 16px;*/
  font-weight: 600; }

.maintenanceNotice, .hide-menu-item {
  display: none !important; }

.page ul li {
  padding: 5px 0px; }

.header .navPages-container {
  display: block !important; }

div[data-content-region="hypa-main-menu--global"], div[data-content-region="hypa-main-menu2--global"] {
  width: 100%;
  z-index: 90; }

.s48meganav {
  border-bottom: none !important; }

.s48meganav:after {
  display: none; }

.s48meganav .nav .menu-block__depth-0 {
  justify-content: center !important; }

ul.menu-block__depth-1 {
  text-align: left; }

.s48meganav .nav .menu-block__depth-0 .menu-block__depth-0--item .menu_block__depth-0--heading {
  text-transform: uppercase;
  position: relative; }

.s48meganav .nav .menu-block__depth-0 .menu-block__depth-0--item > .menu-block--anchor {
  padding: 1rem !important; }

.s48meganav .toggle-expand {
  display: none !important; }

.s48meganav .nav .menu-block__depth-1--wrapper .menu-block__depth-1 .menu-block__depth-1--item .menu_block__depth-1--heading {
  font-size: 1.1rem !important;
  margin-bottom: 0.75rem !important;
  /*font-weight:400 !important*/ }

.menu-block--wrapper.menu-block__depth-1--wrapper {
  border: 1px solid #d0d0d0;
  border-radius: 3px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-top: none;
  transition-delay: .0s !important; }

.menu-block__tag-nonbold span {
  font-weight: 400 !important; }

.st-menu .s48meganav .menu-block__depth-0--item > .menu-block--anchor, .st-menu .s48meganav .menu-block__depth-0--item > .menu-block--anchor span.menu_block--heading:after {
  color: #2d2d2d !important;
  margin-right: 10px !important; }

.navPages-container nav ul.navPages-list > li > a {
  text-transform: none;
  /*font-family:Roboto,Arial,Helvetica,sans-serif;*/
  /*text-shadow: 1px 1px 1px #444444;*/
  text-transform: uppercase;
  text-align: left; }

.navPages-container {
  width: 100%; }

.navPages-container nav ul.navPages-list > li > .navPage-subMenu ul > li {
  text-align: left; }

.navPages-container nav ul.navPages-list > li > a.halloween {
  color: #FF7800;
  text-shadow: 1px 1px 1px orange;
  padding-left: 15px; }

.navPages-container nav ul.navPages-list li.halloween {
  background: white;
  border-radius: 2px;
  box-shadow: 0px 0px 2px #444444;
  -webkit-box-shadow: 0px 0px 2px #444444;
  -moz-box-shadow: 0px 0px 2px #444444; }

.navPages-container nav ul.navPages-list > li > a.christmas {
  color: #00ff29;
  /*color: #FF0012; text-shadow: 1px 1px 1px #adadad; padding-left: 15px;*/ }

.navPages-container nav ul.navPages-list > li > a.mardigras {
  color: #fff252; }

.navPages-container nav ul.navPages-list li.christmas {
  /*background:white; border-radius:2px; box-shadow: 0px 0px 2px #444444; -webkit-box-shadow: 0px 0px 2px #444444; -moz-box-shadow: 0px 0px 2px #444444;*/ }

.navPages-container nav ul.navPages-list > li > .navPage-subMenu ul li > a {
  font-weight: 400;
  font-size: 1.2rem; }

.navPages-container nav ul.navPages-list > li > .navPage-subMenu ul li > a {
  font-weight: 400;
  font-size: 1.2rem; }

.navPages-container nav ul.navPages-list > li > .navPage-subMenu {
  max-width: none;
  margin-top: 6px;
  border-radius: 0px; }

.navPages-container nav ul.navPages-list > li > a.has-subMenu .triangle-with-shadow {
  top: 25px; }

.navPages-container nav ul.navPages-list > li > a.has-subMenu::after {
  display: none; }

.navPages-container nav ul.navPages-list > li > a.has-subMenu {
  padding-right: 6px; }

.navPages-container li.hasMegamenu.fullWidth > .subMegaMenu {
  background: #f5f5f5; }

.navPages-container li.hasMegamenu > .subMegaMenu .imageArea.colRight {
  justify-content: left; }

.navPages-container li.hasMegamenu > .subMegaMenu .cateArea.columns-4 > ul > li, .navPages-container li.hasMegamenu > .subMegaMenu .cateArea.columns-5 > ul > li {
  margin-bottom: 5px; }

.navPages-container li.hasMegamenu > .subMegaMenu .cateArea > ul > li > a {
  margin-bottom: 0px; }

.navPages-container nav ul.navPages-list > li > .navPage-subMenu li > .navPage-childList {
  display: none;
  text-wrap: nowrap;
  width: fit-content; }

.navPages-container nav ul.navPages-list > li > .navPage-subMenu li > .navPage-childList li .navPage-childList {
  display: none; }

.navPages-container nav ul.navPages-list > li:not(.hasMegamenu) .navPage-subMenu-list li a.has-subMenu::after {
  content: "";
  position: absolute;
  top: 1px;
  right: 10px;
  height: 100%;
  width: 100%;
  background: url(/s-fz66rhptih/content/img/chevron-right-thin.svg) center right;
  background-repeat: no-repeat;
  background-size: 4%; }

a.navPage-subMenu-action.navPages-action.has-subMenu span {
  padding-right: 20px; }

.navPages-container nav ul.navPages-list > li > .navPage-subMenu ul li > a span {
  font-family: Montserrat,Arial,Helvetica,sans-serif; }

.cateArea > ul > .bottomCate {
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 5px; }

.cateArea > ul > .bottomCate a:hover {
  color: #2d2d2d; }

.cateArea > ul > .bottomCate .bottomCate-banner {
  width: 500px;
  border: 1px solid #d0d0d0;
  background: #fff;
  padding: 10px 0px;
  border-radius: 3px;
  box-shadow: 0px 2px 8px #e4e4e4;
  -moz-box-shadow: 0px 2px 8px #e4e4e4;
  -webkit-box-shadow: 0px 2px 8px #e4e4e4; }

.imageArea {
  margin-top: -10px; }

.imageArea-container {
  padding: 6px 0px;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  width: 100%; }

.imageArea-container .parentItem {
  display: block;
  /*padding:3px 0px 2px 0px;*/
  padding: 0px;
  font-size: 14px;
  font-weight: 600;
  font-family: "Open Sans",Arial,Helvetica,sans-serif; }

.imageArea-container li a {
  font-size: 13px !important;
  font-weight: 400;
  padding: 3px 0px 2px 0px !important; }

.imageArea-container li a:hover {
  background-color: unset !important; }

.imageArea-container li a:hover > span {
  border-bottom: 1px solid #2d2d2d !important; }

.imageArea-container ul > li + li {
  border-top: none !important; }

.imageArea-container .col-left {
  width: 50%;
  min-width: 50%; }

.imageArea-container .col-right {
  width: 50%;
  min-width: 50%;
  text-align: center;
  margin: auto; }

.imageArea-container .col-right img.lazyload {
  width: 50px; }

.imageArea-container .col-right img.lazyloading {
  width: 50px; }

.imageArea-container .col-right .col-right-img {
  width: 205px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center; }

.imageArea-container .col-right div:first-child {
  margin-bottom: 20px; }

.imageArea-container .childList-top {
  padding: 0px !important; }

.imageArea-container .childList-bottom {
  margin-bottom: 24px !important; }

.st-menu .parentItem {
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 13px; }

.st-menu .imageArea-container li a {
  font-weight: 400 !important;
  font-size: 14px !important;
  padding: 13px 20px 12px !important; }

.st-menu .imageArea {
  margin-top: 0px; }

#cart-preview-dropdown .triangle-with-shadow::before {
  right: 13px; }

#main-footer .container {
  width: 100%; }

#homeFeaturedProducts .container, #homeNewProducts .container {
  width: 100%; }

#homeFeaturedProducts .bd-hero-content-container3, #homeNewProducts .bd-hero-content-container3 {
  padding: 0 15px; }

.bd-hero-content-container3 svg {
  fill: #4286f4;
  max-height: 140px; }

.bd-hero-content-container3 img {
  max-width: 128px;
  height: auto; }

#homeBottomText .container {
  /*width:100%;*/ }

.page-type-page .container_page > .container, .page-type-category .container_page > .container, .page-type-product .container_page > .container, .page-type-blog .container_page > .container, .page-type-cart .container_page > .container, .page-type-sitemap .container_page > .container, .page-type-search .container_page > .container {
  width: 100%; }

.hero-products .container {
  width: 100%; }

.navPages-container nav ul.navPages-list > li > a {
  font-family: Montserrat,Arial,Helvetica,sans-serif;
  font-size: 1.025rem; }

.prod-item .prod-desc h4.prod-name, .prod-item .prod-desc div.prod-name {
  font-family: "Montserrat",Arial,Helvetica,sans-serif;
  margin-top: 0;
  margin-bottom: 7px;
  font-size: 14px;
  line-height: 20px;
  color: #2d2d2d;
  letter-spacing: 0; }

section.toggle .toggle-title, #relatedProducts > h3, #certifications > h3, #downloads > h3, .module-heading, #similarByViews > h3 {
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-size: 2rem;
  text-transform: none;
  font-weight: 400; }

#relatedProducts {
  border-top: 1px solid #dcdcdc; }

#certifications {
  padding-bottom: 30px; }

#certifications > h3, #downloads > h3 {
  padding: 15px 0;
  font-weight: 400;
  margin: 0; }

#certifications .certifications-container, #downloads .downloads-container {
  display: flex; }

#downloads .downloads-container {
  flex-direction: column; }

#certifications .certifications-icon, #downloads .downloads-icon {
  max-height: 24px;
  padding-right: 10px; }

#downloads .downloads-icon {
  margin-bottom: 10px; }

#downloads .downloads-icon:last-child {
  margin-bottom: 0px; }

#certifications .certifications-icon:last-child {
  padding-right: 0px; }

#certifications .certifications-icon img {
  width: auto;
  max-height: 64px; }

#downloads .downloads-icon {
  background: url("//cdn11.bigcommerce.com/s-fz66rhptih/content/img/pdf-min.png") no-repeat left center;
  background-size: contain;
  padding-left: 30px;
  text-decoration: none; }

h1, h2, h3, h4, h5, h6, .prod-item .prod-desc h4.prod-name, .prod-item .prod-desc div.prod-name {
  font-weight: 600;
  letter-spacing: -0.05rem; }

h5 {
  text-transform: none; }

.prod-name a span {
  font-weight: bold;
  font-size: 1.6rem;
  color: #de0000; }

.prod-item .prod-desc h4.prod-name, .prod-item .prod-desc div.prod-name, .prod-item .prod-desc .prod-price {
  text-align: center; }

.prod-item .prod-desc .prod-price .price--range {
  color: #aaa;
  margin-right: 10px;
  font-style: italic;
  font-size: 14px;
  text-decoration: none; }

.price-on-sale {
  color: #e82b1a !important; }

.prod-item .prod-desc .prod-price {
  font-size: 1.4rem;
  line-height: 1.5rem;
  font-weight: 600; }

.prod-item .prod-desc .prod-name a {
  color: #2d2d2d;
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 600; }

.module-heading {
  font-size: 1.8rem;
  font-weight: 600; }

.row.resources ul {
  margin-left: 0px; }

.row.resources li {
  list-style-type: none;
  padding: 4px 0px; }

.row.resources li a {
  font-weight: 600; }

.productView-rating {
  margin-bottom: 10px; }

.productView-rating i.fa, .rating--small i.fa {
  font-size: 1.2rem; }

ul.all-categories-list a, #sideRecentPosts ul li a, #sideShopByBrands ul li a, #sideShopByPrice ul li a, #facetedSearch-navList .accordion-content > ul.navList li a, .facetedSearch-navList a.toggleLink span.toggleLink-text {
  font-family: "Montserrat", Arial, Helvetica, sans-serif; }

#product-listing-container {
  margin-bottom: 0px; }

#product-listing-container .module-wrapper {
  border-bottom: 1px dotted #d0d0d0;
  padding-bottom: 0px; }

.productList .prod-item .prod-desc .prod-price, .productList .prod-item .prod-desc h4.prod-name, .productlist .prod-item .prod-desc div.prod-name {
  text-align: left; }

.prod-item .prod-desc .prod-price {
  font-family: "open Sans", Arial, Helvetica, sans-serif; }

.view-mode-btn a {
  color: #444 !important;
  opacity: .41; }

.view-mode-btn a.current-view {
  opacity: 100 !important; }

.qv-product-details-btn {
  text-align: right;
  margin-top: 20px; }

#productDescription-content h1, #productDescription-content h2, #productDescription-content h3, #productDescription-content h4, #productDescription-content h5 {
  /*font-family:Roboto,Arial,Helvetica,sans-serif;*/ }

#main-footer h5 {
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-weight: 600; }

.heroCarousel .owl-nav > div {
  color: #2d2d2d; }

.heroCarousel {
  margin-bottom: 0px; }

.heroCarousel.owl-carousel {
  display: block; }

.heroCarousel.owl-carousel.owl-loaded {
  opacity: 1; }

.slide-owl-wrap:not(:first-child) {
  display: none; }

.heroCarousel.owl-carousel img {
  width: 100%; }

/*
.heroCarousel.owl-carousel {display:flex; opacity:0;}
.heroCarousel.owl-carousel.owl-loaded {opacity: 100;}
.heroCarousel.owl-carousel .owl-item img {aspect-ratio: 8 / 3;}
*/
#sideTopSellers .owl-nav > div {
  border: none; }

#sideTopSellers .prod-desc {
  text-align: center; }

.header-top .header-top-right #need-help-phone::before {
  display: none; }

h1 {
  font-size: 26px; }

h2 {
  font-size: 24px; }

h3 {
  font-size: 20px; }

h4 {
  font-size: 16px; }

.fineprint {
  font-size: 11px; }

.hline {
  border-top: 1px solid #dcdcdc;
  margin: 40px 0px; }

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

.productView-details-top {
  float: right; }

.productView-specs-name {
  font-weight: 600;
  vertical-align: top;
  padding-bottom: .16667rem;
  padding-right: 1rem;
  margin-right: .41667rem;
  min-width: 150px; }

.productView-specs-value {
  vertical-align: top;
  padding-bottom: 1rem; }

.backorder-message {
  color: #cc0000; }

.form-checkbox + .form-label,
.form-radio + .form-label {
  /*font-family:Roboto,Arial,Helvetica,sans-serif;*/ }

.form-label {
  letter-spacing: normal;
  font-size: 1rem; }

.form-select--date, .form-select--small {
  max-width: 500px; }

.form-checkbox + .form-label::before,
.form-radio + .form-label::before {
  border-color: #c2c2c2; }

.productView-thumbnails .owl-stage {
  display: flex;
  align-items: center; }

.productView-image ~ .productView-thumbnails, .productView-image-fb ~ .productView-thumbnails {
  margin-bottom: 30px; }

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

.productView-image {
  display: inline-flex;
  position: relative; }

.zoomImg {
  display: none !important; }

.productView-image-fb ~ .productView-thumbnails {
  width: calc(100% - 140px);
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto; }

.productView-image-fb {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 30px;
  position: relative; }

.productView-image-fb .sale-badge, .productView-image-fb .new-badge {
  right: 0px;
  min-height: 28px;
  width: 62px;
  font-size: 1.4rem; }

.productView-image-fb .clearance-badge {
  right: 0px;
  min-height: 28px;
  width: 124px;
  font-size: 1.4rem; }

.clearance-badge {
  width: 80px; }

.discount-badge {
  border: 1px solid #4286f4;
  background: #4286f4; }

.header-middle .header-middle-right > div.top-cart > a .countPill {
  background-color: #4286f4; }

.product-notes {
  font-size: 90%;
  background-color: #f5f5f5;
  padding: 15px;
  margin-bottom: 30px; }

.product-notes ul {
  margin-bottom: 0px; }

.product-shipping-notes {
  font-size: 90%;
  font-weight: bold;
  color: #4286f4; }

.rebates-list ul {
  margin: 0px 0px 40px 0px;
  padding: 8px 0px 20px 0px;
  line-height: 1.4rem;
  list-style-position: inside !important;
  text-indent: 0px;
  list-style-type: none;
  border-bottom: 1px solid #d8d8d8; }

.rebates-list ul li {
  width: 100%;
  margin: 0px;
  text-align: left !important;
  font-size: 13px;
  padding: 4px !important; }

.rebates-list ul li span {
  font-weight: bold;
  padding-right: 10px; }

.collapsible {
  background-color: #fff;
  color: #2d2d2d;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 1.1em;
  font-weight: 600;
  display: flex; }

.collapsible.active, .collapsible:hover {
  background-color: #4286f4;
  color: #fff; }

.collapsible:before {
  content: "";
  background: url(/s-fz66rhptih/content/img/plus.svg) center center;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 18px;
  width: 18px;
  min-width: 18px;
  /*content: '\002B';*/
  color: #2d2d2d;
  font-weight: 600;
  display: flex;
  margin-right: 0.8rem;
  font-size: 2rem;
  align-self: center; }

.collapsible:hover:before {
  content: "";
  background: url(/s-fz66rhptih/content/img/plus-white.svg) center center;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 18px;
  width: 18px;
  min-width: 18px;
  /*content: '\002B';*/
  color: #fff;
  font-weight: 600;
  margin-right: 0.8rem; }

.collapsible.active:before {
  content: "";
  background: url(/s-fz66rhptih/content/img/minus-white.svg) center center;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 18px;
  width: 18px;
  min-width: 18px;
  /*content: "\2212";*/
  color: #fff;
  font-weight: 600; }

.collapsecontent {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #f5f5f5;
  margin-bottom: 20px; }

.collapsecontent p {
  padding: 20px 0px 0px; }

.footer-main .col-item .col-row span.icon {
  background: #4286f4 !important; }

.btn.btn-primary:hover {
  background: #f7f7f7; }

.btn.btn-alt:hover {
  border-color: #2d2d2d;
  background: #2d2d2d; }

.productView-options .qty-add-wrap input#form-action-addToCart {
  background: #4286f4;
  border-color: #4286f4;
  max-width: 345px; }

.productView-options .qty-add-wrap input#form-action-addToCart:hover {
  color: #fff;
  background: #2d2d2d;
  border-color: #2d2d2d; }

.productView-reviewLink + .productView-reviewLink > a {
  color: #4286f4; }

.productView-reviewLink {
  vertical-align: top; }

.page-type-product .breadcrumb.is-active {
  display: none; }

.breadcrumbs .breadcrumb .breadcrumb-label, .breadcrumbs .breadcrumb .breadcrumb-label.is-active, .breadcrumbs .breadcrumb .breadcrumb-label:hover {
  color: #4286f4; }

ul.all-categories-list > li > a {
  text-transform: none;
  color: #2d2d2d; }

#homeFeaturedProducts .owl-nav > div:hover,
#homeNewProducts .owl-nav > div:hover,
#instafeed .owl-nav > div:hover {
  background: #fff;
  border-color: #2d2d2d; }

#homeFeaturedProducts.module-wrapper > .container {
  border-bottom: none; }

#homeFeaturedProducts .btnATC {
  /*display:none;*/ }

#homeFeaturedProducts .prod-item .prod-desc {
  /*padding-bottom:25px !important;*/ }

#animated-promotion ul {
  z-index: 0; }

#animated-promotion ul .owl-stage a {
  text-decoration: underline; }

.header-top .header-top-right {
  /*width:50%;*/
  padding: 0px; }

.header-top .header-top-left {
  /*width:50%;*/
  padding: 0px; }

.notreviewed {
  display: none; }

.productView-id {
  display: flex;
  font-size: 1rem;
  padding-bottom: 20px; }

.productView-id div {
  padding-right: 8px;
  border-right: 1px solid #2d2d2d;
  margin-right: 8px; }

.productView-id div:last-child {
  padding-right: 0px;
  border-right: 0px;
  margin-right: 0px; }

.productView-price {
  font-size: 2.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  margin-bottom: 10px; }

.productView-price .price-section--saving, [data-wishlist-add] > button {
  font-family: Montserrat,Arial,Helvetica,sans-serif; }

.productView-price .price-section--withoutTax ~ .price-section--saving {
  display: none; }

.header-middle-left {
  margin-right: 15px; }

.header-middle #menu {
  width: calc(100% - (240px + 120px + 320px)); }

@media (max-width: 991px) {
  .header-middle-left, .mobile-hide {
    display: none !important; }
  #mobileAccountSidebar {
    line-height: 45px;
    height: 41px; }
  #quickSearch {
    z-index: 100 !important; }
  .header-top .header-top-right #mobileAccountSidebar > a {
    padding: 10px 24px !important;
    line-height: 45px; }
  .header-top-right #mobileAccountSidebar a svg {
    height: 14px;
    fill: #444;
    stroke: #444;
    stroke-width: 22; } }

.header-middle .header-middle-right > div.sa-link {
  padding-right: 0px;
  padding-left: 25px; }

.header-middle .header-middle-right > div.wishlist-link a svg {
  height: 24px;
  fill: #444;
  stroke: #444;
  stroke-width: 6; }

.prod-item .prod-image .actions > .btnQV, .prod-item .prod-image .actions > a.btnWL svg {
  fill: #4286f4; }

.prod-item .prod-image .actions > a.btnWL {
  margin: 5px; }

.prod-item .prod-image {
  padding: 0px;
  max-width: 210px;
  margin: 10px auto; }

.cat-item .prod-image {
  max-width: 100%; }

#need-help-phone {
  position: relative; }

#need-help-phone svg {
  height: 32px;
  fill: #2d2d2d;
  position: absolute;
  top: -4px;
  left: -20px; }

#pro-join a {
  color: #4286f4 !important;
  font-weight: bold; }

.header-user {
  position: relative;
  margin-left: 40px; }

.header-user svg#user {
  height: 24px;
  fill: #2d2d2d;
  position: absolute;
  top: -4px;
  left: -20px; }

.header-user svg#pro {
  height: 32px;
  fill: #2d2d2d;
  position: absolute;
  top: -7px;
  left: -30px; }

nav#mobile-customer ul li.login-register svg#user {
  height: 24px;
  fill: #2d2d2d;
  position: absolute;
  top: 10px;
  left: 12px; }

nav#mobile-customer ul li.login-register svg#pro {
  height: 32px;
  fill: #2d2d2d;
  position: absolute;
  top: 7px;
  left: 10px; }

nav#mobile-customer ul li.login-register .logged-in {
  padding-left: 50px; }

nav#mobile-customer ul li.mobile-call-us a {
  padding-left: 25px; }

.mobile-call-us svg {
  height: 32px;
  fill: #2d2d2d;
  position: absolute;
  top: 12px;
  left: 16px; }

.footer-columns .column-items.first ul li > svg#phone {
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  fill: #4286f4;
  margin-right: 16px;
  margin-top: 0px; }

.footer-columns .column-items.first ul li > svg#email {
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  fill: #4286f4;
  margin-right: 20px;
  margin-top: 2px; }

.form-increment .button svg {
  height: 20px;
  fill: #7b7b7b; }

.qty-add-wrap .form-increment .button svg {
  height: 24px; }

section.toggle .toggle-title i.fa-angle-down::before {
  content: "";
  position: absolute;
  top: 25%;
  right: 0;
  height: 24px;
  width: 24px;
  background: url(/s-fz66rhptih/content/img/chevron-down-thin.svg) right center;
  background-repeat: no-repeat;
  background-size: 100%; }

section.toggle .toggle-title.is-active i.fa-angle-down::before {
  content: "";
  position: absolute;
  top: 25%;
  right: 0;
  height: 24px;
  width: 24px;
  background: url(/s-fz66rhptih/content/img/chevron-up-thin.svg) right center;
  background-repeat: no-repeat;
  background-size: 100%; }

.productView .zoom-help {
  font-size: 12px; }

.productView .zoom-help svg {
  fill: #a0a0a0;
  height: 14px;
  width: 14px;
  min-width: 14px;
  margin-left: 12px;
  transform: scaleX(-1); }

[data-wishlist-add] > button span {
  margin-left: 24px; }

[data-wishlist-add] > button svg {
  height: 18px;
  margin-right: 8px;
  position: absolute;
  padding-right: 20px; }

[data-wishlist-add] > button:hover svg {
  fill: #4286f4;
  transition: all .15s ease; }

.owl-nav > div {
  border: none; }

.owl-nav > div:hover {
  border: none; }

.owl-prev::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url(/s-fz66rhptih/content/img/chevron-left.svg) center center;
  background-repeat: no-repeat;
  background-size: 50%; }

.owl-next::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url(/s-fz66rhptih/content/img/chevron-right.svg) center center;
  background-repeat: no-repeat;
  background-size: 50%; }

#productQA .answerbase-widget > .title {
  display: none; }

#productQA .ab-link {
  font-size: 1.4rem;
  color: #4286f4; }

#SA_review_wrapper .SA__review_container, .SA__wrapper .SA__container, .answerbase-widget {
  max-width: 100% !important; }

.SA__play {
  width: auto; }

.socialLinks {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0;
  line-height: 37px; }

.socialLinks li {
  margin: 0;
  padding: 0; }

.socialLinks .socialLinks-item {
  margin-bottom: .35714rem;
  margin-right: .78571rem; }

.socialLinks-item {
  display: inline-block;
  font-size: 0; }

.socialLinks-item .socialLinks__link {
  height: 2rem;
  position: relative; }

.socialLinks .icon {
  height: 1.42857rem;
  width: 1.42857rem;
  margin: 0;
  text-decoration: none; }

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

.productView .productViewTop {
  border-bottom: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px; }

.productView-rating svg {
  height: 15px;
  width: 15px;
  min-width: 15px;
  fill: #dddddd;
  margin-top: 4px;
  margin-left: -0.3px;
  margin-right: -0.3px;
  margin-bottom: 0px; }

.productView-rating svg.color {
  fill: #fc9217; }

.rating--small {
  display: block; }

.prod-item .rating--small svg {
  width: 16px;
  height: 16px;
  min-width: 16px;
  fill: #dddddd;
  margin: 0 -0.5px; }

.rating--small svg.color {
  fill: #fc9217; }

.productReview, .productReviews h5.productReview-title {
  font-size: 1.2rem; }

.productReviews .productReview-rating {
  display: block; }

.productReviews .productReview-rating svg {
  width: 16px;
  height: 16px;
  min-width: 16px;
  fill: #dddddd;
  margin: 0 -0.5px; }

.productReview-rating svg.color {
  fill: #fc9217; }

.star-rating .rating--small svg {
  height: 15px;
  width: 15px;
  min-width: 15px;
  fill: #dddddd;
  margin-left: -0.3px;
  margin-right: -0.3px;
  margin-bottom: 0px; }

.star-rating .rating--small svg.color {
  fill: #fc9217; }

.rating--small svg {
  height: 15px;
  width: 15px;
  min-width: 15px;
  fill: #dddddd;
  margin-left: -0.3px;
  margin-right: -0.3px;
  margin-bottom: 0px; }

.rating--small svg.color {
  fill: #fc9217; }

#facetedSearch-navList .accordion-content > ul.navList li a:hover {
  text-decoration: none !important; }

#back-to-top svg {
  height: 64px;
  width: 64px;
  min-width: 64px;
  fill: #ffffff;
  margin-top: -6px; }

.st-menu ul li.hasMegamenu.hasSub > .subMegaMenu ul > li.hasSub > span.toggle-expand::before {
  content: "";
  background: url(/s-fz66rhptih/content/img/plus.svg) center center;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 12px;
  width: 12px;
  min-width: 12px;
  position: absolute;
  left: 13px;
  top: 14px; }

.st-menu ul li.hasMegamenu.hasSub > .subMegaMenu ul > li.hasSub > span.toggle-close::before {
  content: "";
  background: url(/s-fz66rhptih/content/img/minus.svg) center center;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 12px;
  width: 12px;
  min-width: 12px;
  position: absolute;
  left: 13px;
  top: 14px; }

#bottom-footer {
  padding-bottom: 30px; }

.redeemable-label {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  font-family: "Open Sans",Arial,Helvetica,sans-serif; }

ul.all-categories-list li.current-cat > a {
  color: #2d2d2d !important; }

.owl-item:not(.center) .heroCarousel-slide::before {
  opacity: 0; }

.banner-item .hover-text-bottom h5 {
  text-transform: none;
  font-family: Montserrat,Arial,Helvetica,sans-serif;
  font-size: 2rem; }

.banner-item .hover-text-bottom p {
  font-family: "Montserrat",Arial,Helvetica,sans-serif;
  font-size: 1.2rem; }

#homeBottomText {
  margin: 40px 0px 15px 0px; }

.cart-shipping-notice {
  text-align: left;
  font-size: 85%;
  font-weight: bold; }

.cart-actions .btn-lg {
  max-width: 100%; }

.cart-additionalCheckoutButtons {
  margin: auto;
  margin-bottom: 1.5rem; }

.container_page {
  padding-bottom: 20px; }

.prod-item .prod-desc .prod-brand {
  display: none !important; }

.prod-item .prod-desc {
  /*padding-bottom:25px !important;*/ }

.breadcrumbs .breadcrumb .breadcrumb-label, .breadcrumbs .breadcrumb .breadcrumb-label.is-active, .breadcrumbs .breadcrumb .breadcrumb-label:hover, .page-content a, .productView-reviewLink + .productView-reviewLink > a {
  color: #444; }

.breadcrumbs .breadcrumb a:hover {
  border-bottom: 1px solid #444; }

.page-content .banner {
  max-width: 100%; }

.page-sidebar {
  padding-top: 15px; }

.category-heading {
  border-bottom: none;
  margin-bottom: 0px; }

.page-heading {
  font-size: 2.4rem;
  line-height: 2.6rem; }

/*.form-field--stock {display: none;}*/
#footerSubcribeForm {
  position: relative;
  border-bottom: 1px solid #e0e0e0; }

#mce-responses {
  color: #2d2d2d;
  width: 100%;
  height: 100%; }

.response {
  position: absolute;
  z-index: 1;
  background: #f5f5f5;
  width: 100%;
  height: 100%;
  padding-top: 20px; }

.response a {
  color: #4286f4; }

.productView-info-title {
  font-size: 1.5rem;
  font-weight: 400; }

.productView-info-value {
  margin-bottom: 0.5rem; }

.productView-info-value a, .productDescription a, .page a {
  color: #4286f4; }

li#accountDropdown li a {
  color: #2d2d2d; }

.page table {
  border-collapse: collapse;
  width: 100%; }

.page th, .page td {
  text-align: left;
  padding: 8px; }

.page tr:nth-child(even) {
  background-color: #f7f7f7; }

.highlight {
  background: #f7f7f7;
  border: 1px solid #d8d8d8;
  padding: 0px 20px;
  border-radius: 3px; }

dl.productView-info dt, dl.productView-info dd {
  margin-bottom: 10px !important; }

.productView-specs, .productDescription {
  font-size: 1.2rem; }

.productView-info {
  margin-bottom: 0px;
  border-bottom: 0px solid #dbdbdb;
  padding: 20px 0px;
  font-size: 1rem; }

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

.actionBar[data-sort-by] {
  width: 100%; }

.product-pagination.top {
  margin-bottom: 10px; }

.product-pagination.bottom .pagination {
  width: 100%; }

.account a {
  color: #4286f4; }

.header-middle .header-logo {
  width: auto;
  margin-top: -30px;
  position: absolute;
  z-index: 100; }

.header-middle .header-middle-right {
  float: right;
  width: auto !important; }

.header-bottom {
  font-family: Montserrat,Arial,Helvetica,sans-serif;
  text-align: center;
  padding: 0px;
  font-size: 1.0rem; }

.navPages-container nav ul.navPages-list > li:not(.hasMegamenu) .navPage-subMenu-list li a.has-subMenu::after {
  color: #2d2d2d; }

.header-top nav.navUser ul li {
  padding: 0px 8px; }

.pace {
  display: none; }

.mfp-title, .text-left {
  text-align: center;
  padding: 6px 0px; }

.header-logo-image {
  max-width: 280px;
  width: 100%; }

.footer-columns {
  border-bottom: 1px solid #e0e0e0; }

.footer-columns .column-items {
  padding-bottom: 20px;
  min-width: 240px;
  width: 25%; }

.footer-columns .column-items ul {
  margin-left: 0px;
  list-style: none; }

.footer-columns .column-items ul li {
  padding: 2px 0px;
  font-size: 14px; }

.footer-columns .column-items ul li a {
  color: #4286f4;
  font-family: "Montserrat",Arial,Helvetica,sans-serif; }

.footer-columns .column-items ul li a:hover {
  color: #2d2d2d; }

.footer-columns .column-items.first ul li > i.fa {
  width: 36px;
  min-width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: transparent;
  color: #4286f4;
  font-size: 40px;
  border-radius: 3px;
  margin-right: 20px;
  margin-top: 7px; }

.footer-columns .column-items.first ul li p {
  line-height: 24px;
  color: #2d2d2d; }

.footer-columns .column-items.first ul li p span {
  font-size: 12px; }

.footer-columns .column-items ul li a, .footer-columns .column-items.first ul li {
  font-size: 14px;
  font-family: "Montserrat",Arial,Helvetica,sans-serif; }

.footer-columns .column-items.first ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.footer-icons {
  padding-bottom: 40px; }

.footer-icons .social-icons {
  padding: 0px;
  text-align: right; }

.footer-icons .social-icons a {
  width: 38px;
  height: 38px;
  border-radius: 3px; }

.footer-icons .social-icons a:hover {
  background: #2d2d2d; }

.social-icons a.icon--twitter {
  background: #000; }

.social-icons a.icon--linkedin {
  background: #3e73ae; }

.social-icons a.icon--facebook {
  background: #4a73bd; }

.social-icons a.icon--google {
  background: #ea3b02; }

.social-icons a.icon--pinterest {
  background: #cc2127; }

.social-icons a.icon--youtube {
  background: #cf3427; }

.social-icons a.icon--instagram {
  background: #f09433;
  background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 ); }

.footer-icons .social-icons a svg {
  fill: #fff;
  width: 20px; }

.footer-awards {
  padding-bottom: 40px; }

.footer-awards div {
  display: inline-block;
  vertical-align: top; }

.footer-awards .bbb {
  padding-right: 6px;
  padding-top: 9px;
  padding-bottom: 10px; }

.footer-awards .inc5000 {
  padding-right: 6px;
  padding-top: 9px;
  padding-bottom: 10px; }

.footer-awards .shopperapproved {
  padding-top: 0px;
  padding-right: 6px;
  padding-bottom: 10px;
  max-height: 54px; }

/*#google-customer-reviews-badge { width:167px !important; height:56px !important; border:1px solid #bdbdbd !important;}*/
#footer-wrapper {
  border-top: 1px solid #e0e0e0;
  padding-top: 35px; }

#bottom-footer {
  background: f7f7f7; }

.footer-copyright p {
  font-size: 12px !important;
  font-family: "Montserrat",Arial,Helvetica,sans-serif !important; }

.footer-copyright span {
  padding-right: 10px; }

.footer-copyright span.last {
  padding-right: 0px; }

.footer-copyright a {
  font-size: 0.95rem;
  color: #999; }

.storereviews {
  margin-top: 50px;
  margin-bottom: 20px;
  border-top: 1px solid #dcdcdc; }

.storereviews .container {
  width: 100%; }

#footerSubcribeForm {
  margin-bottom: 50px; }

#need-help-phone .fa-phone {
  color: #4286f4;
  font-size: 15px;
  vertical-align: middle; }

#need-help-phone a {
  color: #444444;
  font-size: 1.2rem; }

.bulk-pricing-link {
  color: #ff0000 !important; }

.cat-item img {
  border-radius: 4px;
  max-width: 100px; }

.cat-item.large img {
  max-width: 100% !important; }

.cat-item h4 {
  text-align: center; }

.cat-item p a {
  color: #2d2d2d; }

.module-wrapper:not(.productList) .prod-item.cat-item:hover::before {
  border: none; }

.module-wrapper:not(.productList) .prod-item.cat-item::before {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none; }

.cat-item .prod-image {
  margin-bottom: 14px; }

.cat-item a {
  font-size: 1.6rem !important;
  font-family: "Montserrat", Arial, Helvetica, sans-serif; }

/*.cat-item .prod-image img {max-width:105px;}*/
.cat-item .prod-desc {
  padding-bottom: 25px; }

.bd-hero .cat-item .prod-image img {
  max-width: none; }

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

.module-wrapper:not(.productList) .prod-item.cat-item:hover a {
  color: #4286f4; }

.prod-item.cat-item .prod-desc .prod-name a {
  font-size: 1.2rem !important; }

.bulkpricingcontainer {
  margin: 0 auto;
  text-align: center; }

.bulkpricing {
  padding: 15px;
  margin-bottom: 30px;
  display: inline-block;
  border: 1px solid #d8d8d8;
  border-radius: 3px; }

.bulkpricing .bulkpricing-headingtext {
  font-size: 1.2rem;
  font-weight: 600;
  color: #4286f4; }

.bulkpricing .bulkpricing-bodytext {
  font-weight: 700px;
  font-size: 1.2rem; }

.bulkpricing a {
  color: #2d2d2d; }

.freeshipping {
  /*padding:15px;*/
  margin-bottom: 2rem !important;
  display: inline-block;
  /*border:1px solid #d8d8d8; border-radius:3px;*/
  margin-top: 1rem !important; }

.freeshipping .freeshipping-left {
  float: left;
  background: #4286f4;
  padding: 12px;
  margin-right: 15px;
  border: none;
  border-radius: 3px; }

.freeshipping .freeshipping-left.green {
  background: #6eb726; }

.freeshipping .freeshipping-left.transparent {
  float: left;
  background: #fff;
  padding: 0px;
  margin-right: 5px;
  margin-left: -14px;
  border: none; }

.freeshipping .freeshipping-left svg {
  height: 3rem;
  width: 3rem;
  min-width: 3rem;
  fill: #ffffff;
  margin-bottom: -5px; }

.freeshipping .freeshipping-left.green svg {
  fill: #6eb726; }

.freeshipping .freeshipping-right {
  float: left; }

.freeshipping .freeshipping-bottom {
  clear: both;
  text-align: right; }

.freeshipping .fa-truck {
  font-size: 3rem;
  line-height: 3rem;
  /*padding-right:15px;*/
  color: #fff; }

.freeshipping .freeshipping-headingtext {
  font-size: 1.2rem;
  font-weight: 600;
  color: #4286f4;
  text-overflow: ellipsis; }

.freeshipping .freeshipping-headingtext {
  color: #4286f4; }

.freeshipping .freeshipping-headingtext.red {
  color: #ff1414; }

.freeshipping .freeshipping-headingtext.green {
  color: #6eb726; }

.freeshipping .freeshipping-bodytext {
  font-weight: 700px;
  font-size: 0.9rem;
  text-overflow: ellipsis; }

.freeshipping a {
  color: #2d2d2d; }

.productdetail {
  margin-bottom: 2rem !important;
  display: flex;
  align-items: center;
  margin-top: 1rem !important;
  line-height: 1.3rem; }

.productdetail .productdetail-left {
  margin-right: 15px; }

.productdetail .productdetail-left svg {
  height: 2rem;
  width: 2rem;
  min-width: 2rem;
  fill: #4286f4;
  margin-bottom: -5px; }

.productdetail .fa-truck {
  font-size: 3rem;
  line-height: 3rem;
  /*padding-right:15px;*/
  color: #fff; }

.productdetail .productdetail-headingtext {
  font-size: 1.0rem;
  font-weight: 600;
  color: #4286f4;
  text-overflow: ellipsis; }

.productdetail .productdetail-headingtext {
  color: #4286f4; }

.productdetail .productdetail-headingtext.red {
  color: #ff1414; }

.productdetail .productdetail-headingtext.green {
  color: #6eb726; }

.productdetail .productdetail-bodytext {
  font-size: 1.0rem;
  text-overflow: ellipsis; }

.productdetail a {
  color: #2d2d2d; }

.specialoffer {
  padding: 15px;
  margin-bottom: 2rem !important;
  display: inline-block;
  border: 1px solid #d8d8d8;
  border-radius: 3px; }

.specialoffer .specialoffer-left {
  float: left; }

.specialoffer .specialoffer-right {
  float: left; }

.specialoffer .fa-gift {
  font-size: 3rem;
  line-height: 3rem;
  padding-right: 15px;
  color: #4286f4; }

.specialoffer .specialoffer-headingtext {
  font-size: 1.2rem;
  font-weight: 600;
  color: #4286f4;
  text-overflow: ellipsis; }

.specialoffer .specialoffer-bodytext {
  font-weight: 700px;
  font-size: 1.2rem;
  text-overflow: ellipsis; }

.specialoffer a {
  color: #2d2d2d;
  text-decoration: underline; }

.bannerdisplay .cartbanner {
  display: none; }

.bannerdisplay div:first-child {
  /*display:flex;*/
  align-items: center; }

.cart-total-grandTotal {
  font-size: 1.6rem; }

.previewCartAction-viewCart a.btn {
  margin-right: 0px; }

.productView-info-name {
  min-width: 160px; }

.cart-totalsWrapper-container {
  border: 10px solid #f5f5f5;
  padding: 0px 10px;
  max-width: 407.5px; }

.estimator-form-label {
  width: 70%;
  text-align: left; }

.shipping-quotes .btn.select-shipping-quote {
  margin-top: 10px; }

.estimator-form dl dt {
  width: 40%;
  text-align: left; }

.estimator-form-row {
  padding-bottom: 15px !important; }

.cart-totals {
  width: 100%; }

.ticker-tape-container {
  overflow-x: hidden;
  display: flex; }

.ticker-tape {
  --direction: normal;
  --duration: 20s;
  --delay: 0s;
  --iteration-count: infinite;
  --play: running;
  display: flex;
  gap: 1rem;
  margin-right: 1rem;
  flex: 0 0 auto;
  align-items: center;
  animation: marquee var(--duration) linear var(--delay) var(--iteration-count);
  animation-play-state: var(--play);
  animation-delay: var(--delay);
  animation-direction: var(--direction); }

@keyframes marquee {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-100%); } }

.ticker-styling {
  border-radius: 0px 0px 3px 3px;
  margin: 0 auto;
  margin-bottom: 30px;
  background-color: black;
  padding: 0.5rem;
  color: white;
  font-size: 1.2rem;
  font-family: Montserrat,Arial,Helvetica,sans-serif;
  font-weight: 600;
  max-width: 1600px;
  width: 100%; }
  .ticker-styling span {
    padding: 0.25rem 3rem; }

#SA_review_wrapper .SA__review_widget .SA__review_widget_item .SA__review_content .SA__review_num_ratings span {
  vertical-align: -1px; }

#SA_review_wrapper .SA__review_widget .SA__review_widget_item .SA__review_content .SA__review_num_ratings span:last-child {
  vertical-align: -1px; }

#SA_review_wrapper .SA__customer_content {
  position: relative;
  text-align: left; }

#product_just_stars {
  display: inline-block;
  margin-bottom: 10px; }

.star_container .group-stars .ind_cnt {
  display: inline;
  padding-left: 8px;
  font-size: 12px;
  vertical-align: 3px;
  text-align: center;
  width: 100%; }

.star_container {
  text-align: center !important; }

span.saReviewsJump {
  font-size: 12px;
  border-right: solid 1px;
  padding-right: 10px;
  margin-right: 10px; }

.SA__rating {
  display: inline-flex; }

@media only screen and (max-width: 540px) {
  .SA__rating_wrap {
    margin-bottom: 0px !important; } }

@media screen and (max-width: 576px) {
  span.saReviewsJump {
    border-right: none; }
  .SA__rating_wrap {
    display: inline-block !important;
    margin-bottom: inherit; }
  .SA__wrapper .SA__container:not(.vertical) .SA__more_review {
    margin-top: inherit !important; }
  .SA__wrapper .SA__more_review {
    text-align: center;
    padding: inherit; } }

.SA__rating_wrap, span.SA__star.SA_activestar .SA__star.SA_activestar {
  display: flex; }

#product_just_stars .SA__review_widget_item .SA__total_reviews a {
  font-weight: bold;
  font-size: 12px !important;
  padding-right: 10px !important;
  margin-right: 8px;
  text-decoration: underline;
  border-right: 1px solid #2d2d2d;
  padding-top: 1px;
  padding-bottom: 1px; }

#ab-tiny-widget {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  display: inline-block !important;
  font-size: 12px !important;
  vertical-align: 6px !important;
  letter-spacing: -0.25px; }

#ab-tiny-widget > a:nth-child(2) {
  text-decoration: underline;
  font-weight: bold; }

.answerbase-widget img[usemap], .answerbase-widget map area {
  outline: none;
  width: inherit !important; }

.autocomplete-w1 img, .answerbase-widget img {
  width: inherit !important; }

.answerbase-widget {
  max-width: 1325px;
  margin: 0 auto;
  padding: 20px; }

.rating-compare {
  display: none !important; }

.star-rating {
  display: none !important; }

.productView-rating {
  display: none !important; }

#product_just_stars.reg .SA__review_widget_item .SA__rating svg {
  overflow: inherit !important; }

#SA_review_wrapper .SA__verified_customer img {
  width: auto !important; }

@media (max-width: 991px) {
  .footer-columns .column-items {
    width: 50%; }
  #mobile-search-toggle {
    width: 62px;
    border-right: 1px solid #e0e0e0; }
  .header-middle {
    box-shadow: none;
    border-bottom: 1px solid #e0e0e0; }
  .header-middle .header-logo {
    width: calc(100% - 124px);
    margin: -15px 62px 0px 62px; }
  .header-middle .container {
    padding: 0px; }
  #st-trigger-effects {
    float: left; }
  #st-trigger-effects a {
    width: 62px;
    height: 62px;
    float: left;
    border-right: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0; }
  .st-menu ul li a.halloween {
    color: #ff7800; }
  .st-menu ul li a.christmas {
    color: #FF0012; }
  .st-menu > ul {
    height: auto; }
  .st-menu p {
    margin-bottom: 0px; }
  .st-menu p a {
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    font-size: 14px;
    padding: 13px 20px 12px;
    display: block;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #000;
    outline: 0; }
  .header-middle .header-middle-right {
    width: 62px !important;
    height: 62px;
    border-left: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0; }
  .header-middle .header-logo {
    padding: 0px 26px; }
  .header-bottom {
    display: none; }
  #mobileAccountSidebar {
    width: 62px;
    border-left: 1px solid #e0e0e0;
    line-height: 40px;
    height: 40px; }
  #mobileAccountSidebar span {
    display: none; }
  .header-top {
    padding: 0px; }
  .header-top .container {
    padding: 0px; }
  .header-top .header-top-right #mobileAccountSidebar > a .fa {
    margin-right: 0px; }
  .header-top .header-top-right #mobileAccountSidebar > a {
    padding: 10px 25px; }
  .header-top nav.navUser ul li {
    padding: 0px; }
  .footer-icons {
    width: 100%; }
  .footer-icons .social-icons, .footer-awards {
    text-align: center;
    width: 100%; }
  #footerSubcribeForm input[type="text"],
  #footerSubcribeForm input[type="email"] {
    min-width: 250px;
    margin-bottom: 0px !important; }
  .hero-products {
    padding-bottom: 0px !important; }
  /*.bd-hero-content-wrapper-thirds .bd-hero-content-header, .bd-hero-content-header.category {font-size:2rem !important; line-height:2.3rem;}*/
  .storereviews .bd-hero-content-header, .blog .bd-hero-content-header {
    font-size: 2.2rem;
    line-height: 2.5rem; }
  .page-heading {
    font-size: 1.6rem;
    line-height: 2.1rem; }
  .facetedSearch-navList {
    display: block !important; }
  /*.module-wrapper:not(.productList) .prod-item a.btnATC {color:#fff !important; background-color:#4286f4; border-color:#4286f4; box-shadow: none;}*/
  .s48meganav {
    display: block !important;
    background: #fff !important; }
  .st-menu ul li.hasSub {
    display: contents; }
  .st-menu ul li a {
    border-bottom: none;
    font-family: "Montserrat", Arial, Helvetica, sand-serif; }
  .s48meganav .menu-block__depth-0--item > .menu-block--anchor {
    color: #2d2d2d !important; }
  .s48meganav .menu-back-btn, .s48meganav .navPages-list .navPages-action, .s48meganav .navPages-list .navPages-item {
    color: #2d2d2d !important; }
  .s48meganav .nav .menu-block__depth-0 .menu-block__depth-0--item > .menu-block--anchor {
    padding: 0.1rem !important;
    color: #2d2d2d !important; }
  .s48meganav .nav .menu-block__depth-0 .menu-block__depth-0--item > .menu-block--anchor:hover {
    color: #2d2d2d !important; }
  .s48meganav .nav .menu-block--wrapper {
    background: #fff !important; }
  .st-menu .s48meganav ul li ul li a {
    margin: 0px !important;
    border-bottom: none !important; }
  .st-menu .s48meganav ul li a {
    padding: 0.1rem !important; }
  .menu-block--wrapper.menu-block__depth-1--wrapper {
    border: none !important; }
  .breadcrumbs {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow: scroll;
    text-wrap: nowrap; }
  .productView-product #product_just_stars.reg .SA__review_widget_item .SA__rating svg {
    width: 14px !important; }
  #product_just_stars .SA__review_widget_item .SA__total_reviews a {
    font-size: 10px !important; }
  #ab-tiny-widget {
    font-size: 10px !important;
    vertical-align: 7px !important; }
  .productView-id {
    font-size: 10px !important; }
  #product_just_stars.reg.aside .SA__review_widget_item .SA__total_reviews {
    margin-top: -2px; }
  .prod-item.cat-item .prod-desc .prod-name a {
    font-size: 1.0rem !important; } }

@media (max-width: 768px) {
  .footer-icons .social-icons {
    text-align: center; }
  .footer-awards {
    text-align: center; }
  #homeTopBanners {
    padding-top: 30px; }
  .blog-post-figure.main {
    max-width: 100% !important;
    margin-left: 0 !important; }
  .heroCarousel {
    border-bottom: none !important;
    padding-bottom: 0px !important; }
  h1.bd-hero-content-header {
    font-size: 3rem !important; }
  h2.bd-hero-content-header {
    font-size: 2.5rem !important;
    padding-bottom: 10px; }
  .mgn-b {
    margin-bottom: 20px !important; }
  .bd-hero-wrapper-thirds.mgn-b {
    margin-bottom: 0px !important; }
  #homeFeaturedProducts.module-wrapper.mgn-b, #homeNewProducts.module-wrapper.mgn-b {
    margin-bottom: 0px !important; }
  #homeFeaturedProducts.module-wrapper > .container,
  #homeNewProducts.module-wrapper > .container {
    padding-bottom: 0px !important; }
  #homeFeaturedProducts.module-wrapper {
    padding-top: 0px !important; }
  #homeNewProducts.module-wrapper {
    padding-top: 20px !important; }
  #productView-mainimage img {
    width: 75% !important; }
  .productViewTop .row:first-child {
    display: flex;
    flex-direction: column; }
  .productView-details-top {
    order: 1; }
  .productView-details {
    order: 3; }
  .productView-images {
    order: 2; }
  .productView-title {
    font-size: 18px; } }

@media (max-width: 640px) {
  .prod-item .prod-image {
    margin-right: 10px !important; }
  .module-wrapper .productBlockContainer.columns-3 .prod-item {
    width: 100%; }
  .footer-columns .column-items {
    width: 100%;
    padding-bottom: 0px; }
  .footer-awards {
    display: none; }
  .quick-links {
    padding-bottom: 10px !important;
    text-align: center !important; }
  .quick-links ul {
    display: inline-flex; }
  .quick-links ul li {
    padding-right: 15px !important; }
  .quick-links ul li.last {
    padding-right: 0px !important; }
  .quick-links ul li a {
    font-size: 1rem !important;
    font-weight: bold; }
  .hidden-xxs {
    display: none; }
  .cat-item .prod-desc {
    padding-bottom: 0px !important; }
  .module-wrapper .productBlockContainer.columns-5 .prod-item.cat-item {
    width: 33% !important; } }

@media (max-width: 480px) {
  .product-pagination.top {
    flex-wrap: nowrap !important; }
  .module-wrapper.productList .productBlockContainer .prod-item .card-figure .prod-desc {
    width: 100% !important; }
  .module-wrapper.productList .productBlockContainer .prod-item .card-figure .prod-image {
    width: 100% !important;
    padding-right: 10px; } }

@media (max-width: 600px) {
  .actionBar[data-sort-by] {
    text-align: right !important; }
  .actionBar[data-sort-by] select {
    max-width: 160px !important; } }

@media (max-width: 320px) {
  .quick-links ul li {
    padding-right: 12px !important; }
  .quick-links ul li a {
    font-size: 0.85rem !important;
    font-weight: bold; }
  .header-banner ul li {
    font-size: 0.8rem !important; } }

@media (min-width: 768px) {
  .navPages-container li.hasMegamenu.fullWidth > .subMegaMenu .container {
    width: 750px; }
  .productView-details-top {
    padding-left: 50px; } }

@media (max-width: 768.98px) {
  .bd-hero-content-wrapper {
    top: unset !important;
    transform: unset !important; }
  .bd-hero-content-wrapper-thirds .bd-hero-content-container {
    color: #fff; }
  .bd-hero-content-container {
    color: #2d2d2d;
    /*background:#fff !important;*/
    text-align: center;
    padding: 20px; }
  .bd-hero-content-container.category {
    padding: 0px !important; }
  .bd-hero-content-container3 {
    text-align: center; }
  /* .bd-hero-content-wrapper {padding:10px 0px !important;} */
  .header-banner ul li {
    font-size: 0.9rem !important; }
  #cart-totalsWrapper {
    float: none !important;
    max-width: none !important; }
  .cart-totalsWrapper-container {
    max-width: none !important; }
  .hero-category-container .row .col-sm-4 {
    width: 100% !important; } }

@media (min-width: 769px) {
  .bd-hero {
    margin: 0px;
    width: 100%;
    height: auto; }
  .bd-hero .prod-item:hover::before {
    border: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none; }
  /* .bd-hero-content-wrapper {display: flex; flex-direction: column; align-items: flex-end; position: absolute; top: 50%; left: 0; bottom: 0; transform: translate(0%, -50%); pointer-events:none;} */
  .bd-hero-content-wrapper.category {
    position: relative;
    padding: 0px 0 10px; }
  .bd-hero-content-container.category {
    color: #2d2d2d;
    background: #fff;
    padding: 0px; }
  .bd-hero-content-cta.category {
    text-align: center; }
  .relative-wrap {
    position: relative;
    transform: translate(0%, 0%); }
  .bd-hero-content-wrapper[data-alignment~=left] {
    text-align: left; }
  .bd-hero-content-wrapper[data-alignment~=right] {
    text-align: right; }
  .bd-hero-content-wrapper[data-alignment~=center] {
    text-align: center; }
  .bd-hero-content-wrapper[data-horizontal~=left] {
    -ms-flex-align: start;
    align-items: flex-start; }
  .bd-hero-content-wrapper[data-horizontal~=right] {
    -ms-flex-align: end;
    align-items: flex-end; }
  .bd-hero-content-wrapper[data-horizontal~=center] {
    -ms-flex-align: start;
    align-items: center; }
  .bd-hero-content-wrapper[data-vertical~=middle] {
    -ms-flex-pack: center;
    justify-content: center; }
  .bd-hero-content-wrapper-thirds[data-color="white"] {
    color: #ffffff; }
  #homeFeaturedProducts.module-wrapper .productCarousel,
  #homeNewProducts.module-wrapper .productCarousel {
    max-width: calc(100% - 120px); }
  #top-body-banner {
    min-height: 32px; } }

@media (max-width: 991px) {
  #product-listing-container .module-wrapper .productBlockContainer.columns-4 .prod-item {
    width: 100%; }
  .productcard {
    flex-direction: row !important; }
  .productCarousel .productcard {
    flex-direction: column !important; }
  .prod-item .prod-image {
    justify-content: left !important;
    padding-left: 0 !important; }
  .cat-item .prod-image {
    justify-content: center !important;
    padding: 0 10px !important; }
  .productCarousel .prod-item .prod-image {
    justify-content: center !important;
    /*padding:0 10px !important;*/ }
  /*.module-wrapper:not(.productList) .prod-item a.btnATC {background:#4286f4; border-color:#4286f4;}
.module-wrapper:not(.productList) .prod-item a.btnATC:hover {background:#2d2d2d; border-color:#2d2d2d;}
*/
  .prod-item .prod-image .actions > .btnQV {
    display: none !important; }
  .productcard-top {
    height: auto !important; }
  .productcard-bottom {
    height: auto !important; }
  .hero-category-container .row .col-sm-4 {
    width: 50%; }
  .partner-hero {
    display: block !important;
    max-height: unset !important;
    margin-top: 98px !important; }
  .partner-hero .partner-badge {
    background-size: 128px !important;
    height: 128px !important;
    transform: translate(0px, -64px);
    margin-bottom: -64px; }
  .partner-hero .col-sm-3, .partner-contact .col-sm-9 {
    width: 100%; }
  .partner-hero .col-sm-9.flex {
    display: block !important;
    padding-bottom: 30px;
    width: 100% !important;
    text-align: center; }
  .partner-hero .btn-hero {
    font-size: 1.3rem !important;
    height: 3.5rem !important;
    padding: 0 1.5rem !important; } }

@media (min-width: 992px) {
  .sticky {
    position: sticky;
    position: -webkit-sticky;
    top: 160px;
    height: 100%; }
  .st-container {
    overflow: visible; }
  body.is-sticky header.header .header-bottom, body.is-sticky header.header .header-top {
    display: block; }
  body.is-sticky header.header {
    /*box-shadow: 0 1px 4px rgba(0,0,0,.1);*/
    box-shadow: 0 4px 35px rgba(0, 0, 0, 0.1); }
  .bd-hero-wrapper-thirds {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row !important; }
  .bd-hero-media-thirds {
    width: 66.66667%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .bd-hero-media-thirds .img-overscale {
    height: 100%; }
  .bd-hero-content-wrapper-thirds {
    width: 33.33333%; }
  .bd-hero-content-wrapper-thirds[data-arrangement~=left] {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .bd-hero-content-wrapper-thirds[data-arrangement~=right] {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  #main-footer .container {
    padding: 0px 40px; }
  .container_page > .container {
    padding: 0px 20px; }
  .hero-products .container {
    padding: 0px 40px; }
  #homeFeaturedProducts .container, #homeNewProducts .container {
    padding: 0px 40px; }
  #homeBottomText .container {
    padding: 0px 40px; }
  .storereviews .container {
    padding: 0px 40px; }
  .col-pad {
    padding: 40px; }
  .navPages-container li.hasMegamenu.fullWidth > .subMegaMenu .container {
    width: 970px; }
  .blog-post-body {
    max-width: 900px; }
  .module-wrapper.productList .productBlockContainer .prod-item .card-figure .prod-desc {
    padding-top: 10px; }
  li.menu-block--item.menu-block__depth-0--item.menu-block--responsive.menu-block__tag-auto-width.has-children:hover span.menu_block--heading.menu_block__depth-0--heading::before {
    position: absolute;
    top: 32px;
    left: 50%;
    width: 30px;
    height: 30px;
    margin-left: -15px;
    content: '';
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition-delay: .0s !important;
    border: 1px solid #d0d0d0;
    background: #f5f5f5;
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2); } }

@media (max-width: 1080px) {
  .navPages-container nav ul.navPages-list > li > a {
    font-size: 0.9rem; } }

@media (max-width: 1200px) {
  #cart-totalsWrapper {
    float: right;
    width: 100%;
    max-width: 407.5px; } }

@media (min-width: 1200px) {
  .navPages-container li.hasMegamenu.fullWidth > .subMegaMenu .container {
    width: 1170px; }
  .blog-header h1 a {
    font-size: 3rem;
    line-height: 3.3rem; }
  .blog-header h2 a {
    font-size: 2.4rem;
    line-height: 2.7rem; } }

@media (min-width: 1601px) {
  .heroCarousel.owl-carousel {
    opacity: 0; } }

@media (min-width: 1700px) {
  .container {
    width: 1600px !important; }
  .container_page > .container {
    padding: 0px !important; }
  .heroCarousel-image {
    max-width: 1600px !important; } }

.answerbase-widget img[usemap] {
  display: none; }

.answerbase-widget hr {
  max-width: 100% !important; }

#SA_review_wrapper .SA__review_container, .answerbase-widget {
  padding: 0px !important; }

.productcard {
  display: flex;
  flex-direction: column;
  height: 100%; }

.productList .row.productcard.no-margin {
  flex-direction: row; }

.productList .productcard-top {
  max-width: 210px; }

.productcard-bottom {
  display: flex;
  align-items: top; }

.productList .star_container {
  text-align: left !important;
  padding-bottom: 20px; }

.module-wrapper.productList .productBlockContainer .prod-item .card-figure .prod-desc .btnATC {
  color: #fff !important;
  background-color: #4286f4;
  border-color: #4286f4; }

.module-wrapper.productList .productBlockContainer .prod-item .card-figure .prod-desc {
  width: 100%; }

.module-wrapper.productList .productBlockContainer .prod-item {
  padding-top: 0px; }

.module-wrapper:not(.productList) .prod-item {
  padding-top: 0px !important;
  margin-bottom: 20px; }

.productcard-top {
  flex-grow: 1;
  /*height:100%;*/ }

.productCarousel .col-xs-6, .productCarousel .col-sm-6 {
  width: 100%; }

.bd-hero-wrapper.category {
  margin-bottom: 60px; }

.bd-hero .module-wrapper {
  margin-bottom: 0px !important;
  border: none !important; }

.bd-hero-media {
  position: relative; }

.bd-hero-media .bd-hero-link {
  display: block; }

.bd-hero h2, .bd-hero h3 {
  border-top: none; }

body:has(.youtube-player) .blog-thumbnail {
  display: none; }

.blog .bd-hero-media {
  max-height: 300px;
  max-width: 100%;
  overflow: hidden;
  border-radius: 3px; }

.blog.row {
  border-bottom: 1px solid #dcdcdc; }

.blog-col {
  padding: 0px 15px; }

.partner-hero {
  background: #eff4fe;
  border-radius: 3px;
  display: flex;
  align-items: center;
  max-height: 200px;
  margin-top: 40px; }

.partner-hero h2 {
  padding: 0px !important; }

.partner-hero .btn-hero {
  font-size: 2rem;
  height: 4.5rem;
  padding: 0 2rem !important; }

.partner-hero .partner-badge {
  background-image: url("//cdn11.bigcommerce.com/s-fz66rhptih/content/img/Birddog-Lighting-Pro-Partner-Icon-Centered.png");
  background-size: 256px;
  background-repeat: no-repeat;
  background-position: center;
  height: 256px; }

.bd-hero-wrapper {
  position: relative; }

.bd-hero.overlay .bd-hero-content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: absolute;
  top: 50%;
  left: 0;
  bottom: 0;
  transform: translate(0%, -50%);
  pointer-events: none; }

.bd-hero-content-wrapper {
  padding: 2rem 7%; }

.bd-hero-content-wrapper .bd-hero-content-container {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 6px;
  padding: 40px 20px; }

.bd-hero-content-container {
  padding: 20px; }

.bd-hero-content-container3 {
  background: none;
  padding: 0px; }

.img-overscale {
  width: 100% !important;
  height: auto; }

.img-noscale {
  width: auto;
  height: auto; }

.bd-hero-content-header {
  font-family: Montserrat,Arial,Helvetica,sans-serif;
  /*font-size: 3.4375rem;*/
  font-size: 2.4rem;
  /*line-height: 3.4rem;*/
  font-weight: 600;
  pointer-events: none;
  margin: 1rem 0 0.5rem; }

h1.bd-hero-content-header {
  font-size: 3.6rem; }

h2.bd-hero-content-header {
  font-size: 3rem;
  color: inherit;
  padding: 28px 0px 10px; }

h3.bd-hero-content-header {
  font-size: 2.5rem; }

.bd-hero-content-header.category {
  margin: 0rem 0 0.5rem;
  font-size: 3rem; }

.bd-hero-content-header3 {
  font-family: Montserrat,Arial,Helvetica,sans-serif;
  font-size: 2rem;
  line-height: 2.3rem;
  font-weight: 600;
  margin: 0.25rem 0 .5rem; }

h3.bd-hero-content-header3 {
  font-size: 2.25rem;
  line-height: 3rem;
  padding: 28px 0px 0px; }

.bd-hero-content-copy {
  font-family: Montserrat,Arial,Helvetica,sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
  pointer-events: auto;
  margin: 1rem 0; }

.bd-hero-content-copy3 {
  font-family: Montserrat,Arial,Helvetica,sans-serif;
  font-size: 1.4rem;
  pointer-events: auto;
  margin: 1rem 0;
  line-height: unset; }

.bd-hero-content-copy3 p {
  margin: 15px 0px;
  line-height: normal; }

.bd-hero-content-cta {
  pointer-events: auto;
  margin: 2rem 0 -0.4rem; }

.bd-hero-content-cta.category {
  margin: 0;
  text-align: center; }

.btn-hero {
  font-size: 1.15rem;
  padding: 0px 15px !important; }

.btn-hero3 {
  padding: 0px 15px !important; }

.hero-products {
  padding-top: 0px !important;
  padding-bottom: 120px; }

.hero-products > .container {
  border: none !important; }

.bd-hero-wrapper-thirds {
  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: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.bd-hero-media-thirds {
  position: relative; }

.bd-hero-content-wrapper-thirds {
  position: relative;
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #4286f4;
  text-align: center;
  padding: 1.5rem; }

.bd-hero-content-wrapper-thirds[data-bg="dark"] {
  background-color: #2d2d2d; }

.bd-hero-content-wrapper-thirds[data-bg="black"] {
  background-color: #000; }

.bd-hero-content-wrapper-thirds[data-bg="red"] {
  background-color: #cc362b; }

.bd-hero-content-wrapper-thirds[data-bg="darkblue"] {
  background-color: #010473; }

.bd-hero-content-wrapper-thirds[data-bg="orange"] {
  background-color: #ff5d00; }

.bd-hero-content-wrapper-thirds[data-bg="green"] {
  background-color: #4cbd2f; }

.bd-hero-content-wrapper-thirds[data-bg="purple"] {
  background-color: #634798; }

.bd-hero-content-wrapper-thirds[data-bg="mint"] {
  background-color: #0beda2; }

.bd-hero-content-wrapper-thirds[data-bg="light"] {
  /*background-color:#f9043d;*/
  background-color: #f11835; }

.bd-hero-content-wrapper-thirds[data-bg="navy"] {
  background-color: #121d33; }

.bd-hero-content-wrapper-thirds .bd-hero-content-container {
  background: none !important; }

.bd-hero-content-wrapper-thirds .btn.btn-primary {
  border: 1px solid #ffffff;
  background: transparent; }

.bd-hero-content-wrapper-thirds .btn.btn-primary:hover {
  color: #2d2d2d;
  background: #ffffff; }

.bd-hero-content-wrapper[data-color~=white] {
  color: #ffffff; }

.blue {
  color: #4286f4; }

.white {
  color: #ffffff !important; }

a:hover.white {
  color: #ffffff; }

.header-banner {
  /*background:#1b2c36;*/
  /*background:#fd0f41;*/
  /*background:#2a2a2a;*/
  /*background:#9c0c0c;*/
  padding: 6px 0px;
  text-align: center;
  --color-background: 255,255,255;
  --gradient-background: linear-gradient(133deg, rgba(54, 110, 250, 1) 9%, rgba(64, 250, 123, 1) 32%, rgba(250, 220, 54, 1) 56%, rgba(250, 73, 73, 1) 75%);
  --color-foreground: 50,50,50;
  --color-background-contrast: 191,191,191;
  --color-shadow: 71,112,219;
  --color-button: 215,0,0;
  --color-button-text: 255,255,255;
  --color-secondary-button: 255,255,255;
  --color-secondary-button-text: 50,50,50;
  --color-link: 50,50,50;
  --color-badge-foreground: 50,50,50;
  --color-badge-background: 255,255,255;
  --color-badge-border: 50,50,50;
  --payment-terms-background-color: rgb(255 255 255); }

.header-banner ul {
  margin: 0px;
  list-style-type: none; }

.header-banner ul li {
  color: #fff;
  font-size: 1.12rem;
  padding: 0.1rem 0px;
  font-family: Montserrat,Arial,Helvetica,sans-serif; }

.header-banner ul li a {
  color: #fff; }

.header-banner ul li a span {
  padding-left: 10px;
  color: #fff;
  font-weight: bold; }

.firstrow {
  /*background:#1b2c36;*/
  background: #000000; }

.secondrow {
  /*background:#ff5d00;*/
  background: #99061f;
  /*background:#f11835;*/
  /*background:#062a44;*/
  /*background:#ff0164;*/
  /*background:#26612d;*/
  /*background:#CC0000;*/
  /*background:#fc6367; background-image: linear-gradient(to right, #ff6d76,#ffba6d,#fffc6d,#8aff6d,#97feff,#bcbbff,#d593ff);*/ }

.secondrow a {
  color: #fff; }

.secondrow ul li span {
  padding-left: 0px;
  color: #fff; }

.secondrow ul li span strong {
  color: #fff;
  vertical-align: middle;
  padding: 2px; }

.secondrow ul li span.smaller {
  color: #fff;
  font-weight: normal; }

.thirdrow {
  background: #f7630c;
  /*background:#010473;*/
  /*background:#68256a;*/
  /*background:#be192b;*/
  /*background:#dd132e;*/
  /*background:#ff5d00;background-image:linear-gradient(to top right,#ff5d00,#ff9b00);*/
  /*background:#fbbf13;*/
  /* background: #801269; background-image: linear-gradient( to top right, #431a80, #801269);*/
  /*background-image: linear-gradient(to bottom right,#bb151c,#ec1a29,#cb1922)*/ }

.thirdrow ul li span strong {
  color: #fff; }

.thirdrow ul li a span {
  padding-left: 4px;
  color: #fff;
  font-weight: bold; }

.thirdrow ul li a span strong {
  color: #fff;
  padding-right: 2px; }

.thirdrow .smaller {
  color: #fff; }

.fourthrow {
  background: #421842; }

.fourthrow ul li span strong {
  color: #fff; }

.fourthrow ul li a span {
  padding-left: 4px;
  color: #fff;
  font-weight: bold; }

.fourthrow ul li a span strong {
  color: #fff;
  padding-right: 2px; }

.fourthrow .smaller {
  color: #fff; }

#animated-promotion ul .owl-stage a {
  text-decoration: none; }

.sale-ts {
  background: #662a1b; }

.sale-ts .alt {
  color: #feca3e; }

.sale-bf {
  background: #400876; }

.sale-bf .alt {
  color: #fedb39; }

.sale-cm {
  background: #182042; }

.sale-cm .alt {
  color: #df0432; }

.ooo {
  /*background:#eeeeee;*/
  /*background:#de0000;*/
  /*background:#2d2d2d;*/
  /*background:#ffd9d9;*/
  background: #099325;
  /*border-bottom:1px solid #e0e0e0;*/ }

.ooo ul li {
  /*color:#e74143;*/
  /*color:#2d2d2d;*/
  color: #fff;
  font-weight: bold; }

.large {
  font-size: 125% !important; }

.small {
  font-size: 85% !important; }

.smaller {
  font-size: 75%; }

.productView-options {
  margin-bottom: 25px; }

.productView-options .form-field {
  display: flex;
  flex-direction: column; }

.productView-options .form-field[data-product-attribute="swatch"] {
  flex-direction: row;
  flex-wrap: wrap; }

.productView-options .form-field[data-product-attribute="swatch"] .form-label {
  width: 100%; }

.productView-options .form-field > .form-checkbox + .form-label,
.productView-options .form-field > .form-radio + .form-label {
  margin-left: 0px;
  margin-bottom: 0.4em; }

.productOptions-list {
  max-width: 500px;
  border-radius: 3px; }

.productOptions-list-item {
  padding: .75rem !important;
  background: #f5f5f5; }

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

/*.productOptions-list-item-figure {display:none;}*/
.prod-item .prod-desc .rating-compare {
  text-align: center; }

.prod-item .prod-desc .rating-compare .star-rating {
  width: 100%; }

.no-padd {
  padding: 0px; }

.no-margin {
  margin: 0px; }

.mgn-b {
  margin-bottom: 30px; }

.mgn-b-20 {
  margin-bottom: 20px; }

.mgn-t {
  margin-top: 20px; }

.blog-post {
  font-size: 1.2rem;
  margin-bottom: 40px; }

.masonry-brick .blog-header h2 {
  min-height: 120px; }

.blog-row .masonry-brick {
  padding: 0px 10px 30px 10px; }

.masonry-brick .blog-date {
  margin-bottom: 0px; }

.masonry-brick article.blog {
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  padding: 20px; }

.blog-header-logo {
  margin-top: 30px; }

.blog-header-logo img {
  max-width: 44px; }

.blog-header h1 a, .blog-header h2 a {
  color: #2d2d2d; }

.blog-post p img {
  display: block;
  margin: 20px 0px; }

/*.blog-post img, .blog-thumbnail img {width:auto;}*/
.blog-thumbnail img.lazyload {
  max-height: 50px;
  height: 50px;
  transition: none; }

.blog-thumbnail img {
  transition: none; }

.blog-post a {
  color: #4286f4; }

.blog-post img.noscale {
  width: auto; }

.blog-post img.noscale.center {
  margin: 0 auto;
  text-align: center; }

.blog-post-figure.main {
  /*max-width:40%; float:right; margin-left:1rem;*/ }

.pad-t-10 {
  padding-top: 10px; }

.pad-t-15 {
  padding-top: 15px; }

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

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

.pad-b-10 {
  padding-bottom: 10px; }

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

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

.m-l-10 {
  margin-left: 10px; }

.m-r-10 {
  margin-right: 10px; }

.m-b-10 {
  margin-bottom: 10px; }

.m-b-20 {
  margin-bottom: 20px; }

.m-b-30 {
  margin-bottom: 30px; }

.m-t-10 {
  margin-top: 10px; }

.m-t-20 {
  margin-top: 20px; }

.m-t-50 {
  margin-top: 50px; }

.center {
  text-align: center; }

.flex {
  display: flex; }

.flex-center {
  align-items: center; }

.category-description p:last-of-type {
  margin-bottom: 1.4rem; }

.category-description h4 {
  font-size: 16px;
  margin-top: 1rem; }

.error-page-heading {
  font-size: 2.5rem;
  font-style: italic; }

.error-page-message {
  font-size: 1.75rem;
  line-height: normal; }

.error-page-options {
  height: 100%;
  margin-left: 0; }

.error-page-options li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px 0; }

.error-page-options-number {
  font-size: 3rem;
  font-weight: 600;
  color: #fff;
  background: #4286f4;
  border: 0px solid #4286f4;
  border-radius: 50%;
  width: fit-content;
  padding: 20px;
  text-align: center; }

.error-page-options-info {
  font-size: 1.15rem;
  font-weight: 600;
  padding-left: 2rem;
  width: 100%; }

.error-page-options-info form, .error-page-options-info .form-field {
  margin: 0; }

.error-page-options-info form .form-prefixPostfix-button--postfix {
  margin: 0 0 0 .76923rem; }

.error-page-options-info form .form-input {
  max-width: 18rem; }

.error-page-options-info .col-sm-6 {
  padding-left: 0px;
  padding-right: 0px; }

.error-page-options-info .search-info {
  padding-top: 10px; }

.promo-block .container {
  width: 100%;
  padding: 0px; }

.promo-block .heading {
  font-size: 2.4rem;
  font-weight: 600;
  margin-top: 2.26923rem;
  color: #4286f4;
  letter-spacing: .25px;
  margin-bottom: .76923rem;
  line-height: 1.1;
  font-family: Montserrat,Arial,Helvetica,sans-serif; }

.promo-block a {
  color: #2d2d2d; }

.promo-block h2 {
  font-size: 2.1rem; }

.promo-block .pricing .d-price {
  color: #aaa;
  font-weight: 600;
  text-decoration: line-through;
  margin-right: 10px;
  font-style: italic;
  font-size: 1.2rem;
  font-family: "Open Sans"; }

.promo-block .pricing .v-price {
  text-decoration: none; }

.promo-block .pricing .s-price {
  color: #ff6200;
  font-weight: 600;
  font-size: 1.5rem;
  font-family: "Open Sans"; }

.promo-block .coupon {
  font-size: 1.6rem;
  font-weight: 600;
  padding: 20px;
  border: 3px dashed #4286f4;
  border-radius: 3px;
  width: fit-content; }

.promo-block .coupon span {
  color: #4286f4; }

.promo-block .prod-item .prod-desc .prod-name a {
  font-size: 1.4rem;
  font-weight: 600; }

.or-use-label {
  margin-bottom: 0px;
  padding-bottom: 10px;
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center !important; }

.video-container {
  max-width: 1600px;
  /* Set a pixel value instead if no parent container*/
  margin: 0 auto;
  /* Center the container */
  display: block; }

.video-container video {
  width: 100%;
  /* Fill the available width */
  height: auto;
  /* Adjust height automatically */
  display: block;
  /* Removes weird space below video */ }

.youtube-player {
  position: relative;
  padding-bottom: 56.23%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  /* Use 75% for 4:3 videos */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
  margin: 5px; }

.youtube-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: transparent; }

.youtube-player img {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  max-width: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  height: auto;
  cursor: pointer;
  -webkit-transition: .4s all;
  -moz-transition: .4s all;
  transition: .4s all; }

.youtube-player img:hover {
  -webkit-filter: brightness(75%); }

.youtube-player .play {
  height: 72px;
  width: 72px;
  left: 50%;
  top: 50%;
  margin-left: -36px;
  margin-top: -36px;
  position: absolute;
  background: url("//cdn11.bigcommerce.com/s-fz66rhptih/content/img/playbutton.png") no-repeat;
  cursor: pointer; }

.video-thumbnail {
  /*position: relative;*/
  /*display: inline !important;*/
  cursor: pointer;
  /*margin: 30px;*/ }
  .video-thumbnail:before {
    position: absolute;
    top: 50%;
    /*left: calc(50% - 10px);*/
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    /*content: "\f01d";
    font-family: FontAwesome;
    font-size: 40px;
    color: #fff;*/
    content: "";
    background: url(/s-fz66rhptih/content/img/play-circle.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 70%;
    background-origin: content-box;
    height: 40%;
    width: 40%;
    min-width: 40%;
    opacity: .8;
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
    z-index: 1; }
  .video-thumbnail:hover:before {
    color: #eee; }

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

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .prod-item .prod-image a img {
    width: 100%; }
  .productView-thumbnail .video-thumbnail img {
    width: 100%; }
  .previewCart .productView-image--cart {
    width: 100% !important; } }

.modal {
  top: 50% !important;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.modal-content .container {
  width: 100% !important; }

.thankyou-footer-wrapper {
  display: none !important; }

@media (max-width: 991px) {
  #st-container .st-menu > ul {
    max-height: 100vh !important; } }

nav#mobile-customer ul li .logged-in {
  font-family: Montserrat, Arial, Helvetica, Sans-Serif;
  text-transform: uppercase; }
