@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Arimo:400,400i,700,700i");
@import url("https://fonts.googleapis.com/css?family=Muli:300,300i,400,400i,600,600i,700,700i,800,800i,900,900i&subset=latin-ext,vietnamese");
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300i,400,400i,700,700i|Roboto:300,300i,400,400i,500,500i,700,700i,900,900i&subset=latin-ext,vietnamese");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i,800,800i&subset=latin-ext,vietnamese");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,400i,600,600i,700,700i,900,900i&subset=latin-ext,vietnamese");
@import url("https://fonts.googleapis.com/css?family=Oswald:400,500,600,700&subset=latin-ext,vietnamese");
@import url("https://fonts.googleapis.com/css?family=Montserrat:200i,300,300i,400,400i,500,500i,600,600i,700,700i&subset=latin-ext,vietnamese");
/*!
 * 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; } }

/* Button*/
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: "Arimo", 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: 1200px; } }

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

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #337ab7; }
  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.42857;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      background-color: white;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 4px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #337ab7; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: white; } }

.tab-content-bootstrap > .tab-pane {
  display: none; }

.tab-content-bootstrap > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 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; }

@font-face {
  @font-face {
    font-family: "Clear Sans";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/clearsans-bold-webfont.woff2") format("woff2"), url("../fonts/clearsans-bold-webfont.woff") format("woff"); } }

/*! 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: #505050;
  cursor: auto;
  margin: 0;
  padding: 0;
  position: relative; }

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

a:hover {
  cursor: pointer; }

figure {
  margin: 0 0 1.5rem; }

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

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

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

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

select {
  width: 100%; }

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

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

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

a {
  color: #323232;
  line-height: inherit;
  text-decoration: underline; }
  a:hover, a:focus {
    color: #2599d4; }

p {
  margin-bottom: 1.5rem; }

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

h1 {
  font-size: 20px; }

h2 {
  font-size: 20px; }

h3 {
  font-size: 16px; }

h4 {
  font-size: 16px; }

h5 {
  font-size: 13px; }

h6 {
  font-size: 13px; }

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

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

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

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

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

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

dl dd {
  margin-bottom: 1.5rem; }

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

abbr {
  text-transform: none; }

blockquote { }

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

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

.icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle; }
  .icon svg {
    display: inline-block;
    fill: #f65a2a;
    height: 100%;
    vertical-align: top;
    width: 100%; }

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

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


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

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

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


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

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

.table-thead {
  border: 1px solid #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: "Arimo", 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: 12px;
  padding: 0.91667rem 2.25rem;
  border-radius: 0px;
  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.75rem; } }

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

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

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

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

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

.button[disabled] {
  background-color: whitesmoke;
  border-color: whitesmoke;
  color: #999999;
  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: 13px; }

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

.button--tiny { }

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

<div class="form-field">
    <label class="form-label" for="disabled_input2">Input Label</label>
    <input class="form-input" id="disabled_input2" readonly type="text" value="Readonly text">
</div>
```
*/ }
  .form-input:disabled {
    background-color: white;
    color: #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: white;
  border-radius: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+");
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #c8c8c8;
  color: #505050;
  font-family: inherit;
  font-size: 12px;
  line-height: normal;
  padding: 0.75rem;
  border-radius: 0;
  cursor: pointer;
  height: 3rem;
  margin: 0;
  outline: 0; }
  .form-select::-ms-expand {
    display: none; }
  .form-select.radius {
    border-radius: 0px; }
  .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(50, 50, 50, 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 2rem;
  max-width: none; }
  .form-field:before, .form-field:after {
    content: " ";
    display: table; }
  .form-field:after {
    clear: both; }

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

Styling of the select element with the multiple attribute

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

PrefixPostfix

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

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

### PrefixPostfix with a button

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

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

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

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

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

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

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

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

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

Switch

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

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

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

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

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

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

.switch-toggle {
  background-color: #989898;
  border: 1px solid #989898;
  border-radius: 2.33333rem;
  cursor: pointer;
  display: inline-block;
  height: 2.33333rem;
  position: relative;
  transition: all 100ms ease-out;
  vertical-align: middle;
  width: 5rem; }
  .switch--important .switch-toggle {
    background-color: #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.6667rem;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  content: "";
  height: 1.6667rem;
  left: 0.24998rem;
  position: absolute;
  top: 0.24998rem;
  transition: all 100ms ease-out;
  width: 1.6667rem; }
  .switch--checked .switch-toggle::before {
    left: 2.91665rem; }

.switch-label {
  color: white;
  height: 26px;
  line-height: 2.25;
  position: absolute;
  right: 0.5rem;
  text-transform: uppercase;
  transition: all 100ms ease-out; }
  .switch--checked .switch-label {
    font-weight: 600;
    left: 0.5rem;
    right: auto; }
  .switch--disabled .switch-label {
    color: #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 2rem;
    position: fixed;
    right: 0;
    text-align: right;
    z-index: 20; } }

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

Form inline errors

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

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

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

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

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

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

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

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

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

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

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

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

.form-field--success .form-input,
.form-field--success .form-select,
.form-field--success .form-checkbox + .form-label::before,
.form-field--success .form-radio + .form-label::before,
.form-field--success .form-prefixPostfix-label {
  border-color: #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 2rem 0; }

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

.panel-body {
  margin-bottom: 1.5rem;
  padding: 1rem 2rem 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: #505050;
  float: left;
  font-size: 13px;
  line-height: 13px;
  margin: 0;
  line-height: 1.5; }
  .breadcrumb a {
    color: #505050; }
  .breadcrumb.current {
    color: #505050;
    cursor: default; }
    .breadcrumb.current a {
      color: #505050;
      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: #505050;
    content: "/";
    margin: 0;
    position: relative;
    top: 1px; }
  .breadcrumb:first-child:before {
    content: " ";
    margin: 0; }
  .breadcrumb::before {
    margin: 0 0.5rem; }
    @media (min-width: 481px) {
      .breadcrumb::before {
        margin: 0 0.5rem; } }

.breadcrumb-label {
  cursor: pointer; }
  .breadcrumb-label:hover {
    color: #2d2d2d;
    text-decoration: none; }
  .breadcrumb.is-active > .breadcrumb-label {
    color: #505050;
    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: #505050;
  display: block;
  font-size: 13px;
  padding: 0.75rem 1.5rem; }
  .tab-title:hover {
    color: #505050; }

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

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

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

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

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

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

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

.navList:after {
  clear: both; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.alertBox-heading {
  margin: 0; }

.alertBox-close {
  cursor: pointer;
  padding-left: 1.16667rem; }
  .alertBox-close .icon {
    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(50, 50, 50, 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: #505050;
    padding: 1.91667rem;
    display: block;
    font-family: "Arimo", Arial, Helvetica, sans-serif;
    font-size: 12px; }
    .accordion-navigation > a:hover {
      background: #f2f2f2; }
  .accordion-navigation .accordion-title {
    padding: 1.5rem 1.91667rem; }

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

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

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

.modal-close {
  color: #666666;
  cursor: pointer;
  font-size: 20px;
  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: 0px;
  color: white;
  display: inline-block;
  font-size: 13px;
  padding: 0.41667rem 0.75rem; }

.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.33333rem;
    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.75rem 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.41667rem 0 0; }
    .actionBar-section .form-select,
    .actionBar-section .form-input {
      display: inline-block;
      width: 16.66667rem; } }

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

.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.75rem 0 0; }
  .card-body > :first-child {
    margin-top: 0; }
  .card-body > :last-child {
    margin-bottom: 0; }
  .card-body .card-text {
    color: #505050; }

.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.41667rem;
  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: 2rem;
  margin-top: 2rem; }
  figure > figcaption {
    margin-bottom: -0.5rem; }

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

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

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

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: 200px;
  clear: both; }

* {
  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.5rem 0 0; }

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

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

.definitionList:after {
  clear: both; }

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

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

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

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

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

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

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

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

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

.table {
  margin-top: 2rem; }
  .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.41667rem; } }

.table--line {
  border: none; }
  .table--line .table-thead {
    border: none;
    background: none; }
    .table--line .table-thead tr th {
      padding: 15px 20px 14px;
      background-color: #f5f5f5;
      border: none;
      border-bottom: 1px solid #d0d0d0;
      font-family: "Arimo", Arial, Helvetica, sans-serif;
      font-size: 12px;
      font-weight: 700;
      text-transform: uppercase;
      color: #c9c9c9; }
      @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; }
  .table--line .table-tbody tr td {
    padding: 20px; }

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

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

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

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

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

.modal-content {
  padding: 40px; }
  .modal-content .modal-header {
    padding: 15px 0;
    background: #f6f7f9;
    margin: -40px -40px 30px;
    text-align: center;
    border: none; }
    .modal-content .modal-header .modal-header-title {
      font-size: 14px;
      font-weight: 400;
      color: #828282; }
  @media (max-width: 767px) {
    .modal-content {
      padding: 20px; }
      .modal-content .modal-header {
        margin: -20px -20px 20px; } }

.modal {
  left: 50%;
  margin: 0 auto;
  max-height: 90%;
  max-width: 95%;
  min-height: 240px;
  outline: none;
  padding: 0;
  right: 0;
  top: 50% !important;
  transform: translate(-50%, -50%);
  border: none;
  overflow: visible;
  /*@media(max-width:550px){
		transform: scale(1) translateY(-50%);		
	}*/ }

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

.modal-close {
  color: white;
  background: black;
  font-size: 30px;
  width: 34px;
  height: 34px;
  line-height: 34px;
  padding: 0;
  position: absolute;
  top: -17px;
  right: -17px;
  text-align: center;
  text-decoration: none !important;
  z-index: 50; }
  .modal-close:hover {
    color: white;
    text-decoration: none;
    background: #1fade6; }

.modal-body {
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0; }

.panel-title {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700; }

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

.pagination {
  position: relative; }

.page-type-category .pagination,
.page-type-search .pagination,
.page-type-brands .pagination,
.page-type-brand .pagination,
.page-type-account_recentitems .pagination {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .page-type-category .pagination.only-compare,
  .page-type-search .pagination.only-compare,
  .page-type-brands .pagination.only-compare,
  .page-type-brand .pagination.only-compare,
  .page-type-account_recentitems .pagination.only-compare {
    justify-content: end; }
  @media (max-width: 600px) {
    .page-type-category .pagination,
    .page-type-search .pagination,
    .page-type-brands .pagination,
    .page-type-brand .pagination,
    .page-type-account_recentitems .pagination {
      flex-wrap: wrap; } }

.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; }
    .pagination-list .pagination-item a {
      text-transform: uppercase;
      font-size: 12px;
      color: #000;
      min-width: 26px; }
      .pagination-list .pagination-item a:hover {
        text-decoration: none; }
    .pagination-list .pagination-item.pagination-item--previous a,
    .pagination-list .pagination-item.pagination-item--next a {
      font-weight: 600;
      padding-left: 10px;
      padding-right: 10px; }
    .pagination-list .pagination-item.pagination-item--current a {
      font-weight: 600;
      color: #e06868; }

@media (max-width: 600px) {
  .page-type-category .pagination-list,
  .page-type-search .pagination-list,
  .page-type-brands .pagination-list,
  .page-type-brand .pagination-list,
  .page-type-account_recentitems .pagination-list {
    width: 100%;
    padding: 10px; } }

.compare-link a {
  display: block; }
  .compare-link a .countPill {
    display: none; }
  .compare-link a i.fa {
    color: #ffdd02; }
  .compare-link a:hover {
    text-decoration: none; }

.compare-link.link-show .countPill {
  display: inline-block; }

.page-type-category .compare-link,
.page-type-search .compare-link,
.page-type-brand .compare-link,
.page-type-account_recentitems .compare-link {
  opacity: 1;
  visibility: visible; }

/*Buttons*/
.btn,
.tab-content .productView-reviewLink a,
.button {
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  height: auto;
  padding: 13px 20px 10px;
  text-transform: uppercase;
  background: #fff;
  line-height: 1.25;
  letter-spacing: normal !important;
  border-radius: 0;
  border: 1px solid transparent;
  white-space: normal; }
  @media (min-width: 992px) {
    .btn,
    .tab-content .productView-reviewLink a,
    .button {
      min-width: 150px; } }
  @media (max-width: 767px) {
    .btn,
    .tab-content .productView-reviewLink a,
    .button {
      padding-left: 10px;
      padding-right: 10px; } }
  @media (min-width: 1199px) {
    .btn,
    .tab-content .productView-reviewLink a,
    .button {
      padding-left: 40px;
      padding-right: 40px; } }

.btn .fa,
.tab-content .productView-reviewLink a .fa {
  display: none; }

.btn.btnATC {
  padding: 11px 15px 8px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .btn.btnATC {
      padding-left: 10px;
      padding-right: 10px; } }

a.btn {
  line-height: 1.25; }

.btn.btn-sm {
  font-size: 14px;
  line-height: 1.25;
  padding: 10px 15px;
  border-width: 1px !important; }

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

/*btn-primary*/
.btn.btn-primary,
.tab-content .productView-reviewLink a {
  color: white;
  background: #1b0649;
  border: 1px solid transparent; }
  .btn.btn-primary .fa,
  .tab-content .productView-reviewLink a .fa {
    color: #2599d4; }

.btn.btn-primary:hover,
[data-wishlist-add] > button:hover,
.tab-content .productView-reviewLink a:hover,
.button--primary:hover,
.button--primary:focus,
.button--primary.is-active,
.button--primary.active {
  color: white;
  background: #1fade6; }
  .btn.btn-primary:hover border-color:transparent .fa,
  [data-wishlist-add] > button:hover border-color:transparent .fa,
  .tab-content .productView-reviewLink a:hover border-color:transparent .fa,
  .button--primary:hover border-color:transparent .fa,
  .button--primary:focus border-color:transparent .fa,
  .button--primary.is-active border-color:transparent .fa,
  .button--primary.active border-color:transparent .fa {
    color: white; }

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

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

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

.btn.btn-alt:hover {
  color: white;
  background: #1fade6;
  border-color: transparent; }
  .btn.btn-alt:hover .fa {
    color: white; }

.btn.btn_out_of_stock {
  border-color: whitesmoke;
  color: #999999;
  background: whitesmoke;
  cursor: normal; }
  .btn.btn_out_of_stock:hover {
    cursor: normal;
    border-color: whitesmoke;
    color: #999999;
    background: transparent; }

.btn.btn-alt-white {
  color: #fff;
  border: 2px 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: #999999;
  border: 1px solid whitesmoke;
  background: whitesmoke; }

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

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

/*btn-checkout*/
.btn.btn-checkout {
  min-width: 250px;
  max-width: 270px;
  font-size: 14px;
  text-decoration: none;
  color: white;
  background: #ea3b02;
  border: 1px solid transparent; }

.btn.btn-checkout:hover {
  background: transparent;
  border-color: #ea3b02;
  color: #ea3b02; }

/*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.75rem; } }

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

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

.btn .fa {
  font-size: 11px;
  padding-left: 9px;
  color: #323232; }
  @media (max-width: 767px) {
    .btn .fa {
      padding-left: 5px;
      font-size: 10px;
      line-height: 1.3; } }
  @media (max-width: 350px) {
    .btn .fa {
      display: none; } }

.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.16667rem 0;
  text-align: center;
  text-decoration: none; }
  @media (min-width: 480px) {
    .tab-title {
      text-align: left; } }
  @media (min-width: 768px) {
    .tab-title {
      padding: 0.75rem 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: 0px;
  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: 2rem; } }

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

.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.75rem;
      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.16667rem; }
  @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: 0px 0px 0 0; }

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

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

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

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

.alertBox {
  border-radius: 4px;
  color: #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; }

.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.16667rem;
  left: -0.16667rem;
  margin-right: 0.08333rem;
  position: relative;
  top: 0.25rem;
  width: 1.16667rem; }

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

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

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

.form-checkbox + .form-label::before,
.form-radio + .form-label::before {
  top: 1px;
  background-color: transparent !important;
  border-color: #cacaca !important; }

.form-actions {
  margin: 0 auto;
  max-width: 100rem;
  width: 100%;
  display: block; }
  .form-actions:before, .form-actions:after {
    content: " ";
    display: table; }
  .form-actions:after {
    clear: both; }
  @media (min-width: 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.75rem; }
      @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.75rem; } }

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

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

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

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

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

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

.form-field-group {
  border: 1px solid #c8c8c8;
  border-radius: 0px;
  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.41667rem; }
  @media (min-width: 1200px) {
    .form-prefixPostfix .form-inlineMessage {
      margin-bottom: 0; } }

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

.form-increment .button {
  margin: 0;
  padding: 0.25rem 0.41667rem;
  width: 36px;
  height: 36px;
  border-color: #cbcbcb;
  font-size: 14px;
  color: #7b7b7b; }
  .form-increment .button:hover {
    border-color: #000; }

.form-input--incrementTotal {
  border: 0;
  display: inline-block;
  font-size: 12px;
  height: auto;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  width: 2.91667rem;
  min-width: 50px;
  height: 36px;
  border: 1px solid #cbcbcb;
  border-width: 1px 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;
    z-index: -1; }

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

.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 {
  -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;
  font-size: 12px;
  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.58333rem 0.75rem; }

.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%; }
  .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; }
  @media (max-width: 767px) {
    .card-image {
      min-width: 120px;
      min-height: 120px; } }

.card-title {
  font-size: 13px;
  margin: 0 0 0.25rem;
  line-height: 20px; }
  .card-title > a {
    color: #2599d4;
    text-decoration: none; }
    .card-title > a:hover {
      color: #505050; }

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

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

.card-body {
  text-align: left; }
  @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.75rem;
    transition: all 0.15s ease; }
    @media (min-width: 480px) {
      .card--alternate .card-body {
        padding: 1.5rem; } }
  .card--alternate:hover {
    border-color: #323232; }
    .card--alternate:hover .card-body {
      background-color: #323232; }
      .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: 12px; }

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

.navList-action--checkbox {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 0.41667rem;
  padding-left: 1.91667rem;
  position: relative;
  vertical-align: baseline;
  width: 100%; }
  .navList-action--checkbox::before, .navList-action--checkbox::after {
    content: "";
    display: block;
    position: absolute;
    transition: all 50ms ease-out; }
  .navList-action--checkbox::before {
    background-color: white;
    border: solid #cacaca;
    border-width: 1px;
    height: 1.33333rem;
    left: 0;
    top: 0;
    width: 1.33333rem; }
  .navList-action--checkbox::after {
    height: 1.16667rem;
    left: 1px;
    opacity: 0;
    top: 1px;
    transform: scale(0);
    width: 1.16667rem; }
  .navList-action--checkbox::before {
    border-radius: 0px; }
  .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(246, 90, 42, 0.999)' /%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    color: rgba(246, 90, 42, 0.999);
    content: "";
    font-size: 1.16667rem;
    line-height: 1;
    text-align: center; }
  .navList-action--checkbox:before, .navList-action--checkbox:after {
    top: 50%; }
  .navList-action--checkbox:before {
    margin-top: -0.66667rem; }
  .navList-action--checkbox:after {
    margin-top: -0.58333rem; }
  .navList-action--checkbox.is-disabled {
    cursor: default; }
    .navList-action--checkbox.is-disabled::before {
      background-color: white; }
  .navList-action--checkbox.is-checked::after, .navList-action--checkbox.is-selected::after {
    opacity: 1;
    transform: scale(1); }

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

.navBar--sub {
  margin-bottom: 4.5rem;
  text-align: center; }
  .navBar--sub .navBar-section {
    float: none; }
  .navBar--sub .navBar-item {
    float: none;
    margin: 0 0.75rem; }
    @media (min-width: 768px) {
      .navBar--sub .navBar-item {
        display: inline-block; } }
    @media (min-width: 768px) {
      .navBar--sub .navBar-item.is-active {
        border-bottom: 1px solid #505050; } }
    .navBar--sub .navBar-item.is-active > .navBar-action {
      color: #fff; }
    @media (min-width: 768px) {
      .navBar--sub .navBar-item.navBar-item--separate {
        border-left: 1px solid #505050;
        margin: 0;
        padding-left: 0.75rem; } }
  .navBar--sub .navBar-action {
    color: #505050;
    font-size: 12px;
    padding: 0; }
    .navBar--sub .navBar-action:hover {
      color: #2d2d2d; }

.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.91667rem -0.91667rem 0 0;
  padding: 0.08333rem 1rem;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 0;
  z-index: 1; }

.navPages-container > h4 {
  margin: 0; }
  .navPages-container > h4 a {
    border: 2px solid rgba(255, 255, 255, 0.8);
    background: #16053c;
    padding: 8px 25px 7px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    display: block;
    color: white;
    letter-spacing: 0.5px;
    line-height: 1.25; }
    .navPages-container > h4 a .fa {
      font-size: 12px;
      font-weight: 400;
      margin-left: 10px;
      line-height: 11px;
      display: inline-block;
      vertical-align: 1px; }
    .navPages-container > h4 a[aria-expanded="true"] {
      background: white;
      border-color: transparent;
      color: #25bfed; }
  .navPages-container > h4:hover a {
    background: white;
    border-color: transparent;
    color: #25bfed; }

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

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

.navPages-container .navPages-item.hasMegamenu ul.navPage-subMenu-list {
  padding: 0 10px; }
  .navPages-container .navPages-item.hasMegamenu ul.navPage-subMenu-list > li {
    padding: 10px 15px 20px; }

.navPages-container .navPages-item > .navPage-subMenu {
  position: absolute;
  z-index: 50;
  top: 52px;
  display: none;
  min-width: 260px;
  left: 0; }
  .navPages-container .navPages-item > .navPage-subMenu > div,
  .navPages-container .navPages-item > .navPage-subMenu > .navPage-subMenu-list {
    padding: 0;
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.2); }
  .navPages-container .navPages-item > .navPage-subMenu > .cateArea-content {
    overflow: hidden;
    color: #505050;
    text-align: left;
    font-weight: 500;
    font-family: "Arimo", Arial, Helvetica, sans-serif;
    font-size: 12px; }
  .navPages-container .navPages-item > .navPage-subMenu > .navPage-subMenu-list li a.has-subMenu {
    position: relative; }
    .navPages-container .navPages-item > .navPage-subMenu > .navPage-subMenu-list li a.has-subMenu:after {
      font-family: "FontAwesome";
      content: "\f054";
      position: absolute;
      right: 15px;
      top: 12px;
      font-size: 10px;
      line-height: 12px; }
  .navPages-container .navPages-item > .navPage-subMenu > .navPage-subMenu-list li.navPage-subMenu-item.submenu {
    margin-right: -2px; }
    .navPages-container .navPages-item > .navPage-subMenu > .navPage-subMenu-list li.navPage-subMenu-item.submenu > a.has-subMenu {
      margin-right: 2px; }
  .navPages-container .navPages-item > .navPage-subMenu ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .navPages-container .navPages-item > .navPage-subMenu ul > li {
      position: relative;
      padding: 0;
      display: block;
      margin: 0; }
      .navPages-container .navPages-item > .navPage-subMenu ul > li > a {
        position: relative;
        display: block;
        padding: 9px 15px;
        color: #505050;
        font-weight: 400;
        font-family: "Arimo", Arial, Helvetica, sans-serif;
        font-size: 12px;
        border-bottom: 1px solid #e6e6e6;
        opacity: 1;
        filter: alpha(opacity=100); }
      .navPages-container .navPages-item > .navPage-subMenu ul > li:hover > a {
        color: #2599d4;
        background-color: whitesmoke; }
      .navPages-container .navPages-item > .navPage-subMenu ul > li:last-child a {
        border-bottom-color: transparent; }
  .navPages-container .navPages-item > .navPage-subMenu li > .navPage-childList {
    position: absolute;
    z-index: 50;
    top: -1px;
    left: 100%;
    display: none;
    width: 100%;
    min-width: 260px;
    background: white;
    padding: 0;
    border: 1px solid rgba(0, 0, 0, 0.2); }
    .navPages-container .navPages-item > .navPage-subMenu li > .navPage-childList li {
      padding: 0;
      display: block; }
  .navPages-container .navPages-item > .navPage-subMenu li:hover > .navPage-childList {
    display: block;
    -webkit-animation: fadeIn .3s;
    -o-animation: fadeIn .3s;
    animation: fadeIn .3s; }

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

.navPages-container nav {
  display: flex;
  justify-content: center; }

.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 {
  margin: 0; }
  .navPages-container nav ul.navPages-list > li {
    display: inline-block;
    margin: 0;
    padding: 6px 9px;
    position: relative; }
    .navPages-container nav ul.navPages-list > li > a {
      font-family: "Arimo", Arial, Helvetica, sans-serif;
      font-size: 13px;
      font-weight: 700;
      display: block;
      text-transform: capitalize;
      color: white;
      text-decoration: none !important; }
      .navPages-container nav ul.navPages-list > li > a.has-subMenu {
        position: relative; }
      .navPages-container nav ul.navPages-list > li > a.has-subMenu {
        padding-bottom: 28px;
        margin-bottom: -28px;
        /*&:after {
						position: absolute;
						top: 6px;
						right:0;
						content: "\f105";
						font-family:"FontAwesome";
						font-size:18px;
						line-height:14px;
						font-weight:400;
					}*/ }
    .navPages-container nav ul.navPages-list > li:hover > a,
    .navPages-container nav ul.navPages-list > li > a:hover {
      color: #25bfed; }
    .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:last-child {
      border: none; }
    .navPages-container nav ul.navPages-list > li.hasMegamenu {
      position: static; }

.navPages-container li.hasMegamenu {
  position: relative; }

.navPages-container li.hasMegamenu > .subMegaMenu .imageArea {
  float: left;
  min-height: 1px;
  padding: 15px 25px 10px 0; }

.navPages-container li.hasMegamenu > .subMegaMenu .cateArea {
  float: left;
  min-height: 1px;
  margin-left: 0; }
  .navPages-container li.hasMegamenu > .subMegaMenu .cateArea.columns-2 > .navPage-subMenu-list > .navPage-subMenu-item:before, .navPages-container li.hasMegamenu > .subMegaMenu .cateArea.columns-3 > .navPage-subMenu-list > .navPage-subMenu-item:before, .navPages-container li.hasMegamenu > .subMegaMenu .cateArea.columns-4 > .navPage-subMenu-list > .navPage-subMenu-item:before, .navPages-container li.hasMegamenu > .subMegaMenu .cateArea.columns-5 > .navPage-subMenu-list > .navPage-subMenu-item:before {
    content: "";
    position: absolute;
    left: 15px;
    right: 15px;
    top: -2px;
    border-top: 1px solid #e6e6e6; }
  .navPages-container li.hasMegamenu > .subMegaMenu .cateArea.columns-2 > .navPage-subMenu-list > .navPage-subMenu-item:nth-child(1):before, .navPages-container li.hasMegamenu > .subMegaMenu .cateArea.columns-2 > .navPage-subMenu-list > .navPage-subMenu-item:nth-child(2):before, .navPages-container li.hasMegamenu > .subMegaMenu .cateArea.columns-3 > .navPage-subMenu-list > .navPage-subMenu-item:nth-child(1):before, .navPages-container li.hasMegamenu > .subMegaMenu .cateArea.columns-3 > .navPage-subMenu-list > .navPage-subMenu-item:nth-child(2):before, .navPages-container li.hasMegamenu > .subMegaMenu .cateArea.columns-4 > .navPage-subMenu-list > .navPage-subMenu-item:nth-child(1):before, .navPages-container li.hasMegamenu > .subMegaMenu .cateArea.columns-4 > .navPage-subMenu-list > .navPage-subMenu-item:nth-child(2):before, .navPages-container li.hasMegamenu > .subMegaMenu .cateArea.columns-5 > .navPage-subMenu-list > .navPage-subMenu-item:nth-child(1):before, .navPages-container li.hasMegamenu > .subMegaMenu .cateArea.columns-5 > .navPage-subMenu-list > .navPage-subMenu-item:nth-child(2):before {
    display: none; }
  .navPages-container li.hasMegamenu > .subMegaMenu .cateArea.columns-2 > .navPage-subMenu-list > .navPage-subMenu-item:nth-child(1):before, .navPages-container li.hasMegamenu > .subMegaMenu .cateArea.columns-2 > .navPage-subMenu-list > .navPage-subMenu-item:nth-child(2):before {
    display: none; }
  .navPages-container li.hasMegamenu > .subMegaMenu .cateArea.columns-3 > .navPage-subMenu-list > .navPage-subMenu-item:nth-child(1):before, .navPages-container li.hasMegamenu > .subMegaMenu .cateArea.columns-3 > .navPage-subMenu-list > .navPage-subMenu-item:nth-child(2):before, .navPages-container li.hasMegamenu > .subMegaMenu .cateArea.columns-3 > .navPage-subMenu-list > .navPage-subMenu-item:nth-child(3):before {
    display: none; }
  .navPages-container li.hasMegamenu > .subMegaMenu .cateArea.columns-4 > .navPage-subMenu-list > .navPage-subMenu-item:nth-child(1):before, .navPages-container li.hasMegamenu > .subMegaMenu .cateArea.columns-4 > .navPage-subMenu-list > .navPage-subMenu-item:nth-child(2):before, .navPages-container li.hasMegamenu > .subMegaMenu .cateArea.columns-4 > .navPage-subMenu-list > .navPage-subMenu-item:nth-child(3):before, .navPages-container li.hasMegamenu > .subMegaMenu .cateArea.columns-4 > .navPage-subMenu-list > .navPage-subMenu-item:nth-child(4):before {
    display: none; }
  .navPages-container li.hasMegamenu > .subMegaMenu .cateArea.columns-5 > .navPage-subMenu-list > .navPage-subMenu-item:nth-child(1):before, .navPages-container li.hasMegamenu > .subMegaMenu .cateArea.columns-5 > .navPage-subMenu-list > .navPage-subMenu-item:nth-child(2):before, .navPages-container li.hasMegamenu > .subMegaMenu .cateArea.columns-5 > .navPage-subMenu-list > .navPage-subMenu-item:nth-child(3):before, .navPages-container li.hasMegamenu > .subMegaMenu .cateArea.columns-5 > .navPage-subMenu-list > .navPage-subMenu-item:nth-child(4):before, .navPages-container li.hasMegamenu > .subMegaMenu .cateArea.columns-5 > .navPage-subMenu-list > .navPage-subMenu-item:nth-child(5):before {
    display: none; }

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

/*.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 > .subMegaMenu {
    left: 100%;
}

.navPages-container li.hasMegamenu.fullWidth > .subMegaMenu .container {
    position: relative;
}*/
.navPages-container li.hasMegamenu > .subMegaMenu {
  position: absolute;
  z-index: 50;
  top: 52px;
  display: none;
  min-width: 260px;
  left: 0; }

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

.navPages-container li.hasMegamenu > .subMegaMenu .cateArea > ul li {
  border: 0; }

.navPages-container li.hasMegamenu > .subMegaMenu .cateArea > ul li > a {
  padding: 5px 0;
  display: inline-block; }

.navPages-container li.hasMegamenu > .subMegaMenu .cateArea > ul > li > a::before {
  display: none !important; }

.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;
  border: none;
  left: 0;
  background: transparent;
  top: 0;
  min-width: 100%; }

.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 a {
  position: relative;
  color: #505050;
  border: none; }
  .navPages-container li.hasMegamenu > .subMegaMenu .cateArea ul li a:hover {
    color: #2599d4; }

.navPages-container li.hasMegamenu > .subMegaMenu .cateArea > ul > li > a {
  text-transform: capitalize;
  font-weight: 700;
  font-size: 12px;
  color: #323232;
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  padding-left: 0 !important;
  text-transform: uppercase; }

.navPages-container li.hasMegamenu > .subMegaMenu .cateArea ul > li:hover > a {
  text-decoration: none;
  background: transparent;
  color: #2599d4;
  padding-left: 15px; }
  @media (max-width: 991px) {
    .navPages-container li.hasMegamenu > .subMegaMenu .cateArea ul > li:hover > a {
      padding-left: 0; } }

.navPages-container li.hasMegamenu > .subMegaMenu .cateArea ul.navPage-childList li > a::before {
  position: absolute;
  top: 10px;
  left: 0;
  visibility: hidden;
  content: "\f054";
  font-family: "FontAwesome";
  transition: all .3s ease 0s;
  opacity: 0;
  filter: alpha(opacity=0);
  font-weight: 400;
  font-size: 10px;
  line-height: 10px; }
  @media (max-width: 991px) {
    .navPages-container li.hasMegamenu > .subMegaMenu .cateArea ul.navPage-childList li > a::before {
      display: none; } }

.navPages-container li.hasMegamenu > .subMegaMenu .cateArea ul.navPage-childList li > a::after {
  border-bottom: solid 1px transparent;
  content: "";
  display: block;
  position: absolute;
  bottom: 3px;
  left: 15px;
  right: 0; }

.navPages-container li.hasMegamenu > .subMegaMenu .cateArea ul.navPage-childList li:hover > a::after {
  border-bottom-color: #2599d4; }

.navPages-container li.hasMegamenu > .subMegaMenu .cateArea ul.navPage-childList li:hover > a::before {
  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); }

.navPages-container li.hasMegamenu > .subMegaMenu .imageArea.colLeft {
  text-align: left; }

/*.navPages-container li.hasMegamenu > .subMegaMenu .imageArea.colRight {
    text-align: right;
	.style_4{
		.right_img,
		.feature-brands{
			float: right;
			width: 45%;
		}
		.right_img{
			padding-left: 20px;
			width: 55%;
		}
	}
	.hl_right_img{
		.right_img_left,
		.right_img_right{
			width: 50%;
			padding-right: 5px;
			float: left;
		}
		.right_img_right{
			padding-right: 0;
			padding-left: 5px;
		}
		.right_img_left > a {
			display: block;
			margin-bottom: 10px;
		}
	}
}*/
#mobile-categories .feature-brands {
  padding: 15px 15px 0; }
  #mobile-categories .feature-brands h4 {
    color: #fff; }
  #mobile-categories .feature-brands ul li {
    border: none; }

.navPages-container li.hasMegamenu > .subMegaMenu .cateArea > ul > li {
  margin: 0 -1px; }

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

.navPages-container li.hasMegamenu > .subMegaMenu .cateArea.columns-3 > ul > li {
  float: none;
  width: 33%;
  display: inline-block;
  vertical-align: top; }

.navPages-container li.hasMegamenu > .subMegaMenu .cateArea.columns-4 > ul > li {
  float: none;
  display: inline-block;
  vertical-align: top;
  width: 25%;
  margin: 0 -1.7px; }

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

/*Megamenu Col-left-right image*/
.imageArea .col-left {
  display: inline-block; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .imageArea .col-left {
      width: 50.5%; } }

.imageArea a {
  display: block; }

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

.subMegaMenu.imageRight .imageArea .col-right {
  float: right; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .subMegaMenu.imageRight .imageArea .col-right {
      width: 49%; } }

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

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

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

.cateArea > ul {
  height: 100%; }

.cateArea > ul > .bottomCate {
  clear: both; }

.cateArea.position_image_right .bottomCate {
  display: inline-block;
  padding: 0 15px; }

.cateArea.has-bottom-cates {
  padding-bottom: 50px; }

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

.cateArea > ul > .bottomCate > .own-text {
  margin: 20px;
  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; }

.navPages-container li.hasMegamenu > .subMegaMenu .cateArea ul .image_brand {
  overflow: hidden;
  margin: 0 -10px 0;
  background: #f5f5f5;
  border-top: 1px solid #e0dfdf; }
  .navPages-container li.hasMegamenu > .subMegaMenu .cateArea ul .image_brand .title {
    padding: 15px 25px 10px;
    color: black;
    display: block;
    overflow: hidden;
    font-weight: 700; }
    .navPages-container li.hasMegamenu > .subMegaMenu .cateArea ul .image_brand .title label {
      text-transform: uppercase; }
    .navPages-container li.hasMegamenu > .subMegaMenu .cateArea ul .image_brand .title a {
      float: right;
      text-transform: capitalize; }
  .navPages-container li.hasMegamenu > .subMegaMenu .cateArea ul .image_brand .Brand-Image {
    padding: 0 25px 10px;
    border: none;
    overflow: hidden; }
    .navPages-container li.hasMegamenu > .subMegaMenu .cateArea ul .image_brand .Brand-Image ul {
      margin: 0 -10px; }
      .navPages-container li.hasMegamenu > .subMegaMenu .cateArea ul .image_brand .Brand-Image ul li {
        padding: 0 10px;
        display: inline-block;
        vertical-align: top;
        width: auto;
        max-width: 17%;
        margin: 0 -0.5px 10px 0; }
        .navPages-container li.hasMegamenu > .subMegaMenu .cateArea ul .image_brand .Brand-Image ul li a {
          padding: 0 !important; }

.bottom-images a {
  margin-bottom: 20px; }

.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: 12px;
  margin-right: 10px;
  margin-bottom: 10px; }
  .tag a {
    font-style: italic;
    color: #484848;
    display: inline-block;
    padding: 0.41667rem 1rem;
    text-decoration: none;
    background: #f7f7f7;
    border-bottom: 1px solid #f0f0f0;
    border-radius: 3px;
    -moz-border-radius: 3px; }
    .tag a:hover {
      color: #000000;
      border-bottom-color: #ccc; }

.social-icons {
  margin: 0; }

.social-icons li {
  list-style: none;
  display: inline-block;
  margin-right: 9px;
  margin-bottom: 5px; }

.social-icons a {
  width: 40px;
  height: 40px;
  text-align: center; }
  .social-icons a svg {
    width: 18px;
    fill: #fff; }
  .social-icons a.icon--facebook {
    background: #4a73bd; }
  .social-icons a.icon--twitter {
    background: #46b0e2; }
  .social-icons a.icon--google {
    background: #333; }
  .social-icons a.icon--instagram {
    background: #fb3358; }
  .social-icons a.icon--rss {
    background: #f9bc2e; }
  .social-icons a.icon--pinterest {
    background: #cc2127; }
  .social-icons a.icon--tumblr {
    background: #33465d; }
  .social-icons a.icon--youtube {
    background: #cf3427; }
  .social-icons a.icon--linkedin {
    background: #0077b5; }
  .social-icons a.icon--stumbleupon {
    background: #eb4924; }
  .social-icons a:hover {
    background: #454545; }

.owl-nav {
  color: #000; }
  .owl-nav > div {
    font-size: 0;
    width: 30px;
    height: 29px;
    line-height: 30px;
    display: inline-block;
    -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;
    text-align: center;
    cursor: pointer;
    border: 1px solid #d9d9d9;
    background: #fff; }
    .owl-nav > div:before {
      font-family: "FontAwesome";
      font-size: 12px; }
    .owl-nav > div.owl-prev {
      margin-right: -1px; }
    .owl-nav > div.owl-next:before {
      content: "\f054"; }
    .owl-nav > div.owl-prev:before {
      content: "\f053"; }
    .owl-nav > div:hover {
      background: transparent; }
    .owl-nav > div.disabled:hover {
      background: #fff; }

.owl-nav > div.disabled {
  cursor: default !important; }

.owl-carousel .owl-item img {
  max-width: 100%;
  width: auto;
  transform-style: unset; }

.heroCarousel {
  min-height: 100px;
  min-width: 300px; }
  .heroCarousel .owl-nav {
    position: absolute;
    bottom: 35px;
    left: 50px; }
    .heroCarousel .owl-nav > div {
      width: 30px;
      height: 30px;
      border: 1px solid #d9d9d9;
      background: #fff;
      color: #000;
      float: left;
      font-weight: 400; }
      .heroCarousel .owl-nav > div:before {
        font-family: "FontAwesome";
        font-size: 13px;
        line-height: 31px; }
      .heroCarousel .owl-nav > div.owl-prev {
        left: 0; }
        .heroCarousel .owl-nav > div.owl-prev:before {
          content: "\f053"; }
      .heroCarousel .owl-nav > div.owl-next {
        right: 0; }
        .heroCarousel .owl-nav > div.owl-next:before {
          content: "\f054"; }
      .heroCarousel .owl-nav > div:hover {
        background: #f5f5f5; }
  .heroCarousel .heroCarousel-image {
    width: 100% !important;
    max-width: 100%;
    margin: 0 auto; }
  @media (max-width: 767px) {
    .heroCarousel .owl-nav {
      display: none; } }
  .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%);
    display: none; }
    @media (max-width: 767px) {
      .heroCarousel .owl-dots {
        bottom: 0;
        display: block;
        position: relative;
        transform: none;
        left: 0;
        text-align: center;
        padding-top: 20px;
        clear: both; } }
  .heroCarousel .owl-dots > div {
    display: inline-block;
    margin: 0 4px !important; }
    .heroCarousel .owl-dots > div span {
      display: block;
      width: 11px !important;
      height: 11px !important;
      background: #c8c8c8;
      -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;
      border-radius: 50%;
      border: 1px solid transparent; }
    .heroCarousel .owl-dots > div.active span {
      background: transparent;
      border-color: #323232; }
  .heroCarousel.hero-wide:hover .owl-nav > div.owl-prev {
    left: 40px; }
  .heroCarousel.hero-wide:hover .owl-nav > div.owl-next {
    right: 40px; }
  @media (min-width: 768px) {
    .heroCarousel .owl-item:nth-child(5) .heroCarousel-content {
      color: #fff; }
      .heroCarousel .owl-item:nth-child(5) .heroCarousel-content h1,
      .heroCarousel .owl-item:nth-child(5) .heroCarousel-content .heroCarousel-description {
        color: #fff; }
      .heroCarousel .owl-item:nth-child(5) .heroCarousel-content .btn {
        background: #e02858; }
        .heroCarousel .owl-item:nth-child(5) .heroCarousel-content .btn:hover {
          color: #e02858;
          border-color: #e02858; } }

.productCarousel .owl-item .prod-item {
  margin-bottom: 0;
  padding: 15px 20px 0;
  border: none; }

.heroCarousel-content {
  text-align: left;
  color: #000;
  position: absolute;
  top: 50%;
  min-width: 300px;
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 50px;
  max-width: 40%;
  padding: 20px 0 22px; }
  .heroCarousel-content h1 {
    font-size: 32px;
    line-height: 1.1;
    text-transform: capitalize;
    margin: 0 0 25px;
    color: #000;
    font-family: "Arimo", Arial, Helvetica, sans-serif;
    font-weight: 700; }
    @media (max-width: 1199px) {
      .heroCarousel-content h1 {
        font-size: 24px; } }
  .heroCarousel-content .heroCarousel-description {
    font-size: 12px;
    font-family: "Arimo", Arial, Helvetica, sans-serif;
    font-weight: 400;
    margin: 10px 0 40px;
    color: #000; }
    @media (max-width: 1023px) {
      .heroCarousel-content .heroCarousel-description {
        margin-bottom: 18px;
        font-weight: 400; } }
  .heroCarousel-content .btn {
    margin-top: 2px;
    padding: 12px 15px;
    font-size: 12px;
    line-height: 1.35;
    height: auto;
    min-width: 130px;
    border: 1px solid transparent;
    background: #ea3b02;
    color: #fff;
    box-shadow: none;
    -moz-box-shadow: none;
    font-family: "Arimo", Arial, Helvetica, sans-serif;
    font-weight: 700;
    text-transform: uppercase; }
    .heroCarousel-content .btn:hover {
      background: transparent;
      border-color: #ea3b02;
      color: #ea3b02; }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .heroCarousel-content {
      right: 10%; } }
  @media (max-width: 1023px) {
    .heroCarousel-content {
      right: 20px; } }
  @media (max-width: 767px) {
    .heroCarousel-content {
      position: relative;
      transform: none;
      -moz-transform: none;
      top: 0;
      padding: 30px 15px 35px;
      background: #f6f7f9;
      left: 0 !important;
      right: 0 !important;
      max-width: 100%;
      width: 100%;
      text-align: center; }
      .heroCarousel-content .btn {
        margin-top: 12px; }
      .heroCarousel-content .heroCarousel-title {
        margin-bottom: 20px; } }

@media (max-width: 767px) {
  .home-slideshow .container {
    padding: 0; } }

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

.writeReview-productDetails img {
  margin-bottom: 30px; }

.writeReview-productDetails .product-brand {
  color: #a5a5a5;
  margin: 0 0 6px; }

.writeReview-productDetails .product-title {
  margin-top: 0;
  text-transform: none;
  font-size: 14px;
  color: #000;
  letter-spacing: 0; }

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

.form-capcha {
  margin-bottom: 25px !important; }

.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.75rem;
        padding-top: 0.75rem; } }
    .account--addReturn .table th + th,
    .account--addReturn .table th + td,
    .account--addReturn .table td + th,
    .account--addReturn .table td + td {
      padding-left: 0; }
      @media (min-width: 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.16667rem; }
  @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: 13px; }
  .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: 13px;
  font-weight: 700; }
  @media (min-width: 480px) {
    .return-itemName {
      font-size: 12px;
      font-weight: 400; } }

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

.return-itemQuantity .form-label {
  display: inline;
  margin-right: 0.41667rem; }
  @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;
  overflow: hidden;
  margin: 0; }
  .productReviews-list ul,
  .productReviews-list ol {
    list-style: none;
    margin-bottom: 0; }

.productReview {
  display: block;
  float: none;
  font-size: 12px;
  vertical-align: top;
  margin-bottom: 30px;
  width: 100%;
  padding: 0 !important; }
  .productReview:last-child {
    margin-bottom: 0; }

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

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

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

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

@media (min-width: 768px) {
  .productView .productView-images.col-sm-5 {
    width: 42.71%; } }

@media (min-width: 768px) and (max-width: 991px) {
  .productView .productView-images.col-sm-5 {
    width: 100%; } }

.productView article > p {
  color: #555; }

@media (min-width: 768px) {
  .productView .productView-details.col-sm-7 {
    width: 57.29%; } }

@media (min-width: 768px) and (max-width: 991px) {
  .productView .productView-details.col-sm-7 {
    width: 100%;
    padding-left: 15px; } }

.productView [data-product-attribute] .form-option {
  padding: 0;
  display: table;
  float: left;
  text-align: center;
  box-shadow: none !important; }
  .productView [data-product-attribute] .form-option > span {
    display: table-cell;
    vertical-align: middle;
    z-index: 10;
    background: #f5f5f5;
    padding: 0 10px;
    font-size: 11px;
    text-transform: uppercase; }
  .productView [data-product-attribute] .form-option .form-option-expanded {
    background-color: white;
    border: 1px solid #d7d7d7;
    left: 0;
    opacity: 0;
    padding: 10px;
    position: absolute;
    top: calc(100% + 5px);
    transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    visibility: hidden; }
    .productView [data-product-attribute] .form-option .form-option-expanded span {
      display: block; }
      .productView [data-product-attribute] .form-option .form-option-expanded span.title + .form-option-image {
        margin-top: 7px; }
    .productView [data-product-attribute] .form-option .form-option-expanded .form-option-image > img {
      width: 100px;
      height: 100px;
      max-width: 100px; }
    .productView [data-product-attribute] .form-option .form-option-expanded .form-option-image > span {
      width: 100px;
      height: 100px; }
    .productView [data-product-attribute] .form-option .form-option-expanded.two-color .form-option-image {
      width: 100px; }
      .productView [data-product-attribute] .form-option .form-option-expanded.two-color .form-option-image > span:not(.title) {
        display: table-cell;
        width: 50px; }
    .productView [data-product-attribute] .form-option .form-option-expanded.three-color .form-option-image {
      width: 100px; }
      .productView [data-product-attribute] .form-option .form-option-expanded.three-color .form-option-image > span:not(.title) {
        display: table-cell;
        width: 33px; }
  .productView [data-product-attribute] .form-option:hover .form-option-expanded {
    opacity: 1;
    visibility: visible;
    z-index: 5000; }
  .productView [data-product-attribute] .form-option:before {
    border: 3px solid transparent;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 20; }

.productView .form-radio:checked + .form-option:before {
  border-color: #000; }

.productView .form-radio:checked + .form-option span {
  box-shadow: none;
  -moz-box-shadow: none; }

.productView [data-product-attribute] > .form-label + .form-radio + .form-option .form-option-expanded {
  left: 0 !important; }

.productView [data-cart-item-add] > button,
.productView [data-wishlist-add] > button {
  height: 52px;
  font-size: 12px;
  width: auto;
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
  margin-top: 15px; }
  .productView [data-cart-item-add] > button i.fa,
  .productView [data-wishlist-add] > button i.fa {
    color: #ffdd02; }

.productView [data-wishlist-add] > button {
  border: none !important;
  margin-right: 0;
  width: auto;
  font-weight: 400;
  text-transform: none;
  background: none !important; }
  .productView [data-wishlist-add] > button span:before {
    display: inline-block;
    margin-right: 8px;
    content: "\f08a";
    font-family: "FontAwesome";
    font-size: 16px;
    line-height: 16px;
    vertical-align: -1px; }
  .productView [data-wishlist-add] > button:hover {
    color: #1fade6; }

.productView [data-cart-item-add] > button {
  font-size: 14px;
  min-width: 220px;
  color: white;
  background: #1fade6; }
  .productView [data-cart-item-add] > button:hover {
    color: white;
    background: #1b0649; }

.productView .HL_titlecomments {
  margin-bottom: 13px;
  float: left;
  font: 700 14px "Arimo", Arial, Helvetica, sans-serif;
  color: #323232;
  text-transform: uppercase; }

.productView .fb-comments {
  border: 1px solid #cccccc;
  overflow: hidden;
  display: inline-block;
  width: 100%; }

.productView .halo_AddThisLink {
  margin: 20px 0; }

.productView-description .review-for-detail {
  width: 100%;
  display: block;
  position: relative;
  top: 0 !important;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  background: none;
  padding: 0;
  margin: 0;
  visibility: visible;
  transform: none;
  -moz-transform: none; }
  .productView-description .review-for-detail .modal-header {
    display: none; }
  .productView-description .review-for-detail .modal-body {
    padding: 0; }
    .productView-description .review-for-detail .modal-body .writeReview-productDetails {
      display: none; }
    .productView-description .review-for-detail .modal-body .writeReview-form {
      width: 100%;
      padding: 0;
      float: none; }
      .productView-description .review-for-detail .modal-body .writeReview-form .form-field select {
        width: auto; }

.productView-images {
  margin-bottom: 50px; }
  @media (max-width: 991px) {
    .productView-images {
      width: 100%;
      margin-bottom: 15px; } }
  .productView-images .tab-content {
    padding: 0; }
  .productView-images .tabs {
    width: 100%;
    clear: both;
    border: 1px solid #e4e4e4;
    margin-top: -1px; }
    .productView-images .tabs li {
      width: 50%;
      float: left;
      border: none;
      margin: 0;
      padding: 0; }
      .productView-images .tabs li:first-child {
        border-right: 1px solid #e4e4e4; }
      .productView-images .tabs li a {
        display: block;
        padding: 7px 15px;
        text-align: center;
        color: #999999;
        font-weight: 400;
        position: relative;
        background: #f6f7f9; }
      .productView-images .tabs li.is-active {
        margin: 0; }
        .productView-images .tabs li.is-active a {
          color: #505050;
          font-weight: 400;
          background: #fff; }
          .productView-images .tabs li.is-active a:before {
            position: absolute;
            top: -1px;
            left: 0;
            right: 0;
            content: "";
            background: #fff;
            height: 2px; }

.productView-image-wrap {
  border: 1px solid #e4e4e4;
  position: relative; }
  .productView-image-wrap .photos-videos {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 36px;
    background: #fff; }
    .productView-image-wrap .photos-videos a {
      width: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      height: 100%;
      font-size: 12px;
      text-transform: capitalize;
      font-weight: 400;
      border-top: 1px solid #e4e4e4;
      background: #f5f5f5;
      color: #999999; }
      .productView-image-wrap .photos-videos a.current-tab {
        color: #505050;
        border-top-color: transparent;
        background: #fff; }
      .productView-image-wrap .photos-videos a.videos-tab {
        border-left: 1px solid #e4e4e4; }

.productView-videos {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: flex-end;
  margin: 0; }

.productView-image {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: flex-end;
  margin: 0; }
  .productView-image .new-badge, .productView-image .sale-badge {
    top: 15px;
    right: 15px; }
  .productView-image .new-badge ~ .sale-badge {
    right: 60px; }
  .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-thumbnails {
  padding: 20px 40px; }
  @media (max-width: 767px) {
    .productView-thumbnails {
      padding: 20px 0; }
      .productView-thumbnails .owl-nav {
        display: none !important; }
      .productView-thumbnails .owl-stage-outer {
        text-align: center; }
        .productView-thumbnails .owl-stage-outer .owl-stage {
          width: 100% !important;
          transform: none !important; }
          .productView-thumbnails .owl-stage-outer .owl-stage .owl-item {
            float: none;
            display: inline-block;
            width: auto !important;
            height: auto !important;
            margin: 0 !important; }
            .productView-thumbnails .owl-stage-outer .owl-stage .owl-item .productView-thumbnail {
              border: none;
              margin: 0 3px;
              min-height: 10px;
              padding: 0; }
              .productView-thumbnails .owl-stage-outer .owl-stage .owl-item .productView-thumbnail a {
                border-radius: 50%;
                -moz-border-radius: 50%;
                -webkit-border-radius: 50%;
                background: #e4e4e4;
                display: block;
                width: 10px;
                height: 10px;
                display: block; }
                .productView-thumbnails .owl-stage-outer .owl-stage .owl-item .productView-thumbnail a img {
                  display: none; }
                .productView-thumbnails .owl-stage-outer .owl-stage .owl-item .productView-thumbnail a.is-active {
                  background: #323232; } }
  .productView-thumbnails .productView-thumbnail {
    display: table;
    table-layout: fixed;
    /*min-height:80px;*/
    border: 1px solid #e4e4e4;
    padding: 5px;
    background: #fff;
    position: relative;
    text-align: center; }
    .productView-thumbnails .productView-thumbnail a {
      display: table-cell;
      vertical-align: middle; }
      .productView-thumbnails .productView-thumbnail a img {
        -moz-transform-style: unset;
        -webkit-transform-style: unset;
        transform-style: unset;
        margin: 0 auto; }
  .productView-thumbnails .owl-nav {
    text-align: center; }
  .productView-thumbnails .owl-nav > div {
    position: absolute;
    display: inline-block;
    top: 36%;
    border: none;
    font-size: 0;
    background: none; }
    .productView-thumbnails .owl-nav > div:before {
      font-size: 20px; }
    .productView-thumbnails .owl-nav > div.owl-prev {
      left: 0;
      text-align: left; }
    .productView-thumbnails .owl-nav > div.owl-next {
      right: 0;
      text-align: right; }
  @media (min-width: 768px) {
    .productView-thumbnails .productView-thumbnail-link:hover:after,
    .productView-thumbnails .productView-thumbnail-link.is-active:after {
      content: "";
      position: absolute;
      bottom: -1px;
      left: -1px;
      right: -1px;
      background: #323232;
      height: 2px;
      display: block; } }

.productView-details {
  margin-bottom: 50px; }
  @media (max-width: 991px) {
    .productView-details {
      width: 100%; } }
  .productView-details .free_shipping {
    text-align: left;
    margin: 0 0 20px;
    text-transform: capitalize;
    font-size: 14px; }

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

.productView-brand {
  color: #999999;
  font-size: 14px;
  margin: 0 0 10px;
  font-family: "Arimo", Arial, Helvetica, sans-serif; }
  .productView-brand a {
    color: #999999;
    font-weight: 400; }
    .productView-brand a:hover {
      color: #505050; }

.productView-title {
  font-size: 24px;
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  font-weight: 700;
  margin: 0 0 15px 0;
  letter-spacing: 0;
  line-height: 1.4; }

.productView-rating {
  margin-bottom: 17px;
  overflow: hidden;
  padding: 3px 0; }
  .productView-rating i.fa {
    font-size: 13px;
    vertical-align: -2px; }

.productView-reviewLink {
  display: inline-block;
  margin-left: 20px;
  vertical-align: -1px; }
  .productView-reviewLink > a {
    color: #505050; }
    .productView-reviewLink > a:hover {
      color: #2599d4; }
  .productView-reviewLink.btn-review a {
    border: 1px solid #cacaca;
    padding: 3px 10px; }
  @media (max-width: 400px) {
    .productView-reviewLink.btn-review {
      clear: both;
      margin-top: 10px;
      margin-left: 0;
      display: block; } }

.productView-price {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 700;
  color: #323232;
  font-family: "Arimo", Arial, Helvetica, sans-serif; }
  .productView-price .price-section--saving {
    font-size: 12px;
    color: #969696;
    font-family: "Arimo", Arial, Helvetica, sans-serif;
    font-weight: 400; }
  .productView-price .price.price--rrp {
    color: #999999;
    font-size: 20px;
    margin-right: 10px; }
    .productView-price .price.price--rrp ~ .price--withoutTax,
    .productView-price .price.price--rrp + span {
      color: #ea3b02; }
  .productView-price abbr {
    border: 0;
    color: inherit;
    font-size: inherit; }
  .productView-price .price-section--withoutTax ~ .price-section--saving {
    margin-top: 5px; }

.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.16667rem;
  margin-right: 0.41667rem;
  min-width: 100px;
  color: #323232; }

.productView-info-value {
  margin-bottom: 0.41667rem; }
  @media (min-width: 480px) {
    .productView-info-value {
      margin-bottom: 1rem; } }

.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: 12px; }
  .productView-options .form-field--increments {
    margin-bottom: 20px; }
  @media (min-width: 480px) {
    .productView-options .form-action {
      float: left;
      padding: 0 0.83333rem;
      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.75rem;
        width: auto; } }

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

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

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

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

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

.shareProduct {
  text-align: center; }

.addthis_toolbox ul.socialLinks {
  list-style: none;
  margin-left: 0; }
  .addthis_toolbox ul.socialLinks li {
    display: inline-block; }

.productView-description ul.tabs {
  position: relative;
  overflow: hidden;
  margin-bottom: 5px;
  border: 0;
  padding-bottom: 3px;
  background: whitesmoke; }
  .productView-description ul.tabs::after {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 3px;
    content: '';
    background: #1b0649; }
  .productView-description ul.tabs li.tab {
    position: relative;
    z-index: 1;
    float: left;
    background: #fff;
    border: 1px solid #cbcbcb;
    border-left: none;
    border-bottom: none;
    padding: 0;
    -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; }
    .productView-description ul.tabs li.tab:first-child {
      border-left: 1px solid #cbcbcb; }
    .productView-description ul.tabs li.tab a {
      font-family: "Arimo", Arial, Helvetica, sans-serif;
      font-size: 14px;
      font-weight: 700;
      display: block;
      padding: 15px 25px 12px;
      vertical-align: middle;
      text-transform: uppercase;
      color: #323232;
      text-decoration: none !important; }
      @media (max-width: 480px) {
        .productView-description ul.tabs li.tab a {
          font-size: 11px;
          padding: 0 15px;
          letter-spacing: 0; } }
      .productView-description ul.tabs li.tab a:focus {
        outline: none; }
    .productView-description ul.tabs li.tab.is-active {
      background: #1b0649;
      border-color: #1b0649; }
      .productView-description ul.tabs li.tab.is-active a {
        color: #fff; }
    @media (max-width: 991px) {
      .productView-description ul.tabs li.tab {
        float: none;
        display: block;
        width: 100%;
        height: auto;
        margin: 0;
        border: 1px solid #d7d7d7;
        border-top: none; }
        .productView-description ul.tabs li.tab a {
          margin: 0;
          -webkit-border-top-left-radius: 0px;
          -webkit-border-top-right-radius: 0px;
          -moz-border-radius-topleft: 0px;
          -moz-border-radius-topright: 0px;
          border-top-left-radius: 0px;
          border-top-right-radius: 0px;
          display: block;
          padding: 12px 15px 11px;
          border: none;
          text-align: left;
          font-size: 14px; }
        .productView-description ul.tabs li.tab:first-child {
          border-top: 1px solid #d7d7d7; } }
  @media (max-width: 991px) {
    .productView-description ul.tabs {
      padding: 0; }
      .productView-description ul.tabs::after {
        display: none; } }

#tab-also-view,
#relatedProducts {
  position: relative; }

#tab-also-view .owl-nav {
  top: -6px !important; }
  #tab-also-view .owl-nav > div {
    border: 1px solid #d8d8d8 !important; }

#tab-also-view #similarByViews {
  padding-top: 25px; }

#relatedProducts,
#similarByViews {
  border: 1px solid #d7d7d7;
  overflow: hidden;
  margin-bottom: 25px;
  position: relative; }
  #relatedProducts .module-heading,
  #similarByViews .module-heading {
    margin: 0 0 10px;
    padding: 16px 25px 14px;
    display: block;
    background: whitesmoke;
    text-transform: uppercase;
    font-size: 14px;
    color: #323232;
    font-weight: 700; }
  #relatedProducts .owl-nav,
  #similarByViews .owl-nav {
    position: absolute;
    top: 9px;
    right: 10px; }
  #relatedProducts .productCarousel,
  #similarByViews .productCarousel {
    position: static; }
  #relatedProducts h3,
  #similarByViews h3 {
    font-size: 16px; }

.hl-product-review {
  overflow: hidden; }
  .hl-product-review .productView-reviewLink {
    margin: 0 0 15px;
    display: block; }

.productView-description #tab-description > p {
  line-height: 20px; }

.productView-description #tab-description h3 {
  font-size: 14px;
  font-weight: 700;
  position: relative;
  padding-left: 20px;
  font-family: "Arimo", Arial, Helvetica, sans-serif; }
  .productView-description #tab-description h3:before {
    content: "";
    border: 6px solid transparent;
    border-left-color: #f65a2a;
    position: absolute;
    left: 0;
    top: 3px; }

.productView-description #tab-description ul li {
  padding: 4px 0 4px 10px; }

.productView-description .tab-content .productView-reviewLink {
  margin: 20px 0 10px;
  display: block; }
  .productView-description .tab-content .productView-reviewLink a {
    padding: 10px 30px;
    display: inline-block;
    height: auto;
    min-width: 50px; }
    .productView-description .tab-content .productView-reviewLink a i.fa {
      font-size: 10px;
      color: #ffdd02;
      margin-left: 5px; }

.productReviews h5.productReview-title {
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  margin-bottom: 10px;
  color: #2599d4;
  text-transform: none; }

.productReviews .productReview-rating {
  display: inline-block;
  vertical-align: 4px;
  margin-bottom: 7px; }

.productReviews .productReview-author {
  margin-bottom: 15px; }

.productReviews .pagination {
  margin: 20px 0; }

.productReviews .compare-link {
  display: none; }

section.toggle {
  border: 0;
  margin-bottom: 30px !important; }
  section.toggle.productReviews {
    margin-bottom: 0 !important; }

section.toggle .toggle-title {
  font-size: 16px;
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-weight: 700;
  text-transform: capitalize;
  width: 100%; }
  section.toggle .toggle-title .toggleLink {
    margin-top: -2px;
    line-height: 20px;
    text-transform: none;
    letter-spacing: 0;
    font-family: "Arimo", Arial, Helvetica, sans-serif;
    color: #2599d4; }
    section.toggle .toggle-title .toggleLink .toggleLink-text {
      font-size: 12px;
      font-weight: 500; }
      section.toggle .toggle-title .toggleLink .toggleLink-text .fa {
        vertical-align: middle;
        position: relative;
        top: -3px;
        font-size: 22px;
        margin-left: 5px; }
    section.toggle .toggle-title .toggleLink:hover {
      color: #505050; }

a[data-reveal-id="modal-size-chart-form"] {
  float: right;
  position: relative;
  color: #a5a5a5; }
  a[data-reveal-id="modal-size-chart-form"]::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 10px;
    background: url("../img/size-chart-icon.png") center no-repeat;
    margin-right: 8px; }

.productView-description .tab-content p > strong,
.productView-description .tab-content h5 {
  text-transform: capitalize;
  font-size: 14px;
  font-family: "Arimo", Arial, Helvetica, sans-serif; }

.productView-description ul.paragraphTab {
  margin: 10px 0;
  list-style: none; }
  .productView-description ul.paragraphTab li {
    padding: 10px 25px; }
    .productView-description ul.paragraphTab li:nth-child(2n+1) {
      background: #f6f7f9; }
    .productView-description ul.paragraphTab li strong {
      width: 27%;
      display: inline-block;
      text-transform: uppercase;
      font-size: 12px;
      color: #323232; }
      @media (max-width: 991px) {
        .productView-description ul.paragraphTab li strong {
          width: 100%;
          display: block;
          padding-bottom: 5px; } }

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

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

.product-list {
  margin: 0 -15px;
  overflow: hidden;
  list-style: none; }
  .product-list .product-card {
    width: 20%;
    display: inline-block;
    padding: 0 15px 30px;
    margin: 0 -1.5px 0 -1px;
    vertical-align: top; }
    .product-list .product-card .card {
      margin-bottom: 20px; }
      .product-list .product-card .card .compareTable-removeProduct {
        height: 2.5rem;
        position: absolute;
        right: 0;
        top: 0;
        transition: background-color 0.15s ease;
        width: 2.5rem;
        text-align: center;
        z-index: 10; }
        .product-list .product-card .card .compareTable-removeProduct .icon {
          fill: #f65a2a;
          height: 1.5rem;
          margin-top: 0.5rem;
          width: 1.5rem; }
        .product-list .product-card .card .compareTable-removeProduct:hover .icon {
          fill: #ea3b02; }
    .product-list .product-card .card-text {
      margin-bottom: 10px;
      overflow: hidden;
      min-height: 18px; }
      .product-list .product-card .card-text a {
        color: #a5a5a5; }
    .product-list .product-card .card-title {
      margin-top: 0px;
      margin-bottom: 12px;
      font-size: 12px;
      font-weight: 400;
      color: #2599d4;
      letter-spacing: 0; }
      .product-list .product-card .card-title a {
        color: #2599d4; }
        .product-list .product-card .card-title a:hover {
          color: #505050;
          text-decoration: none; }
      .product-list .product-card .card-title:hover a {
        color: #505050;
        text-decoration: none; }
    .product-list .product-card .price-section {
      color: #323232;
      font-size: 14px;
      font-weight: 700;
      margin-bottom: 10px; }
      .product-list .product-card .price-section .price--rrp {
        color: #999999;
        margin-right: 5px; }
        .product-list .product-card .price-section .price--rrp + span {
          color: #ea3b02; }
    .product-list .product-card .prod-summary {
      padding-top: 23px; }
    .product-list .product-card .star-rating,
    .product-list .product-card .availability {
      margin-bottom: 15px; }
    @media (max-width: 767px) {
      .product-list .product-card {
        width: 50% !important; } }
  .product-list.product-list-2 .product-card {
    width: 50%; }
  .product-list.product-list-3 .product-card {
    width: 33%; }
  .product-list.product-list-4 .product-card {
    width: 25%; }

.blocker {
  background: rgba(255, 255, 255, 0.5);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 500; }

.blocker-container {
  position: relative; }

.textTruncate {
  padding-bottom: 1.5rem;
  position: relative;
  transition: max-height 100ms ease-out; }

.js .textTruncate {
  max-height: 110px;
  overflow: hidden; }

.js .textTruncate--visible {
  max-height: 83.33333rem; }

.textTruncate-viewMore {
  background-color: white;
  bottom: 0;
  padding-top: 10px;
  position: absolute;
  width: 100%; }

.toggle {
  border-top: 1px solid #e8e8e8;
  margin-bottom: 2.25rem; }
  .toggle:last-of-type {
    margin-bottom: 4.5rem; }

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

.toggleLink {
  color: #505050; }
  .toggleLink:hover {
    color: #2d2d2d; }
  .toggle-title .toggleLink {
    float: right;
    line-height: 24px; }

.toggleLink-text {
  font-size: 12px;
  font-weight: 400; }

.toggleLink-text--off {
  display: inline-block; }
  .toggleLink.is-open .toggleLink-text--off {
    display: none; }

.toggleLink-text--on {
  display: none; }
  .toggleLink.is-open .toggleLink-text--on {
    display: inline-block; }

.toggle-content {
  display: none; }
  .toggle-content.is-open {
    display: block; }

.facetedSearch-toggle {
  margin: 0 auto;
  max-width: 100rem;
  width: 100%;
  border: #e8e8e8 solid;
  border-radius: 0px;
  border-width: 1px;
  display: block;
  margin-bottom: 2rem;
  padding: 1rem; }
  .facetedSearch-toggle:before, .facetedSearch-toggle:after {
    content: " ";
    display: table; }
  .facetedSearch-toggle:after {
    clear: both; }
  @media (min-width: 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: 2rem; }
  .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: 2rem; } }
  .facetedSearch-navList .navList--inner {
    margin-left: 1.5rem; }
  @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; } }

.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;
  padding-left: 0; }

#facetedSearch-navList .accordion-content > ul.navList li a::before {
  position: static;
  display: inline-block;
  vertical-align: -3px;
  margin-right: 3px;
  content: ""; }

#facetedSearch-navList .accordion--navList .accordion-block {
  margin: 0 0 40px;
  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 p:last-child {
  margin-bottom: 0; }

.banners-top {
  position: relative;
  z-index: 10;
  border: 1px solid #d7d7d7;
  overflow: hidden;
  margin-bottom: 25px; }
  .banners-top .module-heading {
    margin: 0 0 10px;
    padding: 16px 25px 14px;
    display: block;
    background: whitesmoke;
    text-transform: uppercase;
    font-size: 14px;
    color: #323232;
    font-weight: 700; }
  .banners-top .owl-nav {
    position: absolute;
    top: 9px;
    right: 10px; }
  .banners-top .banner {
    padding: 20px; }
    .banners-top .banner .info-left {
      float: left;
      margin-right: 20px; }
      @media (max-width: 420px) {
        .banners-top .banner .info-left {
          max-width: 90px; } }
    .banners-top .banner .info-right {
      overflow: hidden; }
      .banners-top .banner .info-right h5 {
        margin: 0 0 8px;
        text-transform: capitalize;
        font-size: 16px;
        color: #323232;
        font-weight: 700; }
      .banners-top .banner .info-right h5 + p {
        color: #505050;
        line-height: 20px;
        position: relative; }
      .banners-top .banner .info-right p {
        margin-bottom: 10px; }
        .banners-top .banner .info-right p > a {
          font-size: 11px;
          font-weight: 700;
          text-transform: uppercase;
          color: #2599d4; }
          .banners-top .banner .info-right p > a:hover {
            color: #505050; }
        .banners-top .banner .info-right p:last-child {
          margin-bottom: 0; }
      @media (min-width: 768px) and (max-width: 1023px) {
        .banners-top .banner .info-right {
          width: 100%;
          clear: both;
          padding-top: 15px; }
          .banners-top .banner .info-right h5 {
            margin-bottom: 5px; } }
    @media (max-width: 767px) {
      .banners-top .banner .static-block-2 [class*='col-sm'] {
        overflow: hidden;
        clear: both;
        margin-bottom: 20px; }
        .banners-top .banner .static-block-2 [class*='col-sm']:last-child {
          margin-bottom: 0; } }

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

/*Home Top Banners*/
@media (max-width: 640px) {
  #home-top-banners .banner-item {
    width: 100%; } }

#home-top-banners a {
  position: relative;
  display: block;
  margin-bottom: 30px;
  text-align: center; }

#home-top-banners a h4 {
  position: absolute;
  top: 45%;
  width: 100%;
  margin: 0;
  text-align: center; }

#home-top-banners a h4 span {
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  padding: 5px 10px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #fff;
  border-bottom: 1px solid #fff; }

#home-top-banners a h4.text-black span {
  color: #000;
  border-bottom: 1px solid #000; }

#home-top-banners a:hover h4 span {
  color: #000;
  border-bottom-color: #000; }

#home-top-banners a:hover > img {
  opacity: .2;
  filter: alpha(opacity=20); }

.facetLabel {
  background: #f2f2f2;
  border-radius: 4px;
  padding: 0.16667rem 0.5rem 0.16667rem 0.66667rem;
  text-decoration: none; }
  .facetLabel .icon {
    width: 12px;
    height: 12px;
    display: inline-block;
    fill: #505050;
    position: relative;
    top: -1px; }

.hl-top-cart .cart-item {
  padding: 0;
  position: relative;
  color: black;
  font-weight: 700; }
  .hl-top-cart .cart-item:hover {
    border: none; }
    .hl-top-cart .cart-item:hover span.navUser-item-cartLabel {
      border-bottom-color: #5a5a5a; }
  .hl-top-cart .cart-item .navUser-item-cartLabel {
    border-bottom: 1px solid transparent; }
  .hl-top-cart .cart-item .cart-quantity {
    background: #ea3b02;
    padding: 7px 8px 5px;
    text-align: center;
    position: relative;
    display: inline-block;
    vertical-align: 0px;
    margin-left: 10px;
    color: #fff;
    min-width: 26px;
    line-height: 13px;
    top: -1px; }
    .hl-top-cart .cart-item .cart-quantity:before {
      position: absolute;
      content: "";
      top: 9px;
      left: -4px;
      border-right: 4px solid #ea3b02;
      border-top: 4px solid transparent;
      border-bottom: 4px solid transparent; }
    @media (max-width: 910px) {
      .hl-top-cart .cart-item .cart-quantity {
        vertical-align: -4px;
        top: -5px;
        border-radius: 50%;
        -moz-border-radius: 50%;
        position: absolute;
        top: -10px;
        right: -15px;
        padding: 4px 5px 3px;
        min-width: 21px;
        line-height: 14px; }
        .hl-top-cart .cart-item .cart-quantity:before {
          display: none; } }
  @media (min-width: 911px) {
    .hl-top-cart .cart-item.hidden-pc {
      display: none !important; } }
  @media (max-width: 910px) {
    .hl-top-cart .cart-item.hidden-mobile {
      display: none !important; }
    .hl-top-cart .cart-item i.icon-cart {
      margin-right: 0; } }

.hl-cart-content {
  position: relative;
  border: 1px solid #d7d7d7; }

.cart {
  display: block;
  width: 100%; }
  @media (min-width: 768px) {
    .cart {
      display: table; } }
  .cart .cart-item-quantity .form-increment .form-input {
    box-shadow: none;
    border-radius: 0;
    min-height: 40px;
    margin: 0 -4px;
    border-left-color: transparent;
    border-right-color: transparent; }

.cart-header {
  display: none; }
  @media (min-width: 768px) {
    .cart-header {
      display: table-header-group;
      text-align: left; } }

.cart-header-item {
  padding: 17px 20px 10px;
  background: #f6f7f9;
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #323232;
  text-align: center; }
  @media (min-width: 768px) and (max-width: 991px) {
    .cart-header-item:nth-child(2) {
      display: none; } }
  .cart-header-item:first-child {
    text-align: left; }
  .cart-header-item:last-child {
    text-align: right; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .cart-header-item {
      padding-left: 10px;
      padding-right: 10px; } }

.cart-list {
  display: block;
  border-top: none; }
  @media (min-width: 768px) {
    .cart-list {
      display: table-row-group; } }
  @media (max-width: 767px) {
    .cart-list tr {
      display: block; } }
  .cart-list .cart-item {
    border-top: 1px solid #eaeaea; }
    .cart-list .cart-item:first-child {
      border-top: none; }

.cart-item-block {
  padding: 25px;
  vertical-align: top;
  text-align: center; }
  .cart-item-block:first-child {
    text-align: left; }
  .cart-item-block:last-child {
    text-align: right; }
  .cart-item-block .definitionList {
    margin: 0 0 8px; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .cart-item-block {
      padding: 20px 5px; }
      .cart-item-block:first-child {
        padding-left: 15px; }
      .cart-item-block:last-child {
        padding-right: 15px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .cart-item-block:nth-child(3) {
      display: none; } }

.cart-item-figure {
  padding-right: 0; }

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

.cart-item-image {
  width: auto; }

.cart-item-title {
  display: block;
  height: auto;
  overflow: hidden;
  text-align: left; }
  @media (min-width: 768px) {
    .cart-item-title {
      display: table-cell; } }
  .cart-item-title a[data-item-edit] {
    font-size: 11px;
    font-weight: 700; }
  .cart-item-title > dl {
    padding-left: 15px; }
    .cart-item-title > dl dt, .cart-item-title > dl dd {
      padding: 1px 0;
      margin-bottom: 0; }
    .cart-item-title > dl .definitionList-key,
    .cart-item-title > dl dt {
      color: #323232;
      font-weight: 700;
      float: left;
      margin-right: 7px; }
    .cart-item-title > dl dd {
      color: #999999;
      margin: 0; }
    .cart-item-title > dl.cart-item-options--giftWrapping {
      padding-left: 0;
      padding-top: 10px; }
      .cart-item-title > dl.cart-item-options--giftWrapping dd a {
        padding: 3px 5px;
        text-transform: uppercase;
        background: #00a400;
        color: #fff;
        font-weight: 700;
        font-size: 11px;
        border-radius: 2px; }
        .cart-item-title > dl.cart-item-options--giftWrapping dd a:hover {
          background: #505050; }
  .cart-item-title .change {
    font-style: italic;
    color: #2599d4;
    font-size: 11px;
    font-weight: 700;
    margin-left: 15px; }
    .cart-item-title .change:hover {
      color: #323232; }

/*.cart-item-info {
    clear: both;
    @include breakpoint("small") {
        clear: none;
        float: left;
        overflow: hidden;
        + .cart-item-info {
            margin-top: 0;
        }
    }
    @include breakpoint("medium") {
        float: none;
        &:last-child {
            text-align: right;
        }
    }
}*/
@media (max-width: 767px) {
  .cart-list .cart-item:first-child {
    border-top: 1px solid #eaeaea; }
  .cart-item-figure {
    height: auto;
    padding-right: 10px; }
  .cart-item-info {
    width: 100% !important;
    display: block;
    padding-top: 5px !important;
    text-align: right; }
    .cart-item-info .cart-item-label {
      float: left;
      width: 33.33%;
      font-weight: 700;
      padding-right: 10px;
      text-align: left;
      color: #323232; }
    .cart-item-info.cart-item-quantity .cart-item-label {
      padding-top: 9px; }
    .cart-item-info .cart-item-value {
      padding-left: 0; } }

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

.cart-item-quantity .form-increment {
  display: block;
  margin: 0 0 5px;
  vertical-align: middle; }
  @media (min-width: 768px) {
    .cart-item-quantity .form-increment {
      margin-left: 0; } }
  .cart-item-quantity .form-increment button {
    width: 36px;
    height: 40px;
    min-width: 10px;
    background: none; }
    .cart-item-quantity .form-increment button .fa {
      font-size: 11px;
      font-weight: 400;
      display: block; }

.cart-item-label {
  color: #a5a5a5;
  float: left;
  margin-bottom: 0.41667rem;
  text-align: right;
  width: 33.33333%; }
  @media (min-width: 480px) {
    .cart-item-label {
      display: block;
      text-align: left;
      width: 100%; } }
  @media (min-width: 768px) {
    .cart-item-label {
      display: none; } }

.cart-item-value {
  padding-left: 1.5rem;
  color: #646464; }
  @media (min-width: 768px) {
    .cart-item-value {
      padding-left: 0; } }

.cart-item-total .cart-item-value {
  font-size: 14px;
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  font-weight: 700; }

.cart-item-brand {
  color: #a5a5a5;
  margin-bottom: 0.16667rem;
  display: none; }

.cart-item-name {
  letter-spacing: 0;
  margin: 0 0 10px;
  font-weight: 400;
  font-size: 12px; }
  .cart-item-name a {
    color: #2599d4; }
    .cart-item-name a:hover {
      color: #505050;
      text-decoration: none; }

.cart-item-options--giftWrapping {
  margin: 0 0 10px; }

.cart-remove {
  color: #e95144;
  cursor: pointer;
  display: inline-block;
  transition: background-color 0.15s ease;
  width: auto;
  height: auto;
  text-align: center;
  padding: 0;
  margin-left: 15px; }
  .cart-remove.icon svg {
    width: 20px;
    height: 20px;
    display: inline-block;
    fill: #f1152f;
    vertical-align: -1px; }
  .cart-remove:hover.icon svg {
    fill: #ea3b02; }

.cart-totals {
  text-align: right;
  width: 100%;
  padding: 0;
  margin: 0; }
  @media (min-width: 1024px) {
    .cart-totals {
      width: 50%;
      float: right; } }
  .cart-totals li {
    list-style: none; }

.cart-total {
  border-top: 1px solid #eaeaea;
  padding: 15px 0; }
  .cart-total:before, .cart-total:after {
    content: " ";
    display: table; }
  .cart-total:after {
    clear: both; }
  .cart-total:first-child {
    border-top: none; }
  .cart-total:last-child {
    margin-bottom: 20px; }
  .cart-total .form-input {
    display: inline-block;
    padding: 0.5rem;
    vertical-align: top;
    width: 75%; }
  .cart-total .form-select {
    margin-bottom: 0.75rem;
    padding: 0.5rem 0.75rem; }
  .cart-total .form-inlineMessage {
    text-align: left; }
  .cart-total .shipping-estimator,
  .cart-total .cart-form {
    padding: 20px 0; }
    .cart-total .shipping-estimator form,
    .cart-total .cart-form form {
      margin: 0; }
    @media (min-width: 768px) and (max-width: 1023px) {
      .cart-total .shipping-estimator,
      .cart-total .cart-form {
        max-width: 70%;
        width: 70%; } }
    @media (max-width: 767px) {
      .cart-total .shipping-estimator,
      .cart-total .cart-form {
        max-width: 100%;
        width: 100%; } }

.page-type-cart .cart-total {
  padding: 15px 0 13px; }

.cart-total-label,
.cart-total-value {
  width: auto;
  display: inline-block;
  vertical-align: middle; }

.cart-total-label {
  padding-right: 15px;
  float: left;
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: capitalize;
  color: #323232; }
  .cart-total-label strong {
    font-weight: 700; }

.cart-total-value > span {
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: capitalize;
  color: #323232; }

.cart-total-grandTotal {
  font-size: 18px;
  font-weight: 700;
  position: relative; }
  .cart-total-grandTotal > span {
    font-weight: 700;
    font-size: 18px; }

.cart-total:last-child > .cart-total-label {
  font-size: 16px;
  font-weight: 700; }

.coupon-code-add,
.coupon-code-cancel,
.shipping-estimate-show,
.shipping-estimate-hide,
.gift-certificate-add,
.gift-certificate-cancel {
  color: #999999;
  padding: 0 0 2px;
  transition: color 0.15s ease;
  border-bottom: 1px solid transparent; }
  .coupon-code-add:hover,
  .coupon-code-cancel:hover,
  .shipping-estimate-show:hover,
  .shipping-estimate-hide:hover,
  .gift-certificate-add:hover,
  .gift-certificate-cancel:hover {
    border-bottom-color: #ea3b02; }

.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: 73%;
    margin-right: 12px; }
  .coupon-form .btn,
  .cart-gift-certificate-form .btn {
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
    width: 20%; }

.estimator-form {
  margin-bottom: 0; }
  .estimator-form .form-input {
    margin-bottom: 0.75rem;
    width: 100%; }
  .estimator-form .btn-primary {
    width: 60%; }

.estimator-form-label {
  clear: both;
  float: left;
  font-weight: 400;
  margin-bottom: 0; }
  .estimator-form-label .form-label:not(.estimator-form-label-text) {
    line-height: 2.66667rem;
    margin-bottom: 0; }

.estimator-form-input {
  float: right;
  margin-bottom: 10px;
  width: 60%; }
  .estimator-form-input .form-input,
  .estimator-form-input .form-select {
    margin-bottom: 0; }

.estimator-form-input--price {
  width: 30%; }

.estimator-form-row:before, .estimator-form-row:after {
  content: " ";
  display: table; }

.estimator-form-row:after {
  clear: both; }

.estimator-form-toggleUPSRate {
  display: block;
  margin-bottom: 1em; }

.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 {
    width: 100%;
    font-size: 14px; }
  .cart-actions .checkoutMultiple {
    clear: right;
    display: block;
    float: none;
    padding: 15px 0; }

.cart-additionalCheckoutButtons,
.cart-actions {
  text-align: center; }
  @media (min-width: 1024px) {
    .cart-additionalCheckoutButtons,
    .cart-actions {
      width: 50%;
      float: right;
      clear: right; } }

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

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

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

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

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

.triangle-with-shadow {
  position: absolute;
  top: -15px;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 15px;
  display: none; }
  .triangle-with-shadow:before {
    position: absolute;
    top: 10px;
    right: 25px;
    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);
    background: #f3f3f3;
    -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
    -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); }

#cart-preview-dropdown {
  position: absolute;
  left: auto !important;
  right: 0;
  background: #fff;
  min-width: 610px;
  max-width: 610px;
  -moz-box-shadow: 1px 0 5px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 1px 0 5px rgba(0, 0, 0, 0.06);
  box-shadow: 1px 0 5px rgba(0, 0, 0, 0.06);
  border: 1px solid #d7d7d7;
  top: auto;
  z-index: 111;
  display: none;
  margin-top: 6px; }
  #cart-preview-dropdown .cart-preview-inner {
    position: relative; }
    #cart-preview-dropdown .cart-preview-inner .loadingOverlay {
      left: auto;
      right: 30px;
      top: -15px;
      background: none;
      width: 30px;
      height: 30px; }
  #cart-preview-dropdown .cart-total-label,
  #cart-preview-dropdown .cart-total-value {
    text-align: right;
    color: #323232;
    width: auto;
    display: inline-block;
    float: none;
    font-weight: 600; }
  #cart-preview-dropdown .cart-total-value {
    font-size: 14px;
    font-family: "Arimo", Arial, Helvetica, sans-serif;
    font-weight: 700;
    padding-left: 10px;
    min-width: 30%; }
  #cart-preview-dropdown .preview-cart-grand-total .cart-total-value {
    font-size: 18px;
    font-weight: 700; }
  #cart-preview-dropdown .preview-cart-titles {
    min-height: 41px;
    padding: 0;
    background: #f6f7f9;
    overflow: hidden;
    text-align: center; }
    #cart-preview-dropdown .preview-cart-titles > div {
      font-family: "Arimo", Arial, Helvetica, sans-serif;
      font-size: 11px;
      font-weight: 700;
      float: left;
      text-transform: uppercase;
      color: #5a5a5a;
      padding: 15px 20px 10px; }
      #cart-preview-dropdown .preview-cart-titles > div.item-info {
        width: 50%;
        text-align: left; }
      #cart-preview-dropdown .preview-cart-titles > div.item-qty {
        width: 16.6%;
        text-align: center; }
      #cart-preview-dropdown .preview-cart-titles > div.item-price {
        width: 16.6%;
        text-align: left; }
      #cart-preview-dropdown .preview-cart-titles > div.item-total {
        width: 16.6%;
        text-align: right; }
  #cart-preview-dropdown .previewCartItem {
    overflow: hidden;
    padding: 0;
    margin: 0;
    display: block; }
    #cart-preview-dropdown .previewCartItem:after {
      display: none; }
    #cart-preview-dropdown .previewCartItem > div {
      float: left;
      padding: 20px; }
      #cart-preview-dropdown .previewCartItem > div.item-info {
        width: 50%; }
      #cart-preview-dropdown .previewCartItem > div.item-qty {
        width: 16.6%;
        text-align: center;
        line-height: 1.27; }
      #cart-preview-dropdown .previewCartItem > div.item-price {
        font-weight: 700;
        width: 16.6%;
        text-align: left;
        font-size: 14px;
        color: #323232;
        line-height: 1.27; }
      #cart-preview-dropdown .previewCartItem > div.item-total {
        font-weight: 700;
        width: 16.6%;
        text-align: right;
        font-size: 14px;
        line-height: 1.27; }
    #cart-preview-dropdown .previewCartItem .item-qty-input {
      color: #4b5459;
      text-align: center;
      display: inline-block; }
    #cart-preview-dropdown .previewCartItem .prod-brand {
      color: #999999;
      text-align: left;
      margin: 0 0 7px;
      font-family: "Arimo", Arial, Helvetica, sans-serif;
      font-size: 12px; }

#top-cart .is-open #cart-preview-dropdown {
  display: block; }

.previewCartList {
  width: 100%;
  max-height: 251px;
  overflow: hidden;
  margin: 0; }

.previewCartItem-image,
.previewCartItem-content {
  display: table-cell;
  vertical-align: middle; }

.previewCartItem-image {
  float: left;
  padding-right: 20px; }
  .previewCartItem-image img {
    max-width: 80px; }

.previewCartItem-name {
  text-align: left; }
  .previewCartItem-name h6 {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
    margin: 0;
    line-height: 20px;
    margin-bottom: 5px; }
    .previewCartItem-name h6 a {
      color: #2599d4 !important; }
      .previewCartItem-name h6 a:hover {
        color: #505050 !important; }
  .previewCartItem-name > a {
    text-decoration: none; }
  .previewCartItem-name .definitionList {
    margin: 0; }

.previewCartItem-brand {
  color: #505050;
  display: inline-block; }

.preview-cart-total,
.preview-cart-grand-total {
  display: block;
  clear: both;
  padding: 15px 20px;
  overflow: hidden;
  text-align: right;
  border-top: 1px solid #eaeaea; }
  .preview-cart-total > div,
  .preview-cart-grand-total > div {
    padding: 0; }

.previewCartAction {
  clear: both;
  display: block;
  padding: 10px 20px 20px;
  text-align: right; }

.previewCartAction-checkout,
.previewCartAction-viewCart {
  display: inline-block;
  /*& > a.btn{
		height:42px;
		line-height:41px;
	}*/ }

.previewCartAction-viewCart a.btn {
  margin-right: 7px;
  font-size: 14px; }

.previewCartAction-checkoutMultiple {
  clear: both;
  padding-left: 0.75rem;
  padding-top: 15px; }
  .previewCartAction-checkoutMultiple a {
    color: #505050;
    font-family: "Arimo", Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-transform: lowercase; }

.previewCart-emptyBody {
  padding: 20px; }
  .previewCart-emptyBody > .alert {
    margin-bottom: 0; }

.addressList {
  font-size: 0;
  list-style: none;
  margin: 0 -10px; }
  .addressList li.address {
    padding: 0 10px; }

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

.panel--address {
  font-size: 12px;
  position: relative; }
  .panel--address .panel-body {
    min-height: 20.83333rem;
    padding: 15px;
    background: #f6f7f8; }
    .panel--address .panel-body h5 {
      font-weight: 700;
      font-size: 14px; }
  .panel--address .form-actions {
    text-align: left;
    padding-top: 20px !important; }
    .panel--address .form-actions .button {
      margin-bottom: 0.75rem; }
      .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.41667rem; } }
    .panel--address .form-actions .btn {
      height: auto !important; }

.address-title {
  margin: 0 0 0.75rem;
  text-transform: none; }

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

.address-details--postal {
  font-size: 12px; }

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

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

.panel--newAddress {
  display: block;
  text-align: center;
  text-decoration: none; }
  .panel--newAddress:hover .address-title {
    color: #2599d4; }
  .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.33333rem;
  overflow: hidden;
  padding-bottom: 67.5%;
  padding-top: 2.08333rem;
  position: relative;
  margin-bottom: 1.91667rem; }
  .videoGallery-main.widescreen {
    padding-bottom: 56.34%; }
  .videoGallery-main.vimeo {
    padding-top: 0; }
  .videoGallery-main iframe,
  .videoGallery-main object,
  .videoGallery-main embed,
  .videoGallery-main video {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0; }

.videoGallery-list {
  margin: 0;
  font-size: 0; }

.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.91667rem;
  opacity: 0.4;
  text-decoration: none;
  transition: opacity 100ms ease-out; }
  .video:before, .video:after {
    content: " ";
    display: table; }
  .video:after {
    clear: both; }
  .video-figure {
    float: left;
    margin-right: 0.75rem; }
    .video-figure > img {
      display: block; }
  .video-figure--opposite {
    float: right;
    margin-left: 0.75rem;
    margin-right: 0; }
  .video-body:before, .video-body:after {
    content: " ";
    display: table; }
  .video-body:after {
    clear: both; }
  @media (min-width: 768px) {
    .video {
      margin-bottom: 1.91667rem; } }
  .video:hover, .video.is-active {
    color: #454545;
    opacity: 1; }

.video-figure {
  margin-right: 1.91667rem; }

.video-title {
  margin-bottom: 0;
  margin-top: 0;
  text-transform: none;
  line-height: 20px;
  letter-spacing: 0;
  font-size: 12px;
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  font-weight: 700; }

.video-description {
  font-size: 12px;
  margin-bottom: 0; }

@media (min-width: 768px) and (max-width: 991px) {
  #previewModal {
    max-width: 768px; } }

i.icon-cart {
  position: relative;
  top: -1px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle; }
  i.icon-cart:before {
    font-family: "FontAwesome";
    font-size: 24px;
    line-height: 20px;
    content: "\f07a";
    font-style: normal; }

.icon svg {
  fill: #000; }

.icon--heart {
  position: relative;
  top: -1px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px; }
  .icon--heart svg {
    width: 15px;
    height: 15px; }

.is-sticky .top-cart .countPill:before, .is-sticky .top-cart .countPill:after {
  display: none; }

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

.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 .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-title {
  margin-top: 0;
  color: #2599d4; }
  @media (max-width: 991px) {
    .previewCart .productView-title {
      font-size: 20px; } }

.previewCart .productView-info .productView-info-name {
  margin-bottom: 0; }

.previewCart .productView-info .productView-info-value {
  margin-bottom: 0; }

.previewCartCheckout {
  padding: 0 15px;
  text-align: center; }
  @media (min-width: 768px) {
    .previewCartCheckout {
      padding-left: 15px;
      padding-right: 15px;
      width: 33.33333%;
      float: right;
      padding: 0 15px; } }
  .previewCartCheckout p[data-cart-quantity] {
    margin-bottom: 15px;
    padding-top: 15px;
    border-top: 1px solid #eaeaea; }
  .previewCartCheckout .btn {
    width: 100%;
    display: block;
    margin-bottom: 15px; }
    .previewCartCheckout .btn:hover {
      color: white;
      border: 1px solid #1b0649;
      background: #1b0649; }
  .previewCartCheckout .CheckoutButton .btn {
    display: block;
    margin: 0 0 15px; }
    .previewCartCheckout .CheckoutButton .btn + .btn,
    .previewCartCheckout .CheckoutButton .btn + p {
      margin-top: 15px; }
    .previewCartCheckout .CheckoutButton .btn.btn-lg {
      height: 52px;
      line-height: 53px;
      font-size: 14px; }
  @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: 24px;
  margin-top: 7px;
  font-weight: bold;
  text-align: center;
  color: #323232; }

.previewCartCheckout-subtotal {
  display: block;
  border-top: 1px solid #eaeaea;
  padding: 15px 0 0;
  margin: 15px 0;
  font-size: 12px;
  font-weight: 400; }

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

.previewCart {
  overflow: hidden; }

.suggestiveCart {
  text-align: center;
  clear: both;
  padding-top: 20px;
  margin-top: 30px;
  position: relative; }
  .suggestiveCart:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 20px;
    content: "";
    border-top: 1px solid #eaeaea; }
  .suggestiveCart > h4 {
    text-align: left;
    margin: 0 0 25px;
    font-size: 18px;
    font-weight: 700;
    color: black;
    padding-top: 2px;
    padding-right: 20px; }
  .suggestiveCart .productGrid {
    position: static;
    margin: 0;
    width: 100%; }
    .suggestiveCart .productGrid .owl-stage-outer {
      margin: 0 -20px; }
    .suggestiveCart .productGrid .prod-item {
      border: none;
      padding: 15px 20px 0; }
      .suggestiveCart .productGrid .prod-item .prod-desc {
        text-align: left; }
        .suggestiveCart .productGrid .prod-item .prod-desc a.btn {
          min-width: 50px; }
      .suggestiveCart .productGrid .prod-item .free_shipping {
        text-align: left; }
  .suggestiveCart .owl-nav {
    position: absolute;
    right: 20px;
    top: 20px; }

.preview-cart .modal-content {
  padding-right: 0; }
  .preview-cart .modal-content .modal-header {
    margin-right: 0; }
  .preview-cart .modal-content .previewCart {
    padding-right: 40px;
    margin: 0 -15px; }
  .preview-cart .modal-content .suggestiveCart {
    margin-right: 20px; }
  @media (max-width: 767px) {
    .preview-cart .modal-content .previewCart {
      padding-right: 20px; }
    .preview-cart .modal-content .suggestiveCart {
      margin-right: 0; } }

.maintenanceNotice {
  background-color: #fffdea;
  box-shadow: 0 0 5px #a5a5a5;
  color: #454545;
  left: 1.16667rem;
  padding: 1rem 1.33333rem;
  position: fixed;
  top: 1.16667rem;
  width: 24rem;
  z-index: 500; }
  .maintenanceNotice > :last-child {
    margin-bottom: 0; }
  .maintenanceNotice a {
    color: #454545; }

.maintenanceNotice-header {
  font-family: "Arimo";
  margin: 0 0 0.75rem; }

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.16667rem 0.58333rem 0 rgba(0, 0, 0, 0.2);
  color: #626568;
  float: left;
  font-family: "Source Sans Pro", arial, "sans serif", sans-serif;
  font-size: 14px;
  font-weight: 600;
  height: 46px;
  left: 0;
  position: fixed;
  text-decoration: none;
  top: 0;
  width: 100%;
  z-index: 10000; }

.adminBar-logo {
  background-color: #273a8a;
  float: left;
  height: 46px;
  width: 45px; }
  .adminBar-logo svg {
    height: 100%;
    padding: 7px 10px 11px 7px;
    width: 100%; }

.adminBar-content {
  align-items: center;
  display: flex;
  height: 46px;
  justify-content: space-between;
  margin-left: 45px;
  padding: 17px 20.5px 14px 20px; }
  .adminBar-content a {
    color: #4b71fc;
    font-weight: 600;
    text-decoration: none; }

.adminBar-private {
  float: right;
  text-align: right; }
  .adminBar-private span {
    white-space: nowrap; }

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

.cookieMessage {
  background: #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.75rem;
    vertical-align: middle;
    width: 66.66667%; } }

.login-row .panel-body,
.login-row .panel-header {
  background: none;
  padding: 0;
  margin: 0; }

.login-row .panel-header {
  margin-bottom: 10px; }

.login-row .panel-title {
  margin: 0;
  padding: 0;
  font: 700 18px "Arimo", Arial, Helvetica, sans-serif;
  text-transform: capitalize; }

.login-form .form-actions {
  text-align: left;
  border: none !important;
  padding-top: 0 !important; }
  .login-form .form-actions input.btn, .login-form .form-actions a.forgot-password {
    display: inline-block;
    vertical-align: middle; }
  .login-form .form-actions a.forgot-password {
    margin-left: 30px; }
  .login-form .form-actions input.btn {
    height: auto;
    line-height: 1.25; }

.new-customer > .panel {
  background: whitesmoke;
  padding: 25px; }

.new-customer .btn.btn-primary {
  color: white;
  background: #1fade6; }
  .new-customer .btn.btn-primary:hover {
    color: white;
    background: #1b0649; }

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

.new-customer-fact-list {
  margin: 0 0 20px 20px; }
  .new-customer-fact-list li {
    padding: 3px 0; }

.new-customer-fact {
  padding-left: 0.75rem; }

#search-results-content ~ #product-listing-container {
  border: 1px solid #cacaca;
  overflow: hidden; }

#search-results-heading ~ nav.navBar ul li a {
  display: inline; }
  #search-results-heading ~ nav.navBar ul li a .toggleLink-text {
    font-family: "Arimo", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700; }

.search-suggestion {
  margin-bottom: 10px; }
  .search-suggestion > :last-child {
    margin-bottom: 0; }

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

.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-list li.category-suggestion {
    padding-left: 15px;
    padding-right: 15px;
    width: 33.33333%;
    float: left;
    padding: 5px 15px; }

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

.quickSearchMessage {
  font-size: 20px;
  margin: 1.5rem 0 0;
  text-align: left; }

#quickSearch .search-toggle {
  color: white;
  font-weight: 700;
  font-size: 14px;
  position: relative; }
  #quickSearch .search-toggle svg {
    width: 16px;
    height: 16px;
    padding: 1px;
    margin-left: 12px;
    position: relative;
    fill: white;
    vertical-align: -3px; }
    #quickSearch .search-toggle svg:first-child {
      display: none; }
    #quickSearch .search-toggle svg:not(:root) {
      overflow: hidden; }

#quickSearch > form .form-field {
  margin: 0;
  position: relative;
  top: 0;
  width: 100%;
  height: 34px;
  border: none;
  background: white; }
  #quickSearch > form .form-field input#search_query {
    width: calc(100% - 70px);
    height: 100%;
    padding: 7px 40px 7px 10px;
    border: 0;
    background: none;
    box-shadow: none;
    -moz-box-shadow: none;
    border: 0;
    color: #717171;
    font-weight: 400;
    margin: 0;
    min-height: 15px;
    text-transform: lowercase; }
    #quickSearch > form .form-field input#search_query::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #717171; }
    #quickSearch > form .form-field input#search_query::-moz-placeholder {
      /* Firefox 19+ */
      color: #717171; }
    #quickSearch > form .form-field input#search_query:-ms-input-placeholder {
      /* IE 10+ */
      color: #717171; }
    #quickSearch > form .form-field input#search_query:-moz-placeholder {
      /* Firefox 18- */
      color: #717171; }
  #quickSearch > form .form-field button {
    position: absolute;
    top: 0;
    right: 0;
    width: 34px;
    height: 34px;
    padding: 0;
    border: 0;
    transition: none;
    font-size: 0; }
    #quickSearch > form .form-field button svg {
      width: 14px;
      padding: 0px;
      height: 34px;
      fill: #1b0649; }
    #quickSearch > form .form-field button:hover svg {
      fill: #000; }
  #quickSearch > form .form-field #search_category {
    width: 70px;
    border: none;
    appearance: none !important;
    -webkit-appearance: none !important;
    background-color: #f5f5f5 !important;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9.36 4.68'%3E%3Ctitle%3Esvg-caret-down%3C/title%3E%3Cg id='d80b47c9-5014-4342-b622-d61a5187e1b9' data-name='Layer 2'%3E%3Cg id='d6c0cdce-d481-4a9a-9413-7482a3911341' data-name='Layer 1'%3E%3Cpolygon fill='rgba(154, 154, 154, 0.999)' points='0 0 4.68 4.68 9.36 0 0 0'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") !important;
    background-position-x: calc(100% - 8px) !important;
    background-position-y: 52% !important;
    background-size: 9px !important;
    padding: 8px 30px 8px 12px;
    color: #717171;
    font-weight: 700;
    min-height: 15px;
    float: left;
    height: 34px;
    line-height: 20px;
    background-repeat: no-repeat; }
    #quickSearch > form .form-field #search_category option {
      font-family: "Arimo", Arial, Helvetica, sans-serif; }
  @media (max-width: 600px) {
    #quickSearch > form .form-field #search_category {
      max-width: 200px; } }

@media (min-width: 1200px) {
  #quickSearch > form {
    margin: 0;
    position: absolute;
    top: -20px;
    bottom: -20px;
    padding: 19px 60px;
    z-index: -10;
    right: 160px;
    transition: all .3s ease 0s;
    opacity: 0;
    filter: alpha(opacity=0);
    background: white; }
    #quickSearch > form .form-field {
      background: none;
      border-bottom: 2px solid white;
      height: 34px; }
      #quickSearch > form .form-field input#search_query {
        color: white;
        font-size: 14px;
        font-weight: 400;
        text-transform: none; }
        #quickSearch > form .form-field input#search_query::-webkit-input-placeholder {
          /* Chrome/Opera/Safari */
          color: white; }
        #quickSearch > form .form-field input#search_query::-moz-placeholder {
          /* Firefox 19+ */
          color: white; }
        #quickSearch > form .form-field input#search_query:-ms-input-placeholder {
          /* IE 10+ */
          color: white; }
        #quickSearch > form .form-field input#search_query:-moz-placeholder {
          /* Firefox 18- */
          color: white; }
      #quickSearch > form .form-field button {
        color: white;
        font-size: 0;
        font-weight: 700;
        width: auto;
        min-width: 30px; }
        #quickSearch > form .form-field button svg {
          fill: white;
          width: 16px;
          height: 14px;
          vertical-align: -3px; }
        #quickSearch > form .form-field button:hover {
          color: white; }
          #quickSearch > form .form-field button:hover svg {
            fill: white; }
      #quickSearch > form .form-field #search_category {
        background: transparent url("../img/arr-all-search.png") top right no-repeat !important;
        line-height: 19px;
        font-size: 14px;
        height: 34px;
        color: white;
        padding-left: 0; }
        #quickSearch > form .form-field #search_category option {
          font-size: 12px;
          color: #505050; } }

@media (min-width: 1200px) {
  #quickSearch.is-open {
    padding-top: 1px !important; }
    #quickSearch.is-open > form {
      /*left:147px;*/
      opacity: 1;
      filter: alpha(opacity=100);
      z-index: 20; }
    #quickSearch.is-open > .search-toggle {
      font-size: 0;
      border: 2px solid white;
      padding: 4px 5px;
      display: inline-block; }
      #quickSearch.is-open > .search-toggle:after {
        display: none; }
      #quickSearch.is-open > .search-toggle svg:first-of-type {
        display: inline-block;
        width: 20px;
        height: 20px;
        padding: 0;
        margin: 0; }
      #quickSearch.is-open > .search-toggle svg:last-of-type {
        display: none; } }

@media (min-width: 911px) and (max-width: 1199px) {
  #quickSearch {
    padding-top: 0 !important;
    width: calc(100% - 320px) !important;
    position: relative; }
    #quickSearch .search-toggle {
      display: none; }
    #quickSearch > form {
      margin: 0;
      /*& .form-field {
				background: stencilColor('header-backgroundColor');
				border-bottom:2px solid stencilColor('storeName-color');
				height:34px;
				& input#search_query {
					color:stencilColor('storeName-color');
					font-size:14px;
					font-weight:400;
					text-transform:none;
					&::-webkit-input-placeholder {
						color: stencilColor('storeName-color');
					}

					&::-moz-placeholder {
						color: stencilColor('storeName-color');
					}

					&:-ms-input-placeholder {
						color: stencilColor('storeName-color');
					}

					&:-moz-placeholder {
						color: stencilColor('storeName-color');
					}
				}
				& button {
					color:stencilColor('storeName-color');
					font-size:0;
					font-weight:700;
					width:auto;
                    min-width: 30px;
					svg{
						//margin-left:10px;
						fill:stencilColor('storeName-color');
						width:16px;
						height:14px;
						vertical-align: -3px;
					}
					&:hover{
						color:stencilColor('storeName-color');
						svg{
							fill:stencilColor('storeName-color');
						}
					}
				}
				#search_category{
					background:transparent url('../img/arr-all-search.png') top right no-repeat !important;
					line-height:19px;
					font-size:14px;
					height:34px;
					color:stencilColor('storeName-color');
					padding-left:0;
					option{
						font-size: fontSize("base");
						color:stencilColor('color-textBase');
					}
				}
			}*/ } }

@media (max-width: 910px) {
  #quickSearch {
    position: relative; }
    #quickSearch .search-toggle {
      display: none; }
    #quickSearch > form {
      display: block;
      position: relative;
      top: auto;
      right: auto;
      width: 100%;
      margin: 0; }
      #quickSearch > form .form-field {
        height: 42px; }
        #quickSearch > form .form-field button {
          height: 42px; }
        #quickSearch > form .form-field #search_category {
          height: 42px;
          line-height: 29px; }
    #quickSearch .quickSearchResultsWrap {
      top: 49px !important;
      width: 100% !important;
      min-width: 250px !important; } }

#quickSearch .quickSearchResultsWrap {
  position: absolute;
  width: auto;
  min-width: 470px;
  right: 0;
  z-index: 99;
  top: 35px;
  opacity: 0;
  visibility: hidden; }
  @media (max-width: 910px) {
    #quickSearch .quickSearchResultsWrap {
      left: 0 !important; } }
  #quickSearch .quickSearchResultsWrap.hasResults {
    opacity: 1;
    visibility: visible; }
  #quickSearch .quickSearchResultsWrap.hasNoResults .quickSearchResults {
    padding: 10px; }
  #quickSearch .quickSearchResultsWrap.hasNoResults .alert {
    margin: 0;
    padding: 10px; }
    #quickSearch .quickSearchResultsWrap.hasNoResults .alert .quickSearchMessage {
      margin: 0;
      font-size: 12px; }
  @media (min-width: 1200px) {
    #quickSearch .quickSearchResultsWrap {
      left: 147px;
      right: 160px;
      padding: 0 60px; } }
  @media (min-width: 768px) and (max-width: 1199px) {
    #quickSearch .quickSearchResultsWrap {
      left: 0; } }

#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);
  background: #fff;
  padding: 0;
  overflow: hidden;
  margin-top: 2px;
  max-height: 413px; }
  @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;
    margin: 0; }
    #quickSearch .quickSearchResults .productItems > li + li {
      border-top: 1px solid #eaeaea; }
    #quickSearch .quickSearchResults .productItems > li:hover {
      background: #f6f7f9; }
    #quickSearch .quickSearchResults .productItems > li article {
      margin: 0;
      padding: 0;
      border: 0; }
      #quickSearch .quickSearchResults .productItems > li article figure {
        float: left;
        width: 85px;
        border: 1px solid #eaeaea;
        text-align: center;
        margin: 0;
        background-color: #fff;
        max-width: 100px;
        padding: 5px; }
        #quickSearch .quickSearchResults .productItems > li article figure a img {
          max-height: 100px; }
      #quickSearch .quickSearchResults .productItems > li article figcaption {
        float: left;
        margin: 0;
        text-align: left;
        width: calc(100% - 100px);
        padding-left: 15px; }
        #quickSearch .quickSearchResults .productItems > li article figcaption h4.item-name {
          margin: 0 0 8px;
          letter-spacing: 0;
          font-size: 12px;
          font-weight: 400; }
          #quickSearch .quickSearchResults .productItems > li article figcaption h4.item-name a {
            color: #2599d4; }
            #quickSearch .quickSearchResults .productItems > li article figcaption h4.item-name a:hover {
              color: #505050;
              text-decoration: none; }
        #quickSearch .quickSearchResults .productItems > li article figcaption .item-price {
          margin-bottom: 5px;
          color: #323232;
          font-size: 14px;
          font-weight: 700;
          font-family: "Arimo", Arial, Helvetica, sans-serif; }
          #quickSearch .quickSearchResults .productItems > li article figcaption .item-price .price--rrp {
            color: #999999;
            font-weight: 500;
            margin-right: 5px; }
            #quickSearch .quickSearchResults .productItems > li article figcaption .item-price .price--rrp ~ .price--withoutTax {
              color: #ea3b02; }

@media (max-width: 991px) {
  #mobile-search-toggle {
    display: none !important; } }

/*@media (max-width: 991px) {
    #mobile-search-toggle {
		padding:0;
		float:right;
		color:#fff;
        & svg {
            width: 30px;
            height: 30px;
        }
        & svg:first-child {
            display: none;
        }
        &.is-open {
            & svg:last-child {
                display: none;
            }
            & svg:first-child {
                display: inline-block;
                width: 26px;
            }
            & ~ .navUser > ul > li#quickSearch {
                display: block;
            }
        }
    }

    #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;
        & > form .form-field {
            max-width: 100%;
            height: 38px;
            border: 0;
            background: #eee;
            & input#search_query {
                padding-right: 50px;
            }
            & button {
                width: 38px;
                height: 38px;
            }
        }
    }
}*/
@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;
  color: #2599d4; }

@media (max-width: 767px) {
  .navBar.navBar--account .navBar-section .navBar-item, .navBar.navBar--sub .navBar-section .navBar-item {
    display: block;
    float: none;
    margin: 0; } }

.account-heading {
  border-bottom: 1px dotted #d7d7d7;
  margin: 10px 0 0;
  padding-bottom: 15px;
  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: 20px 0 !important;
  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: 2rem 0; }
  .account-listShipping .account-listShipping-title {
    margin: 0;
    text-transform: inherit; }

.account-product:before, .account-product:after {
  content: " ";
  display: table; }

.account-product:after {
  clear: both; }

.account-product-figure {
  float: left;
  margin-right: 0.75rem; }
  .account-product-figure > img {
    display: block; }

.account-product-figure--opposite {
  float: right;
  margin-left: 0.75rem;
  margin-right: 0; }

.account-product-body:before, .account-product-body:after {
  content: " ";
  display: table; }

.account-product-body:after {
  clear: both; }

.account-product-figure {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0 2rem 0 0;
  position: relative;
  width: 70px; }

.account-product-download {
  border-radius: 50%;
  height: 2.75rem;
  padding: 0;
  position: absolute;
  right: -0.75rem;
  top: -0.75rem;
  width: 2.75rem;
  z-index: 1; }
  .account-product-download .icon {
    height: 1.5rem;
    margin-top: 0.41667rem;
    width: 1.5rem; }
  .account-product-download svg {
    fill: white; }

.account-product-body {
  overflow: hidden;
  padding-bottom: 3.5rem;
  position: relative; }
  @media (min-width: 480px) {
    .account-product-body {
      padding-bottom: 0; } }
  .account-product-body .definitionList {
    font-size: 13px;
    margin-bottom: 0; }

.account-product-title {
  margin: 0 0 0.16667rem;
  text-transform: inherit;
  letter-spacing: 0;
  font-size: 14px;
  font-family: 'Roboto';
  font-weight: 700; }
  .account-product-title > a {
    text-decoration: none;
    color: #2599d4; }
    .account-product-title > a:hover {
      color: #505050; }
  .account-product-title + .definitionList {
    margin-top: 0.75rem; }

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

.account-product-price {
  float: right;
  font-size: 13px; }

.account-product-description + .definitionList {
  margin: -1.41667rem 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: #505050;
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  margin: 0 0 0.41667rem; }

.account-product--alignMiddle {
  display: table;
  width: 100%; }
  .account-product--alignMiddle .account-product-checkItem {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    width: 2rem; }
    @media (min-width: 1200px) {
      .account-product--alignMiddle .account-product-checkItem {
        left: -2.5rem; } }
    .account-product--alignMiddle .account-product-checkItem .form-label {
      height: 1.5rem;
      margin: 0;
      padding: 0;
      width: 1.5rem; }
  .account-product--alignMiddle .account-product-figure,
  .account-product--alignMiddle .account-product-body {
    display: table-cell; }
  .account-product--alignMiddle .account-product-figure {
    float: none;
    margin-right: 0; }
    @media (min-width: 1200px) {
      .account-product--alignMiddle .account-product-figure {
        left: -2rem; } }
  .account-product--alignMiddle .account-product-body {
    padding-left: 2rem;
    vertical-align: middle; }
    @media (min-width: 1200px) {
      .account-product--alignMiddle .account-product-body {
        padding-left: 0; } }

.account-orderTotal {
  float: right;
  font-size: 13px;
  margin-top: -1.5rem;
  width: 66.66667%; }

.account-orderTotal-key,
.account-orderTotal-value {
  margin: 0;
  padding: 1.5rem 0; }

.account-orderTotal-key {
  color: #505050;
  float: left;
  font-weight: 400; }
  .account-orderTotal-key:last-of-type {
    position: relative;
    top: 0.33333rem; }

.account-orderTotal-value {
  border-bottom: 1px solid #e8e8e8;
  text-align: right; }
  .account-orderTotal-value:last-child {
    border-bottom: 0;
    font-size: 16px; }

.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.41667rem;
  padding: 0.16667rem 0.5rem;
  border-radius: 3px; }

.account-orderStatus-action {
  color: #505050;
  display: inline-block;
  font-size: 11px;
  font-style: italic;
  letter-spacing: 0.25px;
  margin-left: 0.75rem;
  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 .pagination.only-compare {
    margin-top: 0;
    padding-top: 30px; }

.account .account-recent-item .productBlockContainer {
  margin-left: -15px;
  margin-right: -15px; }

.account .account-recent-item .prod-item, .account .account-recent-item .productGrid .product {
  border: none;
  padding-left: 15px;
  padding-right: 15px; }

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

.account-sidebar-block {
  font-size: 12px; }
  .account-sidebar-block + .account-sidebar-block {
    margin-top: 3rem; }
  .account-sidebar-block .account-heading {
    margin-bottom: 1.5rem; }

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

.account-reorder-form {
  display: inline-block; }

.order-payments-description {
  color: #323232;
  font-weight: 400;
  margin-top: 1.5rem; }

.account-downloads-summary {
  border-bottom: 1px solid #e8e8e8;
  font-size: 13px;
  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: #505050;
  font-size: 13px;
  margin-bottom: 0.16667rem;
  text-transform: inherit; }

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

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

.wishlists-table {
  margin-left: auto;
  margin-right: auto;
  max-width: 100rem; }

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

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

.wishlist-form {
  margin: 0 auto;
  max-width: 100rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 45.83333rem; }
  .wishlist-form:before, .wishlist-form:after {
    content: " ";
    display: table; }
  .wishlist-form:after {
    clear: both; }
  .wishlist-form .form-field {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    float: left; }

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

.fa.fa-star {
  color: #e4e4e4; }

.fa.fa-star.active {
  color: #ffc50a; }

.rating--small {
  display: inline-block; }
  .rating--small i.fa {
    font-size: 13px; }

.apple-pay-checkout-button {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% 60%;
  border-radius: 0.33333rem;
  cursor: pointer;
  display: none;
  max-height: 5.33333rem;
  min-height: 2.66667rem;
  min-width: 11.16667rem;
  padding: 1.5rem;
  background-color: #000;
  background-image: -webkit-named-image(apple-pay-logo-white); }

.cart-additionalCheckoutButtons .apple-pay-checkout-button {
  margin-top: 0.75rem; }

.apple-pay-supported .apple-pay-checkout-button {
  display: block; }
  @media (min-width: 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.75rem; }

header.header {
  background-color: white;
  font-family: Arimo, Arial, Helvetica, sans-serif;
  font-size: 12px; }
  header.header ul {
    margin: 0;
    list-style: none; }
    header.header ul li {
      list-style: none;
      display: inline-block;
      vertical-align: top; }

.header-top ul li a {
  font-family: Arimo, Arial, Helvetica, sans-serif !important; }

nav.navUser > ul li {
  font-size: 16px !important; }

.header-top {
  padding: 8px 0 6px;
  font-size: 12px;
  text-transform: capitalize;
  background: white;
  color: #5a5a5a;
  font-weight: 400;
  text-align: right; }
  .header-top ul li {
    line-height: 1.25;
    padding: 6px 0 4px;
    margin: 0 7px;
    font-size: 12px;
    position: relative;
    color: #5a5a5a; }
    .header-top ul li:last-child {
      margin-right: 0; }
    .header-top ul li:first-child {
      margin-left: 0; }
    .header-top ul li a {
      color: #5a5a5a; }
      .header-top ul li a .fa {
        margin-right: 7px; }
      .header-top ul li a:hover {
        color: #2599d4; }
    .header-top ul li.login-register .logged-in > strong {
      width: 50px;
      overflow: hidden;
      text-overflow: ellipsis;
      display: inline-block;
      height: 16px;
      vertical-align: -5px;
      margin-right: 5px; }
    .header-top ul li#accountDropdown .fa {
      margin-left: 10px;
      font-size: 10px;
      font-weight: 400;
      line-height: 8px;
      margin-right: 0;
      vertical-align: 1px; }
    .header-top ul li#accountDropdown .dropdown-menu {
      right: 0 !important;
      left: auto !important; }
    .header-top ul li .dropdown-menu {
      min-width: 200px;
      color: #505050;
      margin-top: 12px;
      padding: 0;
      border: 1px solid #d7d7d7; }
      .header-top ul li .dropdown-menu li {
        display: block;
        margin: 0;
        color: #505050;
        text-align: left;
        padding: 10px;
        border-bottom: 1px solid #eaeaea; }
        .header-top ul li .dropdown-menu li:last-child {
          border: none; }
        .header-top ul li .dropdown-menu li a {
          color: #505050;
          font-size: 12px;
          font-family: "Arimo", Arial, Helvetica, sans-serif;
          font-weight: 400; }
          .header-top ul li .dropdown-menu li a:hover {
            color: #2599d4; }
    .header-top ul li#currency-converter {
      float: left;
      margin-left: 0; }
    .header-top ul li.top-cart {
      padding: 0;
      border-left: 1px solid #d6d6d6;
      padding-left: 12px; }
  .header-top #currency-converter label {
    display: none; }
  .header-top #currency-converter > a {
    font-weight: 700; }
    .header-top #currency-converter > a img {
      vertical-align: -1px;
      margin-right: 10px; }
      @media (max-width: 767px) {
        .header-top #currency-converter > a img {
          display: none; } }
    .header-top #currency-converter > a .fa {
      margin-left: 10px;
      font-size: 10px;
      font-weight: 400;
      line-height: 8px;
      margin-right: 0;
      vertical-align: 1.5px; }
  .header-top #currency-converter > ul {
    padding-top: 6px;
    padding-bottom: 6px;
    right: auto;
    min-width: 160px;
    top: auto;
    margin-top: 12px;
    position: absolute;
    left: 0 !important; }
    .header-top #currency-converter > ul > li {
      padding: 0;
      display: block;
      margin: 0; }
      .header-top #currency-converter > ul > li > a {
        padding: 5px 15px;
        border: none !important;
        color: #000; }
        .header-top #currency-converter > ul > li > a:hover {
          color: #2599d4; }
        .header-top #currency-converter > ul > li > a img {
          vertical-align: -1px;
          margin-right: 5px; }
      .header-top #currency-converter > ul > li:after {
        display: none; }

.header-bottom {
  padding: 20px 0;
  background: white;
  color: white; }
  .header-bottom .header-panel .header-first {
    width: 130px;
    float: left; }
  .header-bottom .header-panel #quickSearch {
    width: 160px;
    float: right;
    text-align: right;
    padding-top: 6px; }
  .header-bottom .header-panel .navPages-container {
    width: calc(100% - 290px);
    margin: 0 auto;
    float: left;
    padding: 0 10px; }

h1.header-logo {
  margin: 4px 0 0;
  line-height: 1; }
  @media (min-width: 768px) and (max-width: 1199px) {
    h1.header-logo {
      margin-top: 5px; } }

div.header-logo {
  padding-top: 5px; }
  @media (min-width: 768px) and (max-width: 1199px) {
    div.header-logo {
      padding-top: 6px; } }

.page-type-checkout .header-logo {
  margin-top: 6px; }

.header-panel .wishlist-link .icon svg {
  fill: #323232; }

.compare-link .countPill {
  line-height: 23px;
  display: inline-block;
  min-width: 23px;
  margin-left: 10px;
  padding: 0 8px;
  text-align: center;
  border-radius: 50%; }

.sticky_logo {
  display: none; }

#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: 10px;
  color: #000; }
  @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-panel > .col-md-8 {
    min-height: 45px; }
    .header-panel > .col-md-8 p.own-text {
      margin: 0;
      padding: 12px 0; }
  .header-panel > .col-md-4 {
    padding-left: 0;
    padding-right: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-content: stretch;
    align-items: center;
    border: 1px solid #ebebeb;
    border-width: 1px 0; }
    .header-panel > .col-md-4 .header-logo {
      height: 62px;
      text-align: center;
      display: table; }
      .header-panel > .col-md-4 .header-logo a {
        height: 100%;
        display: table-cell;
        vertical-align: middle; }
        .header-panel > .col-md-4 .header-logo a img {
          max-height: 40px; }
    .header-panel > .col-md-4 #mobile-cart {
      width: 62px;
      height: 62px;
      text-align: center; }
      .header-panel > .col-md-4 #mobile-cart a {
        height: 100%;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-content: center;
        align-items: center;
        justify-content: center;
        border-left: 1px solid #ebebeb; }
        .header-panel > .col-md-4 #mobile-cart a i.icon-cart {
          margin-right: 0; }
        .header-panel > .col-md-4 #mobile-cart a .countPill {
          line-height: 23px;
          display: inline-block;
          min-width: 23px;
          padding: 0 5px;
          text-align: center;
          border-radius: 50%;
          background-color: #ffe8e8;
          color: black;
          position: absolute;
          top: 8px;
          right: 8px; } }

@media (min-width: 768px) and (max-width: 910px) {
  .header-top {
    padding: 0; }
    .header-top > .container {
      padding: 0; }
    .header-top .navUser > ul > li {
      width: 25%;
      float: left;
      text-align: center;
      padding: 13px 10px 10px;
      margin: 0;
      border-right: 1px solid #e0dfdf;
      height: 42px;
      color: #323232; }
      .header-top .navUser > ul > li:last-child {
        border: none; }
      .header-top .navUser > ul > li a {
        color: #323232; }
        .header-top .navUser > ul > li a .icon-cart:before {
          font-size: 20px; }
        .header-top .navUser > ul > li a:hover {
          color: #2599d4; }
      .header-top .navUser > ul > li#trigger-mobile {
        padding-top: 10px; }
      .header-top .navUser > ul > li#mobileAccountSidebar > a .fa {
        font-size: 18px;
        margin-right: 0; }
      .header-top .navUser > ul > li#mobileAccountSidebar > a span {
        display: none; }
      .header-top .navUser > ul > li.phone_number, .header-top .navUser > ul > li.hidden-xs {
        display: none; }
      .header-top .navUser > ul > li#trigger-mobile {
        display: block !important; }
        .header-top .navUser > ul > li#trigger-mobile #st-trigger-effects {
          width: 100%;
          padding: 0;
          border: none;
          margin: 0; }
          .header-top .navUser > ul > li#trigger-mobile #st-trigger-effects a {
            font-size: 0;
            color: #323232; }
            .header-top .navUser > ul > li#trigger-mobile #st-trigger-effects a svg {
              fill: #323232; }
    .header-top #st-trigger-effects {
      width: 100%;
      padding: 0;
      border: none;
      margin: 0; }
  .header-bottom {
    padding: 30px 0 25px; }
    .header-bottom > .container {
      padding: 0 20px; }
    .header-bottom .header-panel .header-first {
      padding: 0;
      margin: 0 0 24px;
      width: 100%;
      text-align: center; }
      .header-bottom .header-panel .header-first .header-logo {
        max-width: 100%;
        margin: 0; }
    .header-bottom .header-panel #quickSearch {
      width: 100% !important; } }

@media (min-width: 910px) and (max-width: 1023px) {
  .header-top .navUser > ul > li#mobileAccountSidebar > a .fa {
    display: none; } }

@media (max-width: 767px) {
  .header-top {
    padding: 0; }
    .header-top > .container {
      padding: 0; }
    .header-top .navUser > ul > li {
      width: 25%;
      float: left;
      text-align: center;
      padding: 13px 10px 10px;
      margin: 0;
      border-right: 1px solid #e0dfdf;
      height: 42px;
      color: #323232; }
      .header-top .navUser > ul > li:last-child {
        border: none; }
      .header-top .navUser > ul > li a {
        color: #323232; }
        .header-top .navUser > ul > li a .icon-cart:before {
          font-size: 20px; }
        .header-top .navUser > ul > li a:hover {
          color: #2599d4; }
      .header-top .navUser > ul > li#trigger-mobile {
        padding-top: 10px; }
      .header-top .navUser > ul > li#mobileAccountSidebar > a .fa {
        font-size: 18px;
        margin-right: 0; }
      .header-top .navUser > ul > li#mobileAccountSidebar > a span {
        display: none; }
    .header-top #st-trigger-effects {
      width: 100%;
      padding: 0;
      border: none;
      margin: 0; }
  .header-bottom {
    padding: 30px 0 25px; }
    .header-bottom > .container {
      padding: 0 20px; }
    .header-bottom .header-panel .header-first {
      padding: 0;
      margin: 0 0 24px;
      width: 100%;
      text-align: center; }
      .header-bottom .header-panel .header-first .header-logo {
        max-width: 100%;
        margin: 0; }
    .header-bottom .header-panel #quickSearch {
      width: 100%; } }

.customer-login {
  position: inherit !important; }
  .customer-login #dropdown-login {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    width: 270px;
    right: 0;
    margin-left: -20px;
    margin-top: 6px;
    background: #fff;
    z-index: 2000;
    padding: 16px 20px 20px;
    border: 1px solid #d6d6d6;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    -moz-transition: all 0.1s ease 0s;
    -webkit-transition: all 0.1s ease 0s;
    transition: all 0.1s ease 0s;
    text-align: left; }
    .customer-login #dropdown-login h3 {
      font-size: 14px;
      font-weight: 700;
      margin: 0 0 15px; }
    .customer-login #dropdown-login .form-field {
      margin-bottom: 15px; }
    .customer-login #dropdown-login .form-inlineMessage {
      line-height: 20px;
      margin-bottom: 5px; }
    .customer-login #dropdown-login .form-actions {
      margin-top: 10px; }
      .customer-login #dropdown-login .form-actions .btn {
        width: 100%;
        height: 36px;
        padding: 0.8rem 1rem; }
    .customer-login #dropdown-login .separated-form a.forgot-password {
      margin: 17px 0 19px;
      line-height: 16px;
      display: inline-block;
      color: #2599d4; }
      .customer-login #dropdown-login .separated-form a.forgot-password:hover {
        color: #323232; }
    .customer-login #dropdown-login .separated-form a.btn {
      width: 100%;
      height: 36px;
      padding: 0.8rem 1rem;
      padding-left: 0;
      padding-right: 0;
      border-color: #ea3b02;
      background: transparent;
      color: #ea3b02; }
      .customer-login #dropdown-login .separated-form a.btn:hover {
        background: #ea3b02;
        border: 1px solid transparent;
        color: white; }
    .customer-login #dropdown-login .separated-form > span {
      position: relative;
      display: block;
      text-align: center;
      font-size: 11px;
      color: rgba(80, 80, 80, 0.7);
      font-style: italic;
      font-weight: 700;
      margin-bottom: 15px; }
    .customer-login #dropdown-login .separated-form > span::before {
      border-top: 1px solid #e4e4e4;
      width: 40%;
      position: absolute;
      top: calc(50% - 1px);
      display: block;
      content: ''; }
    .customer-login #dropdown-login .separated-form > span::after {
      border-top: 1px solid #e4e4e4;
      width: 40%;
      position: absolute;
      top: calc(50% - 1px);
      display: block;
      content: '';
      right: 0; }
  .customer-login.is-open #dropdown-login {
    opacity: 1;
    visibility: visible; }

@media (min-width: 1200px) {
  body:not(.is-sticky) #quickSearch .search-toggle {
    display: none; }
  body:not(.is-sticky) #quickSearch form {
    opacity: 1;
    z-index: 1;
    right: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 20px; }
    body:not(.is-sticky) #quickSearch form fieldset {
      border: 0;
      background: #ffffff; }
      body:not(.is-sticky) #quickSearch form fieldset .form-field {
        height: 32px; }
      body:not(.is-sticky) #quickSearch form fieldset select#search_category {
        background-color: #f5f5f5 !important;
        color: rgba(52, 52, 52, 0.6);
        font-weight: 400;
        font-size: 12px;
        padding-left: 8px;
        padding-right: 20px;
        height: 32px;
        width: 48px;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9.36 4.68'%3E%3Ctitle%3Esvg-caret-down%3C/title%3E%3Cg id='d80b47c9-5014-4342-b622-d61a5187e1b9' data-name='Layer 2'%3E%3Cg id='d6c0cdce-d481-4a9a-9413-7482a3911341' data-name='Layer 1'%3E%3Cpolygon fill='rgba(154, 154, 154, 0.999)' points='0 0 4.68 4.68 9.36 0 0 0'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") !important;
        background-position-x: calc(100% - 8px) !important;
        background-position-y: 50% !important;
        background-size: 7px !important; }
      body:not(.is-sticky) #quickSearch form fieldset #search_query {
        color: rgba(52, 52, 52, 0.6);
        font-size: 12px;
        max-width: 112px;
        padding-right: 30px;
        height: 32px; }
        body:not(.is-sticky) #quickSearch form fieldset #search_query::-webkit-input-placeholder {
          /* Chrome/Opera/Safari */
          color: rgba(52, 52, 52, 0.6);
          opacity: 1; }
        body:not(.is-sticky) #quickSearch form fieldset #search_query::-moz-placeholder {
          /* Firefox 19+ */
          color: rgba(52, 52, 52, 0.6);
          opacity: 1; }
        body:not(.is-sticky) #quickSearch form fieldset #search_query:-ms-input-placeholder {
          /* IE 10+ */
          color: rgba(52, 52, 52, 0.6);
          opacity: 1; }
        body:not(.is-sticky) #quickSearch form fieldset #search_query:-moz-placeholder {
          /* Firefox 18- */
          color: rgba(52, 52, 52, 0.6);
          opacity: 1; }
      body:not(.is-sticky) #quickSearch form fieldset button {
        width: 30px;
        font-size: 0;
        height: 32px; }
        body:not(.is-sticky) #quickSearch form fieldset button svg {
          fill: #1b0649;
          margin: 0;
          width: 16px; }
        body:not(.is-sticky) #quickSearch form fieldset button:hover svg {
          fill: #1b0649; }
  body:not(.is-sticky) #quickSearch .quickSearchResultsWrap {
    left: auto;
    right: 0;
    padding: 0; } }

/*Off-canvas Navigation*/
#st-trigger-effects {
  height: auto;
  text-align: center;
  float: left;
  padding: 6px 10px 6px 0;
  display: none; }
  #st-trigger-effects a {
    height: 22px;
    font-size: 22px;
    display: block;
    color: white;
    font-size: 14px;
    font-weight: 700; }
    #st-trigger-effects a svg {
      width: 22px;
      height: 22px;
      fill: white;
      display: inline-block;
      vertical-align: -6px;
      margin-right: 15px; }
      #st-trigger-effects a svg:last-child {
        display: none; }
    #st-trigger-effects a:hover svg {
      fill: #2599d4; }
    @media (max-width: 767px) {
      #st-trigger-effects a {
        font-size: 0;
        color: #323232; }
        #st-trigger-effects a svg {
          fill: #323232; } }
  @media (max-width: 1199px) {
    #st-trigger-effects {
      display: block; } }

#trigger-desktop #st-trigger-effects {
  margin-right: 20px; }

body.st-off-canvas {
  overflow: hidden; }
  body.st-off-canvas #st-trigger-effects svg {
    width: 22px;
    height: 22px; }
  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: 350px;
  height: 100%;
  -webkit-transition: all .3s;
  transition: all .3s; }
  @media (max-width: 420px) {
    .st-menu {
      width: 80%; } }

.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: scroll;
  height: 100%;
  min-height: 480px; }

.st-menu h2 {
  font-size: 2em;
  font-weight: 300;
  margin: 0;
  padding: 1em;
  color: rgba(0, 0, 0, 0.4);
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.1); }

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; }
  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 + a {
    border-top: 1px solid #e0dfdf; }

nav#mobile-customer ul li .not-logged a:hover {
  color: #2599d4; }

.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 {
    border: none; }
    .st-menu > ul > li.hasSub:not(.hasMegamenu) > .navPage-subMenu > ul > li.hasSub ul > li a {
      text-transform: none;
      font-weight: normal;
      margin-left: 15px;
      color: #505050;
      background: none !important;
      padding-top: 7px;
      padding-bottom: 7px; }
      .st-menu > ul > li.hasSub:not(.hasMegamenu) > .navPage-subMenu > ul > li.hasSub ul > li a:hover {
        color: #2599d4; }
    .st-menu > ul > li.hasSub:not(.hasMegamenu) > .navPage-subMenu > ul > li.hasSub ul > li.expanded > a {
      color: #2599d4;
      padding-bottom: 0; }
    .st-menu > ul > li.hasSub:not(.hasMegamenu) > .navPage-subMenu > ul > li.hasSub ul > li.expanded .toggle-close:before {
      color: #2599d4; }
    .st-menu > ul > li.hasSub:not(.hasMegamenu) > .navPage-subMenu > ul > li.hasSub ul > li.expanded > ul {
      padding-bottom: 0; }

.st-menu > ul > li.hasSub:not(.hasMegamenu) > .navPage-subMenu > ul li.hasSub.expanded > ul {
  display: block;
  padding: 5px 0; }

.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;
  font-size: 11px;
  font-weight: 400; }

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

.st-menu ul li {
  border-bottom: 1px solid #e0dfdf; }
  .st-menu ul li a {
    font-family: "Arimo", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
    display: block;
    padding: 13px 20px 12px;
    letter-spacing: 0;
    text-transform: capitalize;
    color: #1e1e1e;
    outline: none; }
    .st-menu ul li a:hover {
      color: #fff; }
  .st-menu ul li .logged-in {
    color: #1e1e1e;
    padding: 13px 20px 12px; }
  .st-menu ul li:hover > a {
    color: #2599d4; }
  .st-menu ul li.expanded > a.has-subMenu {
    background: #1b0649;
    color: #fff; }
  .st-menu ul li:last-child {
    border: none; }

.st-menu ul > .navPages-item .navPage-subMenu-list > li > a {
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  padding-left: 35px; }

.st-menu ul li ul li a {
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 0;
  padding-right: 20px;
  padding-left: 20px;
  text-transform: none; }

.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;
  line-height: 38px;
  text-align: center;
  color: #505050;
  font-size: 12px;
  font-weight: 400; }

.st-menu ul li span.toggle-expand::before {
  content: "\f078";
  font-family: "FontAwesome"; }

.st-menu ul li span.toggle-close::before {
  content: "\f077";
  font-family: "FontAwesome";
  color: #fff; }

.st-menu > ul > li:hover > span.toggle-close::before {
  content: "\f077";
  font-family: "FontAwesome";
  color: #fff; }

.st-menu ul li .navPage-subMenu,
.st-menu ul li .subMegaMenu {
  display: none;
  border-top: 1px solid #e0dfdf; }
  .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;
  padding-bottom: 15px; }
  .st-menu ul li.hasMegamenu.hasSub > .subMegaMenu ul li.hasSub.expanded > ul li {
    border: none; }
    .st-menu ul li.hasMegamenu.hasSub > .subMegaMenu ul li.hasSub.expanded > ul li a {
      padding-bottom: 0; }

.st-menu ul li.hasMegamenu.hasSub > .subMegaMenu ul > li.hasSub > ul > li > a {
  font-weight: 400;
  margin-left: 15px;
  text-transform: none;
  color: #505050; }
  .st-menu ul li.hasMegamenu.hasSub > .subMegaMenu ul > li.hasSub > ul > li > a:hover {
    color: #2599d4; }

.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;
  font-size: 10px; }

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

.st-menu > ul > li:last-child {
  margin-bottom: 100px; }

#mobile-categories .cateArea {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  padding-bottom: 0; }

#mobile-categories .cateArea > ul {
  max-height: 100% !important; }

#mobile-categories .imageArea {
  width: 100% !important;
  max-width: 100% !important; }
  #mobile-categories .imageArea .col-left {
    float: none;
    clear: both;
    padding: 0;
    width: 100%; }
  #mobile-categories .imageArea .col-right {
    float: none;
    clear: both;
    padding: 0;
    width: 100%; }

#mobile-categories .imageArea .right_img a {
  padding: 0; }

#mobile-categories .imageArea .right_img > p {
  padding: 12px 20px; }

#mobile-categories .container {
  min-width: auto;
  padding: 0; }

#mobile-categories .container .row {
  margin: 0; }

#mobile-categories .subMegaMenu {
  width: 100% !important;
  overflow: hidden;
  border: none;
  border-top: 1px solid #e0dfdf; }

#mobile-categories .subMegaMenu > div,
#mobile-categories .subMegaMenu .container > div {
  max-width: 350px !important; }
  @media (max-width: 420px) {
    #mobile-categories .subMegaMenu > div,
    #mobile-categories .subMegaMenu .container > div {
      max-width: 300px; } }

#mobile-categories .bottomCate {
  display: block;
  padding: 0; }
  #mobile-categories .bottomCate .bottom-images a {
    width: 100%; }
    #mobile-categories .bottomCate .bottom-images a:last-child {
      margin-bottom: 0; }
  #mobile-categories .bottomCate .image_brand .title > label {
    font-family: "Arimo", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 600;
    display: block;
    padding: 13px 20px 5px;
    letter-spacing: 0;
    text-transform: capitalize;
    color: #1e1e1e; }
  #mobile-categories .bottomCate .image_brand .title > a {
    font-weight: 400;
    font-size: 12px;
    color: #505050;
    padding-top: 0;
    font-family: "Arimo", Arial, Helvetica, sans-serif; }

/* 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(350px, 0, 0);
  -moz-transform: translate3d(350px, 0, 0);
  -ms-transform: translate3d(350px, 0, 0);
  -o-transform: translate3d(350px, 0, 0);
  transform: translate3d(350px, 0, 0); }
  @media (max-width: 420px) {
    .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(80%, 0, 0);
      -moz-transform: translate3d(80%, 0, 0);
      -ms-transform: translate3d(80%, 0, 0);
      -o-transform: translate3d(80%, 0, 0);
      transform: translate3d(80%, 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;
  border-top: 1px solid #dfdfdf; }
  #footer-wrapper .footerInfo {
    background: #272727;
    text-align: center;
    padding: 20px 0;
    color: #cbcbcb;
    font-family: "Arimo", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 14px; }
    #footer-wrapper .footerInfo p {
      margin: 0; }
      @media (max-width: 600px) {
        #footer-wrapper .footerInfo p {
          line-height: 30px; } }
    #footer-wrapper .footerInfo a {
      color: #cbcbcb; }
      #footer-wrapper .footerInfo a.link {
        padding: 5px 15px;
        border-radius: 2px;
        -moz-border-radius: 2px;
        background: #8ec101;
        font-size: 12px;
        font-weight: 700;
        margin-left: 15px;
        color: #fff;
        display: inline-block;
        text-shadow: 1px 0 2px rgba(93, 125, 4, 0.75);
        text-transform: uppercase; }
        @media (max-width: 600px) {
          #footer-wrapper .footerInfo a.link {
            clear: both;
            display: table;
            margin: 10px auto 0; } }
  #footer-wrapper #bottom-footer {
    background: #0f0f0f;
    padding: 20px 0 60px; }
    @media (max-width: 767px) {
      #footer-wrapper #bottom-footer {
        text-align: center; } }
    #footer-wrapper #bottom-footer ul {
      margin: 0 0 20px;
      padding: 0; }
      #footer-wrapper #bottom-footer ul li {
        position: relative;
        padding-left: 10px;
        margin-left: 5px;
        display: inline-block;
        color: white; }
        #footer-wrapper #bottom-footer ul li:first-child {
          padding-left: 0;
          margin-left: 0; }
        #footer-wrapper #bottom-footer ul li a {
          color: white; }
          #footer-wrapper #bottom-footer ul li a:hover {
            color: #2599d4; }
        #footer-wrapper #bottom-footer ul li:before {
          content: ".";
          position: absolute;
          top: auto;
          left: 0; }
    #footer-wrapper #bottom-footer .template-by {
      padding-top: 5px; }
    #footer-wrapper #bottom-footer .footer-payment {
      text-align: right; }
      #footer-wrapper #bottom-footer .footer-payment a {
        display: inline-block;
        margin: 0 5px 5px 0; }
        #footer-wrapper #bottom-footer .footer-payment a:last-child {
          margin-right: 0; }
      @media (max-width: 767px) {
        #footer-wrapper #bottom-footer .footer-payment {
          text-align: center;
          padding-top: 25px; } }
    #footer-wrapper #bottom-footer .footer-copyright-right {
      float: right;
      text-align: right; }
    #footer-wrapper #bottom-footer .footer-copyright-right + .footer-payment {
      text-align: left; }
  #footer-wrapper ul {
    margin: 0; }
    #footer-wrapper ul li {
      list-style: none; }
    #footer-wrapper ul.navList {
      display: block !important; }

/*Main Footer*/
#main-footer .container {
  padding-bottom: 30px; }
  @media (max-width: 991px) {
    #main-footer .container {
      padding-bottom: 0; } }
  #main-footer .container > .row {
    margin: 0 -20px; }
    #main-footer .container > .row > div {
      min-height: 290px;
      float: left;
      padding: 0 20px; }
      @media (min-width: 768px) and (max-width: 1023px) {
        #main-footer .container > .row > div {
          width: 25%;
          margin-bottom: 20px; }
          #main-footer .container > .row > div.col-5 {
            width: 100%;
            float: none;
            clear: both;
            min-height: 150px; }
            #main-footer .container > .row > div.col-5 .form-field {
              max-width: 50%; } }
      @media (max-width: 767px) {
        #main-footer .container > .row > div {
          width: 50%;
          margin-bottom: 40px; }
          #main-footer .container > .row > div.col-5 {
            width: 100%;
            min-height: 150px; } }
      #main-footer .container > .row > div.col-4, #main-footer .container > .row > div:last-child {
        border: none; }
  #main-footer .container h5.side-module-heading {
    display: none; }
  #main-footer .container .social_media h5 {
    margin-bottom: 15px; }
  #main-footer .container .social_media .social-icons li {
    padding: 0;
    margin: 0 12px 10px 0; }
    #main-footer .container .social_media .social-icons li:last-child {
      margin-right: 0; }
  #main-footer .container .social_media .HL-facebooklike {
    display: none; }
  #main-footer .container #footerSubcribeForm .form {
    margin-bottom: 10px; }

#main-footer h5 {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 10px;
  text-transform: uppercase;
  color: #323232; }

#main-footer .col-1 > ul,
#main-footer .col-2 > ul,
#main-footer .col-3 > ul {
  padding: 0;
  list-style: none;
  margin-left: 0; }

#main-footer ul li {
  padding: 3px 0; }
  #main-footer ul li a {
    color: #505050; }
    #main-footer ul li a:hover {
      color: #2599d4; }

#sideShopByBrands ul li:last-child a {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: black; }
  #sideShopByBrands ul li:last-child a:before {
    display: inline-block;
    vertical-align: -1px;
    margin-right: 5px;
    font-family: "FontAwesome";
    content: "\f0da";
    font-size: 16px;
    font-weight: 400;
    line-height: 14px; }
  #sideShopByBrands ul li:last-child a:hover {
    color: #2599d4; }

#main-footer ul li ul {
  display: none; }

.social-icons,
#main-footer .facebook-like {
  display: inline-block;
  vertical-align: middle; }

#main-footer .facebook-like {
  position: relative;
  top: -3px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    #main-footer .facebook-like {
      margin-top: 15px; } }
  @media (max-width: 480px) {
    #main-footer .facebook-like {
      margin-top: 15px; } }

#main-footer .facebook-like > p {
  font-size: 11px;
  font-weight: 700;
  margin: 0 0 3px;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #fff; }

#main-footer .facebook-like > p > span {
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-weight: 400;
  font-style: italic;
  text-transform: none; }

/*Mailist Box - Newsletter Sign Up*/
#footerSubcribeForm p {
  color: #505050; }

#footerSubcribeForm .form-field {
  margin: 0 0 10px; }

#footerSubcribeForm .form-wrap {
  position: relative; }
  #footerSubcribeForm .form-wrap .form-input {
    display: block;
    background: white;
    color: #858585;
    height: 36px;
    line-height: 36px;
    font-size: 12px;
    padding: 7px 15px;
    margin-bottom: 10px;
    text-transform: lowercase; }
  #footerSubcribeForm .form-wrap .btn {
    float: left;
    width: auto;
    cursor: pointer;
    height: 36px;
    line-height: 19px;
    padding: 7px 15px;
    background: #1fade6;
    color: white;
    min-width: 50px; }
    #footerSubcribeForm .form-wrap .btn:hover {
      background: #323232;
      color: white; }
    @media (max-width: 500px) {
      #footerSubcribeForm .form-wrap .btn {
        width: 100%; } }
  @media (min-width: 1200px) {
    #footerSubcribeForm .form-wrap .form-input {
      max-width: 73%;
      float: left;
      margin-right: -5px; }
    #footerSubcribeForm .form-wrap .btn {
      float: right; } }

/*Bottom Footer*/
#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;
  color: white; }

#bottom-footer .footer-copyright p a,
#bottom-footer .powered-by p a,
#bottom-footer .template-by p a {
  color: white; }

#bottom-footer .footer-copyright p a:hover,
#bottom-footer .powered-by p a:hover,
#bottom-footer .template-by p a:hover {
  border-bottom: 1px solid white; }

.footer-payment-icons {
  height: 30px;
  margin-top: 15px; }
  .footer-payment-icons .footer-payment-icon {
    height: 100%;
    margin-right: 12px;
    vertical-align: middle;
    width: 50px; }
  .footer-payment-icons svg {
    fill: #f65a2a; }

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

.footer-copyright-left {
  text-align: left; }
  @media (max-width: 767px) {
    .footer-copyright-left {
      text-align: center; } }

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

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

/*Scroll To Top*/
#back-to-top {
  position: fixed;
  z-index: 10;
  right: 15px;
  bottom: 35%;
  display: inline-block;
  visibility: hidden;
  overflow: hidden;
  width: 52px;
  height: 52px;
  -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;
  opacity: 0;
  filter: alpha(opacity=0);
  background: #0c0c0c;
  color: #fff;
  line-height: 45px;
  font-size: 0;
  text-align: center; }
  #back-to-top:before {
    font-family: "FontAwesome";
    content: "\f077";
    font-size: 24px;
    display: block;
    text-align: center; }
  @media (max-width: 767px) {
    #back-to-top {
      right: 20px;
      width: 35px;
      height: 35px;
      line-height: 30px; }
      #back-to-top:before {
        font-size: 18px; } }

#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:hover {
  /* 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 */ }

.container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  min-width: 250px; }
  @media (min-width: 992px) {
    .container {
      padding: 0; } }
  @media (max-width: 991px) {
    .container {
      width: 100%; } }

.container_page {
  padding-bottom: 50px;
  margin: 0 auto; }

.page-type-default .container_page {
  padding-bottom: 0; }

.breadcrumbs {
  padding: 0;
  margin: 15px 0 10px; }
  .breadcrumbs .breadcrumb {
    display: inline-block;
    color: #969696;
    padding-right: 13px;
    text-transform: capitalize;
    font-size: 12px;
    padding-top: 0;
    padding-bottom: 0; }
    .breadcrumbs .breadcrumb::before {
      content: "\f105";
      font-family: 'FontAwesome';
      position: relative;
      margin: 0 9px 0 0px;
      top: 0;
      color: #969696; }
    .breadcrumbs .breadcrumb:first-child::before {
      display: none; }
    .breadcrumbs .breadcrumb a:hover {
      color: #505050; }
    .breadcrumbs .breadcrumb a, .breadcrumbs .breadcrumb span,
    .breadcrumbs .breadcrumb.is-active span {
      color: #969696; }
    @media (max-width: 767px) {
      .breadcrumbs .breadcrumb {
        margin-bottom: 3px; } }

.page-heading {
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 700;
  margin: 10px 0 27px;
  text-transform: capitalize;
  text-align: left;
  padding: 0;
  color: black; }

.page-heading.hl-heading-line {
  border-bottom: 1px solid #e0dfdf;
  padding-bottom: 20px;
  margin-bottom: 30px; }

main > .page-heading {
  padding-top: 10px; }

.page-type-cart .page-heading {
  border: none;
  padding: 0;
  font-size: 22px; }

.category-image {
  padding-bottom: 20px;
  display: none; }

.halo-category-description {
  margin: 0 0 25px; }
  .halo-category-description p:last-of-type {
    margin-bottom: 0; }
  .halo-category-description > .category-image {
    display: block; }

.wrap-category {
  border: 1px solid #cacaca;
  overflow: hidden; }

.category-toolbar {
  overflow: hidden; }
  .category-toolbar.top {
    background: #f5f5f5;
    padding: 10px 20px 5px;
    border-bottom: 1px solid #e0dfdf; }
    .category-toolbar.top .compare-link {
      display: none; }
  .category-toolbar.bottom {
    padding: 23px 20px 18px; }
    @media (max-width: 600px) {
      .category-toolbar.bottom {
        text-align: center;
        padding: 20px; } }
  .category-toolbar label {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    margin-right: 5px;
    display: inline-block;
    vertical-align: -1px;
    color: #323232; }
  .category-toolbar .actionBar label {
    vertical-align: 0px; }
  .category-toolbar .pagination label {
    vertical-align: 1px; }
  .category-toolbar .pagination {
    width: auto;
    float: left;
    display: inline-block; }
    .category-toolbar .pagination label {
      width: auto;
      display: inline-block;
      min-width: 35px;
      padding: 10px 12px 8px;
      height: auto;
      border: 1px solid #cacaca;
      line-height: 1.25;
      text-transform: uppercase;
      text-align: center;
      font-weight: 700;
      color: #797979; }
    .category-toolbar .pagination ul {
      vertical-align: middle;
      width: auto !important;
      padding: 0 !important; }
      .category-toolbar .pagination ul li {
        margin: 0 7px 5px 0;
        display: inline-block;
        vertical-align: top;
        padding: 0; }
        .category-toolbar .pagination ul li a {
          width: auto;
          display: block;
          min-width: 35px;
          padding: 10px 12px 8px;
          height: auto;
          border: 1px solid #cacaca;
          line-height: 1.25;
          text-transform: uppercase;
          text-align: center;
          font-weight: 400;
          color: #797979; }
          .category-toolbar .pagination ul li a:hover {
            background: #1b0649;
            color: white;
            border-color: transparent; }
        .category-toolbar .pagination ul li.pagination-item--current a, .category-toolbar .pagination ul li.pagination-item--next a, .category-toolbar .pagination ul li.pagination-item--prev a {
          font-weight: 700; }
        .category-toolbar .pagination ul li.pagination-item--current a {
          background: #1b0649;
          color: white;
          border-color: transparent; }
  .category-toolbar .actionBar,
  .category-toolbar .view-as-btn {
    float: left;
    width: auto;
    text-align: right;
    padding: 0;
    margin: 0 0 5px 0; }
    @media (max-width: 767px) {
      .category-toolbar .actionBar,
      .category-toolbar .view-as-btn {
        margin-left: 10px; } }
  .category-toolbar .compare-link,
  .category-toolbar .actionBar {
    float: right; }
  .category-toolbar .actionBar[data-sort-by] fieldset {
    float: none; }
  .category-toolbar .actionBar[data-sort-by] .form-field {
    margin: 0; }
  .category-toolbar .actionBar[data-sort-by] select {
    display: inline-block;
    width: auto;
    min-width: auto;
    margin-bottom: 0;
    min-height: 35px; }
  .category-toolbar .view-as-btn .btn-group {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #cacaca;
    background-color: white; }
    .category-toolbar .view-as-btn .btn-group a {
      width: auto;
      height: 35px;
      text-align: center;
      transition: all 250ms ease 0s;
      -webkit-transition: all 250ms ease 0s;
      display: table;
      vertical-align: middle;
      float: left;
      color: #969696; }
      .category-toolbar .view-as-btn .btn-group a > div {
        display: table-cell;
        vertical-align: middle;
        width: 35px; }
      .category-toolbar .view-as-btn .btn-group a span {
        display: table-cell;
        vertical-align: middle;
        padding-right: 10px;
        font-weight: 700;
        position: relative;
        top: 1px; }
      .category-toolbar .view-as-btn .btn-group a .icon-bar {
        position: relative;
        width: 14px;
        height: 4px;
        margin: 1px auto 0 auto;
        transition: all .15s ease;
        background: #969696; }
      .category-toolbar .view-as-btn .btn-group a#grid-view {
        border-right: 1px solid #cacaca; }
        .category-toolbar .view-as-btn .btn-group a#grid-view .icon-bar {
          width: 4px; }
          .category-toolbar .view-as-btn .btn-group a#grid-view .icon-bar:before, .category-toolbar .view-as-btn .btn-group a#grid-view .icon-bar:after {
            position: absolute;
            display: block;
            width: 4px;
            height: 4px;
            content: '';
            transition: all .15s ease;
            background: #969696; }
          .category-toolbar .view-as-btn .btn-group a#grid-view .icon-bar:before {
            left: -5px; }
          .category-toolbar .view-as-btn .btn-group a#grid-view .icon-bar:after {
            right: -5px; }
        .category-toolbar .view-as-btn .btn-group a#grid-view.current-view .icon-bar:before, .category-toolbar .view-as-btn .btn-group a#grid-view.current-view .icon-bar:after {
          background: #323232; }
      .category-toolbar .view-as-btn .btn-group a.current-view {
        cursor: default;
        color: #323232; }
        .category-toolbar .view-as-btn .btn-group a.current-view .icon-bar {
          background: #323232; }
  @media (max-width: 500px) {
    .category-toolbar .pagination,
    .category-toolbar .compare-link,
    .category-toolbar .actionBar,
    .category-toolbar .view-as-btn {
      float: none;
      display: inline-block;
      margin: 0 0 19px;
      min-width: 50%;
      text-align: center; }
    .category-toolbar .actionBar[data-sort-by] select {
      min-width: 170px; } }
  @media (max-width: 600px) {
    .category-toolbar .pagination,
    .category-toolbar .compare-link {
      float: none;
      display: block;
      text-align: center; }
    .category-toolbar .compare-link {
      margin-top: 17px; } }

.showMoreProduct a.btn {
  width: 100%;
  max-width: 344px;
  margin-bottom: 40px; }

#fullWidthBlock {
  position: relative;
  margin-bottom: 30px;
  text-align: center; }
  #fullWidthBlock > .container {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media (max-width: 767px) {
      #fullWidthBlock > .container {
        position: static;
        transform: none !important; } }
    #fullWidthBlock > .container .custom-content {
      float: right;
      max-width: 460px; }
      @media (max-width: 767px) {
        #fullWidthBlock > .container .custom-content {
          max-width: 100%;
          padding-top: 20px;
          padding-bottom: 20px; } }
      #fullWidthBlock > .container .custom-content > .inner {
        text-align: center; }
        #fullWidthBlock > .container .custom-content > .inner h2 {
          font-family: "Arimo", Arial, Helvetica, sans-serif;
          font-size: 40px;
          font-weight: 700;
          position: relative;
          margin-bottom: 38px;
          letter-spacing: .1em;
          text-transform: uppercase;
          margin-top: 0; }
          @media (max-width: 767px) {
            #fullWidthBlock > .container .custom-content > .inner h2 {
              font-size: 30px; } }
          #fullWidthBlock > .container .custom-content > .inner h2::before {
            position: absolute;
            right: 0;
            bottom: -18px;
            left: 0;
            width: 48px;
            height: 2px;
            margin: 0 auto;
            content: '';
            background-color: #000; }
        #fullWidthBlock > .container .custom-content > .inner p.custom-desc {
          line-height: 20px;
          margin-bottom: 31px; }
        #fullWidthBlock > .container .custom-content > .inner a.btn-primary {
          padding-right: 18px; }

#homeSpotlight .spotlight-item {
  margin-bottom: 50px;
  text-align: center; }
  @media (max-width: 640px) {
    #homeSpotlight .spotlight-item {
      width: 100%; } }

#homeSpotlight .spotlight-item .spot-image {
  margin-bottom: 33px; }

#homeSpotlight .spotlight-item .spot-title {
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
  margin-top: 0;
  margin-bottom: 20px;
  letter-spacing: .1em;
  text-transform: uppercase; }
  @media (max-width: 991px) {
    #homeSpotlight .spotlight-item .spot-title {
      font-size: 16px; } }
  @media (max-width: 767px) {
    #homeSpotlight .spotlight-item .spot-title {
      font-size: 14px; } }

#homeSpotlight .spotlight-item .spot-title:hover {
  text-decoration: none; }

#homeSpotlight .spotlight-item .spot-desc {
  line-height: 20px;
  margin-bottom: 28px;
  letter-spacing: .02em; }

#homeSpotlight .spotlight-item a.shop-now-btn {
  padding: 0 25px 0 38px; }

#homeBrands {
  background: white;
  overflow: hidden;
  border: 1px solid #d7d7d7;
  overflow: hidden;
  margin-bottom: 25px;
  margin-bottom: 30px; }
  #homeBrands .module-heading {
    margin: 0 0 10px;
    padding: 16px 25px 14px;
    display: block;
    background: whitesmoke;
    text-transform: uppercase;
    font-size: 14px;
    color: #323232;
    font-weight: 700; }
  #homeBrands .owl-nav {
    position: absolute;
    top: 9px;
    right: 10px; }
  #homeBrands > .container {
    padding: 20px 50px;
    position: relative; }
  #homeBrands .owl-carousel {
    margin: 0;
    padding: 0;
    list-style: none;
    position: static; }
    #homeBrands .owl-carousel .owl-item a {
      display: block;
      text-align: center;
      padding: 0 15px; }
    #homeBrands .owl-carousel .owl-item img {
      display: inline-block;
      width: auto; }
  #homeBrands .owl-nav {
    position: static;
    top: 0;
    box-shadow: none; }
    #homeBrands .owl-nav > div {
      position: absolute;
      top: 0;
      bottom: 0;
      background: none;
      border: none;
      color: #282828;
      width: 40px;
      height: auto;
      text-align: center;
      background: #fafafa; }
      #homeBrands .owl-nav > div:before {
        font-size: 28px;
        position: relative;
        display: block;
        line-height: 82px;
        height: 100%; }
      #homeBrands .owl-nav > div.owl-prev {
        left: 0;
        border-right: 1px solid #d7d7d7; }
        #homeBrands .owl-nav > div.owl-prev:before {
          content: "\f104"; }
      #homeBrands .owl-nav > div.owl-next {
        right: 0;
        border-left: 1px solid #d7d7d7; }
        #homeBrands .owl-nav > div.owl-next:before {
          content: "\f105"; }
      #homeBrands .owl-nav > div:hover {
        color: #1fade6; }

#InstagramGallery {
  padding-top: 56px;
  padding-bottom: 45px;
  text-align: center; }

#InstagramGallery .widget-title {
  padding-bottom: 27px; }

#InstagramGallery .widget-title h3 {
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 19px;
  letter-spacing: .1em;
  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; }

.page-type-page_contact_form .store-location {
  float: right; }

.page-type-page_contact_form .storeLocation {
  padding: 0; }
  .page-type-page_contact_form .storeLocation h3 {
    font-family: "Arimo", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 20px;
    padding: 0;
    text-transform: capitalize; }
  .page-type-page_contact_form .storeLocation .store-email a {
    color: #2599d4; }
  .page-type-page_contact_form .storeLocation .store-address {
    padding-bottom: 20px; }
  .page-type-page_contact_form .storeLocation .store-phone {
    padding-bottom: 20px;
    border-bottom: 1px solid #e0dfdf;
    margin-bottom: 17px; }

.page-type-page_contact_form .storeLocation label {
  padding-bottom: 4px; }

/*LookBook Styles*/
.lookbook .owl-carousel {
  padding: 0;
  list-style: none;
  margin-left: 0;
  margin-bottom: 10px; }

.lookbook .slide-desc {
  position: absolute;
  top: 50%;
  left: 0;
  width: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  color: #000; }
  @media (max-width: 600px) {
    .lookbook .slide-desc {
      position: static;
      right: 0;
      left: 0;
      width: 100% !important;
      margin-top: 20px;
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none;
      transform: none; } }

@media (max-width: 767px) {
  .lookbook .slide-desc.slide-desc-left {
    left: 20px;
    width: 40%; } }

.lookbook .slide-desc.slide-desc-right {
  right: 0;
  left: auto; }
  @media (max-width: 767px) {
    .lookbook .slide-desc.slide-desc-right {
      right: 20px;
      width: 40%; } }

.lookbook p.text-sample {
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  margin: 0;
  letter-spacing: .2em;
  text-transform: uppercase; }

.lookbook h2.slide-heading {
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  font-size: 40px;
  font-weight: 700;
  position: relative;
  margin-top: 8px;
  margin-bottom: 32px;
  letter-spacing: .1em;
  text-transform: uppercase; }
  @media (max-width: 991px) {
    .lookbook h2.slide-heading {
      font-size: 30px; } }
  @media (max-width: 767px) {
    .lookbook h2.slide-heading {
      font-size: 20px; } }

.lookbook h2.slide-heading::before {
  position: absolute;
  right: 0;
  bottom: -15px;
  left: 0;
  width: 37px;
  height: 3px;
  margin: 0 auto;
  content: '';
  background-color: #000; }

.lookbook p.slide-text {
  font-style: italic; }

.lookbook .social-icons {
  display: block;
  margin: 0;
  padding: 7px 0 15px;
  text-align: right; }
  @media (max-width: 600px) {
    .lookbook .social-icons {
      text-align: center; } }

.lookbook .black-icons h5 {
  display: none; }

.lookbook .lookbook-bottom {
  padding: 40px 0;
  text-align: center;
  border-top: 1px solid #d0d0d0; }

.lookbook .lookbook-bottom a.btn-lookbook {
  min-width: 140px; }

.lookbook {
  margin-bottom: 30px; }
  .lookbook .owl-nav > div {
    width: 72px;
    height: 72px;
    border: 0; }
    .lookbook .owl-nav > div.owl-prev {
      left: -90px;
      background-position: 0 -150px; }
    .lookbook .owl-nav > div.owl-next {
      right: -90px;
      background-position: 0 -250px; }
  .lookbook .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: 600px) {
      .lookbook .owl-dots {
        position: static;
        left: 0;
        right: 0;
        -moz-transform: none;
        -webkit-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        text-align: center;
        margin: 20px 0; } }
  .lookbook .owl-dots > div {
    display: inline-block;
    margin: 0 4px !important; }
    .lookbook .owl-dots > div span {
      display: block;
      width: 16px !important;
      height: 16px !important;
      background: url("../img/sprite-icons.png") -100px -100px no-repeat !important;
      box-shadow: none !important;
      -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;
      border-radius: 50%; }
      @media (max-width: 600px) {
        .lookbook .owl-dots > div span {
          background-color: #eee !important;
          background-position: -98px -99px !important; } }
    .lookbook .owl-dots > div.active span {
      background-position: -50px -100px !important; }
      @media (max-width: 600px) {
        .lookbook .owl-dots > div.active span {
          background-position: -50px -99px !important; } }

/*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 {
  position: relative;
  z-index: 10000;
  top: 50%;
  width: 100%;
  min-width: 288px;
  max-width: 900px;
  height: 360px;
  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; }
  .newsletter-popup-inner [data-close-newsletter-popup] {
    width: 34px;
    height: 34px;
    line-height: 34px;
    position: absolute;
    right: -17px;
    top: -17px;
    background: #000;
    padding: 0;
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    padding: 0;
    color: white;
    background: black; }
    .newsletter-popup-inner [data-close-newsletter-popup]:hover {
      color: white;
      background: #1fade6; }
  @media (max-width: 991px) {
    .newsletter-popup-inner {
      max-width: 700px; } }
  @media (max-width: 767px) {
    .newsletter-popup-inner {
      max-width: 600px; } }
  @media (max-width: 640px) {
    .newsletter-popup-inner {
      height: 100%;
      max-height: 390px; }
      .newsletter-popup-inner .social-icons {
        padding-right: 0; } }

#popupSubcribeForm form {
  margin-bottom: 25px; }
  #popupSubcribeForm form .form-field {
    margin-bottom: 0px; }
  #popupSubcribeForm form input[type='email'] {
    width: auto;
    min-width: 66%;
    color: #000;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    border: 1px solid #d7d7d7; }
    @media (max-width: 991px) {
      #popupSubcribeForm form input[type='email'] {
        width: 100%;
        margin-bottom: 10px;
        margin-right: 0; } }
    @media (max-width: 360px) {
      #popupSubcribeForm form input[type='email'] {
        min-width: 100%; } }
  #popupSubcribeForm form input[type='submit'] {
    display: inline-block;
    vertical-align: top;
    padding: 10px 15px 9px;
    min-width: 29%;
    margin-bottom: 10px;
    color: white;
    background: #1fade6; }
    #popupSubcribeForm form input[type='submit']:hover {
      color: white;
      background: #1b0649; }
    @media (min-width: 768px) and (max-width: 991px) {
      #popupSubcribeForm form input[type='submit'] {
        width: 100%; } }
    @media (max-width: 600px) {
      #popupSubcribeForm form input[type='submit'] {
        width: 100%; } }

.newsletter-popup-inner .newsletter-left {
  float: left;
  width: 60%;
  padding: 15px 45px;
  height: 100%;
  overflow: hidden;
  max-width: 540px;
  position: relative; }
  .newsletter-popup-inner .newsletter-left h5 {
    display: none; }
  @media (max-width: 991px) {
    .newsletter-popup-inner .newsletter-left {
      padding: 15px;
      width: 48%; } }
  @media (max-width: 767px) {
    .newsletter-popup-inner .newsletter-left {
      width: 100%;
      text-align: center;
      max-width: 100%; } }
  .newsletter-popup-inner .newsletter-left .social-icons {
    padding-right: 0; }
  .newsletter-popup-inner .newsletter-left h2.newsletter-heading {
    font-size: 24px;
    font-family: "Arimo", Arial, Helvetica, sans-serif;
    padding: 20px 0 10px;
    font-weight: 700;
    position: relative;
    margin: 0;
    color: #323232; }
    @media (max-width: 360px) {
      .newsletter-popup-inner .newsletter-left h2.newsletter-heading {
        font-size: 18px; } }
    @media (max-width: 1023px) {
      .newsletter-popup-inner .newsletter-left h2.newsletter-heading {
        padding-top: 5px; } }
  .newsletter-popup-inner .newsletter-left p.newsletter-sub-heading {
    font-size: 12px;
    line-height: 20px;
    display: block;
    text-transform: none;
    font-weight: 400;
    margin: 0 0 25px; }
  .newsletter-popup-inner .newsletter-left #mailistBox {
    margin-top: 0; }
  .newsletter-popup-inner .newsletter-left .HL_check {
    margin-top: 15px; }
    .newsletter-popup-inner .newsletter-left .HL_check .CheckBox {
      vertical-align: -1px;
      margin-right: 5px; }
    @media (min-width: 1024px) {
      .newsletter-popup-inner .newsletter-left .HL_check {
        position: absolute;
        bottom: 40px;
        left: 0;
        margin: 0 45px; } }

.newsletter-popup-inner .newsletter-right {
  float: right;
  width: auto;
  max-width: 360px;
  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); } }

.newsletter-popup-inner .HL-facebooklike {
  display: none; }

body.has-newsletter {
  overflow: hidden; }

@media (min-width: 992px) {
  body.is-sticky header.header .header-bottom {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    text-align: center;
    padding: 10px 15px; }
    body.is-sticky header.header .header-bottom > .container {
      width: calc(100% - 260px); }
    body.is-sticky header.header .header-bottom .header-panel {
      position: relative; }
      body.is-sticky header.header .header-bottom .header-panel .navPages-container {
        float: none;
        width: auto;
        max-width: 100%;
        margin: 0;
        display: inline-block;
        position: relative;
        z-index: 10;
        padding: 0; }
        body.is-sticky header.header .header-bottom .header-panel .navPages-container .navPages-item > .navPage-subMenu {
          top: 43px;
          text-align: left; }
        body.is-sticky header.header .header-bottom .header-panel .navPages-container nav ul.navPages-list > li > a.has-subMenu {
          padding-bottom: 17px;
          margin-bottom: -17px; }
      body.is-sticky header.header .header-bottom .header-panel #quickSearch {
        position: fixed;
        z-index: 10;
        right: 102px;
        top: 10px;
        width: auto; }
        body.is-sticky header.header .header-bottom .header-panel #quickSearch .search-toggle {
          z-index: 50;
          font-size: 0; } }
        @media (min-width: 992px) and (min-width: 1200px) {
          body.is-sticky header.header .header-bottom .header-panel #quickSearch .search-toggle {
            display: inline-block; } }

@media (min-width: 992px) {
          body.is-sticky header.header .header-bottom .header-panel #quickSearch .search-toggle svg:last-child {
            margin-left: 10px;
            margin-right: 10px;
            position: relative;
            top: 3px; }
        body.is-sticky header.header .header-bottom .header-panel #quickSearch > form {
          top: -9px;
          bottom: -9px;
          padding: 9px 60px 9px 10px;
          left: 0;
          right: 0; } }
        @media (min-width: 992px) and (min-width: 1200px) {
          body.is-sticky header.header .header-bottom .header-panel #quickSearch > form .form-fieldset {
            max-width: 570px;
            margin: 0 auto; } }

@media (min-width: 992px) {
        body.is-sticky header.header .header-bottom .header-panel #quickSearch .quickSearchResultsWrap {
          left: 0;
          right: 0; } }
      @media (min-width: 992px) and (min-width: 1800px) {
        body.is-sticky header.header .header-bottom .header-panel #quickSearch > form {
          left: 20%;
          right: 20%;
          padding: 9px 14%;
          margin-left: -45px; }
        body.is-sticky header.header .header-bottom .header-panel #quickSearch .quickSearchResultsWrap {
          left: 20%;
          right: 20%;
          padding: 0; } }
      @media (min-width: 992px) and (min-width: 1200px) and (max-width: 1400px) {
        body.is-sticky header.header .header-bottom .header-panel #quickSearch .search-toggle {
          font-size: 0; }
          body.is-sticky header.header .header-bottom .header-panel #quickSearch .search-toggle svg {
            margin-left: 0; } }

@media (min-width: 992px) {
        body.is-sticky header.header .header-bottom .header-panel #quickSearch.is-open {
          width: calc(100% - 260px); }
      body.is-sticky header.header .header-bottom .header-panel .header-first {
        position: fixed;
        top: 11px;
        left: 10px;
        z-index: 50; }
    body.is-sticky header.header .header-bottom #trigger-desktop {
      display: none;
      position: fixed;
      top: 12px;
      left: 15px;
      z-index: 10; }
  body.is-sticky header.header #top-bar-promotion {
    display: none; }
  body.is-sticky .header-top ul li.top-cart {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    padding: 15px 15px 12px;
    border-left: 1px solid rgba(214, 214, 214, 0.3);
    min-height: 53px; }
    body.is-sticky .header-top ul li.top-cart .hl-top-cart .cart-item {
      color: white;
      font-size: 0; }
      body.is-sticky .header-top ul li.top-cart .hl-top-cart .cart-item:before {
        font-family: "FontAwesome";
        content: "\f07a";
        font-size: 18px;
        display: inline-block;
        vertical-align: -2px;
        line-height: 18px; }
      body.is-sticky .header-top ul li.top-cart .hl-top-cart .cart-item i.icon-cart {
        margin-right: 0; }
      body.is-sticky .header-top ul li.top-cart .hl-top-cart .cart-item .icon-cart:before {
        font-size: 18px; }
      body.is-sticky .header-top ul li.top-cart .hl-top-cart .cart-item .cart-quantity {
        font-size: 12px;
        border-radius: 50%;
        -moz-border-radius: 50%; }
    body.is-sticky .header-top ul li.top-cart .is-open #cart-preview-dropdown {
      margin-top: 12px; } }

@media (max-width: 1199px) {
  body.is-sticky header.header .header-bottom .header-panel .header-first {
    left: 70px; }
  body.is-sticky header.header .header-bottom .header-panel .navPages-container {
    display: none; }
  body.is-sticky header.header .header-bottom #trigger-desktop {
    display: block; }
  body.is-sticky header.header .header-bottom .header-panel #quickSearch > form {
    padding: 0; }
  body.is-sticky header.header .header-bottom .header-panel #quickSearch {
    width: calc(100% - 150px) !important;
    position: relative;
    top: 0;
    right: -45px; }
  body.is-sticky .header-top ul li.top-cart {
    padding-bottom: 13px; } }

@media (min-width: 911px) and (max-width: 1199px) {
  body.is-sticky #quickSearch > form {
    margin: 0; }
    body.is-sticky #quickSearch > form .form-field {
      background: white;
      border-bottom: 2px solid white;
      height: 34px; }
      body.is-sticky #quickSearch > form .form-field input#search_query {
        color: white;
        font-size: 14px;
        font-weight: 400;
        text-transform: none; }
        body.is-sticky #quickSearch > form .form-field input#search_query::-webkit-input-placeholder {
          color: white; }
        body.is-sticky #quickSearch > form .form-field input#search_query::-moz-placeholder {
          color: white; }
        body.is-sticky #quickSearch > form .form-field input#search_query:-ms-input-placeholder {
          color: white; }
        body.is-sticky #quickSearch > form .form-field input#search_query:-moz-placeholder {
          color: white; }
      body.is-sticky #quickSearch > form .form-field button {
        color: white;
        font-size: 0;
        font-weight: 700;
        width: auto;
        min-width: 30px; }
        body.is-sticky #quickSearch > form .form-field button svg {
          fill: white;
          width: 16px;
          height: 14px;
          vertical-align: -3px; }
        body.is-sticky #quickSearch > form .form-field button:hover {
          color: white; }
          body.is-sticky #quickSearch > form .form-field button:hover svg {
            fill: white; }
      body.is-sticky #quickSearch > form .form-field #search_category {
        background: transparent url("../img/arr-all-search.png") top right no-repeat !important;
        line-height: 19px;
        font-size: 14px;
        height: 34px;
        color: white;
        padding-left: 0; }
        body.is-sticky #quickSearch > form .form-field #search_category option {
          font-size: 12px;
          color: #505050; } }

@media (max-width: 991px) {
  /*Mobile Navigation*/
  #mobile-navigation {
    top: -46px;
    min-width: 330px;
    -webkit-transition: top .3s ease 0s;
    transition: top .3s ease 0s; }
  #mobile-navigation.is-fixed {
    position: fixed;
    z-index: 9999;
    top: 0 !important;
    right: 0;
    left: 0;
    -webkit-transition: top .3s ease 0s;
    transition: top .3s ease 0s; }
  #mobile-navigation > ul {
    overflow: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none; }
  #mobile-navigation > ul > li {
    float: left;
    width: 33.33%;
    text-align: center; }
  #mobile-navigation > ul > li + li {
    border-left: 1px solid #444; }
  #mobile-navigation > ul > li > a {
    font-size: 150%;
    line-height: 46px;
    display: block;
    color: #fff;
    background: #141414;
    text-decoration: none !important; }
  #mobile-navigation > ul > li > a:hover {
    background: #2d2d32; }
  #mobile-navigation > ul > li > a#mobile-cart {
    font-size: 100%; }
    #mobile-navigation > ul > li > a#mobile-cart .icon-cart {
      position: relative;
      top: 0px;
      display: inline-block;
      width: 13px;
      height: 20px;
      right: -12px;
      background-position: -150px 0; }
    #mobile-navigation > ul > li > a#mobile-cart span.countPill {
      position: relative;
      top: -6px;
      left: 0px;
      padding: 1px 6px;
      color: #fff;
      background: #e74c3c; } }

@media (max-width: 991px) {
  .st-pusher > .body {
    margin-top: 0 !important; } }

#CartEditProductFieldsForm {
  padding-bottom: 30px; }

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

.page-product {
  padding-top: 15px; }

.g-recaptcha {
  clear: both;
  overflow: hidden; }

.form-row.form-row--half > .g-recaptcha {
  padding: 0 15px; }

.halo-custom-html-block {
  overflow: hidden;
  padding: 20px 0;
  display: none; }
  @media (min-width: 768px) {
    .halo-custom-html-block.hidden-mobile {
      display: block; } }
  @media (max-width: 767px) {
    .halo-custom-html-block {
      padding: 20px 0;
      text-align: center; }
      .halo-custom-html-block.hidden-pc {
        display: block; }
        .halo-custom-html-block.hidden-pc .owl-nav > div {
          position: absolute;
          top: 50%;
          border: none;
          background: none;
          transform: translate(0, -50%);
          -moz-transform: translate(0, -50%);
          width: 40px;
          height: auto;
          line-height: 1.25; }
          .halo-custom-html-block.hidden-pc .owl-nav > div:before {
            font-size: 28px;
            line-height: 25px; }
          .halo-custom-html-block.hidden-pc .owl-nav > div.owl-prev {
            left: 0; }
            .halo-custom-html-block.hidden-pc .owl-nav > div.owl-prev:before {
              content: "\f104"; }
          .halo-custom-html-block.hidden-pc .owl-nav > div.owl-next {
            right: 0; }
            .halo-custom-html-block.hidden-pc .owl-nav > div.owl-next:before {
              content: "\f105"; }
          .halo-custom-html-block.hidden-pc .owl-nav > div:hover {
            color: #2599d4; } }
  .halo-custom-html-block .box {
    padding: 20px; }
    @media (min-width: 1024px) {
      .halo-custom-html-block .box {
        float: left;
        width: 25%; } }
    @media (min-width: 1199px) {
      .halo-custom-html-block .box {
        padding: 20px 40px; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .halo-custom-html-block .box {
        float: left;
        width: 50%; } }
    .halo-custom-html-block .box .icon {
      display: inline-block;
      margin-right: 10px;
      vertical-align: -1px; }
      .halo-custom-html-block .box .icon .fa {
        display: block;
        font-size: 20px;
        line-height: 18px; }
    .halo-custom-html-block .box h4 {
      color: #474747;
      font-size: 16px;
      text-transform: capitalize;
      font-weight: 600;
      margin: 0;
      padding: 0;
      display: inline-block; }

.home-banner-topselles {
  overflow: hidden;
  margin: 0; }
  .home-banner-topselles .row {
    margin: 0 -8px; }
  .home-banner-topselles .col {
    margin-bottom: 25px;
    padding: 0 8px; }
    @media (min-width: 480px) and (max-width: 767px) {
      .home-banner-topselles .col {
        width: 50%;
        float: left; }
        .home-banner-topselles .col:last-child {
          width: 100%; }
        .home-banner-topselles .col .sidebarBlock .prod-item .card-figure .prod-image {
          max-width: 200px; } }
    .home-banner-topselles .col > a {
      display: block;
      position: relative;
      overflow: hidden;
      padding-bottom: 1px; }
      .home-banner-topselles .col > a:before {
        content: "";
        background-color: rgba(255, 255, 255, 0.1);
        display: block;
        position: absolute;
        left: -100%;
        top: 0;
        width: 100%;
        height: 100%;
        transition: all .3s ease 0s;
        z-index: 1; }
      .home-banner-topselles .col > a:hover:before {
        left: 0; }
  .home-banner-topselles .sidebarBlock {
    border: 1px solid #d7d7d7;
    overflow: hidden;
    margin-bottom: 25px;
    border-color: #ea3b02;
    text-align: center;
    margin: 0;
    position: relative; }
    .home-banner-topselles .sidebarBlock .module-heading {
      margin: 0 0 10px;
      padding: 16px 25px 14px;
      display: block;
      background: whitesmoke;
      text-transform: uppercase;
      font-size: 14px;
      color: #323232;
      font-weight: 700; }
    .home-banner-topselles .sidebarBlock .owl-nav {
      position: absolute;
      top: 9px;
      right: 10px; }
    .home-banner-topselles .sidebarBlock .side-module-heading {
      background: #fffeef;
      margin: 0 0 10px;
      text-align: left;
      color: #ea3b02;
      text-transform: uppercase;
      font-size: 16px;
      padding: 16px 25px 14px;
      font-weight: 700;
      border-bottom: 1px solid #d2d2d2; }
    .home-banner-topselles .sidebarBlock .prod-item {
      padding: 15px;
      overflow: hidden;
      border: none; }
      .home-banner-topselles .sidebarBlock .prod-item .card {
        margin: 0; }
        .home-banner-topselles .sidebarBlock .prod-item .card .free_shipping {
          display: none; }
      .home-banner-topselles .sidebarBlock .prod-item .card-figure h4.prod-name {
        font-size: 12px;
        font-weight: 400;
        color: #2599d4;
        margin: 0 0 15px;
        text-transform: none; }
        .home-banner-topselles .sidebarBlock .prod-item .card-figure h4.prod-name a {
          color: #2599d4; }
          .home-banner-topselles .sidebarBlock .prod-item .card-figure h4.prod-name a:hover {
            color: #505050; }
      .home-banner-topselles .sidebarBlock .prod-item .card-figure .prod-image {
        max-width: 100px;
        float: left;
        margin-right: 25px;
        height: auto;
        display: block; }
      .home-banner-topselles .sidebarBlock .prod-item .card-figure .prod-desc {
        text-align: left; }
        .home-banner-topselles .sidebarBlock .prod-item .card-figure .prod-desc h4.prod-name,
        .home-banner-topselles .sidebarBlock .prod-item .card-figure .prod-desc .prod-brand {
          display: none; }
      @media (min-width: 1199px) {
        .home-banner-topselles .sidebarBlock .prod-item .card-figure .prod-image {
          max-width: 160px; }
        .home-banner-topselles .sidebarBlock .prod-item .card-figure .prod-desc {
          padding-top: 15px; } }
      .home-banner-topselles .sidebarBlock .prod-item .card-figure .prod-image a {
        display: inline-block; }
        .home-banner-topselles .sidebarBlock .prod-item .card-figure .prod-image a img {
          max-height: 115px; }
          @media (min-width: 1199px) {
            .home-banner-topselles .sidebarBlock .prod-item .card-figure .prod-image a img {
              max-height: 160px; } }
          @media (max-width: 1023px) {
            .home-banner-topselles .sidebarBlock .prod-item .card-figure .prod-image a img {
              width: auto; } }
      .home-banner-topselles .sidebarBlock .prod-item .card-figure .prod-brand,
      .home-banner-topselles .sidebarBlock .prod-item .card-figure .star-rating {
        margin-bottom: 7px;
        display: block;
        float: none;
        color: #999999; }
      .home-banner-topselles .sidebarBlock .prod-item .card-figure .price-section > span {
        display: block;
        margin: 0 0 5px; }
        .home-banner-topselles .sidebarBlock .prod-item .card-figure .price-section > span.price--rrp {
          font-weight: 500;
          color: #999999; }
        .home-banner-topselles .sidebarBlock .prod-item .card-figure .price-section > span.price--withoutTax {
          font-weight: 700;
          color: #ea3b02;
          font-size: 24px; }
      .home-banner-topselles .sidebarBlock .prod-item .card-figure .addto-cart {
        clear: both; }
    .home-banner-topselles .sidebarBlock .productCarousel {
      margin: 0;
      position: static; }
      .home-banner-topselles .sidebarBlock .productCarousel .owl-stage-outer {
        position: static; }
      .home-banner-topselles .sidebarBlock .productCarousel:hover .owl-nav > div.owl-prev {
        left: 0; }
      .home-banner-topselles .sidebarBlock .productCarousel:hover .owl-nav > div.owl-next {
        right: 0; }
    @media (min-width: 768px) and (max-width: 991px) {
      .home-banner-topselles .sidebarBlock .owl-nav {
        position: static;
        top: 0;
        box-shadow: none; }
        .home-banner-topselles .sidebarBlock .owl-nav > div {
          position: absolute;
          top: 50%;
          margin-top: -30px; }
          .home-banner-topselles .sidebarBlock .owl-nav > div.owl-prev {
            border-left: none;
            left: -30px; }
          .home-banner-topselles .sidebarBlock .owl-nav > div.owl-next {
            border-right: none;
            right: -30px; } }
    @media (min-width: 1200px) {
      .home-banner-topselles .sidebarBlock {
        min-height: 390px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .home-banner-topselles .sidebarBlock {
        min-height: 303px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .home-banner-topselles .sidebarBlock .prod-item {
        padding-top: 5px; }
        .home-banner-topselles .sidebarBlock .prod-item .prod-image {
          max-width: 75px !important; }
        .home-banner-topselles .sidebarBlock .prod-item .card-figure .price-section > span.price--withoutTax {
          font-size: 18px; }
        .home-banner-topselles .sidebarBlock .prod-item .card-figure .prod-brand {
          display: none; }
        .home-banner-topselles .sidebarBlock .prod-item .new-badge, .home-banner-topselles .sidebarBlock .prod-item .sale-badge, .home-banner-topselles .sidebarBlock .prod-item .of_stock_label {
          display: none; } }

.home-new-product {
  border: 1px solid #d7d7d7;
  overflow: hidden;
  margin-bottom: 25px;
  position: relative; }
  .home-new-product .module-heading {
    margin: 0 0 10px;
    padding: 16px 25px 14px;
    display: block;
    background: whitesmoke;
    text-transform: uppercase;
    font-size: 14px;
    color: #323232;
    font-weight: 700; }
  .home-new-product .owl-nav {
    position: absolute;
    top: 9px;
    right: 10px; }
  .home-new-product .home-new-product-content {
    display: flex;
    width: 100%; }
    .home-new-product .home-new-product-content .prod-item {
      padding: 0;
      border: none; }
    .home-new-product .home-new-product-content .productCarousel {
      padding-right: 80px;
      margin: 0; }
    .home-new-product .home-new-product-content .owl-nav {
      top: 0;
      right: 0; }
    @media (max-width: 767px) {
      .home-new-product .home-new-product-content {
        display: block; } }
  .home-new-product .left-content {
    width: calc(100% - 320px);
    padding: 10px 20px 20px; }
  .home-new-product .right-content {
    width: 320px;
    float: right;
    padding: 10px 20px 20px 0; }
    .home-new-product .right-content > a {
      display: block;
      position: relative;
      overflow: hidden;
      padding-bottom: 1px; }
      .home-new-product .right-content > a:before {
        content: "";
        background-color: rgba(255, 255, 255, 0.1);
        display: block;
        position: absolute;
        left: -100%;
        top: 0;
        width: 100%;
        height: 100%;
        transition: all .3s ease 0s;
        z-index: 1; }
      .home-new-product .right-content > a:hover:before {
        left: 0; }
  @media (max-width: 767px) {
    .home-new-product .left-content,
    .home-new-product .right-content {
      width: 100%;
      float: none;
      clear: both;
      padding: 10px 20px; }
    .home-new-product .right-content {
      padding-bottom: 20px; }
    .home-new-product .productCarousel {
      position: static;
      padding: 0 !important; }
      .home-new-product .productCarousel .owl-nav {
        top: 10px;
        right: 10px; } }

#home-bottom-banners {
  overflow: hidden;
  background: url("../img/line-dot.png") repeat;
  padding: 20px 10px 0;
  margin-bottom: 25px; }
  #home-bottom-banners .banner-item {
    margin-bottom: 20px;
    width: auto;
    padding: 0 10px;
    float: left; }
    @media (max-width: 1199px) {
      #home-bottom-banners .banner-item {
        max-width: 50%; } }
    @media (max-width: 600px) {
      #home-bottom-banners .banner-item {
        max-width: 100%; } }
    #home-bottom-banners .banner-item > a {
      display: block;
      position: relative;
      overflow: hidden;
      padding-bottom: 1px; }
      #home-bottom-banners .banner-item > a:before {
        content: "";
        background-color: rgba(255, 255, 255, 0.1);
        display: block;
        position: absolute;
        left: -100%;
        top: 0;
        width: 100%;
        height: 100%;
        transition: all .3s ease 0s;
        z-index: 1; }
      #home-bottom-banners .banner-item > a:hover:before {
        left: 0; }
  @media (max-width: 767px) {
    #home-bottom-banners > .container {
      padding: 0;
      text-align: center; }
      #home-bottom-banners > .container .banner-item {
        width: 100%;
        float: none;
        max-width: 100%; } }

.home-featured-product {
  border: 1px solid #d7d7d7;
  overflow: hidden;
  margin-bottom: 25px;
  position: relative; }
  .home-featured-product .module-heading {
    margin: 0 0 10px;
    padding: 16px 25px 14px;
    display: block;
    background: whitesmoke;
    text-transform: uppercase;
    font-size: 14px;
    color: #323232;
    font-weight: 700; }
  .home-featured-product .owl-nav {
    position: absolute;
    top: 9px;
    right: 10px; }
  .home-featured-product .productCarousel {
    position: static; }
  .home-featured-product .prod-item {
    border: none; }

.contCategory .hl-featured-category {
  border: 1px solid #d7d7d7;
  overflow: hidden;
  margin-bottom: 25px; }
  .contCategory .hl-featured-category .module-heading {
    margin: 0 0 10px;
    padding: 16px 25px 14px;
    display: block;
    background: whitesmoke;
    text-transform: uppercase;
    font-size: 14px;
    color: #323232;
    font-weight: 700; }
  .contCategory .hl-featured-category .owl-nav {
    position: absolute;
    top: 9px;
    right: 10px; }
  .contCategory .hl-featured-category .module-heading {
    margin-bottom: 0;
    background: none; }
  .contCategory .hl-featured-category .featured_category_content .featured-category-item {
    overflow: hidden; }
    .contCategory .hl-featured-category .featured_category_content .featured-category-item .row-item-ul {
      overflow: hidden;
      margin: 0;
      list-style: none;
      border-top: 1px solid #e0dfdf;
      position: relative; }
      .contCategory .hl-featured-category .featured_category_content .featured-category-item .row-item-ul:before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        content: "";
        display: block;
        width: 1px;
        background: #e0dfdf; }
      .contCategory .hl-featured-category .featured_category_content .featured-category-item .row-item-ul > li {
        padding: 35px 20px; }
        .contCategory .hl-featured-category .featured_category_content .featured-category-item .row-item-ul > li .cate_product {
          float: right; }
          @media (min-width: 768px) and (max-width: 1023px) {
            .contCategory .hl-featured-category .featured_category_content .featured-category-item .row-item-ul > li .cate_product {
              width: 100%;
              float: none;
              margin-bottom: 20px;
              text-align: center;
              padding: 0; } }
        @media (min-width: 768px) and (max-width: 1023px) {
          .contCategory .hl-featured-category .featured_category_content .featured-category-item .row-item-ul > li .cate_info {
            width: 100%;
            float: none;
            clear: both;
            padding: 0; } }
        .contCategory .hl-featured-category .featured_category_content .featured-category-item .row-item-ul > li .cate_info h3 {
          margin: 0 0 10px;
          color: #323232;
          font-weight: 700;
          font-size: 16px; }
        .contCategory .hl-featured-category .featured_category_content .featured-category-item .row-item-ul > li .cate_info .sub_cate ul {
          margin: 0 0 13px; }
          .contCategory .hl-featured-category .featured_category_content .featured-category-item .row-item-ul > li .cate_info .sub_cate ul li a:before {
            display: inline-block;
            font-family: "FontAwesome";
            color: #ea3b02;
            margin-right: 7px;
            content: "\f054";
            font-size: 10px;
            vertical-align: 0px; }
          .contCategory .hl-featured-category .featured_category_content .featured-category-item .row-item-ul > li .cate_info .sub_cate ul li a:hover:before {
            color: #2599d4; }
        .contCategory .hl-featured-category .featured_category_content .featured-category-item .row-item-ul > li .cate_info .shop-all {
          text-transform: capitalize;
          color: #2599d4;
          font-weight: 700;
          font-size: 12px;
          font-family: "Arimo", Arial, Helvetica, sans-serif; }
          .contCategory .hl-featured-category .featured_category_content .featured-category-item .row-item-ul > li .cate_info .shop-all:hover {
            color: #505050; }
      @media (max-width: 767px) {
        .contCategory .hl-featured-category .featured_category_content .featured-category-item .row-item-ul {
          border: none; }
          .contCategory .hl-featured-category .featured_category_content .featured-category-item .row-item-ul:before {
            display: none; }
          .contCategory .hl-featured-category .featured_category_content .featured-category-item .row-item-ul > li {
            border-top: 1px solid #eaeaea; }
            .contCategory .hl-featured-category .featured_category_content .featured-category-item .row-item-ul > li > div {
              padding: 0; } }
      @media (min-width: 480px) and (max-width: 767px) {
        .contCategory .hl-featured-category .featured_category_content .featured-category-item .row-item-ul > li > div.cate_product {
          max-width: 250px; } }
      @media (max-width: 479px) {
        .contCategory .hl-featured-category .featured_category_content .featured-category-item .row-item-ul .cate_product {
          width: 100%;
          float: none;
          margin-bottom: 20px; } }
    .contCategory .hl-featured-category .featured_category_content .featured-category-item ul li {
      list-style: none; }
      .contCategory .hl-featured-category .featured_category_content .featured-category-item ul li a {
        font-weight: 400;
        color: #505050; }
        .contCategory .hl-featured-category .featured_category_content .featured-category-item ul li a:hover {
          color: #2599d4; }

.static-block {
  margin-bottom: 25px;
  background: url("../img/line-dot.png") repeat;
  padding: 20px; }
  .static-block > a {
    display: block;
    position: relative;
    overflow: hidden;
    padding-bottom: 1px; }
    .static-block > a:before {
      content: "";
      background-color: rgba(255, 255, 255, 0.1);
      display: block;
      position: absolute;
      left: -100%;
      top: 0;
      width: 100%;
      height: 100%;
      transition: all .3s ease 0s;
      z-index: 1; }
    .static-block > a:hover:before {
      left: 0; }

.blog {
  margin-bottom: 1.5rem; }
  @media (min-width: 768px) {
    .blog {
      margin: auto;
      width: 100%; } }
  .blog + .blog {
    border-top: 1px solid #eaeaea;
    margin-top: 35px;
    padding-top: 25px; }
  .blog .tags {
    margin-top: 3rem;
    text-align: left; }
  .blog .socialLinks {
    text-align: left; }
  .blog .addthis_toolbox {
    margin-top: 3rem; }
  .blog:first-child {
    padding-top: 6px; }

.blog-title {
  font-size: 24px;
  margin: 0 0 15px;
  letter-spacing: 0;
  font-weight: 700; }
  .blog-title a {
    text-decoration: none;
    color: #323232; }

.blog-date,
.blog-author {
  color: #505050;
  text-align: left; }

.blog-date {
  margin-bottom: 25px; }

.blog-author {
  margin-bottom: 2.5rem; }

.blog-post {
  font-size: 12px;
  text-align: left;
  margin-bottom: 20px; }
  .blog-post h5 {
    text-transform: capitalize;
    font-size: 14px;
    margin: 25px 0 20px;
    font-family: "Roboto", Arial, Helvetica, sans-serif; }
  .blog-post ul, .blog-post ol {
    padding-left: 15px; }

.blog-thumbnail {
  margin: 0 0 2rem;
  text-align: center; }

.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 {
  margin-bottom: 20px;
  padding: 0;
  min-width: 50px;
  text-align: left;
  border: none !important;
  background: none !important;
  color: black; }
  .btn.blog-readmore:hover {
    color: #2599d4; }
  .btn.blog-readmore:after {
    display: inline-block;
    font-family: "FontAwesome";
    margin-left: 10px;
    vertical-align: middle;
    content: "\f178"; }

.page-blog .compare-link {
  display: none; }

.page-blog-post {
  border-top: 1px solid #eaeaea;
  padding-top: 20px;
  margin-top: 20px; }

aside.page-sidebar.col-sm-3 {
  width: 20%; }
  @media (min-width: 1024px) and (max-width: 1199px) {
    aside.page-sidebar.col-sm-3 {
      width: 25%; } }
  @media (min-width: 1024px) {
    aside.page-sidebar.col-sm-3 > nav {
      display: block !important; } }
  @media (max-width: 1023px) {
    aside.page-sidebar.col-sm-3 {
      width: 100%;
      margin-bottom: 30px; }
      aside.page-sidebar.col-sm-3 > nav {
        display: none;
        border: 1px solid #d7d7d7;
        border-top: none; } }

@media (max-width: 1023px) {
  #sidebar-toggle {
    display: block !important;
    background: #fff;
    border: 1px solid #d7d7d7;
    background: #f5f5f5; }
    #sidebar-toggle a {
      font-weight: 700;
      display: block;
      padding: 12px 20px 11px;
      text-decoration: none !important;
      font-size: 14px; }
      #sidebar-toggle a i {
        margin-left: 7px;
        font-weight: 400;
        font-size: 12px;
        line-height: 12px;
        display: inline-block;
        vertical-align: 0px; }
      #sidebar-toggle a span {
        float: right;
        font-weight: 400;
        font-size: 12px;
        padding-top: 1px; } }

@media (max-width: 500px) {
  #sidebar-toggle a {
    padding-right: 40px;
    font-size: 12px;
    position: relative; }
    #sidebar-toggle a span {
      position: absolute;
      top: 14px;
      right: 20px;
      font-size: 0; }
      #sidebar-toggle a span i {
        font-size: 12px; } }

aside.page-sidebar.col-sm-3 ~ main.page-content.col-sm-9 {
  width: 80%; }
  @media (min-width: 1024px) and (max-width: 1199px) {
    aside.page-sidebar.col-sm-3 ~ main.page-content.col-sm-9 {
      width: 75%; } }
  @media (max-width: 1023px) {
    aside.page-sidebar.col-sm-3 ~ main.page-content.col-sm-9 {
      width: 100%; } }

.page-sidebar .sidebarBlock {
  margin-bottom: 40px;
  clear: both; }
  .page-sidebar .sidebarBlock.hl-block-banner {
    margin-bottom: 30px; }
  .page-sidebar .sidebarBlock .side-module-heading {
    font-family: "Arimo", Arial, Helvetica, sans-serif;
    padding: 16px 20px 13px;
    margin: 0 0 17px;
    border: 2px solid #1b0649;
    background: white;
    color: #1b0649;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25; }
  .page-sidebar .sidebarBlock:first-child .side-module-heading {
    border-color: transparent;
    background: #1b0649;
    color: white; }
  .page-sidebar .sidebarBlock ul.navList > li.navList-item li,
  .page-sidebar .sidebarBlock .all-categories-list li {
    border-top: 1px solid #d7d7d7;
    position: relative; }
    .page-sidebar .sidebarBlock ul.navList > li.navList-item li a,
    .page-sidebar .sidebarBlock .all-categories-list li a {
      padding: 7px 0;
      display: inline-block;
      font-weight: 700;
      color: #323232;
      font-family: "Arimo", Arial, Helvetica, sans-serif;
      font-size: 12px; }
      .page-sidebar .sidebarBlock ul.navList > li.navList-item li a:hover,
      .page-sidebar .sidebarBlock .all-categories-list li a:hover {
        color: #2599d4; }
    .page-sidebar .sidebarBlock ul.navList > li.navList-item li ul li,
    .page-sidebar .sidebarBlock .all-categories-list li ul li {
      border-top-style: dotted; }
      .page-sidebar .sidebarBlock ul.navList > li.navList-item li ul li a,
      .page-sidebar .sidebarBlock .all-categories-list li ul li a {
        padding-left: 15px;
        font-weight: 400; }
      .page-sidebar .sidebarBlock ul.navList > li.navList-item li ul li ul li,
      .page-sidebar .sidebarBlock .all-categories-list li ul li ul li {
        border: none;
        padding: 0; }
        .page-sidebar .sidebarBlock ul.navList > li.navList-item li ul li ul li a,
        .page-sidebar .sidebarBlock .all-categories-list li ul li ul li a {
          font-weight: 400;
          color: #505050;
          font-family: "Arimo", Arial, Helvetica, sans-serif;
          font-size: 12px; }
      .page-sidebar .sidebarBlock ul.navList > li.navList-item li ul li ul.cat-expanded,
      .page-sidebar .sidebarBlock .all-categories-list li ul li ul.cat-expanded {
        padding: 0 0 6px; }
  .page-sidebar .sidebarBlock ul.navList > li.navList-item > li:first-child,
  .page-sidebar .sidebarBlock .all-categories-list > li:first-child {
    border: none; }
  .page-sidebar .sidebarBlock ul {
    margin: 0; }
    .page-sidebar .sidebarBlock ul li {
      display: block;
      padding: 4px 0;
      position: relative; }
      .page-sidebar .sidebarBlock ul li ul li:last-child {
        padding-bottom: 0; }
      .page-sidebar .sidebarBlock ul li a {
        padding: 0;
        display: inline;
        -moz-transition: all 0.4s ease 0s;
        -webkit-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
        position: relative;
        color: #505050; }
        .page-sidebar .sidebarBlock ul li a:hover {
          color: #2599d4;
          text-decoration: none; }
        .page-sidebar .sidebarBlock ul li a.is-active {
          color: #1677d4; }
    .page-sidebar .sidebarBlock ul > li > .is-clicked ~ a {
      color: #2599d4; }
  .page-sidebar .sidebarBlock .prod-item .prod-image > a {
    max-width: 150px;
    max-height: 150px;
    margin: 0 auto; }
  .page-sidebar .sidebarBlock > a {
    display: block;
    position: relative;
    overflow: hidden;
    padding-bottom: 1px; }
    .page-sidebar .sidebarBlock > a:before {
      content: "";
      background-color: rgba(255, 255, 255, 0.1);
      display: block;
      position: absolute;
      left: -100%;
      top: 0;
      width: 100%;
      height: 100%;
      transition: all .3s ease 0s;
      z-index: 1; }
    .page-sidebar .sidebarBlock > a:hover:before {
      left: 0; }
  @media (min-width: 1024px) {
    .page-sidebar .sidebarBlock > ul {
      display: block !important; } }
  @media (max-width: 1023px) {
    .page-sidebar .sidebarBlock {
      margin-bottom: 0;
      border-top: 1px solid #d7d7d7; }
      .page-sidebar .sidebarBlock.facetedSearch > div {
        padding: 0;
        border: none;
        margin: 0; }
        .page-sidebar .sidebarBlock.facetedSearch > div > .alert-warning {
          padding: 15px;
          margin: 5px 20px 30px; }
        .page-sidebar .sidebarBlock.facetedSearch > div .accordion {
          margin: 0;
          border: none; }
        .page-sidebar .sidebarBlock.facetedSearch > div .accordion-block {
          margin: 0 !important;
          border-top: 1px solid #d7d7d7; }
          .page-sidebar .sidebarBlock.facetedSearch > div .accordion-block > .accordion-content {
            padding: 5px 20px 30px; }
      .page-sidebar .sidebarBlock.facetedSearch a.facetedSearch-toggle {
        padding: 16px 20px 13px;
        border: none;
        margin: 0; }
      .page-sidebar .sidebarBlock.facetedSearch .accordion-navigation {
        border: none; }
      .page-sidebar .sidebarBlock#sideTopSellers + .hl-block-banner {
        border-top: 1px solid #d7d7d7;
        padding-top: 30px; }
      .page-sidebar .sidebarBlock.hl-block-banner {
        text-align: center;
        padding: 0 20px 30px;
        margin: 0;
        border: none; }
      .page-sidebar .sidebarBlock .side-module-heading {
        cursor: pointer;
        border: none;
        color: #323232;
        background: none;
        margin: 0 !important; }
        .page-sidebar .sidebarBlock .side-module-heading:after {
          font-family: "FontAwesome";
          content: "\f078";
          font-size: 10px;
          float: right;
          font-weight: 400; }
        .page-sidebar .sidebarBlock .side-module-heading.is-show:after {
          content: "\f077"; }
      .page-sidebar .sidebarBlock:first-child {
        border-top: none; }
        .page-sidebar .sidebarBlock:first-child .side-module-heading {
          cursor: pointer;
          border: none;
          color: #323232;
          background: none; }
      .page-sidebar .sidebarBlock > ul,
      .page-sidebar .sidebarBlock > div {
        padding: 5px 20px 30px; }
      .page-sidebar .sidebarBlock .side-cms-content p {
        margin-bottom: 10px; }
        .page-sidebar .sidebarBlock .side-cms-content p:last-child {
          margin-bottom: 0; }
      .page-sidebar .sidebarBlock#sideTopSellers .prod-item {
        padding: 10px 20px 30px; }
      .page-sidebar .sidebarBlock#sideTopSellers .prod-image {
        width: 50%;
        padding-right: 30px;
        float: left;
        text-align: right; }
        .page-sidebar .sidebarBlock#sideTopSellers .prod-image > a {
          max-width: 50%;
          max-height: 100%;
          display: inline-block; } }
      @media (max-width: 1023px) and (max-width: 600px) {
        .page-sidebar .sidebarBlock#sideTopSellers .prod-image > a {
          max-width: 100%; } }
  @media (max-width: 1023px) {
        .page-sidebar .sidebarBlock#sideTopSellers .prod-image .new-badge, .page-sidebar .sidebarBlock#sideTopSellers .prod-image .sale-badge, .page-sidebar .sidebarBlock#sideTopSellers .prod-image .of_stock_label {
          margin-right: 30px; } }
    @media (max-width: 1023px) and (max-width: 600px) {
      .page-sidebar .sidebarBlock#sideTopSellers .prod-image {
        max-width: 150px;
        width: auto; } }
  @media (max-width: 1023px) {
      .page-sidebar .sidebarBlock#sideTopSellers .prod-desc {
        overflow: hidden; }
      .page-sidebar .sidebarBlock#sideTopSellers .owl-nav > div {
        top: 25%; }
        .page-sidebar .sidebarBlock#sideTopSellers .owl-nav > div.owl-next {
          right: 20px; }
        .page-sidebar .sidebarBlock#sideTopSellers .owl-nav > div.owl-prev {
          left: 20px; }
      .page-sidebar .sidebarBlock#sideTopSellers .free_shipping {
        text-align: center; } }
    @media (max-width: 1023px) and (max-width: 600px) {
      .page-sidebar .sidebarBlock#sideTopSellers .free_shipping {
        text-align: left; } }

.page-sidebar #sideShopByBrands ul li:last-child a {
  font-weight: 700;
  font-size: 12px;
  padding-left: 0 !important; }
  .page-sidebar #sideShopByBrands ul li:last-child a:before {
    color: #cccccc;
    position: relative;
    top: auto;
    left: 0; }

.page-sidebar ul.all-categories-list {
  margin: 0;
  list-style: none; }
  .page-sidebar ul.all-categories-list i.fa {
    position: absolute;
    right: 0;
    text-align: center;
    top: 14px;
    cursor: pointer;
    font-size: 15px; }
    .page-sidebar ul.all-categories-list i.fa.is-clicked::before {
      content: "\f106";
      position: relative; }
  .page-sidebar ul.all-categories-list > .navPages-item > i.fa {
    color: #c7c7c7; }
  .page-sidebar ul.all-categories-list > .navPages-item:hover > i.fa {
    color: #2599d4; }
  .page-sidebar ul.all-categories-list > li {
    position: relative; }
    .page-sidebar ul.all-categories-list > li > ul {
      margin: 0;
      border-left: 0 !important; }
      .page-sidebar ul.all-categories-list > li > ul > li > a {
        font-weight: 700; }
      .page-sidebar ul.all-categories-list > li > ul > li > ul {
        border: 0 !important; }
      .page-sidebar ul.all-categories-list > li > ul > li:last-of-type {
        border-bottom-color: transparent; }
      .page-sidebar ul.all-categories-list > li > ul > li i.fa {
        top: 15px;
        color: #c7c7c7; }
        .page-sidebar ul.all-categories-list > li > ul > li i.fa.is-clicked::before {
          content: "\f106"; }
    .page-sidebar ul.all-categories-list > li ul.dropdown-category-list {
      opacity: 0;
      visibility: hidden;
      height: 0;
      overflow: hidden;
      margin: 0; }
      .page-sidebar ul.all-categories-list > li ul.dropdown-category-list.cat-expanded {
        opacity: 1;
        visibility: visible;
        height: auto;
        padding-top: 6px; }
    .page-sidebar ul.all-categories-list > li > ul.dropdown-category-list {
      padding-left: 0; }
    .page-sidebar ul.all-categories-list > li #navPages-level-3 > li > a::before {
      position: absolute;
      top: 10px;
      left: 15px;
      -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;
      content: "\f054";
      font-family: "FontAwesome";
      font-size: 10px;
      line-height: 10px;
      font-weight: 400;
      visibility: hidden;
      opacity: 0;
      filter: alpha(opacity=0); }
    .page-sidebar ul.all-categories-list > li #navPages-level-3 > li > a {
      padding-top: 5px;
      padding-bottom: 5px; }
    .page-sidebar ul.all-categories-list > li #navPages-level-3 > li > a:hover {
      padding-left: 30px; }
      .page-sidebar ul.all-categories-list > li #navPages-level-3 > li > a:hover::before {
        visibility: visible;
        opacity: 1;
        filter: alpha(opacity=100); }
    .page-sidebar ul.all-categories-list > li #navPages-level-3 > li.current-cat > a {
      color: #2599d4;
      padding-left: 30px; }
      .page-sidebar ul.all-categories-list > li #navPages-level-3 > li.current-cat > a:before {
        visibility: visible;
        opacity: 1;
        filter: alpha(opacity=100); }
  .page-sidebar ul.all-categories-list li.current-cat > a,
  .page-sidebar ul.all-categories-list li.current-cat > .fa {
    color: #2599d4; }

#sideRecentPosts ul {
  list-style: none; }
  #sideRecentPosts ul li {
    padding: 10px 0; }
    #sideRecentPosts ul li + li {
      border-top: 1px dotted #e0dfdf; }
    #sideRecentPosts ul li a {
      display: inline-block;
      color: #323232; }
      #sideRecentPosts ul li a:hover {
        color: #2599d4; }

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 {
    display: inline-block;
    font-size: 12px;
    vertical-align: top;
    padding: 0 15px 30px; }
    @media (min-width: 768px) {
      .brandGrid .brand {
        width: 25%; } }
    @media (max-width: 767px) {
      .brandGrid .brand {
        width: 33%; } }
    @media (max-width: 500px) {
      .brandGrid .brand {
        width: 50%; } }
    .brandGrid .brand .card {
      border: 1px solid #e2e2e2;
      margin: 1px; }
    .brandGrid .brand figure {
      display: table;
      padding: 5px 0;
      height: 85px;
      width: 100%; }
      .brandGrid .brand figure a {
        display: table-cell;
        vertical-align: middle; }
    .brandGrid .brand .card-body {
      padding: 15px 0;
      background: #f6f6f6; }
    .brandGrid .brand .card-title {
      text-align: center;
      font-size: 11px;
      letter-spacing: 0;
      font-weight: 700;
      font-family: "Arimo", Arial, Helvetica, sans-serif;
      color: #646464;
      text-transform: uppercase; }
    .brandGrid .brand:hover .card {
      border: 2px solid #000;
      margin: 0; }

.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: 12px;
    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.66667rem;
  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: 12px;
      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-heading {
  position: relative;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 700;
  color: #323232; }

.module-wrapper .productBlockContainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  margin-right: -2px; }
  .module-wrapper .productBlockContainer .prod-item {
    padding: 30px 20px; }
    @media (max-width: 480px) {
      .module-wrapper .productBlockContainer .prod-item {
        padding: 15px; } }
  .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%; }
    .module-wrapper .productBlockContainer a.btnATC {
      padding-left: 10px;
      padding-right: 10px; } }

/*#product-listing-container {
    margin-bottom: 90px;
}*/
@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: 33.33%; } }

.prod-item,
.productGrid .product {
  border-right: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea; }
  .prod-item article.card,
  .productGrid .product article.card {
    margin: 0 0 20px;
    padding: 0;
    height: 100%; }
    @media (max-width: 480px) {
      .prod-item article.card .card-figure,
      .productGrid .product article.card .card-figure {
        text-align: center; } }
  .prod-item .btn-compare,
  .productGrid .product .btn-compare {
    cursor: pointer;
    margin: 0 0 15px;
    min-height: 20px; }
    .prod-item .btn-compare label,
    .productGrid .product .btn-compare label {
      color: #999999; }
      .prod-item .btn-compare label:before,
      .productGrid .product .btn-compare label:before {
        width: 16px;
        height: 16px; }
    .prod-item .btn-compare input,
    .productGrid .product .btn-compare input {
      display: none; }
  .prod-item .prod-image,
  .productGrid .product .prod-image {
    position: relative;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /*& .actions > .btnQV{
			display:inline-block;
			background: rgba(0, 0, 0, 0.9);
			color:#fff;
			text-transform:uppercase;
			font-size:11px;
			font-weight:700;
			padding:4px 15px;
			border-radius:20px;
			-moz-border-radius:20px;
			
		}
        & .actions > a.btnATC {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }
        & .actions > .star-rating {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            width: 100%;
            text-align: center;
            margin-top: 45px;
        }
        & .actions > .btn-compare {
            position: absolute;
            top: 50%;
            left: 50%;
            -moz-transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            margin-top: 80px;
        }
        & .actions > a.btnATC,
        & .actions > .star-rating,
        & .actions > .btn-compare,
        & .actions > .btnQV {
			display:inline-block;
			vertical-align:top;
        }
        &.has-img-swap .card-image.img-swap {
             display: none;
        }
        &.has-img-swap:hover .card-image:not(.img-swap) {
            display: none;
        }
        &.has-img-swap:hover .card-image.img-swap {
            display: block;
        }*/ }
    @media (max-width: 480px) {
      .prod-item .prod-image,
      .productGrid .product .prod-image {
        min-height: auto;
        display: inline-block; } }
    .prod-item .prod-image > a,
    .productGrid .product .prod-image > a {
      display: flex;
      align-content: center; }
    .prod-item .prod-image .actions,
    .productGrid .product .prod-image .actions {
      position: absolute;
      top: 50%;
      left: 50%;
      text-align: center;
      z-index: 10;
      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;
      width: auto;
      height: 35px;
      border-bottom: 1px solid rgba(127, 127, 127, 0.4);
      box-shadow: 1px 0 15px rgba(0, 0, 0, 0.15);
      -moz-box-shadow: 1px 0 15px rgba(0, 0, 0, 0.15);
      background: #ffffff;
      background: -moz-linear-gradient(top, #ffffff 0%, #f4f4f3 100%);
      background: -webkit-linear-gradient(top, #ffffff 0%, #f4f4f3 100%);
      background: linear-gradient(to bottom, #ffffff 0%, #f4f4f3 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f3',GradientType=0 );
      border-radius: 3px;
      -moz-border-radius: 3px;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      .prod-item .prod-image .actions > a,
      .productGrid .product .prod-image .actions > a {
        display: inline-block;
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 0;
        text-align: center;
        color: #858484;
        float: left; }
        .prod-item .prod-image .actions > a:before,
        .productGrid .product .prod-image .actions > a:before {
          font-family: "FontAwesome";
          font-size: 14px; }
        .prod-item .prod-image .actions > a.btnQV:before,
        .productGrid .product .prod-image .actions > a.btnQV:before {
          content: "\f06e"; }
        .prod-item .prod-image .actions > a.btnQV + .btnWL,
        .productGrid .product .prod-image .actions > a.btnQV + .btnWL {
          border-left: 1px solid #cbcaca; }
        .prod-item .prod-image .actions > a.btnWL:before,
        .productGrid .product .prod-image .actions > a.btnWL:before {
          content: "\f004"; }
        .prod-item .prod-image .actions > a:hover,
        .productGrid .product .prod-image .actions > a:hover {
          color: black; }
  .prod-item:hover .prod-image a img,
  .productGrid .product:hover .prod-image a img {
    opacity: 0.7;
    filter: alpha(opacity=70); }
  .prod-item:hover .actions,
  .productGrid .product:hover .actions {
    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 a.btnWL,
  .productGrid .product:hover a.btnWL {
    display: block; }
  .prod-item .prod-desc,
  .productGrid .product .prod-desc {
    margin: 0; }
    .prod-item .prod-desc .prod-brand,
    .productGrid .product .prod-desc .prod-brand {
      margin-bottom: 10px;
      overflow: hidden;
      min-height: 18px;
      color: #999999; }
    @media (max-width: 480px) {
      .prod-item .prod-desc,
      .productGrid .product .prod-desc {
        text-align: left; } }
    .prod-item .prod-desc h4.prod-name,
    .productGrid .product .prod-desc h4.prod-name {
      margin-top: 0px;
      margin-bottom: 13px;
      font-size: 13px;
      font-weight: 400;
      color: #2599d4;
      letter-spacing: 0;
      line-height: 20px;
      text-transform: none; }
      .prod-item .prod-desc h4.prod-name a,
      .productGrid .product .prod-desc h4.prod-name a {
        color: #2599d4; }
        .prod-item .prod-desc h4.prod-name a:hover,
        .productGrid .product .prod-desc h4.prod-name a:hover {
          color: #505050;
          text-decoration: none; }
      .prod-item .prod-desc h4.prod-name:hover a,
      .productGrid .product .prod-desc h4.prod-name:hover a {
        color: #505050;
        text-decoration: none; }
    .prod-item .prod-desc .prod-summary,
    .productGrid .product .prod-desc .prod-summary {
      display: none; }
    .prod-item .prod-desc .prod-price,
    .productGrid .product .prod-desc .prod-price {
      color: #323232;
      font-size: 14px;
      font-weight: 700;
      margin-bottom: 10px;
      font-family: "Arimo", Arial, Helvetica, sans-serif; }
      .prod-item .prod-desc .prod-price .price--rrp,
      .productGrid .product .prod-desc .prod-price .price--rrp {
        color: #999999;
        margin-right: 5px;
        font-weight: 500; }
        .prod-item .prod-desc .prod-price .price--rrp + span,
        .productGrid .product .prod-desc .prod-price .price--rrp + span {
          color: #ea3b02; }
    .prod-item .prod-desc .star-rating,
    .productGrid .product .prod-desc .star-rating {
      margin-bottom: 15px; }
    .prod-item .prod-desc a.btn,
    .productGrid .product .prod-desc a.btn {
      display: block;
      clear: both; }
    .prod-item .prod-desc .btnWL,
    .productGrid .product .prod-desc .btnWL {
      display: none !important; }
  @media (min-width: 1024px) {
    .prod-item .star-rating,
    .productGrid .product .star-rating {
      float: left; }
    .prod-item .btn-compare,
    .productGrid .product .btn-compare {
      float: right; } }

.new-badge,
.sale-badge,
.of_stock_label {
  border-radius: 50%;
  -moz-border-radius: 50%;
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  padding: 5px;
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  width: 52px;
  height: 52px;
  line-height: 42px; }
  @media (max-width: 767px) {
    .new-badge,
    .sale-badge,
    .of_stock_label {
      width: 35px;
      height: 35px;
      line-height: 25px;
      font-size: 10px; } }

.new-badge {
  color: #ea3b02;
  border: 1px solid #ea3b02;
  background: white; }

.sale-badge {
  color: white;
  background: rgba(234, 59, 2, 0.8); }

.of_stock_label {
  color: #e6e6e6;
  border: 1px solid #e6e6e6;
  line-height: 1.15;
  padding: 13px 0; }

.new-badge ~ .sale-badge,
.sale-badge ~ .of_stock_label,
.new-badge ~ .of_stock_label {
  right: 45px;
  z-index: 1px; }
  @media (max-width: 767px) {
    .new-badge ~ .sale-badge,
    .sale-badge ~ .of_stock_label,
    .new-badge ~ .of_stock_label {
      right: 30px; } }

.new-badge ~ .sale-badge ~ .of_stock_label {
  right: 85px;
  z-index: 0; }
  @media (max-width: 767px) {
    .new-badge ~ .sale-badge ~ .of_stock_label {
      right: 60px; } }

.productList {
  list-style: none;
  margin-left: 0; }
  .productList ul,
  .productList ol {
    list-style: none;
    margin-bottom: 0; }
  .productList .product + .product {
    margin-top: 4rem; }
  .productList .prod-brand {
    display: none; }
    .productList .prod-brand.have-brand {
      display: block; }

@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.75rem;
      padding-right: 0.75rem;
      width: 25%; } }

.listItem-image {
  width: 100%; }

@media (min-width: 480px) {
  .listItem-body {
    padding-left: 1.25rem;
    padding-right: 0.75rem;
    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.41667rem; }

.listItem-brand {
  color: #a5a5a5;
  font-size: 12px;
  margin: 0 0 0.16667rem; }
  @media (min-width: 768px) {
    .listItem-brand {
      font-size: 13px;
      margin-bottom: 0; } }

.listItem-title {
  font-size: 13px;
  margin: 0 0 0.16667rem; }
  @media (min-width: 768px) {
    .listItem-title {
      font-size: 16px; } }
  .listItem-title > a {
    text-decoration: none; }

.listItem-price {
  margin-bottom: 1rem; }
  @media (min-width: 768px) {
    .listItem-price {
      font-size: 16px; } }

@media (min-width: 1200px) {
  .listItem-actions {
    vertical-align: middle;
    width: 22%; }
    .listItem-actions .button--compare {
      font-size: 13px;
      padding: 0.58333rem 1.5rem; } }

.listItem-actions .button {
  margin-bottom: 0; }
  @media (min-width: 1200px) {
    .listItem-actions .button {
      width: 100%; }
      .listItem-actions .button + .button {
        margin: 0.75rem 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 .prod-item {
  width: 100% !important;
  padding: 40px 25px 45px; }
  .module-wrapper.productList .productBlockContainer .prod-item .card-figure {
    display: flex;
    flex-wrap: nowrap;
    width: 100%; }
    @media (max-width: 480px) {
      .module-wrapper.productList .productBlockContainer .prod-item .card-figure {
        display: block; } }
    .module-wrapper.productList .productBlockContainer .prod-item .card-figure .prod-image {
      min-width: 210px;
      width: 20%;
      margin-right: 30px;
      margin-bottom: 0;
      /*display:block;*/ }
      @media (max-width: 480px) {
        .module-wrapper.productList .productBlockContainer .prod-item .card-figure .prod-image {
          width: 100%;
          margin-bottom: 15px; }
          .module-wrapper.productList .productBlockContainer .prod-item .card-figure .prod-image .btnQV {
            position: static;
            display: block; } }
      .module-wrapper.productList .productBlockContainer .prod-item .card-figure .prod-image .btnWL {
        display: none !important; }
    .module-wrapper.productList .productBlockContainer .prod-item .card-figure .prod-desc {
      text-align: left; }
      .module-wrapper.productList .productBlockContainer .prod-item .card-figure .prod-desc h4.prod-name {
        margin-bottom: 10px;
        font-size: 14px;
        font-weight: 700; }
      .module-wrapper.productList .productBlockContainer .prod-item .card-figure .prod-desc .prod-price {
        margin-bottom: 15px;
        font-size: 16px; }
      .module-wrapper.productList .productBlockContainer .prod-item .card-figure .prod-desc .prod-summary {
        display: block;
        margin-bottom: 17px; }
        .module-wrapper.productList .productBlockContainer .prod-item .card-figure .prod-desc .prod-summary p {
          margin-bottom: 10px;
          color: #505050; }
      .module-wrapper.productList .productBlockContainer .prod-item .card-figure .prod-desc .star-rating {
        margin-bottom: 20px;
        float: left; }
      .module-wrapper.productList .productBlockContainer .prod-item .card-figure .prod-desc .btnATC {
        display: inline-block;
        width: auto;
        min-width: 170px;
        float: left;
        clear: left; }
      .module-wrapper.productList .productBlockContainer .prod-item .card-figure .prod-desc a.btnWL {
        display: inline-block !important;
        font-weight: 400;
        text-transform: capitalize;
        color: #505050;
        font-size: 12px;
        float: left;
        margin-left: 30px;
        margin-top: 8px;
        font-family: "Arimo", Arial, Helvetica, sans-serif; }
        .module-wrapper.productList .productBlockContainer .prod-item .card-figure .prod-desc a.btnWL:before {
          display: inline-block;
          margin-right: 8px;
          content: "\f08a";
          font-family: "FontAwesome";
          font-size: 16px;
          line-height: 16px; }
        .module-wrapper.productList .productBlockContainer .prod-item .card-figure .prod-desc a.btnWL:hover {
          color: #2599d4; }
        @media (max-width: 1023px) {
          .module-wrapper.productList .productBlockContainer .prod-item .card-figure .prod-desc a.btnWL {
            margin-left: 0;
            clear: both;
            margin-top: 20px; } }
      .module-wrapper.productList .productBlockContainer .prod-item .card-figure .prod-desc .btn-compare {
        display: inline-block;
        position: static;
        font-style: normal;
        padding-top: 2px;
        float: left;
        margin-left: 45px;
        margin-bottom: 20px; }
        .module-wrapper.productList .productBlockContainer .prod-item .card-figure .prod-desc .btn-compare label {
          font-weight: 400;
          font-size: 12px; }
          .module-wrapper.productList .productBlockContainer .prod-item .card-figure .prod-desc .btn-compare label::before {
            top: 0; }
          .module-wrapper.productList .productBlockContainer .prod-item .card-figure .prod-desc .btn-compare label::after {
            top: 1px; }
          .module-wrapper.productList .productBlockContainer .prod-item .card-figure .prod-desc .btn-compare label:hover span {
            color: #000;
            border-bottom: 1px solid #000; }
    .module-wrapper.productList .productBlockContainer .prod-item .card-figure .free_shipping {
      text-align: left;
      padding-top: 15px; }
      @media (min-width: 1199px) {
        .module-wrapper.productList .productBlockContainer .prod-item .card-figure .free_shipping {
          float: right;
          margin-top: 8px;
          padding-top: 0;
          clear: none; } }
  .module-wrapper.productList .productBlockContainer .prod-item > .card {
    margin: 0; }

.modal .productView {
  padding-bottom: 0;
  padding-top: 0; }

.productView--quickView .socialLinks-item--print {
  display: none; }

.account {
  margin-bottom: 1.5rem; }
  .account .form-actions .btn-lg {
    min-width: 210px; }
  .account > h3 {
    font-weight: 700;
    margin: 25px 0 20px; }
  .account > p > strong {
    font-family: "Arimo", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #323232; }

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

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

/* Custom Styles */
body {
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  line-height: 1.55;
  background: white;
  font-weight: 400;
  font-size: 12px;
  color: #505050;
  letter-spacing: normal;
  font-display: fallback; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  font-weight: 500;
  color: #323232;
  line-height: 1.35;
  letter-spacing: normal;
  /*text-transform:none;*/ }

h1 {
  font-size: 22px; }

h2 {
  font-size: 20px; }

h3 {
  font-size: 18px; }

h4 {
  font-size: 16px; }

h5 {
  font-size: 14px; }

h6 {
  font-size: 12px; }

ul {
  margin-left: 15px; }

#back-to-top:before {
  font-family: Lato;
  content: "^";
  position: absolute;
  width: 11px;
  height: 11px;
  line-height: 0.8;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto; }

.form-label {
  color: #323232;
  font-size: 12px; }

a {
  color: #077DBB; }

a:hover, a:active, a:focus {
  color: #2599d4; }

.footerhov {
  color: #FFFFFF; }

.home-tabs {
  overflow: hidden;
  position: relative; }
  @media (min-width: 992px) {
    .home-tabs {
      padding: 0 20px; } }
  .home-tabs .module-heading,
  .home-tabs .side-module-heading {
    display: none; }
  .home-tabs .owl-carousel {
    position: static; }
  .home-tabs .owl-nav {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10; }
    .home-tabs .owl-nav > div {
      position: relative !important;
      top: 0 !important;
      left: auto !important;
      right: auto !important;
      display: inline-block;
      text-align: center; }
    @media (max-width: 767px) {
      .home-tabs .owl-nav {
        right: 0; } }
  .home-tabs .hl-hometab-mobile .panel-heading {
    border-top: 1px solid #E6E6E6;
    display: block; }
    .home-tabs .hl-hometab-mobile .panel-heading a {
      font: 700 16px/18px "Arimo", Arial, Helvetica, sans-serif;
      text-transform: uppercase;
      color: #000000;
      border-top: 3px solid #FFDD02;
      display: inline-block;
      padding: 23px 0 20px;
      position: relative;
      top: -1px; }
      .home-tabs .hl-hometab-mobile .panel-heading a.collapsed {
        color: #7B7B7B; }

.home-banner {
  margin: 0 -15px;
  text-align: center; }
  .home-banner > div {
    width: auto;
    display: inline-block;
    padding: 0 15px 15px;
    margin: 0 -1.3px;
    max-width: 25%; }
    @media (max-width: 767px) {
      .home-banner > div {
        max-width: 50%; } }
    @media (max-width: 400px) {
      .home-banner > div {
        max-width: 100%;
        padding: 0 0 15px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .home-banner {
      margin: 0 -10px; }
      .home-banner > div {
        padding: 0 10px 10px; } }

.custom-block {
  border-top: 1px solid #d7d7d7;
  margin: 30px 0 0 0;
  padding: 13px 0 0;
  overflow: hidden; }
  .custom-block > div {
    margin-bottom: 30px;
    overflow: hidden; }
    @media (min-width: 768px) {
      .custom-block > div {
        float: left;
        padding: 0 10px 0 20px;
        margin-bottom: 25px;
        width: 50%; }
        .custom-block > div:first-child {
          padding-left: 0; } }
    @media (max-width: 767px) {
      .custom-block > div {
        padding: 15px 0;
        margin: 0; }
        .custom-block > div h3 {
          margin-top: 0; } }
  .custom-block h3 {
    font-size: 16px;
    font-weight: 700;
    font-family: "Arimo", Arial, Helvetica, sans-serif;
    text-transform: none;
    margin: 25px 0 14px;
    padding: 0; }
  .custom-block img {
    -moz-transition: all 0.8s ease 0s;
    -webkit-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
    float: right;
    margin-left: 30px; }

.pace-progress {
  display: none; }

.productCarousel {
  overflow: hidden; }
  .productCarousel .owl-item {
    float: left; }

.page-sidebar .productCarousel {
  background: none; }

.home-tabs #sideTopSellers {
  margin: 0 -15px; }
  .home-tabs #sideTopSellers .productCarousel .prod-item {
    padding: 0 15px; }

#sideTopSellers .prod-desc {
  text-align: left; }
  #sideTopSellers .prod-desc .free_shipping {
    display: none; }

.page-sidebar #sideTopSellers {
  position: relative; }
  .page-sidebar #sideTopSellers .side-module-heading {
    margin-bottom: 30px; }
  .page-sidebar #sideTopSellers .owl-nav > div {
    position: absolute;
    top: 16%;
    border: none;
    background: none;
    color: #505050; }
    .page-sidebar #sideTopSellers .owl-nav > div:before {
      font-size: 30px; }
    .page-sidebar #sideTopSellers .owl-nav > div.owl-prev {
      left: 0;
      text-align: left; }
      .page-sidebar #sideTopSellers .owl-nav > div.owl-prev:before {
        content: "\f104"; }
    .page-sidebar #sideTopSellers .owl-nav > div.owl-next {
      right: 0;
      text-align: right; }
      .page-sidebar #sideTopSellers .owl-nav > div.owl-next:before {
        content: "\f105"; }
  .page-sidebar #sideTopSellers .card-figure {
    text-align: left; }
  .page-sidebar #sideTopSellers .prod-image {
    display: block;
    margin: 0 auto 20px; }
  .page-sidebar #sideTopSellers .prod-item {
    padding: 0; }
    .page-sidebar #sideTopSellers .prod-item .card {
      margin: 0; }
    .page-sidebar #sideTopSellers .prod-item .card-figure > h4.prod-name,
    .page-sidebar #sideTopSellers .prod-item .card-figure > .prod-brand {
      display: none; }
    .page-sidebar #sideTopSellers .prod-item .star-rating {
      margin-bottom: 10px; }
    .page-sidebar #sideTopSellers .prod-item .prod-desc {
      margin-bottom: 15px; }
      .page-sidebar #sideTopSellers .prod-item .prod-desc .free_shipping {
        display: none; }
      .page-sidebar #sideTopSellers .prod-item .prod-desc .prod-price {
        display: block;
        clear: both; }

.form-label small {
  float: right;
  display: inline-block;
  font-size: 10px;
  color: #969696;
  margin: 0;
  line-height: 1.25;
  font-style: italic;
  text-transform: uppercase;
  padding-top: 3px; }

.productView-options .form-label small {
  float: none;
  padding-top: 0px;
  vertical-align: middle;
  padding-left: 7px;
  font-weight: 700; }

.form-select--small,
.form-select--date {
  background-color: white;
  border: 1px solid #c8c8c8;
  margin-bottom: 5px;
  color: #505050;
  min-height: 40px; }

.container_page {
  /* Tabs */ }
  .container_page .form-select,
  .container_page .form-input {
    background-color: white;
    border: 1px solid #c8c8c8;
    margin-bottom: 5px;
    color: #505050;
    min-height: 40px;
    box-shadow: none;
    -moz-box-shadow: none;
    line-height: 1.25; }
  .container_page .form-prefixPostfix .form-input {
    margin: 1px 5px 0 0; }
  .container_page .form-row--half .form-field,
  .container_page .form-row .form-fieldset,
  .container_page .form .form-field {
    margin: 0 0 15px; }
    .container_page .form-row--half .form-field .form-checkbox + .form-label,
    .container_page .form-row--half .form-field .form-radio + .form-label,
    .container_page .form-row .form-fieldset .form-checkbox + .form-label,
    .container_page .form-row .form-fieldset .form-radio + .form-label,
    .container_page .form .form-field .form-checkbox + .form-label,
    .container_page .form .form-field .form-radio + .form-label {
      vertical-align: middle;
      padding-top: 0; }
    .container_page .form-row--half .form-field .form-field-group,
    .container_page .form-row .form-fieldset .form-field-group,
    .container_page .form .form-field .form-field-group {
      border: none; }
      .container_page .form-row--half .form-field .form-field-group .form-label-radio,
      .container_page .form-row .form-fieldset .form-field-group .form-label-radio,
      .container_page .form .form-field .form-field-group .form-label-radio {
        display: block; }
    .container_page .form-row--half .form-field .g-recaptcha,
    .container_page .form-row .form-fieldset .g-recaptcha,
    .container_page .form .form-field .g-recaptcha {
      display: inline-block; }
    .container_page .form-row--half .form-field .captcha img,
    .container_page .form-row .form-fieldset .captcha img,
    .container_page .form .form-field .captcha img {
      margin-left: 4px; }
    .container_page .form-row--half .form-field .form-field-group,
    .container_page .form-row .form-fieldset .form-field-group,
    .container_page .form .form-field .form-field-group {
      padding: 0 15px;
      margin: 0; }
  .container_page .form-actions {
    margin-top: 20px; }
    .container_page .form-actions .btn {
      height: 52px;
      line-height: 25px; }
  .container_page .form-row .form-fieldset.form-column {
    padding: 0; }
  .container_page .productView-options .form-field {
    max-width: 100%; }
    .container_page .productView-options .form-field .form-label {
      display: block;
      width: 100%;
      padding: 0; }
    .container_page .productView-options .form-field .form-input,
    .container_page .productView-options .form-field .form-select {
      width: 100%;
      max-width: 100%; }
    .container_page .productView-options .form-field .form-radio ~ .form-label {
      padding-left: 20px; }
  .container_page .productView-options .alert-danger {
    margin-top: 15px; }
  .container_page .productView-options .alert {
    padding: 10px;
    font-family: "Arimo", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: 700; }
  .container_page .nav-tabs {
    margin: 0 0 15px;
    border: none;
    border-top: 1px solid #d7d7d7; }
    .container_page .nav-tabs > li {
      margin-top: -1px;
      padding: 0; }
      .container_page .nav-tabs > li > a {
        background: none;
        border-radius: 0;
        border: none;
        border-top: 3px solid transparent;
        font-weight: 700;
        font-size: 16px;
        font-family: "Arimo", Arial, Helvetica, sans-serif;
        text-transform: uppercase;
        color: #adadad;
        padding: 23px 0;
        margin-right: 35px; }
      .container_page .nav-tabs > li.active > a {
        border: none;
        border-top: 3px solid #2599d4;
        color: #323232; }
      .container_page .nav-tabs > li > a:hover, .container_page .nav-tabs > li > a:focus {
        border: none;
        border-top: 3px solid #2599d4;
        color: #323232; }

.productView .form-input--incrementTotal {
  border-radius: 0;
  -moz-border-radius: 0;
  max-width: 60px !important;
  margin: 0 -1px;
  text-align: left;
  padding: 0 10px;
  height: 42px; }
  .productView .form-input--incrementTotal:focus {
    outline: none; }

#modal-size-chart-form .modal-title {
  font-size: 14px; }

#modal-size-chart-form .modal-header .modal-close {
  top: -10px; }

.modal-content .previewCart .productView-image {
  border: none;
  padding: 0 20px 15px 0; }

.modal-content .previewCart .productView-title {
  font-size: 14px; }

.modal-content .previewCart .productView-brand,
.modal-content .previewCart .productView-quantity {
  margin-bottom: 10px; }

.modal-content .previewCart .productView-info {
  padding: 5px 0; }

.modal-content .previewCart .productView-price {
  font-size: 14px; }

.cart-actions > a.btn,
.CheckoutButton a.btn {
  padding: 0 15px;
  height: 47px;
  line-height: 47px;
  font-size: 18px;
  text-decoration: none;
  color: white;
  background: #ea3b02;
  margin-bottom: 10px;
  box-shadow: none;
  -moz-box-shadow: none; }
  @media (min-width: 1199px) {
    .cart-actions > a.btn,
    .CheckoutButton a.btn {
      padding: 0 50px; } }
  .cart-actions > a.btn .fa,
  .CheckoutButton a.btn .fa {
    color: white; }
  .cart-actions > a.btn:hover,
  .CheckoutButton a.btn:hover {
    background: transparent;
    border-color: #ea3b02;
    color: #ea3b02; }

.forget-password .form-prefixPostfix {
  max-width: 50%; }
  @media (max-width: 767px) {
    .forget-password .form-prefixPostfix {
      max-width: 100%; } }

.panel-body,
.panel-header {
  background: none;
  padding: 0;
  margin: 0; }

.account .form-actions .btn-lg {
  height: 52px;
  line-height: 1.25;
  color: white;
  background: #1fade6; }
  .account .form-actions .btn-lg:hover {
    color: white;
    background: #1b0649; }

.container_page ul li, .container_page ol li {
  padding: 3px 0; }

.sign-in {
  margin-bottom: 40px; }
  @media (min-width: 1024px) {
    .sign-in .panel {
      max-width: 80%; } }
  .sign-in .panel .panel-title {
    display: none; }

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

.page-brands .compare-link {
  display: none; }

.compare-link {
  text-align: right; }
  .compare-link a {
    display: inline-block;
    padding: 10px 20px 9px;
    min-width: 200px; }

.form-increment .button {
  vertical-align: top;
  color: #0b0b0b;
  border-color: #c8c8c8;
  font-size: 24px;
  height: 42px;
  width: 42px;
  line-height: 28px;
  min-width: 10px;
  background: none; }

.card-figure {
  background: none; }

@media (max-width: 767px) {
  select, textarea, input.Textbox, input[type="text"], #SearchForm input {
    margin-bottom: 0; } }

.navBar--sub {
  margin-bottom: 30px; }
  .navBar--sub .navBar-section {
    position: relative;
    overflow: hidden;
    background: whitesmoke; }
    .navBar--sub .navBar-section .navBar-item {
      font-family: "Arimo", Arial, Helvetica, sans-serif;
      color: #323232;
      font-size: 14px;
      font-weight: 700;
      display: inline-block;
      padding: 10px;
      -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: none;
      color: #323232;
      text-decoration: none !important;
      float: left;
      position: relative;
      z-index: 1;
      border: none !important; }
      @media (min-width: 1199px) {
        .navBar--sub .navBar-section .navBar-item {
          padding: 15px 25px;
          font-size: 14px; } }
      .navBar--sub .navBar-section .navBar-item:focus {
        outline: none; }
      .navBar--sub .navBar-section .navBar-item a {
        font-size: 14px;
        font-weight: 700;
        color: #323232; }
        .navBar--sub .navBar-section .navBar-item a .toggleLink-text {
          font-family: "Arimo", Arial, Helvetica, sans-serif;
          font-size: 14px;
          font-weight: 700; }
        .navBar--sub .navBar-section .navBar-item a:hover {
          text-decoration: none;
          color: #2599d4; }
      .navBar--sub .navBar-section .navBar-item.is-active {
        background: #1b0649;
        color: #FFFFFF; }

/*.custom-page  > h2{
	font-size:14px;
	text-transform:uppercase;
}*/
.account-created p strong {
  color: #2599d4; }

.custom-product-advice h4 {
  display: block;
  font-size: 12px;
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  margin: 0 0 20px;
  font-weight: 400; }
  .custom-product-advice h4 span {
    text-transform: uppercase;
    font-weight: 700;
    color: #ea3b02; }

.custom-product-advice .custom-button .btn {
  display: inline-block;
  padding: 10px;
  text-transform: uppercase;
  background: #ea3b02;
  background: #1677d4;
  background: -moz-linear-gradient(top, #ea3b02 0%, #e01800 100%);
  background: -webkit-linear-gradient(top, #ea3b02 0%, #e01800 100%);
  background: linear-gradient(to bottom, #ea3b02 0%, #e01800 100%);
  font-size: 14px;
  color: #FFFFFF;
  min-width: 50px;
  margin: 0 3px 5px 0;
  font-weight: 400; }
  .custom-product-advice .custom-button .btn:last-child {
    margin-right: 0; }
  .custom-product-advice .custom-button .btn .fa {
    color: #FFFFFF;
    padding: 0 7px 0 0;
    font-size: 14px; }
  .custom-product-advice .custom-button .btn:hover {
    background: #ea3b02; }

.HeaderLiveChat {
  position: relative;
  padding-right: 31px !important; }

.i-livechat {
  background: url(../img/sprite-icons.png) no-repeat 100% -70px;
  position: absolute;
  top: 3px;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-left: 4px; }

.form-contact .form-field.hl-textarea {
  width: 100%; }
  .form-contact .form-field.hl-textarea textarea {
    min-height: 180px;
    height: auto; }

.free_shipping {
  margin: 15px 0 0;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 700;
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  clear: both;
  text-transform: uppercase; }
  .free_shipping .fa {
    margin-right: 7px;
    font-size: 18px;
    display: inline-block;
    vertical-align: -1px; }

.sitemap ul,
ul.all-categories-list ul {
  list-style: none;
  margin: 0; }

.page-sitemap {
  padding-top: 15px; }

.sitemap > ul > li {
  padding: 0; }
  .sitemap > ul > li > ul > li > a {
    font-family: "Arimo", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700; }
  .sitemap > ul > li > ul > li > ul > li > a {
    font-family: "Arimo", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #1e1e1e; }
  .sitemap > ul > li > ul > li > ul > li > ul {
    list-style: circle; }
  .sitemap > ul > li > ul > li ul {
    padding-top: 15px;
    padding-bottom: 5px; }
  .sitemap > ul > li ul {
    padding-left: 15px; }
    .sitemap > ul > li ul li {
      padding: 0;
      margin: 0 0 10px; }
      .sitemap > ul > li ul li:last-child {
        margin-bottom: 0; }

.sitemap > ul li.show_all_link > a {
  color: #2599d4; }
  .sitemap > ul li.show_all_link > a:hover {
    color: #505050; }

.sitemap h3 {
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid #e0dfdf;
  margin: 20px 0 30px;
  padding: 0 0 10px; }

.custom-page > h2 {
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid #e0dfdf;
  margin: 10px 0 15px;
  padding: 0 0 10px; }

.form.gift-certificate-form .form-field.form-field-group > .form-label:first-child {
  margin-bottom: 20px; }

.form.gift-certificate-form .form-actions .btn {
  height: auto;
  line-height: 1.25;
  padding-top: 12px;
  padding-bottom: 11px; }
  .form.gift-certificate-form .form-actions .btn.btn-primary {
    color: white;
    background: #1fade6; }
    .form.gift-certificate-form .form-actions .btn.btn-primary:hover {
      color: white;
      background: #1b0649; }

.block-slogan {
  margin-bottom: 5px; }
  .block-slogan .container {
    background: #73BFCD;
    padding-top: 7px;
    padding-bottom: 6px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF; }

.hl-slideshow-banner {
  overflow: hidden;
  margin: 15px auto 5px; }
  .hl-slideshow-banner [class*=col-sm] {
    padding: 0; }
  .hl-slideshow-banner .has-slideshow {
    width: calc(100% - 405px);
    margin-bottom: 15px;
    float: left; }
  .hl-slideshow-banner .has-banner {
    text-align: right;
    width: 390px;
    margin: 0;
    margin-left: 15px;
    float: left; }
    .hl-slideshow-banner .has-banner .banner-item {
      margin-bottom: 15px;
      overflow: hidden; }
      .hl-slideshow-banner .has-banner .banner-item .banner-item-color {
        overflow: hidden;
        background: #E02858;
        color: #FFFFFF;
        position: relative; }
        .hl-slideshow-banner .has-banner .banner-item .banner-item-color > a {
          display: block;
          position: relative;
          overflow: hidden;
          padding-bottom: 1px; }
          .hl-slideshow-banner .has-banner .banner-item .banner-item-color > a:before {
            content: "";
            background-color: rgba(255, 255, 255, 0.1);
            display: block;
            position: absolute;
            left: -100%;
            top: 0;
            width: 100%;
            height: 100%;
            transition: all .3s ease 0s;
            z-index: 1; }
          .hl-slideshow-banner .has-banner .banner-item .banner-item-color > a:hover:before {
            left: 0; }
      .hl-slideshow-banner .has-banner .banner-item:first-child .banner-item-color {
        background: #1FADE6; }
      .hl-slideshow-banner .has-banner .banner-item:first-child .cont-banner-slider {
        right: auto;
        left: 50%; }
      .hl-slideshow-banner .has-banner .banner-item:first-child .imgAnimation {
        float: left;
        text-align: left;
        padding-bottom: 0; }
      .hl-slideshow-banner .has-banner .banner-item .cont-banner-slider,
      .hl-slideshow-banner .has-banner .banner-item .imgAnimation {
        width: 50%;
        float: left; }
      .hl-slideshow-banner .has-banner .banner-item .imgAnimation {
        float: right;
        padding-bottom: 0 !important; }
      .hl-slideshow-banner .has-banner .banner-item .cont-banner-slider {
        position: absolute;
        right: 50%;
        top: 0;
        bottom: 0;
        text-align: left; }
        .hl-slideshow-banner .has-banner .banner-item .cont-banner-slider .cont-banner-slider-content {
          display: table;
          height: 100%;
          table-layout: fixed;
          padding: 15px; }
          .hl-slideshow-banner .has-banner .banner-item .cont-banner-slider .cont-banner-slider-content > p {
            display: block;
            margin: 0;
            display: table-cell;
            vertical-align: bottom; }
            .hl-slideshow-banner .has-banner .banner-item .cont-banner-slider .cont-banner-slider-content > p span {
              display: block;
              line-height: 20px; }
            .hl-slideshow-banner .has-banner .banner-item .cont-banner-slider .cont-banner-slider-content > p > a {
              text-transform: uppercase;
              color: #FFFFFF;
              font-weight: 700;
              margin-top: 10px;
              display: inline-block; }
              .hl-slideshow-banner .has-banner .banner-item .cont-banner-slider .cont-banner-slider-content > p > a:after {
                display: inline-block;
                font-family: "FontAwesome";
                content: "\f178";
                margin-left: 10px;
                font-weight: 400; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .hl-slideshow-banner .has-slideshow {
      width: calc(100% - 327px); }
    .hl-slideshow-banner .has-banner {
      width: 312px; } }
  @media (max-width: 991px) {
    .hl-slideshow-banner .has-slideshow,
    .hl-slideshow-banner .has-banner {
      width: 100%;
      margin: 0;
      float: none; }
    .hl-slideshow-banner .has-slideshow {
      margin-bottom: 15px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .hl-slideshow-banner .has-banner #homeTowBanners {
      margin: 0 -10px; }
    .hl-slideshow-banner .has-banner .banner-item {
      width: 50%;
      padding: 0 10px 0;
      float: left; } }
  @media (min-width: 480px) and (max-width: 991px) {
    .hl-slideshow-banner .has-banner .banner-item .imgAnimation {
      width: 195px; }
    .hl-slideshow-banner .has-banner .banner-item .cont-banner-slider {
      right: 195px;
      width: auto;
      width: calc(100% - 195px); }
    .hl-slideshow-banner .has-banner .banner-item:first-child .cont-banner-slider {
      left: 195px; } }
  @media (max-width: 767px) {
    .hl-slideshow-banner {
      padding: 0;
      margin-top: -5px; }
      .hl-slideshow-banner .has-banner {
        padding: 0 15px; } }

.box-advance {
  overflow: hidden;
  margin: 0 -5px 25px; }
  .box-advance .box {
    margin: 0;
    display: inline;
    float: left;
    width: 242px;
    padding: 0 5px; }
    .box-advance .box.alpha {
      color: #FFFFFF;
      float: left;
      font-size: 14px;
      border: none;
      margin-left: 0;
      padding: 0 10px 0 5px; }
      .box-advance .box.alpha a {
        background: #16053C;
        position: relative;
        display: block;
        color: #FFFFFF;
        height: 45px;
        padding-left: 20px;
        border: none; }
        .box-advance .box.alpha a:before {
          content: "";
          background: url("../img/bkg-alpha.png") no-repeat right center;
          width: 38px;
          height: 45px;
          display: inline-block;
          position: absolute;
          top: 0;
          right: -10px;
          margin: 0; }
        .box-advance .box.alpha a:after {
          display: inline-block;
          font-family: "FontAwesome";
          content: "\f178";
          margin-left: 10px;
          font-size: 14px;
          font-weight: 400;
          line-height: 10px;
          vertical-align: -1px; }
    .box-advance .box a {
      margin: 0;
      display: block;
      color: #000000;
      display: block;
      padding: 12px 15px 11px;
      margin-bottom: 0;
      font-size: 14px;
      position: relative;
      border: 1px solid #CACACA;
      background: #FFFFFF; }
      .box-advance .box a:before {
        display: inline-block;
        margin-left: 10px;
        font-family: "FontAwesome";
        font-size: 20px;
        font-weight: 400;
        margin-right: 10px;
        line-height: 18px;
        vertical-align: -2px; }
    .box-advance .box.box-1 a:before {
      content: "\f00c";
      color: #5BA145; }
    .box-advance .box.box-2 a:before {
      content: "\f013";
      color: #5776A9; }
    .box-advance .box.box-3 a:before {
      content: "\f005";
      color: #FAAF6A; }
    .box-advance .box.box-4 a:before {
      content: "\f0e2";
      color: #695592; }
    @media (min-width: 768px) and (max-width: 1199px) {
      .box-advance .box {
        width: 33.33333%;
        margin: 0 0 10px; } }
    @media (max-width: 767px) {
      .box-advance .box {
        width: 100%;
        margin-bottom: 10px; } }

#google-map {
  margin-top: -45px; }

/********** Custom CSS added by KK **********/
.none_imp {
  display: none !important; }

div#maintenance-notice {
  display: none; }

.container {
  width: 100%; }

.header-top .container, .header-bottom .header-panel.container {
  max-width: 1320px;
  padding: 0 20px; }

/********** Header CSS start **********/
.header-top ul li a {
  font-family: Helvetica-Light; }

a.toggle-dropdown-login span img, li.sing_up.hidden-sm.hidden-xs a span img, li#top-cart a.cart-item.hidden-mobile img {
  height: 14px; }

.header-top ul li.top-cart {
  border-left: none; }

.hl-top-cart .cart-item .cart-quantity:before {
  border-right: 4px solid #AD073D; }

.hl-top-cart .cart-item .cart-quantity {
  background: #AD073D;
  display: inline-block !important; }

.header-top {
  background-color: #E6E6E6;
  box-shadow: 0 -1px 5px #CCCCCC inset; }

.header-topside {
  background-color: #E6E6E6;
  color: #FFFFFF;
  box-shadow: 0 -1px 5px #CCCCCC inset;
  text-align: left;
  padding: 0px 0px 0px 4px; }

nav.navUser > ul {
  float: right; }

nav.navUser > ul li img {
  margin-left: 0;
  margin-right: 5px; }

.header-bottom {
  background: #F4F4F4; }

.header-bottom .header-panel .header-first {
  width: 160px; }

.header-second {
  width: 560px; }

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

ul.left-ul li:first-child {
  background-color: #AD073D;
  color: #FFFFFF;
  border-radius: 0 0 10px 10px;
  padding: 0 25px; }

/******* CSS sprites start *******/
li.online_chat > span, li.phno > a > span, li.login.hidden-sm.hidden-xs.customer-login a span > span, li.sing_up.hidden-sm.hidden-xs a span > span, .hl-top-cart .cart-item > span.crt, .navPages-container nav ul.navPages-list > li > a > span, .footeach-img > span {
  background-image: url(https://cdn8.bigcommerce.com/s-twicn3dmhk/content/imgs/sprites.png); }

li.online_chat > span {
  background-position: -3px -180px;
  width: 29px;
  height: 19px;
  display: inline-block;
  vertical-align: middle; }

li.phno > a > span {
  background-position: -32px -128px;
  width: 16px;
  height: 21px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px; }

li.login.hidden-sm.hidden-xs.customer-login a span > span {
  background-position: -31px -194px;
  width: 12.25px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px; }

li.sing_up.hidden-sm.hidden-xs a span > span {
  background-position: -33px -175px;
  width: 17px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px; }

.hl-top-cart .cart-item > span.crt {
  display: inline-block;
  vertical-align: middle;
  background-position: -32px -157px;
  width: 19px;
  height: 15px;
  margin-right: 3px; }

.navPages-container nav ul.navPages-list > li > a > span {
  background-position: -3px -157px;
  width: 25px;
  height: 20px;
  display: inline-block;
  vertical-align: middle; }

.footeach-img > span {
  background-position: -3px -68px;
  width: 43px;
  height: 57px;
  display: inline-block;
  vertical-align: middle; }

/******* CSS sprites end *******/
nav.navUser > ul li {
  float: left;
  padding: 0 10px;
  line-height: 45px;
  cursor: pointer;
  font-size: 16px; }

nav.navUser > ul li img {
  margin-left: 0;
  margin-right: 5px; }

.header-top {
  padding-bottom: 0;
  padding-top: 0; }

nav#dropNavigation {
  width: 100%;
  width: 100%;
  max-width: 1280px;
  margin: auto;
  display: table; }

div#menu {
  width: 100%;
  max-width: 1320px;
  padding: 0 20px;
  margin: auto; }

.navPages-container nav ul.navPages-list {
  display: table;
  width: 100%;
  position: relative; }

header.header {
  background-color: #F4F4F4;
  font-size: 11px; }

#quickSearch > form {
  background-color: transparent;
  padding: 0 !important;
  width: 100%;
  top: 0;
  bottom: 0;
  float: right;
  height: max-content;
  border-radius: 26px;
  overflow: hidden;
  border: 1px solid #D7D7D7; }

#quickSearch > form .form-field button {
  height: 100% !important;
  right: -1px; }

#quickSearch fieldset.form-fieldset {
  height: 50px; }

#quickSearch form fieldset .form-field {
  height: 100%;
  border: none !important; }

.header-top ul.left-ul li a {
  color: #00548B;
  font-weight: 900; }

.hl-top-cart .cart-item {
  font-weight: normal; }

.navPages-container li.hasMegamenu > .subMegaMenu, .navPages-container .navPages-item > .navPage-subMenu {
  top: 100%;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.6);
  z-index: 100; }

.header-bottom form.form .form-field button {
  background-image: linear-gradient(to bottom, #008DD4 0, #00548B 100%);
  padding: 0 10px !important;
  box-sizing: content-box;
  position: relative;
  float: left;
  width: 50px;
  height: 100% !important; }

.header-bottom form.form .form-field button img {
  width: 20px; }

#quickSearch form.form .form-field {
  width: 100%;
  height: 100% !important; }

.header-bottom .header-panel #quickSearch {
  width: 51.6% !important;
  position: absolute;
  height: 50px;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto; }

select#search_category {
  font-size: 14px;
  color: #333333 !important;
  width: 100%;
  max-width: 120px;
  float: left !important;
  height: 100% !important;
  padding-left: 15px !important; }

input#search_query {
  width: calc(100% - 120px) !important;
  max-width: none !important;
  margin: 0;
  padding: 0;
  float: left;
  height: 100% !important;
  font-size: 17px !important;
  color: #333333 !important; }

.quickSearchResultsWrap.hasResults {
  top: 105% !important; }

li.navPages-item a.navPages-action {
  font-size: 16px !important;
  font-weight: lighter !important; }

.navPages-container nav ul.navPages-list > li .navPage-subMenu a.navPages-action {
  padding: 9px 15px;
  float: left;
  width: 100%; }

.navPages-container nav ul.navPages-list > li .navPage-subMenu a.navPages-action:hover {
  background: #EEEEEE; }

.navPages-container nav ul.navPages-list > li.hasMegamenu .navPage-subMenu a.navPages-action:hover {
  background: #FFFFFF; }

.navPages-container nav ul.navPages-list > li.hasMegamenu .navPage-subMenu-item a.navPages-action:hover {
  background: transparent; }

nav#dropNavigation ul.navPages-list li.navPages-item {
  border-right: 1px solid;
  background-image: linear-gradient(to bottom, #008DD4 0, #00548B 100%);
  border-image: linear-gradient(to bottom, #00548B, #008DD4) 1 100%;
  display: table-cell;
  text-align: center;
  width: 142px;
  vertical-align: middle; }

ul.navPages-list li.navPages-item.no-megamenu {
  position: relative; }

ul.navPages-list li.navPages-item.hasMegamenu {
  position: static; }

nav#dropNavigation ul.navPages-list li.navPages-item:hover {
  background-image: linear-gradient(to bottom, #00548B 0, #008DD4 100%); }

nav#dropNavigation ul.navPages-list li.navPages-item:first-child {
  border-radius: 10px 0 0 0;
  width: 80px; }

nav#dropNavigation ul.navPages-list li.navPages-item:last-child {
  border-radius: 0 10px 0 0;
  width: 100px;
  border: none; }

.cateArea .navPage-subMenu-list li.navPage-subMenu-item {
  padding: 20px 0 !important;
  max-width: 220px;
  text-align: center; }

.cateArea .navPage-subMenu-list li.navPage-subMenu-item a.navPage-subMenu-action.navPages-action {
  padding: 0 !important; }

li.phone_number.hidden-xs a span, li.login.hidden-sm.hidden-xs.customer-login a span, li.sing_up.hidden-sm.hidden-xs a span, .hl-top-cart a {
  color: #333333 !important; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #quickSearch > form .form-field #search_category {
    width: auto !important; }
  select#search_category::-ms-expand {
    display: none; } }

.cateArea ul.navPage-subMenu-list .bottomCate {
  display: block; }

.navPages-container li.hasMegamenu > .subMegaMenu .cateArea > ul > li > a {
  display: none; }

.navPages-container li.hasMegamenu > .subMegaMenu .cateArea > ul > li {
  width: calc(20% - 30px);
  float: left;
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.navPages-container li.hasMegamenu > .subMegaMenu .cateArea > ul > li:first-child {
  margin-left: 0;
  width: calc(20% - 15px) !important; }

.navPages-container li.hasMegamenu > .subMegaMenu .cateArea > ul > li:nth-child(5) {
  margin-right: 0;
  width: calc(20% - 15px) !important; }

.navPages-container li.hasMegamenu > .subMegaMenu .cateArea > ul > li > li {
  margin: 0 !important;
  width: 100% !important; }

.cateArea .catwoimg li.navPage-subMenu-item a.navPage-subMenu-action.navPages-action span {
  padding: 0; }

li.navPage-subMenu-item > a > img {
  max-width: 200px;
  max-height: 200px;
  width: auto;
  height: 100%;
  border: 1px solid #D7D7D7; }

.navPages-container .navPages-item.hasMegamenu ul.navPage-subMenu-list {
  padding: 0;
  width: 100%;
  overflow-x: auto;
  display: block;
  text-align: left; }

.cateArea ul.navPage-subMenu-list {
  display: flex; }

.navPages-container li.hasMegamenu > .subMegaMenu .cateArea {
  padding: 0 20px;
  max-width: 100% !important;
  width: 100% !important; }

.navPages-container li.hasMegamenu > .subMegaMenu .imageArea {
  display: none; }

.cateArea > a.navPages-action {
  float: left;
  width: 100%;
  text-align: left;
  padding: 10px 0px;
  border-bottom: 1px solid #DBDBDB; }

.navPages-container .navPages-item > .navPage-subMenu {
  background: #FFFFFF; }

.cateArea .navPage-subMenu-list li.navPage-subMenu-item a.navPage-subMenu-action.navPages-action span {
  width: 100%;
  float: left;
  padding-top: 10px;
  line-height: 1.5; }

.cateArea .navPage-subMenu-list .catwoimg li.navPage-subMenu-item a.navPage-subMenu-action.navPages-action span {
  padding-top: 0; }

.cateArea .navPage-subMenu-list li.navPage-subMenu-item a.navPage-subMenu-action.navPages-action {
  height: 100%; }

ul.catwoimg {
  text-align: left; }

.catwoimg > h3 {
  padding-top: 10px;
  font-weight: bold; }

.catli {
  background-color: #E3E3E3;
  padding: 10px;
  margin-bottom: 20px; }

.navPages-container li.hasMegamenu > .subMegaMenu .cateArea > ul .catli li {
  min-width: calc(50% - 30px);
  line-height: 2.3;
  text-align: left;
  padding: 0 !important; }

.navPages-container li.hasMegamenu > .subMegaMenu .cateArea > ul .catli li {
  margin-left: 0; }

.navPages-container li.hasMegamenu > .subMegaMenu .cateArea > ul .catli li > a {
  line-height: 1.5;
  padding: 0; }

.navPages-container li.hasMegamenu > .subMegaMenu .cateArea > ul li {
  line-height: 34px;
  margin: 0 15px; }

.navPages-container li.hasMegamenu > .subMegaMenu .cateArea > ul li > a {
  text-transform: none; }

.navPages-container nav ul.navPages-list > li > .navPage-subMenu {
  overflow: hidden; }

.navPages-container nav ul.navPages-list > li:first-child {
  -webkit-border-start-width: 0; }

.navPages-container nav ul.navPages-list > li {
  -webkit-border-start-width: 1px;
  -webkit-border-end-width: 1px;
  -webkit-border-after-width: 1px;
  -webkit-border-before-width: 1px; }

li#accountDropdown ul#accountSelection > li {
  width: 100%; }

.navPages-container li.hasMegamenu > .subMegaMenu .cateArea > ul > li {
  width: calc(20% - 30px); }

.navPages-container li.hasMegamenu > .subMegaMenu .cateArea > ul > li:first-child {
  width: calc(20% - 15px);
  margin-left: 0px; }

.navPages-container li.hasMegamenu > .subMegaMenu .cateArea > ul > li:nth-child(5) {
  width: calc(20% - 15px);
  margin-right: 0px; }

.navPages-container li.hasMegamenu > .subMegaMenu .cateArea > ul > li > li > a {
  width: 100%;
  font-size: 16px; }

/* Safari 11+ */
/*
@media not all and (min-resolution:.001dpcm)
{ @supports (-webkit-appearance:none) and (stroke-color:transparent) {

    ul.navPages-list li.navPages-item {
        color:#0000FF;
        background-color:#CCCCCC;
    }
    .navPages-container nav ul.navPages-list>li {
        padding:5px;
    }

}}*/
/********** Header CSS end **********/
/********** Homepage preview cart pop-up css start **********/
.preview-cart-titles > * {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.preview-cart-grand-total, .preview-cart-total {
  padding: 0 20px; }

.previewCartAction a.btn.btn-checkout {
  background-image: linear-gradient(to bottom, #008DD4 0, #00548B 100%);
  color: #FFFFFF !important;
  border: none !important; }

.previewCartAction a.btn.btn-checkout:hover {
  background-image: linear-gradient(to bottom, #00548B 0, #008DD4 100%); }

.previewCartAction-viewCart a.btn:hover {
  background-color: #AD073D;
  color: #FFFFFF !important; }

#cart-preview-dropdown .previewCartItem {
  width: 100%; }

div#previewModal section.previewCartCheckout .previewCartCheckout-additionalCheckoutButtons {
  display: none; }

div#cart-preview-dropdown .previewCart .previewCartAction .previewCartAction-checkout, div#cart-preview-dropdown .previewCart .previewCartAction-viewCart {
  display: block; }

div#cart-preview-dropdown .previewCart .previewCartAction-viewCart {
  margin-bottom: 15px; }

div#cart-preview-dropdown .previewCart .previewCartAction .previewCartAction-checkout a, div#cart-preview-dropdown .previewCart .previewCartAction-viewCart a {
  line-height: 0;
  padding: 20px 40px;
  min-width: 250px;
  margin-right: 0px; }

/********** end **********/
/********** Homepage banner slider css start **********/
/*section.home-slideshow .heroCarousel-slide img.heroCarousel-image {
    height: auto;
    width: auto !important;
}*/
.page-type-default .body .hl-slideshow-banner {
  max-width: 1320px;
  padding: 0 20px;
  display: block;
  margin-top: 8px;
  margin-bottom: 0px; }

.heroCarousel.owl-carousel .owl-dot.active span {
  background-color: #1F74B9 !important;
  border-color: transparent !important; }

.heroCarousel.owl-carousel .owl-dot {
  margin: 0 6px !important; }

.heroCarousel.owl-carousel .owl-dot span {
  border-radius: 0;
  transform: rotateZ(45deg);
  background-color: #FFFFFF !important;
  border: 1px solid #1F74B9 !important; }

h1.heroCarousel-title {
  font-family: 'Gotham-Bold';
  font-size: 70px;
  color: #007CBA; }

.heroCarousel-content {
  max-width: 50%;
  left: 30px;
  text-align: right; }

p.heroCarousel-description {
  font-family: 'Forsa' !important;
  font-size: 70px !important;
  color: #007CBA !important;
  margin: 0 !important;
  line-height: normal;
  margin-bottom: 20px !important; }

span.heroCarousel-action.btn.btn-primary.btn-lg {
  font-family: 'Helvetica-Light';
  font-size: 19px;
  background-color: #AD073D;
  font-weight: lighter; }

.heroCarousel-content .btn:hover {
  color: #FFFFFF; }

.heroCarousel .owl-dots {
  display: initial !important; }

.productView-thumbnails .productView-thumbnail-link:hover:after {
  background: transparent;
  border: 2px solid #000000;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%; }

body.page-type-default section.home-slideshow .heroCarousel.owl-carousel .owl-dot.active {
  background: #1F74B9; }

body.page-type-default section.home-slideshow .heroCarousel.owl-carousel .owl-dot {
  background: #FFFFFF;
  border: 1px solid #1F74B9;
  transform: rotateZ(45deg);
  width: 10px;
  height: 14px; }

body.page-type-default section.home-slideshow .heroCarousel.owl-carousel .owl-dot span {
  display: none; }

/***** Mobile carousel css start *****/
section.mobile-banner .banner {
  margin: 0;
  width: 100%;
  max-width: unset; }

section.mobile-banner {
  float: left;
  width: 100%;
  display: none; }

.mobile-heroCarousel button.slick-arrow {
  position: absolute;
  z-index: 1; }

.mobile-heroCarousel button.slick-arrow:before {
  content: '';
  background-image: none;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: max-content;
  background-color: transparent;
  z-index: 1;
  width: 30px;
  height: 30px;
  background-image: url(https://cdn8.bigcommerce.com/s-twicn3dmhk/content/imgs/mob-arrows.png); }

.mobile-heroCarousel button.slick-arrow.slick-prev:before {
  left: 25px;
  background-size: auto 30px;
  background-position: 2px; }

.mobile-heroCarousel button.slick-arrow.slick-next:before {
  right: 25px;
  background-size: auto 30px;
  background-position: -25px; }

/***** end *****/
/********** Homepage banner slider css end **********/
/********** Homepage brands slider css start **********/
.hp_brands_grid {
  margin: 0 !important; }

.hp_brands_grid .slick-track {
  display: flex;
  align-items: center; }

#homeBrands > .container {
  padding: 0 50px; }

.hp_brands_grid button.slick-prev.slick-arrow, .hp_brands_grid button.slick-next.slick-arrow {
  transform: rotateZ(-90deg); }

.hp_brands_grid button.slick-next.slick-arrow:before, .hp_brands_grid button.slick-prev.slick-arrow:before {
  color: transparent; }

.hp_brands_grid .slick-slide img {
  margin: auto; }

/********** end **********/
/********** Homepage custom category blocks css start **********/
.hp-custom-cat {
  max-width: 1280px;
  display: inline-block;
  width: 100%;
  margin: auto;
  margin-bottom: 20px; }

.main.full.container.home-container .hp-custom-cat {
  margin-bottom: 0px; }

.hpcc-par {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 20px; }

h2.hp-custcat-heading {
  font-size: 26px;
  text-transform: uppercase;
  color: #333333 !important;
  margin-bottom: 27px;
  margin-top: 0px; }

ul.custcat-list {
  padding: 0;
  margin: 0;
  display: flex; }

.hp-custom-cat > ul.custcat-list li.custcat-item {
  padding: 0; }

h2.hp-custcat-heading ul.custcat-list {
  display: flex; }

li.custcat-item {
  list-style: none;
  float: left;
  width: calc(25% - 20px);
  overflow: hidden;
  margin: 0 10px !important;
  position: relative;
  cursor: pointer;
  background-size: cover;
  background-position: center; }

li.custcat-item img {
  width: 100%;
  height: 100%; }

li.custcat-item h2 {
  position: absolute;
  bottom: 0;
  left: 20px;
  text-transform: uppercase;
  color: #FFFFFF;
  font-family: 'GothamBold';
  font-size: 26px;
  text-align: left; }

li.custcat-item:first-child {
  margin-left: 0 !important;
  width: calc(25% - 10px); }

li.custcat-item:last-child {
  margin-right: 0 !important;
  width: calc(25% - 10px); }

li.custcat-item .ccimg-hov {
  position: absolute;
  width: 100%;
  height: 100%;
  left: -100%;
  background-color: rgba(255, 255, 255, 0.2);
  top: 0;
  transition: 0.2s all; }

li.custcat-item:hover .ccimg-hov {
  left: 0; }

.hp-custom-cat > ul.custcat-list li.custcat-item:first-child {
  margin-left: 0 !important;
  width: calc(25% - 10px); }

/********** Homepage custom category blocks css end **********/
/**********  Homepage main container css start **********/
.main-container-par {
  float: left;
  width: 100%;
  text-align: center; }

.main.full.container.home-container {
  display: inline-block;
  text-align: left; }

body.page-type-default {
  background: #F4F4F4; }

.page-type-default .container_page {
  display: inline-block;
  max-width: 1320px;
  width: 100%;
  padding: 0 20px; }

body .body {
  text-align: center; }

/**********  Homepage main container css end **********/
/********** Homepage New products section css start **********/
.home-newprod-par {
  float: left;
  width: 100%; }

.home-new-product {
  width: 100%;
  border: none;
  margin-bottom: 15px; }

.home-new-product h2.module-heading span {
  font-size: 26px;
  text-transform: uppercase;
  color: #333333;
  font-weight: 500; }

.home-new-product .module-heading {
  padding-left: 0;
  width: calc(100% - 330px);
  border-bottom: 1px solid #D7D7D7; }

.home-new-product .home-new-product-content .productCarousel {
  position: relative;
  overflow: visible;
  padding-right: 0px; }

.main.full.container.home-container .owl-carousel .owl-stage, .main.full.container.home-container .owl-carousel.owl-drag .owl-item {
  display: flex; }

.home-new-product .home-new-product-content .owl-nav {
  top: -67px;
  right: -10px; }

.home-new-product .home-new-product-content .owl-nav > div, .home-featured-product .featured-main .owl-nav > div {
  background: transparent;
  border: none; }

.home-new-product .left-content {
  /*width:100%;*/
  padding-left: 0px;
  width: calc(100% - 310px);
  padding: 15px 20px 20px 0;
  padding-left: 0; }

.home-new-product .right-content .banners-top .banner {
  padding: 0; }

.home-new-product .right-content {
  margin-top: -60px;
  padding-right: 0; }

.home-new-product .right-content .banners.banners-top {
  margin-bottom: 0;
  height: 100%; }

.home-new-product .right-content .banners.banners-top .banner p, .home-new-product .right-content .banners.banners-top .banner {
  height: 100%; }

.home-new-product .right-content .banners.banners-top .banner p > a {
  float: left;
  width: 100%;
  height: 100%; }

.home-new-product .right-content .banners.banners-top {
  border: none; }

@-moz-document url-prefix() {
  .home-new-product .right-content .banners.banners-top .banner p img {
    height: auto; } }

.home-new-product .owl-item .prod-item article.card {
  background-color: #FFFFFF;
  padding: 10px 20px;
  float: left;
  margin-bottom: 0px; }

.productCarousel .owl-item .prod-item .actions {
  display: none; }

.home-new-product .owl-item .prod-item figure.card-figure {
  text-align: center; }

.home-new-product .prod-item figure.card-figure .prod-image {
  height: 165px;
  overflow: hidden; }

.home-new-product .owl-item .prod-item article.card figcaption.prod-desc a.btn, .home-featured-product .owl-item .prod-item article.card figcaption.prod-desc a.btn {
  display: none; }

.home-new-product .home-new-product-content .prod-item .prod-desc h4.prod-name a, .home-featured-product .prod-item .prod-desc h4.prod-name a {
  color: #333333;
  font-size: 13px; }

.home-new-product .home-new-product-content .prod-item .prod-desc span.price.price--withoutTax, .home-featured-product .prod-item .prod-desc span.price.price--withoutTax {
  color: #00548B; }

.home-new-product .home-new-product-content .prod-item figcaption.prod-desc .star-rating .rating--small .fa.fa-star, .home-featured-product .prod-item figcaption.prod-desc .star-rating .rating--small .fa.fa-star {
  color: #FFC50A; }

.home-new-product .prod-item .prod-desc .star-rating, .home-featured-product .prod-item .prod-desc .star-rating {
  display: inline-block;
  float: none; }

.home-new-product .right-content .banners.banners-top .banner .rightcont-imghov {
  position: absolute;
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.2);
  transition: 0.3s all; }

.home-new-product .right-content .banners.banners-top .banner:hover .rightcont-imghov {
  width: 100%; }

.home-featured-product .owl-nav > button > span, .home-new-product .home-new-product-content .owl-nav button > span {
  font-size: 0px;
  line-height: 1; }

.home-featured-product .owl-nav > button, .home-new-product .home-new-product-content .owl-nav button {
  line-height: 1; }

.home-featured-product .owl-nav, .home-new-product .home-new-product-content .owl-nav {
  right: -5px; }

/********** Homepage New products section css end **********/
/********** Homepage Recommended products section css start **********/
.featured-main {
  width: calc(100% - 310px);
  padding: 0px 20px 20px 0;
  flex-direction: column; }

.home-featured-product {
  border: none;
  display: flex;
  margin-bottom: 0px; }

.recom-sidepart {
  width: 310px;
  flex-direction: column; }

.home-featured-product .featured-main .owl-carousel.owl-drag .owl-item {
  background-color: #FFFFFF;
  text-align: center;
  background-color: #FFFFFF; }

.home-featured-product .module-heading {
  margin: 0 0 25px;
  background: #F5F5F5;
  padding-left: 0;
  border-bottom: 1px solid #D7D7D7;
  padding-top: 0; }

.home-featured-product .productCarousel {
  position: relative;
  overflow: visible; }

.home-featured-product .productCarousel .prod-image {
  height: 165px;
  overflow: hidden; }

.home-featured-product .featured-main h2.module-heading span {
  font-size: 26px;
  text-transform: uppercase;
  color: #333333;
  font-weight: 500; }

.home-featured-product .owl-nav {
  top: -70px;
  right: -10px; }

.recom-sidepart img {
  width: 100%;
  height: calc(100% - 20px); }

.featured-main .owl-stage {
  display: flex; }

.home-featured-product .recom-sidepart .rightcont-imghov {
  position: absolute;
  width: 0;
  height: 100%;
  right: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.2);
  transition: 0.3s all; }

.recom-sidepart:hover .rightcont-imghov {
  width: 100%; }

.productCarousel .owl-item .prod-item {
  border: 1px solid #E2E2E2;
  display: inline-grid;
  background-color: #FFFFFF; }

.productCarousel .owl-item .prod-item article.card {
  margin-bottom: 5px; }

h2.module-heading span {
  font-size: 22px !important; }

.owl-item .prod-item figure.card-figure img.card-image {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto; }

/********** Homepage Recommended products section css end **********/
/********** Homepage categories css start **********/
.main-container-par .categories.clearfix .category-image {
  display: block;
  width: 50%;
  float: left;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: top center;
  min-height: 250px;
  transition: 0.2s all;
  overflow: hidden;
  position: relative;
  background: #FFFFFF; }

.main-container-par .categories.clearfix .single-category h3.category-title {
  margin-top: 0; }

a.subcatlist-btn {
  float: left;
  border: none;
  background: transparent;
  text-decoration: underline;
  font-size: 13px;
  color: #AD073D; }

.main-container-par .categories.clearfix .single-category {
  width: 50%;
  float: left;
  margin-bottom: 40px; }

.main-container-par .categories.clearfix .hpcat-subcat {
  float: left;
  width: 100%;
  display: flex;
  position: relative;
  max-height: 250px;
  overflow: hidden; }

.main-container-par .categories.clearfix .category-image img {
  width: auto;
  opacity: 1;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
  transition: 0.2s all; }

.main-container-par .categories.clearfix .category-image img:hover {
  transform: scale(1.2, 1.2); }

.main-container-par .categories.clearfix {
  float: left;
  width: 100%;
  margin-bottom: 40px;
  margin-top: 40px; }

.main-container-par .categories.clearfix .hpcat-subcat .cat-data {
  width: 50%;
  float: left; }

.cat-dataain {
  position: absolute;
  width: 55%;
  left: 40%;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 75%;
  background-color: #FFFFFF;
  padding: 20px;
  border: 1px solid #E2E2E2; }

.hpcat-subcat .cat-dataain h3.category-title a {
  font-size: 16px;
  font-family: 'Helvetica';
  text-transform: none;
  font-weight: bold;
  color: #00548B; }

.cat-dataain .subcats li.navPage-subMenu-item {
  list-style: none;
  display: none;
  width: 100%;
  line-height: 1.3; }

.cat-dataain .subcats li.navPage-subMenu-item:first-child, .cat-dataain .subcats li.navPage-subMenu-item:nth-child(2), .cat-dataain .subcats li.navPage-subMenu-item:nth-child(3) {
  display: inline-block; }

.cat-dataain .subcats li.navPage-subMenu-item a {
  display: inline-block;
  color: #333333 !important; }

.cat-dataain .subcats li.navPage-subMenu-item a:before {
  content: '';
  background-image: url(https://cdn8.bigcommerce.com/s-twicn3dmhk/content/imgs/right-arrow.png);
  width: 15px;
  height: 15px;
  background-size: 100%;
  position: absolute;
  left: 15px; }

.single-category:nth-child(4n-1) {
  clear: both; }

.single-category:nth-child(even) .hpcat-subcat {
  position: relative;
  right: -5%; }

/********** Homepage categories css end **********/
/********** Homepage bottom custom categories css start **********/
.main-container-par .hp-custom-cat ul.custcat-list li.custcat-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #E2E2E2; }

.main-container-par .hp-custom-cat ul.custcat-list li.custcat-item span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #FFFFFF;
  font-size: 18px;
  font-family: Helvetica;
  padding: 10px 30px;
  text-align: center;
  text-transform: none; }

.main.full.container.home-container h2.hp-custcat-heading {
  font-size: 22px; }

/********** Homepage bottom custom categories css start **********/
/********** Homepaage brands slider css start **********/
#homeBrands .owl-carousel .owl-item img {
  height: 60px; }

#homeBrands .owl-nav > div:before {
  line-height: 100px; }

#homeBrands .owl-carousel .owl-item a {
  margin: auto; }

/********** Homepaage brands slider css end **********/
/********** Footer css start **********/
#footer-wrapper {
  float: left;
  width: 100%;
  text-align: center;
  padding-top: 0; }

.top-footer-container {
  width: 100%;
  display: flex;
  max-width: 1320px;
  padding: 0 20px;
  text-align: left;
  margin: auto; }

#footer-wrapper ul {
  display: table-cell;
  vertical-align: middle; }

.foot-each .social_media {
  display: table;
  height: -webkit-fill-available; }

.foot-each {
  float: left;
  width: 33.33%;
  padding: 0 20px;
  height: -webkit-fill-available;
  max-height: 120px;
  display: flex; }

.foot-each:first-child {
  padding-left: 0; }

.foot-each:last-child {
  padding-right: 0; }

.top-footer {
  float: left;
  width: 100%;
  background-image: linear-gradient(to bottom, #FFFFFF 0, #E7E7E7 100%);
  padding: 0;
  filter: drop-shadow(0px 10px 5px #003151); }

section#main-footer {
  float: left;
  width: 100%;
  text-align: left;
  background-image: linear-gradient(to bottom, #004674 0, #00548B 100%);
  border-bottom: 1px solid #0091DA;
  box-shadow: 0px 5px 10px black;
  padding-top: 30px; }

#footer-wrapper #bottom-footer .row {
  display: inline-block;
  width: 100%; }

#footer-wrapper #bottom-footer ul {
  display: block; }

#footer-wrapper #bottom-footer .container {
  display: inline-block;
  width: 100%; }

.foot-each a.icon {
  background-image: linear-gradient(to bottom, #FFFFFF 0, #F7F7F7 100%);
  border: 1px solid #CCCCCC;
  width: 50px;
  height: 50px; }

.foot-each .social-icons a.icon svg {
  fill: #00548B;
  width: 25px; }

.foot-each .social_media {
  display: table;
  vertical-align: middle; }

.footeach-img {
  float: left;
  width: 20%;
  text-align: center;
  position: relative; }

.midfoot-out .footeach-img img {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto; }

.footeach-data {
  float: left;
  width: 80%; }

.midfooteach-container {
  width: 100%;
  display: table;
  height: -webkit-fill-available; }

.foot-each a.icon.icon-front {
  position: absolute;
  width: 100%;
  height: 100%;
  transform: translateZ(25px); }

.foot-each a.icon.icon-back {
  transform-origin: 100%;
  transform: rotateX(-90deg) translateZ(0px);
  top: 50%;
  background: #00548B; }

.foot-each a.icon.icon-back > svg {
  fill: #FFFFFF; }

#footer-wrapper ul.social-icons li.socialLinks-item {
  width: 50px;
  height: 50px;
  cursor: pointer; }

#footer-wrapper ul.social-icons li.socialLinks-item > div {
  width: 100%;
  height: 100%;
  position: relative;
  perspective: 6000px;
  transform-style: preserve-3d;
  transform-origin: 0%;
  transition: 0.2s all;
  transition-timing-function: cubic-bezier(0.66, 0.22, 0.73, 1.43); }

#footer-wrapper ul.social-icons li.socialLinks-item:hover div {
  transform: rotateX(90deg); }

/***** Mozila only css *****/
@-moz-document url-prefix() {
  .midfooteach-container {
    height: 100%; }
  .foot-each .social_media {
    height: 100%; } }

/***** end *****/
/***** IE only css *****/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .midfooteach-container, .foot-each .social_media {
    height: 100%; } }

/***** End *****/
.midfooteach-container .footeach-data span {
  color: #00548B;
  font-size: 16px;
  text-transform: uppercase; }

.midfooteach-container .footeach-data input[type=submit].exp-btn {
  color: #FFFFFF;
  background-color: #AD073D;
  padding: 5px 10px;
  float: left;
  margin-top: 10px;
  font-size: 16px;
  text-transform: uppercase;
  border: none; }

.midfoot-out {
  display: table-cell;
  vertical-align: middle;
  height: auto; }

#footerSubcribeForm .form-wrap .btn {
  float: left;
  margin-left: 10px;
  color: #FFFFFF;
  background-color: #AD073D;
  width: 80px; }

#main-footer .container {
  padding-top: 30px;
  max-width: 1320px;
  width: 100%;
  padding: 0 20px; }

.mainfoot-container {
  display: inline-block;
  width: 100%;
  max-width: 1280px;
  float: none !important;
  padding: 0px !important; }

#main-footer .container > .row {
  text-align: center; }

.mainfoot-each {
  float: left;
  width: 50%; }

.mainfootleft-in {
  float: left;
  width: 70%; }

.mainfootright-in {
  float: left;
  width: 30%; }

.mainfootleft-in img {
  float: left; }

.mainfoot-in {
  width: 100%;
  float: left;
  text-align: left; }

.mainfootin-left {
  float: left;
  width: 70%;
  padding-right: 10px; }

.mainfootin-right {
  float: left;
  width: 30%;
  padding-top: 50px; }

.mainfootin-left > * {
  color: #FFFFFF;
  font-size: 15px; }

.mainfootin-left p {
  color: #CACACA; }

.mainfootin-left > h2 {
  text-transform: uppercase;
  font-size: 19px;
  margin-top: 40px;
  color: #FFFFFF;
  padding-left: 0;
  border: none; }

.mainfootin-right > * {
  color: #FFFFFF; }

.mainfootin-right > p {
  color: #CACACA; }

.mainfoot-out {
  display: flex; }

.mainfoot-out {
  display: flex; }

.mein-footright {
  background: #F5F5F5;
  float: left;
  width: 100%; }

.mainfoot-each:first-child {
  padding-right: 20px; }

.mainfoot-each:last-child {
  padding-left: 20px; }

.mainfoot-each .mein-footright h2 {
  text-align: left;
  border-bottom: 1px solid #D0D1CF;
  padding: 0 20px 10px 20px;
  margin-top: 20px;
  text-transform: uppercase;
  color: #00548B;
  font-size: 20px; }

.mainfoot-rightform p {
  text-align: left;
  font-size: 18px; }

.mainfoot-rightform {
  padding: 10px 20px;
  border-bottom: 1px solid #D0D1CF; }

.mainfoot-rightform label {
  width: 100%;
  float: left;
  text-align: left; }

.mainfoot-rightform label textarea {
  width: 100%;
  margin: 10px 0;
  resize: none;
  height: 120px;
  border-radius: 3px;
  border: 1px solid #B1B3B0; }

.mainfoot-rightform label input[type="text"] {
  width: 50%;
  float: left;
  margin: 10px 0;
  line-height: 1;
  border-radius: 3px;
  border: 1px solid #B1B3B0;
  font-size: 18px;
  padding-left: 5px;
  font-family: Helvetica-light; }

.mainfoot-rightform > form {
  display: inline-block;
  width: 100%; }

.forminput-out a {
  line-height: 1;
  float: left;
  width: 50%; }

.forminput-out span {
  float: left;
  width: 50%;
  font-size: 11px;
  margin: 8px 0;
  padding-left: 20px; }

.footrightform-submit {
  float: left;
  width: 100%; }

.footrightform-submit input[type="submit"] {
  float: left;
  margin: 20px;
  padding: 10px 20px;
  font-size: 14px;
  text-transform: uppercase;
  color: #FFFFFF;
  background-color: #AD073D;
  border: none; }

.footrightform-submit input[type=submit]:hover {
  background: #00548B; }

.mainfoot-container > * {
  font-family: 'Helvetica'; }

.footer-copyright-left {
  float: left;
  width: 100%;
  text-align: center;
  margin: 20px 0; }

#footer-wrapper #bottom-footer {
  padding-bottom: 0;
  background: #232323; }

#footer-wrapper #bottom-footer .footer-payment a img {
  float: left;
  width: 250px; }

#footer-wrapper #bottom-footer .footer-payment p {
  width: 100%;
  text-align: center;
  margin-bottom: 0px; }

#footer-wrapper #bottom-footer .footer-payment {
  margin-top: 20px; }

.footer-payment {
  float: left;
  width: 100%; }

.footer-navs ul {
  list-style: none; }

.footer-navs {
  float: left;
  width: 100%;
  margin-top: 30px; }

.footer-navs ul {
  margin-bottom: 0 !important; }

.footer-navs ul li {
  cursor: pointer;
  color: #F5F5F5 !important;
  font-size: 15px; }

.footer-navs ul li::before {
  display: none; }

.social-icons li {
  margin-bottom: 0px; }

.foot-each div#footerSubcribeForm {
  float: left;
  width: 100%; }

.foot-each:nth-child(2) {
  border-right: 1px solid;
  border-left: 1px solid;
  border-image: linear-gradient(to bottom, #DBDBDB, #FFFFFF) 1 100%; }

.foot-each:last-child {
  border-right: 1px solid;
  border-image: linear-gradient(to bottom, #DBDBDB, #FFFFFF) 1 100%; }

div#footerSubcribeForm h5 {
  color: #00548B;
  font-size: 16px; }

input.btn.btn-subcribe {
  font-size: 16px;
  font-family: 'Helvetica';
  font-weight: normal; }

.mainfootin-left > h4 {
  margin-top: 15px; }

#footer-wrapper #bottom-footer ul li {
  margin: 0 10px; }

.mainfoot-rightform .form-row {
  position: relative; }

#footerSubcribeForm .form-wrap .form-input {
  text-transform: capitalize;
  line-height: normal;
  width: calc(100% - 110px);
  float: left; }

#footer-wrapper #bottom-footer .row, .mainfoot-rightform .form-row, #main-footer .container > .row {
  margin: 0; }

#footer-wrapper #bottom-footer .row .footer-navs {
  padding: 0 15px; }

.mainfoot-rightform .form-row .form-field {
  padding: 0;
  width: 100%;
  position: relative; }

.form-contact .form-field.hl-textarea textarea {
  border-radius: 3px;
  resize: none; }

.mainfoot-rightform .form-row > p {
  font-family: Helvetica-Light; }

.mainfoot-rightform .form-row .form-field .email-field-left {
  float: left;
  width: 50%; }

.mainfoot-rightform .form-row .form-field > span.data-note {
  padding-top: 24px;
  float: right;
  width: 50%;
  text-align: left;
  padding-left: 10px; }

.mainfoot-rightform .form-row label {
  font-weight: normal;
  font-size: 14px;
  color: #505050; }

.mainfoot-rightform > form .form-actions input.btn.btn-primary {
  background-color: #AD073D;
  font-size: 14px;
  font-weight: normal;
  padding: 10px 15px;
  width: max-content;
  max-width: unset;
  min-width: unset; }

.mainfoot-rightform .form-row label#contact_question-error {
  color: red;
  text-transform: capitalize;
  position: absolute;
  left: 0;
  bottom: -20px; }

.mainfoot-rightform .form-row label#contact_email-error {
  position: absolute;
  left: 0;
  bottom: -20px;
  color: red; }

div#loading {
  position: absolute;
  display: none;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.7); }

.mainfoot-rightform {
  position: unset; }

.mein-footright {
  position: relative; }

div#loading > img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 42px;
  height: 42px; }

img#checkmark {
  width: 60px; }

div#message > p {
  text-align: center;
  margin-bottom: 0;
  margin-top: 15px; }

span.captcha-alert {
  float: left;
  width: 100%;
  text-align: left;
  margin: 10px 0;
  color: red;
  visibility: hidden;
  font-size: 14px;
  font-family: Helvetica; }

/********** Footer css end **********/
/********** Category page css start **********/
body.page-type-category .category-image {
  display: block; }

/********** end **********/
/********** Product details page css start **********/
body.page-type-product .container_page {
  max-width: 1320px;
  padding: 0 20px; }

body.page-type-product aside.page-sidebar {
  display: none; }

body.page-type-product main.page-content {
  width: 100% !important; }

body.page-type-product .breadcrumbs .breadcrumb::before {
  content: "|"; }

.productView-info-name {
  width: auto;
  min-width: unset; }

body.page-type-product .breadcrumbs .breadcrumb a {
  font-size: 16px; }

body.page-type-product li.breadcrumb.is-active span {
  font-size: 16px;
  font-family: 'Helvetica-Light';
  color: #00548B; }

body.page-type-product .page-product .row {
  margin: 0 !important; }

h1.productView-title {
  color: #00548B;
  text-align: left; }

main.page-content {
  padding: 0; }

.row > .prod-cust-details .productView-rating {
  float: left; }

.row .productView-rating span.productView-reviewLink.btn-review {
  display: none; }

.prod-cust-details {
  float: left;
  width: 100%; }

body.page-type-product .body {
  background: #F4F4F4; }

.prod-cust-details h1.productView-title {
  margin-bottom: 5px; }

dl.productView-info.skus {
  padding-top: 5px;
  padding-left: 10px;
  float: left;
  width: auto; }

span.sku-rev-divider {
  float: left;
  line-height: 25px;
  margin-left: 10px; }

dl.productView-info.skus dt.productView-info-name, dl.productView-info.skus dd.productView-info-value {
  color: #AD073D; }

.productView-product dl.productView-info dt.productView-info-name, .productView-product dl.productView-info dd.productView-info-value {
  display: none; }

.productView-product > dl.productView-info {
  margin-top: 10px;
  padding-bottom: 0; }

.productView .productView-images {
  width: 73.4%;
  padding-left: 0;
  margin-bottom: 20px; }

.proimgs-main {
  position: relative;
  background: #FFFFFF;
  float: left;
  width: 100%;
  border: 1px solid #E4E4E4;
  border-bottom: none;
  padding-top: 0px; }

.productView-details {
  width: calc(100% - 73.4%);
  margin-bottom: 0px;
  float: right;
  padding-right: 0; }

.proright-sect {
  float: left;
  background: #FFFFFF;
  padding: 15px;
  border: 1px solid #E4E4E4;
  width: 100%; }

.productView-product {
  float: left;
  width: 100%; }

.productView-price .price.price--rrp {
  text-decoration: none;
  font-family: Helvetica-Light;
  font-weight: lighter;
  font-size: 16px;
  float: left; }

.productView-price .price.price--rrp ~ .price--withoutTax, .productView-product .productView-price .price-section.price-section--withoutTax span.price.price--withoutTax {
  color: #00548B;
  font-size: 40px;
  float: left;
  width: 100%;
  text-align: left;
  font-family: 'Helvetica';
  line-height: 1.25; }

.productView-price .price-section--withoutTax ~ .price-section--saving {
  float: left;
  width: 100%;
  text-align: left;
  margin: 0; }

.productView-price {
  margin: 0; }

.productView-brand {
  margin: 0; }

.productView-options .form-field--increments .form-increment .button {
  display: none; }

.productView .form-input--incrementTotal {
  text-align: center;
  margin: 0; }

.form-increment {
  float: left;
  width: auto; }

.container_page .productView-options .form-field {
  float: left;
  width: 50px;
  margin-top: 10px; }

.container_page .productView-options .form-field--increments .form-label {
  display: none; }

.productView [data-cart-item-add] > button {
  float: left;
  min-width: unset;
  width: calc(100% - 55px);
  margin: 0;
  height: 42px;
  margin-top: 10px;
  margin-left: 5px; }

.productView-options {
  margin-bottom: 0;
  float: left;
  width: 100%; }

.sample-prod {
  float: left;
  width: 100%;
  text-align: left;
  display: none; }

.sample-prod a {
  font-size: 14px;
  font-family: Helvetica-Light;
  background-image: url(https://cdn8.bigcommerce.com/s-twicn3dmhk/content/imgs/swatch-icon.png);
  background-size: auto 30px;
  background-repeat: no-repeat;
  padding-left: 35px;
  padding: 8px 0 8px 35px;
  float: left;
  background-position: left center; }

.sample-prodshelf {
  float: left;
  width: 100%;
  text-align: left;
  display: none; }

.sample-prodshelf a {
  font-size: 14px;
  font-family: Helvetica-Light;
  background-size: auto 30px;
  background-repeat: no-repeat;
  padding-left: 35px;
  padding: 8px 0 8px 35px;
  float: left;
  background-position: left center; }

.productView [data-cart-item-add] > button {
  font-size: 18px;
  padding: 0;
  font-family: Helvetica-Light;
  font-weight: lighter;
  background: #AD073D; }

.productView form.form[data-wishlist-add] {
  float: left;
  margin: 0px;
  margin-right: 10px; }

.productView [data-wishlist-add] > button {
  margin: 0;
  padding: 0;
  background: #FFFFFF !important;
  height: auto;
  padding: 5px 15px 5px 5px;
  min-width: unset; }

.wishlist-par {
  float: left;
  width: 100%;
  margin: 20px 0; }

span.emailit {
  float: left;
  background: #FFFFFF;
  padding: 4px 15px 4px 30px;
  position: relative;
  cursor: pointer;
  margin: 0px;
  border: 1px solid #E4E4E4;
  margin-top: 10px;
  clear: both; }

span.emailit:before {
  content: '';
  position: absolute;
  left: 5px;
  top: 0;
  width: 20px;
  height: 100%;
  background-image: url("https://cdn8.bigcommerce.com/s-twicn3dmhk/content/imgs/emailicon.png");
  background-size: 80%;
  background-position: center;
  background-repeat: no-repeat; }

span.rapidreorder {
  float: left;
  background: #FFFFFF;
  padding: 4px 15px;
  position: relative;
  cursor: pointer;
  margin: 0;
  clear: right;
  border: 1px solid #E4E4E4; }

.productView [data-wishlist-add] > button span:before {
  content: '';
  background-image: url(https://cdn8.bigcommerce.com/s-twicn3dmhk/content/imgs/wishlist.png);
  float: left;
  width: 16px;
  height: 16px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center; }

.productView [data-wishlist-add] > button {
  border: 1px solid #E4E4E4 !important; }

.productView [data-wishlist-add] > button > span {
  line-height: 1.4; }

.container_page .productView-options div[data-product-option-change] .form-field {
  float: left;
  width: 100%;
  background: #F4F4F4;
  padding: 15px; }

.productView .form-field[data-product-attribute=swatch] .form-option {
  padding: 2px;
  border: 1px solid #BFBFBF !important;
  width: 25px;
  height: 25px; }

.white-glow, .specs-table, .pdf-part, .video-part {
  display: none; }

.main-de {
  float: left;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #E4E4E4;
  text-align: left;
  font-size: 14px;
  font-family: Helvetica-Light; }

ul.main-desc {
  padding: 15px;
  margin-bottom: 0px; }

.ship-info {
  float: left;
  width: 100%;
  position: relative;
  padding: 15px;
  display: none;
  /*perspective: 2000px;
    transform-style: preserve-3d;*/
  background-image: url(https://cdn8.bigcommerce.com/s-twicn3dmhk/content/imgs/ship-icon.png);
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: 10px center;
  padding-left: 70px;
  /*border-bottom: 1px solid #e4e4e4;*/ }

.ship-popup {
  position: absolute;
  width: 100%;
  background: #FFFFFF;
  padding: 10px;
  left: 0;
  top: 100%;
  border: 1px solid #D7D7D7;
  border-radius: 10px;
  transform: scale3d(0.7, 0.7, 0.7);
  opacity: 0;
  display: none;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  z-index: 1000; }

.installation-popup {
  position: absolute;
  width: 100%;
  background: #FFFFFF;
  padding: 10px;
  left: 0;
  top: 100%;
  border: 1px solid #D7D7D7;
  border-radius: 10px;
  transform: scale3d(0.7, 0.7, 0.7);
  opacity: 0;
  display: none;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  z-index: 1000; }

span.ship-popup-cont > a {
  color: #02568A;
  font-weight: bolder;
  font-family: 'Helvetica'; }

.ship-popup > span:nth-child(2) {
  font-family: 'Helvetica-Light';
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  line-height: 2.3;
  border-bottom: 1px solid #D7D7D7;
  background: #EEEEEE;
  padding-left: 10px;
  border-radius: 10px 10px 0 0;
  z-index: 10;
  text-align: center; }

.shippop-triangle {
  position: absolute;
  width: 25px;
  height: 25px;
  left: 0;
  right: 0;
  margin: auto;
  top: -10px;
  border: 1px solid #D7D7D7;
  background: #EEEEEE;
  transform: rotateZ(-45deg);
  z-index: 0;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4); }

.installation-triangle {
  position: absolute;
  width: 25px;
  height: 25px;
  left: 0;
  right: 0;
  margin: auto;
  top: -10px;
  border: 1px solid #D7D7D7;
  background: #EEEEEE;
  transform: rotateZ(-45deg);
  z-index: 0;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4); }

span.ship-clo {
  position: absolute;
  right: 10px;
  top: 10px;
  font-family: 'Helvetica';
  cursor: pointer;
  line-height: 1;
  z-index: 11; }

span.installation-clo {
  position: absolute;
  right: 10px;
  top: 10px;
  font-family: 'Helvetica';
  cursor: pointer;
  line-height: 1;
  z-index: 11; }

span.ship-popup-cont {
  padding-top: 30px;
  float: left; }

span.installation-popup-cont {
  padding-top: 30px;
  float: left;
  text-align: left; }

span.ship-head {
  font-family: Helvetica-Light;
  font-weight: bold;
  color: #AD073D;
  float: left;
  width: 100%;
  line-height: 1;
  font-size: 18px; }

span.ship-data {
  font-size: 14px;
  font-family: Helvetica-Light;
  color: #6D6D6D; }

span.quest-mark {
  display: inline-block;
  margin-left: 5px;
  width: 15px;
  height: 20px;
  background-image: url(https://cdn8.bigcommerce.com/s-twicn3dmhk/content/imgs/questmark.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer; }

.white-glow {
  float: left;
  position: relative;
  width: 100%;
  padding: 15px;
  text-align: center;
  border-top: 1px solid #E4E4E4;
  /*perspective:2000px;
    transform-style:preserve-3d;*/
  background-image: url(https://cdn8.bigcommerce.com/s-twicn3dmhk/content/imgs/white-glove-delivery.png);
  background-repeat: no-repeat;
  background-size: 50px;
  background-position: 10px center;
  padding-left: 60px; }

.wglo-popup {
  position: absolute;
  width: 100%;
  background: #FFFFFF;
  padding: 10px;
  left: 0;
  top: 100%;
  border: 1px solid #D7D7D7;
  border-radius: 10px;
  transform: scale3d(0.7, 0.7, 0.7);
  opacity: 0;
  display: none;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  z-index: 1000; }

.white-glow > img {
  width: 60px;
  margin: auto;
  display: block; }

.wglo-triangle {
  position: absolute;
  width: 25px;
  height: 25px;
  left: 0;
  right: 0;
  margin: auto;
  top: -10px;
  border: 1px solid #D7D7D7;
  background: #EEEEEE;
  transform: rotateZ(-45deg);
  z-index: 0;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4); }

.wglo-popup > span:nth-child(2) {
  font-family: 'Helvetica-Light';
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  line-height: 2.3;
  border-bottom: 1px solid #D7D7D7;
  background: #EEEEEE;
  padding-left: 10px;
  border-radius: 10px 10px 0 0;
  z-index: 10; }

span.wglo-clo {
  position: absolute;
  right: 10px;
  top: 10px;
  font-family: 'Helvetica';
  cursor: pointer;
  line-height: 1;
  z-index: 11; }

span.wglo-popup-cont {
  padding-top: 30px;
  float: left;
  text-align: left; }

span.wglohead {
  font-size: 20px;
  font-weight: bold;
  font-family: Helvetica-Light;
  font-style: italic; }

span.wglo-availability {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  font-family: Helvetica-Light; }

a.wglo-info {
  color: #02568A;
  font-size: 14px;
  font-weight: bold; }

.installation-serv {
  float: left;
  position: relative;
  width: 100%;
  margin-top: 20px;
  border: 1px solid #E4E4E4;
  background: #FFFFFF;
  display: none;
  padding-left: 10px;
  position: relative;
  /*perspective:2000px;
    transform-style:preserve-3d;*/ }

.installation-icon {
  float: left;
  width: 60px; }

.instl-data {
  float: left;
  width: calc(100% - 60px); }

.installation-popup > span:nth-child(2) {
  font-family: Helvetica-Light;
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  line-height: 2.3;
  border-bottom: 1px solid #D7D7D7;
  background: #EEEEEE;
  padding-left: 10px;
  border-radius: 10px 10px 0 0;
  z-index: 10; }

.installation-serv > div.installation-icon, .installation-serv > div.instl-data {
  display: flex;
  flex-direction: column; }

.installation-icon {
  background-image: url(https://cdn8.bigcommerce.com/s-twicn3dmhk/content/imgs/installation-icon.png);
  background-repeat: no-repeat;
  background-size: 50px;
  background-position: center; }

.instl-data > h2 {
  font-size: 24px;
  font-weight: bold;
  font-style: italic;
  padding: 0 15px;
  margin-bottom: 0;
  margin-top: 10px; }

.instl-data > span.vmore {
  font-size: 14px;
  font-weight: bold;
  color: #AD073D;
  margin-bottom: 10px;
  padding: 0 15px;
  cursor: pointer; }

ul.main-desc li {
  list-style: none;
  position: relative; }

ul.main-desc li:before {
  content: '';
  position: absolute;
  left: -20px;
  top: 7px;
  height: 15px;
  width: 15px;
  background-size: 100%;
  background-image: url("https://cdn8.bigcommerce.com/s-twicn3dmhk/content/imgs/mainde-right-sign.png");
  background-repeat: no-repeat;
  margin-right: 5px; }

.productView .halo_AddThisLink {
  float: left;
  width: 100.2%;
  text-align: left;
  padding: 20px 0;
  background: #F4F4F4;
  border: 1px solid #F4F4F4;
  margin-left: -1px;
  margin-right: -1px;
  border-top-color: #E4E4E4;
  border-bottom: none;
  margin-bottom: 0;
  margin-top: 0px; }

.lead-time {
  float: left;
  width: 100%;
  font-size: 1.45em;
  text-align: left; }

.lead-time > * {
  line-height: 1.2; }

.lead-time > dt {
  color: #00548B; }

.productView-image-wrap {
  border: none; }

.prinquest {
  position: absolute;
  bottom: 2px;
  right: 0; }

span.askus {
  font-size: 16px;
  background: #FFFFFF;
  padding: 5px 10px 5px 35px;
  border: 1px solid #D7D7D7;
  cursor: pointer;
  float: right;
  position: relative; }

span.askus:before {
  display: block;
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 30px;
  height: 100%;
  margin: auto;
  bottom: 0;
  background-image: url(https://cdn8.bigcommerce.com/s-twicn3dmhk/content/imgs/questionicon.png);
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #AD073D; }

span.printpage {
  position: relative;
  float: right;
  font-size: 16px;
  background: #FFFFFF;
  padding: 5px 10px;
  border: 1px solid #D7D7D7;
  padding-left: 35px;
  cursor: pointer;
  margin-right: 15px; }

span.printpage:before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 100%;
  margin: auto;
  bottom: 0;
  background-image: url(https://cdn8.bigcommerce.com/s-twicn3dmhk/content/imgs/printicon.png);
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #738A8D; }

article.productView-description .tabs-contents .tab-content {
  text-align: left; }

article.productView-description {
  float: left;
  width: 100%; }

article.productView-description .tabs-contents {
  padding: 10px 20px;
  border: 1px solid #E4E4E4;
  background: #FFFFFF; }

.productView-description ul.tabs {
  margin-bottom: 0; }

.productView-images .tabs li {
  width: auto; }

.productView-description ul.tabs li.tab.is-active a {
  color: #000000; }

.productView-description ul.tabs li.tab.is-active {
  border-color: #CBCBCB;
  border-top: 1px solid #CBCBCB; }

.halo_AddThisLink .addthis_button_google_plusone .google_plusone_iframe_widget {
  width: auto !important;
  padding: 0 2px !important; }

dl.productView-info {
  float: left;
  width: 100%; }

.reco-prods {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  background: #FFFFFF;
  padding: 0;
  border: 1px solid #E4E4E4;
  display: none; }

.reco-prods article.card .prod-image .actions a {
  color: #AD073D;
  position: relative;
  top: 5px; }

p.prodesc-head {
  font-family: Helvetica-Light;
  font-size: 18px;
  padding: 7px 20px;
  border-bottom: 1px solid #E6E6E6;
  float: left;
  width: 100%;
  margin-bottom: 0px; }

.profull-desc {
  background: #FFFFFF;
  text-align: left;
  border: 1px solid #E6E6E6;
  float: left;
  width: 100%; }

.full-desc > p:first-child {
  text-align: center;
  font-size: 20px;
  font-family: Helvetica-Light;
  color: #02568A;
  margin-bottom: 0px; }

.prodesc {
  padding: 10px 20px;
  float: left;
  width: 100%; }

.full-desc > * {
  float: left;
  width: 100%;
  font-size: 15px; }

.full-desc > h3, .full-desc > h2 {
  font-weight: bold;
  margin-top: 10px; }

.brandimg {
  float: left;
  width: 100%;
  margin: 20px 0;
  border: 1px solid #E4E4E4;
  background: #FFFFFF;
  display: none; }

.brandimg img.brand-logo-heading {
  border: none;
  margin: 20px 0;
  padding: 0;
  height: auto;
  cursor: pointer;
  width: 250px; }

.specs-table {
  float: left;
  width: 100%;
  text-align: left;
  background: #FFFFFF;
  border: 1px solid #E4E4E4;
  margin-bottom: 30px;
  margin-top: 20px; }

span.specs-mainhead {
  float: left;
  width: 100%;
  padding: 15px;
  font-size: 16px;
  font-weight: bold;
  font-family: Helvetica-Light;
  background-image: linear-gradient(to bottom, #FFFFFF 0, #E5E5E5 100%);
  border-bottom: 1px solid #E4E4E4; }

ul.specs-names, ul.specs-values {
  margin: 0;
  float: left;
  width: 50%;
  padding: 0; }

ul.specs-names li, ul.specs-values li {
  list-style: none;
  line-height: 2;
  font-size: 14px;
  border-bottom: 1px solid #E4E4E4;
  padding-left: 15px;
  color: #6D6D6D; }

ul.specs-names li:nth-child(even), ul.specs-values li:nth-child(even) {
  background: #F8F9F7; }

ul.specs-names li:last-child, ul.specs-values li:last-child {
  border: none; }

ul.specs-names {
  border-right: 1px solid #E4E4E4; }

.specs-table > table tr > td {
  width: 50%;
  list-style: none;
  line-height: 2;
  font-size: 14px;
  padding-left: 15px;
  color: #6D6D6D;
  padding-top: 3px;
  padding-bottom: 3px; }

.specs-table > table tr > td:first-child {
  border-right: 1px solid #E4E4E4;
  border-bottom: 1px solid #E4E4E4; }

.specs-table > table tr > td:last-child {
  border-bottom: 1px solid #E4E4E4; }

.specs-table > table {
  width: 100%; }

.specs-table > table tr:last-child > td {
  border-bottom: none; }

.specs-table > table tr:nth-child(even) {
  background-color: #F8F9F7; }

.specs-table > table tr:nth-child(odd) {
  background-color: #FFFFFF; }

.resources-cf {
  float: left;
  width: 100%;
  padding: 15px;
  border: 1px solid #E4E4E4;
  background: #FFFFFF;
  text-align: left;
  display: none; }

p.for-pdf {
  float: left;
  width: 100%; }

.resources-cf > h3 {
  margin-top: 0; }

.resources-cf > p > a {
  color: #02568A; }

.video-part {
  float: left;
  width: 100%; }

.pdf-part {
  float: left;
  width: 100%; }

img.pdf-icon {
  float: left;
  width: 35px;
  margin-right: 10px; }

.pdf-part > a {
  margin-bottom: 10px;
  float: left;
  display: none;
  line-height: 18px;
  font-weight: bold;
  width: 33.33%;
  text-align: center; }

body.page-type-product .reco-papa .reco-prods a.btnQV.hidden-xs.hidden-sm.hidden-md.quickview, body.page-type-product .reco-papa {
  display: none; }

.productView .productView-image-wrap figure.productView-image > a {
  width: 100%; }

.productView .productView-image-wrap figure.productView-image > a > img {
  width: 100%;
  max-width: 400px;
  margin-top: 0px; }

.proimgs-main div#product-photos > .slick-list {
  height: auto !important;
  max-height: 350px; }

p.subtotal {
  float: left;
  width: 100%;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: bold; }

span#subtl-val {
  font-weight: lighter; }

span.active_currency {
  margin-right: 3px;
  font-weight: lighter; }

span#savings {
  display: none; }

/*** Bulk pricing css start ***/
div#bulkPricingModal {
  display: inline-block;
  left: 0;
  top: 0 !important;
  transform: none;
  min-height: unset;
  width: 100%;
  height: max-content;
  position: relative;
  text-align: left;
  max-width: unset;
  visibility: visible;
  z-index: 1; }

div#bulkPricingModal .modal-content {
  padding: 0; }

div#bulkPricingModal .modal-content .modal-header {
  display: none; }

.productView-product > dl.productView-info {
  position: relative; }

div#bulkPricingModal .modal-content .modal-body > p {
  display: none; }

div#bulkPricingModal .modal-content .modal-body > table {
  width: 100%; }

div#bulkPricingModal .modal-content .modal-body > table > thead {
  font-size: 16px;
  font-family: 'Helvetica-Light';
  background-image: linear-gradient(to bottom, #FFFFFF 0, #E5E5E5 100%); }

div#bulkPricingModal .modal-content .modal-body > table > tbody {
  font-size: 14px; }

div#bulkPricingModal .modal-content .modal-body > table > thead > tr > th {
  padding: 5px 10px;
  border: 1px solid #D7D7D7; }

div#bulkPricingModal .modal-content .modal-body > table > tbody > tr > td {
  padding: 3px 10px;
  border: 1px solid #D7D7D7; }

div#bulkPricingModal .modal-content > .modal-body {
  padding: 15px;
  background: #F4F4F4; }

.bg-04 {
  background-color: rgba(0, 0, 0, 0.4); }

.color-fff {
  color: #FFFFFF; }

/*** end ***/
/*** product description css start ***/
img.left-img {
  float: left;
  width: 250px;
  margin-right: 20px; }

img.right-img {
  float: right;
  width: 250px;
  margin-left: 20px; }

.half-desc.left {
  float: left;
  width: 50%;
  padding-right: 15px; }

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

.half-desc.right {
  float: right;
  width: 50%;
  padding-left: 15px; }

.half-desc img {
  display: inline-block; }

.half-desc h2 {
  float: left;
  width: 100%;
  text-align: left; }

.half-desc h3 {
  float: left;
  width: 100%;
  text-align: left;
  margin: 0;
  margin-bottom: 15px; }

.half-desc p {
  float: left;
  width: 100%;
  text-align: left;
  margin-top: 15px; }

/*** end ***/
/*** Product carousel slider css start ***/
.productView .productView-thumbnails {
  padding: 0;
  float: left;
  padding: 30px 0;
  padding-top: 20px;
  width: 12.25%;
  margin-left: 15px; }

.productView .productView-image-wrap {
  float: right;
  width: calc(86% - 15px); }

.productView .productView-thumbnails .productView-thumbnail a {
  display: block; }

#product-photos .slick-vertical .slick-slide {
  width: 100% !important; }

#product-photos button.slick-prev.slick-arrow {
  width: 100%;
  top: 10px;
  left: 0; }

#product-photos button.slick-next.slick-arrow {
  width: 100%;
  bottom: -10px;
  top: unset;
  left: 0; }

#product-photos .slick-next:before, .slick-prev:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.slick-prev:before {
  background-image: url(https://cdn8.bigcommerce.com/s-twicn3dmhk/content/imgs/up-arrow.png);
  background-size: auto 70%;
  background-position: center center;
  background-repeat: no-repeat; }

.slick-next:before {
  background-image: url(https://cdn8.bigcommerce.com/s-twicn3dmhk/content/imgs/down-arrow.png);
  background-size: auto 70%;
  background-position: center center;
  background-repeat: no-repeat; }

.reco-prods .slick-prev, .reco-prods .slick-next {
  transform: rotateZ(-90deg);
  box-sizing: content-box;
  height: 17px;
  width: 15px; }

.reco-prods .slick-next {
  left: auto;
  right: 5px;
  top: -27px;
  padding: 0; }

.reco-prods .slick-prev {
  z-index: 1;
  left: auto;
  right: 30px;
  top: -27px;
  padding: 0; }

.reco-prods .slick-next:before, .slick-prev:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.reco-prods .prod-summary, .reco-prods span.price.price--rrp, .reco-prods .sale-badge, .reco-prods .star-rating, .reco-prods .btn-compare, .reco-prods a.btnWL.hidden-xs.hidden-sm.hidden-md, .reco-prods .actions {
  display: none; }

.reco-prods .slick-list .prod-image:hover .actions {
  display: block; }

.reco-prods .prod-image {
  width: 40%;
  float: left; }

.reco-prods figcaption.prod-desc {
  float: left;
  width: 60%;
  text-align: left;
  padding-left: 10px;
  margin: 0; }

.reco-prods article.card {
  margin: 0 !important;
  float: left;
  width: 100%;
  padding: 10px; }

.reco-prods h4.prod-name {
  margin: 0;
  font-size: 13px;
  color: #6D6D6D;
  font-family: Helvetica-Light; }

.reco-prods h4.prod-name a {
  max-height: 100px;
  overflow: auto;
  height: auto;
  float: left;
  min-height: 80px; }

.reco-prods .slick-slide > div > div {
  padding: 10px; }

.reco-prods span.price.price--withoutTax {
  font-size: 16px;
  color: #AD073D;
  font-weight: bold;
  margin: 10px 0;
  float: left;
  font-family: Helvetica-Light; }

.reco-prods a.btn.btn-alt.btnATC {
  font-family: Helvetica-Light;
  font-size: 15px;
  color: #FFFFFF;
  background: #AD073D;
  border: none;
  font-weight: lighter;
  min-width: unset;
  width: max-content; }

p.reco-prod-head {
  float: left;
  width: 100%;
  text-align: left;
  font-size: 18px;
  margin-bottom: 0;
  padding-bottom: 5px;
  background: #FFFFFF;
  border: 1px solid #E6E6E6;
  border-bottom: none;
  padding-left: 20px;
  padding-top: 5px;
  font-family: Helvetica-Light; }

div#relatedProducts h3.module-heading span {
  font-family: Helvetica-Light;
  float: left;
  font-size: 18px;
  margin-top: -5px; }

div#relatedProducts .owl-stage .prod-item .prod-image {
  margin-bottom: 5px 10px;
  height: 165px; }

div#relatedProducts .owl-stage .prod-item .prod-desc h4.prod-name a {
  font-size: 14px;
  color: #6D6D6D;
  font-family: Helvetica-Light; }

div#relatedProducts .owl-stage .prod-item span.price.price--withoutTax {
  color: #AD073D;
  font-family: Helvetica-Light;
  font-size: 16px; }

div#relatedProducts h3.module-heading {
  margin-bottom: 15px;
  padding-left: 20px;
  font-weight: lighter;
  background: transparent; }

div#relatedProducts {
  background: #FFFFFF;
  width: calc(73.4% - 15px);
  margin-bottom: 20px; }

.reco-prods .slick-track {
  display: flex; }

.reco-prods .slick-slide {
  height: auto;
  border-right: 1px solid #E4E4E4; }

div#relatedProducts .productCarousel .owl-item .prod-item {
  border: none;
  border-right: 1px solid #E4E4E4;
  border-top: 1px solid #E4E4E4; }

div#relatedProducts .productCarousel .owl-item .prod-item a.btn.btn-alt.btnATC, div#relatedProducts .productCarousel .owl-item .prod-item .star-rating, div#relatedProducts .productCarousel .owl-item .prod-item span.price.price--rrp {
  display: none; }

div#relatedProducts .productCarousel .owl-item .prod-item {
  text-align: left; }

div#relatedProducts .owl-stage, div#relatedProducts .owl-carousel .owl-item {
  display: flex; }

div#relatedProducts .owl-stage .prod-item .prod-desc h4.prod-name a {
  font-size: 14px;
  color: #6D6D6D;
  font-family: Helvetica-Light; }

div#relatedProducts .owl-stage .prod-item span.price.price--withoutTax {
  color: #AD073D;
  font-family: Helvetica-Light;
  font-size: 16px; }

.productView [data-cart-item-add] > button:hover, .midfooteach-container .footeach-data input[type=submit].exp-btn:hover, .reco-prods a.btn.btn-alt.btnATC:hover, #footerSubcribeForm .form-wrap .btn:hover {
  background: #00548B; }

.proreviews-main {
  float: left;
  width: calc(73.4% - 15px);
  text-align: left;
  background: #FFFFFF;
  margin-bottom: 20px;
  border: 1px solid #E6E6E6; }

p.proreviews-head {
  margin-bottom: 0;
  font-size: 18px;
  padding: 7px 20px;
  border-bottom: 1px solid #E6E6E6; }

div#relatedProducts h3.module-heading {
  text-transform: none; }

.owl-nav .owl-prev > span {
  background-image: url(https://cdn8.bigcommerce.com/s-twicn3dmhk/content/imgs/up-arrow.png);
  width: 15px;
  height: 17px;
  font-size: 0;
  position: relative;
  float: left;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transform: rotateZ(-90deg); }

.owl-nav .owl-next > span {
  background-image: url(https://cdn8.bigcommerce.com/s-twicn3dmhk/content/imgs/down-arrow.png);
  width: 15px;
  height: 17px;
  font-size: 0;
  position: relative;
  float: left;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transform: rotateZ(-90deg); }

#relatedProducts .owl-nav {
  top: 13px;
  right: 0; }

.proreviews {
  padding: 20px; }

.proreviews a.btn.btn-primary {
  background: #AD073D;
  font-family: Helvetica-Light;
  font-size: 15px;
  font-weight: lighter; }

.proreviews a.btn.btn-primary:hover {
  background: #00548B; }

.proreviews h5.productReview-title {
  color: #AD073D !important;
  font-family: Helvetica-Light !important;
  font-size: 16px !important; }

ul.specs-names li:nth-child(even), ul.specs-values li:nth-child(even) {
  background: #F8F9F7; }

.qnans {
  float: left;
  width: calc(73.4% - 15px);
  margin-bottom: 20px;
  background: #FFFFFF;
  border: 1px solid #E4E4E4;
  padding: 0 20px;
  padding-bottom: 15px; }

h3.qnas-heading {
  text-align: left;
  float: left;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 20px;
  font-family: Helvetica-Light;
  font-weight: bold;
  color: #02568A; }

span.askit {
  float: right;
  font-size: 17px;
  margin: 10px 0;
  padding: 5px 10px;
  background-image: linear-gradient(to bottom, #008DD4 0, #00548B 100%);
  color: #FFFFFF;
  font-family: Helvetica-Light;
  cursor: pointer; }

span.askit:hover {
  background-image: linear-gradient(to bottom, #00548B 0, #008DD4 100%); }

.qnas-data {
  float: left;
  width: 100%;
  text-align: left;
  position: relative;
  user-select: none; }

span.quests {
  float: left;
  width: 100%;
  position: relative;
  font-size: 16px;
  line-height: 1;
  background-image: linear-gradient(to bottom, #FFFFFF 0, #E5E5E5 100%);
  border: 1px solid #E4E4E4;
  padding-left: 15px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Helvetica-Light;
  font-weight: bold;
  cursor: pointer; }

span.answers {
  position: relative;
  float: left;
  width: 100%;
  padding: 0 15px;
  background-image: linear-gradient(to bottom, #FFFFFF 0, #E5E5E5 100%);
  font-size: 14px;
  font-family: Helvetica-Light;
  height: 0;
  overflow: hidden; }

span.quests .dnaro {
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 15px;
  height: 15px;
  background-image: url("https://cdn8.bigcommerce.com/s-twicn3dmhk/content/imgs/down-arrow.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer; }

.productView-thumbnail.videos > svg {
  position: absolute;
  width: 40px;
  height: 40px;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 2.7;
  cursor: pointer;
  fill: red; }

/*** end ***/
/*** Kudos buzz widget css start ***/
div#kudobuzz_product_reviews_widget {
  width: calc(73.4% - 15px);
  float: left;
  clear: left;
  background: #FFFFFF;
  border: 1px solid #E4E4E4;
  margin-bottom: 20px; }

#kudobuzz_product_review_form_widget .kudobuzz_product_review_form_widget_modal_bdyupper_level .kudobuzz_product_review_form_widget_btn {
  margin-bottom: 0 !important;
  margin-top: 10px;
  background-image: linear-gradient(to bottom, #00548B 0, #008DD4 100%); }

#kudobuzz_product_review_form_widget .kudobuzz_product_review_form_widget_modal_bdyupper_level .kudobuzz_product_review_form_widget_btn:hover {
  background-image: linear-gradient(to bottom, #008DD4 0, #00548B 100%); }

#kudobuzz_neptune_widget #kudobuzz_neptune_widget_l_btn,
#kudobuzz_neptune_widget #kudobuzz_neptune_widget_modal .kudobuzz_neptune_widget_inner .kudobuzz_neptune_widget_modal_block .kudobuzz_neptune_widget_modal_header,
#kudobuzz_neptune_widget .kudobuzz_widget_reviewer_frtletter {
  background-color: #AD073D !important; }

a#kudobuzz_neptune_widget_l_btn {
  display: none !important; }

#kudobuzz_neptune_widget #kudobuzz_neptune_widget_l_btn,
#kudobuzz_neptune_widget #kudobuzz_neptune_widget_modal .kudobuzz_neptune_widget_inner .kudobuzz_neptune_widget_modal_block .kudobuzz_neptune_widget_modal_header,
#kudobuzz_neptune_widget .kudobuzz_widget_reviewer_frtletter {
  background-color: #AD073D !important; }

#kudobuzz_neptune_widget .kudobuzz_neptune_widget_modal_bdyupper_level .kudobuzz_neptune_widget_btn {
  background-color: #AD073D !important;
  border-color: #AD073D !important; }

#kudobuzz_neptune_widget .kudobuzz_widget_tabs nav a {
  box-shadow: #AD073D 0 -2px inset; }

#kudobuzz_product_review_form_widget .kudobuzz_widget_review_summary ul.kudobuzz_widget_review_summary_ul {
  display: flex !important;
  flex-direction: row;
  align-items: center;
  width: 100% !important; }

#kudobuzz_product_review_form_widget .kudobuzz_widget_review_summary ul.kudobuzz_widget_review_summary_ul li.kudobuzz_widget_review_summary_li:last-child {
  display: block !important; }

#kudobuzz_product_review_form_widget .kudobuzz_widget_review_summary ul.kudobuzz_widget_review_summary_ul li.kudobuzz_widget_review_summary_li, #kudobuzz_product_review_form_widget .kudobuzz_product_review_form_widget_modal_pright, #kudobuzz_product_review_form_widget .kudobuzz_product_review_form_widget_modal_pright > ul {
  width: 100%; }

.kudobuzz_product_review_form_widget_cover {
  width: 100% !important;
  text-align: center !important; }

#kudobuzz_product_review_form_widget .kudobuzz_product_review_form_widget_modal_pright > ul > li {
  width: 50% !important;
  float: left !important;
  padding: 0 !important; }

#kudobuzz_product_review_form_widget .kudobuzz_product_review_form_widget_modal_pright > ul > li > a {
  width: 180px !important; }

#kudobuzz_product_review_form_widget #kudobuzz_prv_widget_nav, #kudobuzz_product_review_form_widget .kudobuzz_widget_review_summary, .kudobuzz_product_review_form_widget_modal_body .kudobuzz_product_review_form_widget_modal_bdyupper_level, .kudobuzz_product_review_form_widget_modal_block .kudobuzz_product_review_form_widget_modal_body, .kudobuzz_product_review_form_widget_modal_block, #kudobuzz_product_review_form_widget .kudobuzz_prv_widget_tab_review_content, .kudobuzz_widget_site_review_unit > div, #kudobuzz_product_review_form_widget .kudobuzz_product_review_form_widget_list > section, #kudobuzz_product_review_form_widget #kudobuzz_prv_widget_nav, #kudobuzz_product_review_form_widget .kudobuzz_product_review_form_widget_list > section .kudobuzz_widget_tabs, #kudobuzz_product_review_form_widget .kudobuzz_widget_site_review_unit_content_header, header.kudobuzz_widget_site_review_unit_content_header .kudobuzz_product_review_form_widget_modal_pleft {
  float: left !important;
  width: 100% !important; }

#kudobuzz_product_review_form_widget .kudobuzz_prv_widget_tab_review_content section.kudobuzz_prv_widget_tab_review_current_content, #kudobuzz_product_review_form_widget ul > li > div {
  padding-top: 0 !important; }

#kudobuzz_product_review_form_widget .kudobuzz_prv_widget_tab_review_content section {
  max-width: 400px !important;
  float: left !important;
  width: 100% !important; }

#kudobuzz_product_review_form_widget .kudobuzz_product_review_form_widget_modal_bdylower_level_inner {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important; }

header.kudobuzz_widget_site_review_unit_content_header .kudobuzz_product_review_form_widget_modal_pright {
  text-align: left;
  margin-top: 5px !important;
  float: left !important; }

#kudobuzz_product_review_form_widget .kudobuzz_widget_site_review_unit_content {
  width: calc(100% - 50px) !important;
  padding-top: 18px !important; }

#kudobuzz_product_review_form_widget .kudobuzz_product_review_form_widget_modal_form form > .form-group {
  width: 100%;
  margin: auto;
  text-align: left;
  max-width: 450px; }

a#anchorSumitQuestions, a#anchorSumitReviews {
  width: 100%;
  max-width: 450px;
  margin: auto;
  float: none !important; }

/*** end ***/
/********** end **********/
/********** Product listing page css start **********/
body.page-type-category .body .container_page .container {
  display: none; }

body.page-type-category div#isp_search_result_page {
  max-width: 1320px;
  width: 100%;
  margin: auto;
  padding: 0 20px; }

body.page-type-category .container_page {
  background: #F4F4F4; }

body.page-type-category div#isp_search_result_page_container {
  background: transparent; }

body.page-type-category .container_page > div#breadcrumbs-wrapper {
  width: 100%;
  position: relative;
  margin: auto;
  max-width: 1320px;
  padding: 0 20px; }

body.page-type-category .container_page > div#breadcrumbs-wrapper ul.breadcrumbs {
  margin: 0;
  padding: 10px 0; }

div#breadcrumbs-wrapper ul.breadcrumbs .breadcrumb::before {
  content: '|'; }

body.page-type-category .container_page > div#breadcrumbs-wrapper > span {
  float: left;
  line-height: 1;
  font-size: 32px;
  font-family: Gotham-Bold;
  text-transform: capitalize;
  padding-bottom: 10px;
  font-weight: bold;
  width: 100%;
  text-align: left; }

body.page-type-category .container_page > div#breadcrumbs-wrapper > h1 {
  float: left;
  width: 100%;
  text-align: left;
  margin-top: 0;
  font-size: 16px; }

body.page-type-category .container_page > div#breadcrumbs-wrapper .breadcrumbs .breadcrumb a, body.page-type-category .container_page > div#breadcrumbs-wrapper .breadcrumbs .breadcrumb span {
  font-weight: bold;
  font-family: Helvetica-Light;
  color: #4F4F4F; }

body.page-type-category #isp_search_result_page_container div.isp_results_summary_wrapper span#isp_header_subtitle {
  display: none; }

body.page-type-category #isp_search_result_page_container .isp_center_container_header div.isp_sorting_and_result_view_wrapper {
  float: right;
  display: flex;
  margin-right: 15px; }

body.page-type-category #isp_search_result_page_container .isp_center_container_header .isp_results_summary_wrapper {
  float: left; }

body.page-type-category .isp_sorting_and_result_view_wrapper ul#isp_search_res_sorting_menu {
  float: left;
  order: 2; }

body.page-type-category #isp_search_result_page_container div.isp_search_res_view_type {
  float: left;
  line-height: 20px;
  order: 1;
  display: block; }

body.page-type-category .isp_sorting_and_result_view_wrapper .isp_search_res_view_type a#isp_mode_grid {
  width: auto;
  margin-right: 5px;
  display: inline-block;
  background-image: linear-gradient(to bottom, #E5E5E5 0, #FFFFFF 100%);
  padding: 5px;
  box-shadow: 0px 0px 1px #000000; }

body.page-type-category .isp_sorting_and_result_view_wrapper .isp_search_res_view_type a#isp_mode_list {
  width: auto;
  margin-right: 10px;
  display: inline-block;
  background-image: linear-gradient(to bottom, #E5E5E5 0, #FFFFFF 100%);
  padding: 5px;
  box-shadow: 0px 0px 1px #000000; }

body.page-type-category .isp_sorting_and_result_view_wrapper #isp_search_res_sorting_menu > li#search_res_sorting_title {
  text-transform: uppercase;
  font-weight: bold;
  font-family: Helvetica;
  font-size: 12px;
  float: left;
  line-height: 30px;
  margin-right: 10px !important;
  color: #000000; }

body.page-type-category .isp_sorting_and_result_view_wrapper #isp_search_res_sorting_menu > li > a span#sorting_chosen_name {
  font-size: 14px;
  float: left;
  margin-left: 5px;
  border-right: 1px solid #CCCCCC !important;
  padding-right: 5px;
  color: #000000; }

body.page-type-category .isp_sorting_and_result_view_wrapper #isp_search_res_sorting_menu > li > a > .caret {
  float: right !important;
  height: auto !important;
  width: 15px !important;
  border-top: 7px solid #000000 !important;
  border-right: 7px solid transparent !important;
  border-left: 7px solid transparent !important;
  margin-top: 8px !important;
  margin-right: 5px !important; }

body.page-type-category .isp_sorting_and_result_view_wrapper #isp_search_res_sorting_menu > li {
  float: left; }

body.page-type-category .isp_sorting_and_result_view_wrapper #isp_search_res_sorting_menu > li > a > .caret:before {
  width: 100%;
  height: 100%; }

body.page-type-category .isp_sorting_and_result_view_wrapper #isp_search_res_sorting_menu > li#isp_sorting_drop_container {
  border: 1px solid #CCCCCC !important;
  background: #FFFFFF; }

body.page-type-category .isp_sorting_and_result_view_wrapper #isp_search_res_sorting_menu > li > a.dropdown-toggle-isp {
  border: none;
  line-height: 25px;
  height: 25px;
  min-width: 105px;
  width: auto; }

button.isp_custom_price_submit {
  background-image: linear-gradient(to bottom, #008DD4 0, #00548B 100%);
  color: #FFFFFF !important; }

body.page-type-category #isp_search_result_page_container div.isp_center_container_position {
  padding-top: 0 !important;
  margin-left: 17% !important; }

body.page-type-category #isp_left_container .isp_facet_value a div.isp_facet_check_box_icon.isp_facet_check_box_icon_checked {
  background-color: transparent; }

body.page-type-category .isp_facet_check_box_icon_checked:after {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://cdn8.bigcommerce.com/s-twicn3dmhk/content/imgs/right.png");
  background-size: cover;
  background-repeat: no-repeat; }

body.page-type-category .isp_facet_check_box_icon {
  position: relative; }

body.page-type-category #isp_search_result_page_container div.isp_center_container_header {
  padding-top: 10px;
  background-image: linear-gradient(to bottom, #FFFFFF 0, #E5E5E5 100%);
  border: 1px solid #E4E4E4; }

body.page-type-category .filter-head {
  float: left;
  width: 100%;
  height: 50px;
  background-image: linear-gradient(to bottom, #D8DAD9 0, #A9AAAC 100%);
  border-right: 1px solid #9A9A9A;
  position: relative; }

body.page-type-category #isp_search_result_page_container div#isp_left_container_facets {
  float: left;
  margin-top: 0px;
  padding-left: 0px;
  margin-bottom: 0px; }

body.page-type-category :not(.horizontal) .isp_facet_title:not(.isp_sellable_only_title) {
  background-size: 25px;
  background-position: 95% center; }

body.page-type-category #isp_search_result_page_container div.isp_left_container {
  padding: 0 !important;
  background: #FFFFFF;
  border: none; }

body.page-type-category div.isp_center_container ul#isp_search_results_container li.isp_grid_product:nth-child(5n) {
  border-right: 1px solid #E4E4E4; }

body.page-type-category .filter-head span {
  float: left;
  width: 100%;
  padding-left: 10px;
  line-height: 50px;
  font-weight: bold;
  font-family: Helvetica;
  color: #000000; }

body.page-type-category .filter-head:after {
  display: block;
  content: "\f053";
  position: absolute;
  right: 10px;
  line-height: 50px;
  font-family: FontAwesome;
  width: 20px;
  text-align: center;
  cursor: pointer; }

body.page-type-category li.isp_grid_product form.isp_add_to_cart_form {
  display: block;
  box-shadow: none;
  border-bottom: none;
  position: absolute;
  bottom: 0; }

body.page-type-category div.isp_center_container ul#isp_search_results_container li.isp_grid_product {
  width: 20%;
  border: 1px solid #E4E4E4;
  margin: 0;
  border-bottom: none;
  border-right: none;
  height: 430px;
  background: #FFFFFF; }

body.page-type-category li.isp_grid_product div.isp_product_info .isp_product_title {
  font-family: Helvetica;
  font-size: 14px;
  font-weight: bold;
  color: #00548B; }

body.page-type-category li.isp_grid_product div.isp_product_info .isp_product_price_wrapper span.isp_product_price.money {
  color: #AD073D;
  font-size: 16px !important;
  font-family: Helvetica; }

#isp_search_result_page_container span.isp_facet_value_name_not_selected span.isp_product_price.money, .isp_single_facet_wrapper.isp_facet_brand .isp_facet_value_name > span {
  font-size: 13px !important;
  font-weight: lighter; }

body.page-type-category li.isp_grid_product input[type=submit].isp_add_to_cart_btn {
  background-image: linear-gradient(to bottom, #008DD4 0, #00548B 100%);
  border: none;
  border-radius: 10px;
  color: #FFFFFF; }

body.page-type-category li.isp_grid_product input[type=submit].isp_add_to_cart_btn:hover {
  background: #AD073D;
  border-color: #AD073D; }

body.page-type-category #isp_left_container_facets .isp_search_res_facets_container .isp_facet_value {
  padding-left: 16px; }

body.page-type-category #isp_left_container_facets .isp_search_res_facets_container {
  float: left;
  width: 100%;
  background: #F4F4F4; }

span.clear-all {
  float: left;
  width: 100%;
  font-size: 16px;
  padding: 10px 15px;
  background: #EEEEEE;
  cursor: pointer; }

#isp_left_container_facets .isp_search_res_facets_container .isp_facet_value a {
  line-height: 1.5;
  text-indent: -15px; }

body.page-type-category #isp_left_container_facets .isp_search_res_facets_container .isp_single_facet_wrapper .isp_facet_title {
  border: none;
  padding: 0;
  float: left;
  width: 100%;
  padding-left: 5px;
  background-color: #E4E4E4;
  margin-bottom: 15px; }

#isp_left_container_facets .isp_facet_value a .isp_facet_value_name .isp_facet_value_name_not_selected {
  font-size: 13px;
  font-weight: lighter; }

body.page-type-category #isp_left_container_facets .isp_search_res_facets_container .isp_single_facet_wrapper:first-child .isp_facet_title {
  border-top: none; }

body.page-type-category #isp_left_container_facets div.isp_single_facet_wrapper span.isp_facet_narrowed_by_category, body.page-type-category #isp_left_container_facets .isp_custom_price_container {
  padding-left: 25px; }

body.page-type-category #isp_left_container_facets div.isp_single_facet_wrapper span.isp_facet_narrowed_by_category {
  float: left;
  font-size: 12px;
  font-weight: normal; }

body.page-type-category #isp_left_container_facets .isp_search_res_facets_container .isp_single_facet_wrapper .isp_facet_prev_category {
  padding-left: 10px; }

body.page-type-category #isp_left_container_facets .isp_search_res_facets_container .isp_single_facet_wrapper .isp_facet_prev_category > a {
  font-size: 15px; }

body.page-type-category .isp_single_facet_wrapper .isp_facet_title .isp_facet_title_name {
  width: 100%;
  padding: 10px 0px 10px 10px;
  float: left;
  background: none;
  font-size: 1.3em !important; }

body.page-type-category .isp_custom_price_container input.isp_custom_price_input[type=text] {
  font-size: 1.1rem;
  width: auto;
  max-width: 25%; }

body.page-type-category #isp_left_container_facets .isp_search_res_facets_container .isp_single_facet_wrapper {
  border: none;
  margin-right: 0px;
  margin-bottom: 5px !important;
  background: #FFFFFF;
  border: 1px solid #E4E4E4; }

body.page-type-category #isp_left_container_facets .isp_search_res_facets_container .isp_single_facet_wrapper:hover {
  transition: 0.2s all;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4); }

body.page-type-category #isp_left_container_facets .isp_search_res_facets_container .isp_facet_value, body.page-type-category #isp_left_container_facets .isp_custom_price_container {
  padding-left: 10px; }

body.page-type-category #isp_left_container_facets .isp_search_res_facets_container .isp_single_facet_wrapper.collapsed {
  max-height: 2.9em !important; }

.isp_sorting_and_result_view_wrapper #isp_search_res_sorting_menu > li > .dropdown-menu {
  min-width: 165px; }

body.page-type-category #isp_search_result_page_container .isp_product_image_wrapper > a > img {
  padding: 0px; }

body.page-type-category #isp_left_container_facets .isp_custom_price_container, body.page-type-category #isp_left_container_facets .isp_search_res_facets_container .isp_facet_value, body.page-type-category #isp_left_container_facets div.isp_single_facet_wrapper span.isp_facet_narrowed_by_category {
  width: 100%; }

body.page-type-category .isp_single_facet_wrapper .isp_facet_title .isp_facet_title_name {
  padding-right: 30px; }

body.page-type-category #isp_left_container_facets .isp_search_res_facets_container .isp_facet_show_hide_values {
  padding-left: 15px; }

body.page-type-category div.isp_product_review {
  width: 100% !important;
  float: left;
  text-align: left !important; }

.catdesc_holder {
  float: left;
  width: 100%;
  background: #FFFFFF;
  padding: 0 20px; }

body.page-type-category #isp_left_container_facets .isp_search_res_facets_container .isp_single_facet_wrapper:last-child {
  margin-bottom: 0 !important; }

body.page-type-category.isp_quick_view_hide_overflow .isp_quick_view_add_to_cart_form input.isp_quick_view_add_to_cart_btn {
  background-image: linear-gradient(to bottom, #008DD4 0, #00548B 100%);
  color: #FFFFFF; }

/********** end **********/
/********** Category listing page css start **********/
.container.catlist {
  max-width: 1320px;
  padding: 0 20px;
  display: block !important; }

.container.catlist .page aside#faceted-search-container {
  display: none; }

.container.catlist .page main#product-listing-container {
  width: 100%;
  display: block; }

.container.catlist .page > .row {
  margin: 0; }

.catlist-header {
  float: left;
  width: 100%;
  height: 255px;
  background-size: cover;
  background-position: center;
  position: relative;
  margin-bottom: 35px; }

.catlist-header h1.page-heading {
  position: absolute;
  width: 100%;
  bottom: 0;
  margin: 0;
  padding: 20px;
  padding-top: 80px;
  color: #FFFFFF;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #101010 100%);
  font-size: 45px;
  font-family: Gotham-Bold;
  text-transform: uppercase;
  line-height: 1; }

.container.catlist li.breadcrumb.is-active > span.breadcrumb-label {
  font-size: 16px;
  font-family: 'Helvetica-Light';
  color: #00548B; }

.container.catlist li.breadcrumb > a.breadcrumb-label {
  font-size: 16px;
  font-family: 'Helvetica-Light';
  color: #333333; }

.container.catlist div#breadcrumbs-wrapper > ul.breadcrumbs {
  margin-top: 10px !important; }

.container.catlist .page main#product-listing-container .each-subcat {
  float: left;
  width: calc(20% - 24px);
  margin: 0 12px;
  height: 289px;
  margin-bottom: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  position: sticky;
  transition: 0.1s all;
  cursor: pointer; }

.container.catlist .page main#product-listing-container .each-subcat:hover {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); }

.container.catlist .page main#product-listing-container .each-subcat:nth-child(5n-4) {
  margin-left: 0;
  width: calc(20% - 12px); }

.container.catlist .page main#product-listing-container .each-subcat:nth-child(5n) {
  margin-right: 0;
  width: calc(20% - 12px); }

.container.catlist .page main#product-listing-container .each-subcat > a {
  font-size: 20px;
  font-family: Gotham-Bold;
  text-transform: Title;
  background: #F4F4F4;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 1.2;
  padding: 6px;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical; }

.container.catlist .all-subcats .each-subcat {
  float: left;
  width: calc(20% - 24px);
  margin: 12px;
  min-height: 260px;
  max-height: 260px;
  height: 260px; }

.container.catlist .all-subcats .each-subcat:nth-child(5n-4) {
  margin-left: 0;
  width: calc(20% - 12px); }

.container.catlist .all-subcats .each-subcat:nth-child(5n) {
  width: calc(20% - 12px);
  margin-right: 0; }

.container.catlist .all-subcats .each-subcat {
  float: left;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  border: 1px solid #D7D7D7; }

.container.catlist .all-subcats .each-subcat span {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  background: #FFFFFF;
  font-size: 20px;
  font-family: 'Gotham-Black';
  line-height: 2.5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 20px; }

.container.catlist .all-subcats .each-subcat img {
  height: auto;
  width: max-content;
  position: absolute;
  left: 0;
  top: 0; }

.container.catlist .all-subcats {
  float: left;
  width: calc(100% + 40px);
  margin: 20px -20px; }

.container.catlist .main-tabs .tabs-contents {
  width: 100%;
  top: 100%; }

.container.catlist .tabs-each .tabs-head {
  float: left;
  width: auto;
  padding: 2px 10px 0 10px;
  cursor: pointer;
  border: 1px solid #D7D7D7;
  background-image: linear-gradient(to bottom, #FFFFFF 0, #E5E5E5 100%); }

.container.catlist .tabs-each .tabs-head.active {
  padding: 0 10px; }

.container.catlist .tabs-each .tabs-head > h2 {
  margin-top: 9px;
  font-size: 16px;
  color: #02568A; }

.container.catlist .tabs-each {
  float: left;
  width: auto; }

.container.catlist .main-tabs .tabs-content {
  float: left;
  width: 100%;
  text-align: left;
  background: #FFFFFF;
  padding: 20px;
  border: 1px solid #D7D7D7; }

.container.catlist .main-tabs .tabs-content .each-cont h3 {
  margin-top: 0; }

.container.catlist .tabs-head.is-active {
  background: #FFFFFF;
  border-top: 3px solid #AD073D;
  padding: 0 10px; }

.container.catlist .tabs-head.is-active h2 {
  color: #AD073D;
  font-weight: bold; }

.container.catlist .main-tabs .tabs-content .each-cont.is-active {
  display: block; }

.container.catlist .main-tabs .tabs-content .each-cont {
  display: none; }

.container.catlist .page > .row main#product-listing-container .halo-category-description {
  float: left;
  width: 100%; }

.container.catlist .main-headback {
  float: left;
  position: relative;
  width: 100%;
  height: 255px;
  background-size: cover;
  background-position: center center;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 30px; }

/********** end **********/
/********** Search listing page css start **********/
body.page-type-search .body {
  background: #F4F4F4;
  padding-bottom: 30px; }

body.page-type-search .body .container_page {
  max-width: 1320px;
  padding: 0 20px; }

body.page-type-search .body .container_page .container {
  padding: 0 20px;
  background: #FFFFFF; }

body.page-type-page .body {
  background: #F4F4F4; }

body.page-type-page .body .container_page {
  max-width: 1320px;
  padding: 0 20px; }

body.page-type-page .body .container_page .container {
  background: #FFFFFF;
  padding: 0 20px; }

div#isp_search_result_page {
  max-width: 1320px;
  width: 100%;
  margin: auto;
  padding: 0 20px; }

div#isp_search_result_page_container {
  background: #F4F4F4; }

#isp_search_result_page_container div.isp_results_summary_wrapper span#isp_header_subtitle {
  display: none; }

#isp_search_result_page_container .isp_center_container_header div.isp_sorting_and_result_view_wrapper {
  float: left;
  display: flex;
  margin-right: 15px; }

.isp_sorting_and_result_view_wrapper ul#isp_search_res_sorting_menu {
  float: left;
  order: 2; }

#isp_search_result_page_container div.isp_search_res_view_type {
  float: left;
  line-height: 20px;
  order: 1;
  display: block; }

.isp_sorting_and_result_view_wrapper .isp_search_res_view_type a#isp_mode_grid {
  width: auto;
  margin-right: 5px;
  display: inline-block;
  background-image: linear-gradient(to bottom, #E5E5E5 0, #FFFFFF 100%);
  padding: 5px;
  box-shadow: 0px 0px 1px #000000; }

.isp_sorting_and_result_view_wrapper .isp_search_res_view_type a#isp_mode_list {
  width: auto;
  margin-right: 10px;
  display: inline-block;
  background-image: linear-gradient(to bottom, #E5E5E5 0, #FFFFFF 100%);
  padding: 5px;
  box-shadow: 0px 0px 1px #000000; }

.isp_sorting_and_result_view_wrapper #isp_search_res_sorting_menu > li#search_res_sorting_title {
  text-transform: uppercase;
  font-weight: bold;
  font-family: Helvetica;
  font-size: 12px;
  float: left;
  line-height: 30px;
  margin-right: 10px !important;
  color: #000000; }

.isp_sorting_and_result_view_wrapper #isp_search_res_sorting_menu > li > a span#sorting_chosen_name {
  font-size: 14px;
  float: left;
  margin-left: 5px;
  border-right: 1px solid #CCCCCC !important;
  padding-right: 5px;
  color: #000000; }

.isp_sorting_and_result_view_wrapper #isp_search_res_sorting_menu > li > a > .caret {
  float: right !important;
  height: auto !important;
  width: 15px !important;
  border-top: 7px solid #000000 !important;
  border-right: 7px solid transparent !important;
  border-left: 7px solid transparent !important;
  margin-top: 8px !important;
  margin-right: 5px !important; }

.isp_sorting_and_result_view_wrapper #isp_search_res_sorting_menu > li {
  float: left; }

.isp_sorting_and_result_view_wrapper #isp_search_res_sorting_menu > li > a > .caret:before {
  width: 100%;
  height: 100%; }

.isp_sorting_and_result_view_wrapper #isp_search_res_sorting_menu > li#isp_sorting_drop_container {
  border: 1px solid #CCCCCC !important;
  background: #FFFFFF; }

.isp_sorting_and_result_view_wrapper #isp_search_res_sorting_menu > li > a.dropdown-toggle-isp {
  border: none;
  line-height: 25px;
  height: 25px;
  min-width: 105px;
  width: auto; }

#isp_search_result_page_container div.isp_center_container_position {
  padding-top: 0 !important;
  margin-left: 17% !important; }

#isp_left_container .isp_facet_value a div.isp_facet_check_box_icon.isp_facet_check_box_icon_checked {
  background-color: transparent; }

.isp_facet_check_box_icon_checked:after {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://cdn8.bigcommerce.com/s-twicn3dmhk/content/imgs/right.png");
  background-size: cover;
  background-repeat: no-repeat; }

.isp_facet_check_box_icon {
  position: relative; }

#isp_search_result_page_container div.isp_center_container_header {
  padding-top: 10px;
  background-image: linear-gradient(to bottom, #FFFFFF 0, #E5E5E5 100%);
  border: 1px solid #E4E4E4 !important; }

.filter-head {
  float: left;
  width: 100%;
  height: 50px;
  background-image: linear-gradient(to bottom, #D8DAD9 0, #A9AAAC 100%);
  border-right: 1px solid #9A9A9A;
  position: relative; }

#isp_search_result_page_container div#isp_left_container_facets {
  float: left;
  margin-top: 0px;
  padding-left: 0px;
  margin-bottom: 0px; }

body :not(.horizontal) .isp_facet_title:not(.isp_sellable_only_title) {
  background-repeat: no-repeat !important;
  background-size: 20px !important;
  background-position: 95% center !important; }

#isp_search_result_page_container div.isp_left_container {
  padding: 0 !important;
  background: #FFFFFF;
  border: 1px solid #E4E4E4; }

div.isp_center_container ul#isp_search_results_container li.isp_grid_product {
  border: 1px solid #E4E4E4 !important;
  margin: 0 !important;
  width: 20% !important;
  border-bottom: none !important;
  border-right: none !important;
  height: 450px !important;
  background: #FFFFFF !important; }

.isp_center_container_header:after {
  height: 10px !important; }

.filter-head span {
  float: left;
  width: 100%;
  padding-left: 10px;
  line-height: 50px;
  font-weight: bold;
  font-family: Helvetica;
  color: #000000; }

.filter-head:after {
  display: block;
  content: "\f053";
  position: absolute;
  right: 10px;
  line-height: 50px;
  font-family: FontAwesome;
  width: 20px;
  text-align: center;
  cursor: pointer; }

li.isp_grid_product form.isp_add_to_cart_form {
  display: block !important;
  box-shadow: none;
  border: none !important;
  position: absolute !important;
  bottom: 0; }

li.isp_grid_product div.isp_product_image_wrapper {
  height: 250px; }

li.isp_grid_product div.isp_product_info .isp_product_title {
  font-family: Helvetica;
  font-size: 14px !important;
  font-weight: 700;
  color: #00548B !important;
  max-height: max-content !important;
  -webkit-line-clamp: 3 !important; }

li.isp_grid_product div.isp_product_info .isp_product_price_wrapper span.isp_product_price.money {
  color: #AD073D;
  font-size: 16px !important;
  font-family: Helvetica; }

li.isp_grid_product input[type=submit].isp_add_to_cart_btn {
  background-image: linear-gradient(to bottom, #008DD4 0, #00548B 100%) !important;
  border: none;
  border-radius: 10px !important;
  color: #FFFFFF !important; }

li.isp_grid_product img.isp_product_image {
  padding: 10px; }

li.isp_grid_product input[type=submit].isp_add_to_cart_btn:hover {
  background: #AD073D;
  border-color: #AD073D; }

#isp_left_container_facets .isp_search_res_facets_container .isp_facet_value {
  padding-left: 16px; }

#isp_left_container_facets .isp_search_res_facets_container {
  float: left;
  width: 100%;
  background: #F4F4F4; }

#isp_left_container_facets .isp_search_res_facets_container .isp_single_facet_wrapper .isp_facet_title {
  border-top: 1px solid #CCCCCC;
  border-bottom: none;
  padding: 0;
  float: left;
  width: 100%;
  padding-left: 5px;
  background-color: #E4E4E4; }

#isp_left_container_facets .isp_search_res_facets_container .isp_single_facet_wrapper:first-child .isp_facet_title {
  border-top: none; }

#isp_left_container_facets div.isp_single_facet_wrapper span.isp_facet_narrowed_by_category, body.page-type-category #isp_left_container_facets .isp_custom_price_container {
  padding-left: 25px; }

#isp_left_container_facets div.isp_single_facet_wrapper span.isp_facet_narrowed_by_category {
  float: left;
  font-size: 15px; }

.isp_single_facet_wrapper .isp_facet_title .isp_facet_title_name {
  width: 100%;
  padding: 10px 0px 10px 10px;
  float: left;
  background: none;
  font-size: 1.5em !important; }

.isp_custom_price_container input.isp_custom_price_input[type=text] {
  font-size: 1.1rem;
  width: auto;
  max-width: 25%; }

#isp_left_container_facets .isp_search_res_facets_container .isp_single_facet_wrapper {
  border: none;
  margin-right: 0px !important;
  margin-bottom: 5px !important;
  background: #FFFFFF;
  border-bottom: 1px solid #CCCCCC; }

#isp_left_container_facets .isp_search_res_facets_container .isp_facet_value, #isp_left_container_facets .isp_custom_price_container, #isp_left_container_facets div.isp_single_facet_wrapper span.isp_facet_narrowed_by_category {
  padding-left: 10px; }

#isp_left_container_facets .isp_search_res_facets_container .isp_single_facet_wrapper.collapsed {
  max-height: 2.9em !important; }

#isp_left_container_facets .isp_custom_price_container, #isp_left_container_facets .isp_search_res_facets_container .isp_facet_value, #isp_left_container_facets div.isp_single_facet_wrapper span.isp_facet_narrowed_by_category {
  width: 100%; }

.isp_single_facet_wrapper .isp_facet_title .isp_facet_title_name {
  padding-right: 30px; }

#isp_left_container_facets .isp_search_res_facets_container .isp_facet_show_hide_values {
  padding-left: 15px; }

#isp_center_container .isp_center_container_header div.isp_results_summary_wrapper h1 {
  padding-left: 15px !important;
  font-size: 14px !important; }

.search_results .body .container {
  padding: 0 !important; }

.search_results .body .container h1.page-heading {
  background: #F4F4F4;
  margin: 0;
  padding: 20px 0;
  padding-bottom: 5px; }

.search_results .body .container ul.breadcrumbs {
  background: #F4F4F4;
  margin: 0;
  padding: 0;
  padding-bottom: 10px; }

.search_results .body .container .breadcrumb.is-active > .breadcrumb-label {
  cursor: pointer; }

li.isp_grid_product input[type=submit].isp_add_to_cart_btn:hover {
  background: #AD073D !important;
  border-color: #AD073D; }

/********** end **********/
/********** 404 error page css start **********/
body.page-type-404 .body {
  background: #F4F4F4;
  padding-bottom: 30px; }

body.page-type-404 .body .container_page {
  max-width: 1320px;
  padding: 0 20px; }

body.page-type-404 .body .container_page .container {
  padding: 0 20px;
  background: #FFFFFF; }

div.isp_center_container ul#isp_search_results_container li.isp_grid_product {
  width: 20%;
  border: 1px solid #E4E4E4;
  margin: 0;
  border-bottom: none;
  border-right: none;
  height: 430px;
  background: #FFFFFF; }

div.isp_center_container ul#isp_search_results_container li.isp_grid_product:nth-child(5n) {
  border-right: 1px solid #E4E4E4; }

/********** end **********/
/********** Cart page css start **********/
body.page-type-cart #st-container {
  overflow: unset; }

body.page-type-cart .body .container_page {
  max-width: 1320px;
  padding: 0 20px;
  padding-bottom: 40px; }

body.page-type-cart .cart-item-title {
  max-width: 300px; }

.cart-actions.text-right, .cart-additionalCheckoutButtons {
  background: #FFFFFF;
  margin-left: 20px;
  width: calc(100% - 20px);
  padding: 20px;
  float: right; }

body.page-type-cart .hl-cart-content {
  width: 100%;
  float: left;
  border: none; }

body.page-type-cart .hl-cart-total {
  float: left;
  background: #FFFFFF;
  margin-left: 20px;
  width: calc(100% - 20px);
  padding: 0; }

body.page-type-cart .cart-totals {
  width: 100%;
  float: left;
  border: 1px solid #D7D7D7;
  border-top: none;
  margin-bottom: 0px; }

body.page-type-cart .cart-item-quantity .form-increment button {
  background-image: linear-gradient(to bottom, #FFFFFF 0, #E5E5E5 100%); }

body.page-type-cart .body {
  background-color: #F4F4F4; }

body.page-type-cart thead.cart-header th.cart-header-item {
  background: transparent; }

body.page-type-cart thead.cart-header {
  border: none;
  border-bottom: 1px solid #D7D7D7; }

body.page-type-cart tbody.cart-list {
  background: #FFFFFF; }

body.page-type-cart .cart-list .cart-item {
  border: 1px solid #D7D7D7; }

body.page-type-cart .CheckoutButton a.btn, .cart-actions > a.btn {
  font-size: 16px; }

body.page-type-cart .cart-actions.text-right {
  margin-top: 10px;
  clear: none;
  padding: 1;
  position: relative;
  perspective: 2000px;
  transform-style: preserve-3d; }

body.page-type-cart .cart-total {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 12px;
  float: left;
  width: 100%; }

body.page-type-cart .cart-total:first-child {
  background-image: linear-gradient(to bottom, #FFFFFF 0, #E5E5E5 100%);
  border: 1px solid #D7D7D7; }

body.page-type-cart .extra-utils {
  float: left;
  width: 100%;
  height: 50px;
  background-image: linear-gradient(to bottom, #FFFFFF 0, #E5E5E5 100%);
  border: 1px solid #D7D7D7;
  text-align: left;
  padding-top: 8px; }

body.page-type-cart span.extrautils-span {
  text-transform: uppercase;
  margin: 0 10px;
  font-size: 14px;
  padding: 5px 10px;
  background-image: linear-gradient(to bottom, #E5E5E5 0, #FFFFFF 100%);
  border: 1px solid #D7D7D7;
  cursor: pointer;
  display: inline-block;
  color: #02568A;
  font-family: Helvetica-Light;
  font-weight: bold; }

body.page-type-cart thead.cart-header th.cart-header-item {
  font-family: Helvetica-Light;
  font-size: 16px; }

body.page-type-cart .cart-item-name a {
  font-family: Helvetica;
  font-size: 16px;
  color: #333333; }

body.page-type-cart td.cart-item-block.cart-item-info.cart-item-total:nth-child(4) .cart-item-value {
  font-family: Helvetica;
  font-size: 16px;
  font-weight: lighter;
  line-height: 40px;
  color: #333333; }

body.page-type-cart td.cart-item-block.cart-item-info.cart-item-total:nth-child(5) .cart-item-value {
  font-family: Helvetica;
  font-size: 16px;
  line-height: 40px;
  color: #333333; }

body.page-type-cart .cart-total:first-child .cart-total-label {
  text-transform: uppercase; }

body.page-type-cart .cart-total-label strong, .cart-total-value > span {
  font-family: Helvetica-Light; }

body.page-type-cart .cart-actions > a.btn {
  background-image: linear-gradient(to bottom, #008DD4 0, #00548B 100%) !important;
  font-family: Helvetica;
  font-weight: lighter;
  margin-bottom: 0; }

body.page-type-cart .cart-actions > a.btn:hover {
  color: #FFFFFF;
  border: 1px solid transparent;
  background-image: linear-gradient(to bottom, #00548B 0, #008DD4 100%) !important; }

body.page-type-cart .cart-additionalCheckoutButtons {
  border: 1px solid #D7D7D7;
  margin-top: 30px;
  padding-top: 10px;
  display: none; }

body.page-type-cart td.cart-item-block.cart-item-info.cart-item-quantity {
  padding-left: 5px;
  padding-right: 5px;
  min-width: 131px; }

body.page-type-cart td.cart-item-block.cart-item-info.cart-item-total {
  padding-left: 5px;
  padding-right: 5px;
  min-width: 100px; }

body.page-type-cart td.cart-item-block.cart-item-info.cart-item-total a.cart-remove.icon {
  margin-left: 5px; }

body.page-type-cart .cart-total:last-child {
  margin-bottom: 0; }

body.page-type-cart li.ship-quest {
  float: left;
  width: 100%;
  padding: 10px 0 !important;
  border-top: 1px solid #EAEAEA;
  border-bottom: 1px solid #EAEAEA;
  padding: 15px 0 13px !important;
  padding-left: 20px !important;
  padding-right: 20px !important; }

body.page-type-cart .quest-icon {
  text-align: center;
  width: 30px;
  height: 30px;
  font-size: 15px;
  line-height: 30px;
  background: #007DBC;
  color: #FFFFFF;
  border-radius: 50%;
  margin-right: 10px; }

body.page-type-cart li.ship-quest > span {
  display: inline-block;
  line-height: 30px;
  text-align: left;
  width: 100%;
  font-size: 15px;
  font-family: Helvetica;
  font-weight: bolder;
  color: #007DBC;
  cursor: pointer; }

body.page-type-cart li.ship-quest > span > div {
  float: left; }

body.page-type-cart li.ship-quest > span:nth-child(2) > a {
  color: #007DBC; }

body.page-type-cart li.ship-quest > span:nth-child(2) {
  font-size: 14px;
  font-family: Helvetica;
  width: 100%;
  float: left;
  text-align: left;
  margin-top: 10px; }

body.page-type-cart .other-payments {
  float: right;
  clear: right;
  width: calc(100% - 20px);
  margin-top: 30px;
  margin-left: 20px;
  padding: 20px;
  border: 1px solid #C1C1C1;
  background: #FFFFFF; }

body.page-type-cart .paywith-imgs > img {
  width: 55px;
  display: inline-block;
  margin-right: 5px; }

body.page-type-cart .paywith-imgs {
  padding: 10px 0; }

body.page-type-cart .other-payments legend {
  padding: 0 10px;
  font-family: Helvetica-Light;
  font-size: 16px; }

body.page-type-cart .paywith-imgs > img:last-child {
  margin-right: 0; }

body.page-type-cart .page-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  margin: auto; }

.cart-nonsticky {
  float: left;
  width: 70%; }

.cart-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  -ms-flex-item-align: start;
  align-self: flex-start;
  width: 30%; }

body.page-type-cart .page-cart tbody.cart-list td.cart-item-block.cart-item-figure img.cart-item-image {
  border: 1px solid #D7D7D7;
  padding: 20px;
  max-width: 150px; }

body.page-type-cart .page-heading {
  font-size: 28px;
  font-family: Helvetica;
  color: #333333;
  margin-bottom: 10px; }

.shipquest-popup {
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 1090px;
  max-height: 640px;
  background: white;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 5px;
  transform: translateZ(-2000px);
  overflow: auto; }

.shipquest-popup img {
  width: 100%;
  padding: 20px; }

.shipquest-popup ul {
  padding: 0 20px;
  font-size: 16px; }

.shipquest-popup h2 {
  margin-top: 15px;
  font-family: Helvetica;
  padding: 0 20px;
  border-bottom: 1px solid #D7D7D7;
  padding-bottom: 10px; }

.ship-popup-papa {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1000;
  perspective: 1000px;
  transform-style: preserve-3d;
  opacity: 0;
  display: none; }

.shipquest-popup span#clo-popup {
  position: sticky;
  width: 30px;
  height: 30px;
  float: right;
  right: 5px;
  top: 15px;
  font-family: Helvetica;
  font-size: 20px;
  cursor: pointer;
  text-align: center;
  line-height: 30px; }

.shipquest-popup p {
  padding: 0 20px;
  font-size: 18px; }

.shipquest-popup > p > span {
  color: #007DBC;
  cursor: pointer; }

.pop-quests {
  padding: 0 20px; }

.each-quest {
  float: left;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #D7D7D7;
  padding: 0 20px; }

.each-quest:first-child {
  border-top: 1px solid #D7D7D7; }

.each-quest > p {
  margin: 0;
  line-height: 40px;
  font-family: 'Helvetica';
  font-size: 18px;
  font-weight: bold; }

.each-cloicon {
  position: absolute;
  right: 10px;
  width: 20px;
  height: 20px;
  top: 10px;
  margin: auto;
  cursor: pointer; }

.each-cloicon > .line1 {
  position: absolute;
  width: 50%;
  height: 2px;
  background: #000000;
  transform: rotateZ(45deg) translateY(5px);
  transform-origin: 0%;
  left: 7px; }

.line2 {
  position: absolute;
  width: 50%;
  height: 2px;
  background: #000000;
  transform: rotateZ(-45deg) translateY(5px);
  transform-origin: 100%;
  right: 7px; }

.each-answer {
  float: left;
  width: 100%;
  height: 0;
  overflow: hidden;
  margin-bottom: 0; }

.each-answer > iframe {
  max-width: 480px;
  width: 100%; }

.each-answer > p {
  font-size: 18px;
  font-family: Helvetica-Light; }

.freight-info {
  width: 100%;
  float: left;
  margin-top: 30px;
  background: #FFFFFF;
  border: 1px solid #D7D7D7;
  padding: 20px;
  text-align: left; }

.freight-info > h1 {
  margin: 0;
  font-family: 'Gotham-Medium';
  font-size: 32px; }

.freight-main {
  width: 100%;
  display: none;
  padding-top: 30px;
  max-width: 800px;
  text-align: center;
  float: none;
  margin: auto; }

.freight-info > ul > li {
  font-family: Helvetica;
  font-size: 14px;
  list-style: none; }

.freight-info > ul > li:before {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  float: left;
  background-image: url("https://cdn8.bigcommerce.com/s-twicn3dmhk/content/imgs/bluetick.png");
  background-size: cover;
  background-position: center;
  margin-right: 10px; }

.freight-info > ul {
  margin: 10px 0; }

.freight-info > p {
  font-family: Helvetica;
  font-size: 14px;
  font-weight: bold; }

.freight-options {
  float: left;
  width: 100%;
  margin-top: 30px;
  background: #FFFFFF;
  border: 1px solid #D7D7D7;
  text-align: left;
  display: flex; }

.freight-options > .foptions-each {
  float: left;
  width: 33.33%;
  padding: 20px;
  transition: 0.2s all; }

.foptions-each > h2 {
  margin: 0;
  font-weight: bold;
  text-align: center;
  font-family: 'Gotham-Medium'; }

.freight-options > .foptions-each li {
  font-family: Helvetica;
  font-size: 14px; }

.freight-options > .foptions-each ul {
  list-style-image: url("https://cdn8.bigcommerce.com/s-twicn3dmhk/content/imgs/bluetick.png"); }

.inspect-info {
  width: 100%;
  float: left;
  margin-top: 30px;
  background: #FFFFFF;
  border: 1px solid #D7D7D7;
  padding: 20px;
  text-align: left; }

.inspect-info > h2 {
  margin: 0;
  font-weight: bold;
  text-align: left;
  font-family: 'Gotham-Medium';
  margin-bottom: 15px; }

.inspect-info > p {
  font-weight: bold;
  font-size: 14px; }

.inspect-info > ul {
  list-style-image: url(https://cdn8.bigcommerce.com/s-twicn3dmhk/content/imgs/bluetick.png);
  padding-left: 20px;
  font-size: 14px;
  font-family: Helvetica; }

input.btn.btn-primary.select-shipping-quote .shipping-quotes, .cart-form.coupon-code input.btn.btn-primary, button.btn.btn-primary.shipping-estimate-submit, .cart-form.gift-certificate-code input.btn.btn-primary {
  background-image: linear-gradient(to bottom, #008DD4 0, #00548B 100%) !important; }

input.btn.btn-primary.select-shipping-quote .shipping-quotes:hover, .cart-form.coupon-code input.btn.btn-primary:hover, button.btn.btn-primary.shipping-estimate-submit:hover, .cart-form.gift-certificate-code input.btn.btn-primary:hover {
  background-image: linear-gradient(to bottom, #00548B, #008DD4 100%) !important; }

body.page-type-cart form#CartEditProductFieldsForm .form-field[data-product-attribute="swatch"] span.form-option-expanded {
  display: none; }

span.shipinfo {
  position: absolute;
  right: 0;
  left: 0;
  width: max-content;
  height: max-content;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #EEEEEE;
  padding: 5px 20px;
  border-radius: 5px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  z-index: 1;
  display: none;
  opacity: 0;
  color: #AD073D;
  transform: translateZ(800px);
  cursor: pointer; }

li.cart-total .cart-total-value {
  position: relative; }

.div-tria {
  position: absolute;
  width: 8px;
  height: 8px;
  right: 100%;
  border-right: 2px solid;
  border-bottom: 2px solid;
  transform: rotateZ(-45deg) translateZ(100px);
  top: 0;
  bottom: 0;
  margin: auto;
  border-color: #007DBC; }

span.mailto_cs {
  float: left;
  width: 100%;
  margin-top: 15px;
  font-size: 12px; }

span.mailto_cs > a {
  text-decoration: underline; }

span.required {
  font-weight: lighter;
  color: red;
  margin-left: 10px;
  display: none; }

span.req_shipcost {
  float: right;
  width: 100%;
  color: red;
  font-size: 14px;
  display: none; }

a.btn.btn-primary.btn-lg.green {
  background-color: green;
  background-image: none !important; }

.cart-total .shipping-estimator form > dl {
  position: relative; }

.cart-spinner {
  position: absolute;
  left: 10%;
  bottom: 5%;
  width: max-content;
  height: max-content;
  visibility: hidden; }

.cart-spinner:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  bottom: 6%;
  left: 10%;
  width: 30px;
  height: 30px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 4px solid #CCCCCC;
  border-top-color: #333333;
  animation: spinner 1s linear infinite; }

@keyframes spinner {
  to {
    transform: rotate(360deg); } }

.cart-total .shipping-estimator .shipping-quotes form {
  position: relative; }

.freight-main > div {
  display: none;
  margin: 0 auto;
  text-align: left;
  width: 100%;
  margin-bottom: 30px;
  float: left; }

.for-freight .each-head, .for-ground .each-head {
  background-image: linear-gradient(to bottom, #FFFFFF 0, #E5E5E5 100%);
  border: 1px solid #D7D7D7; }

.for-freight .each-head > *, .for-ground .each-head > * {
  margin: 0;
  padding: 10px; }

.for-freight .each-head > h2 {
  padding-bottom: 0;
  color: #00548B;
  font-weight: bold; }

.for-ground .each-head > h2 {
  color: #00548B;
  font-weight: bold; }

.for-freight .each-head > p, .for-ground .each-head > p {
  font-size: 14px; }

.freight-main > div .eachship-opt > span {
  font-size: 15px;
  padding: 10px;
  float: left;
  width: 100%;
  background-image: linear-gradient(to bottom, #FFFFFF 0, #E5E5E5 100%);
  border: 1px solid #D7D7D7;
  color: #000000;
  cursor: pointer;
  position: relative; }

.freight-main > div .eachship-opt {
  float: left;
  width: 100%;
  position: relative; }

.freight-main > div .eachship-opt .eachopt-data {
  float: left;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  display: none; }

.freight-main > div .eachship-opt .eachopt-data > p {
  margin: 0;
  padding: 10px; }

.freight-main > div .eachship-opt > span:after {
  content: '';
  background-image: url(https://cdn8.bigcommerce.com/s-twicn3dmhk/content/imgs/right-arrow.png);
  width: 15px;
  height: 60%;
  background-size: cover;
  background-position: center;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotateZ(90deg);
  transition: 0.2s all; }

.freight-main > div .eachship-opt > span.open:after {
  transform: rotateZ(270deg);
  transition: 0.2s all; }

.freight-main > div .eachship-opt .eachopt-data > img {
  width: 100%;
  float: left;
  padding: 10px; }

body.page-type-cart .cart-item-quantity .form-increment button > span.is-srOnly {
  position: relative !important;
  font-weight: lighter;
  font-family: Helvetica-Light;
  display: inline-block;
  vertical-align: middle;
  float: none;
  width: 100% !important;
  height: 100% !important; }

.freight-main > div .eachship-opt .eachopt-data > ul {
  padding: 20px 0;
  list-style: none;
  margin-right: 15px; }

.freight-main > div .eachship-opt .eachopt-data > ul > li:before {
  display: block;
  content: '';
  width: 26px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(https://cdn8.bigcommerce.com/s-twicn3dmhk/content/imgs/mainde-right-sign.png);
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat; }

.freight-main > div .eachship-opt .eachopt-data > ul > li {
  position: relative;
  padding-left: 30px;
  width: 50%;
  float: left; }

/********** end **********/
/********** Create account page css start **********/
body.page-type-createaccount .body {
  background: #F4F4F4;
  padding-bottom: 30px; }

body.page-type-createaccount .body .container_page {
  max-width: 1320px;
  padding: 0 20px; }

body.page-type-createaccount .body .container {
  background: #F4F4F4;
  padding: 0px; }

body.page-type-createaccount .account .form-actions {
  text-align: center; }

body.page-type-createaccount div.form-field--input label.form-label, body.page-type-createaccount .form-field--select label.form-label {
  text-align: left; }

.ship-details {
  float: left;
  width: 100%; }

.ship-details > h1 {
  float: left;
  width: 100%;
  text-align: left;
  padding-left: 0;
  margin-bottom: 30px;
  border-bottom: 1px solid #E0DFDF;
  padding-bottom: 20px; }

body.page-type-createaccount .body .container .account-body .form-row {
  margin: 0; }

body.page-type-createaccount .body .container .account-body .form-row > div.form-field:nth-child(odd) {
  padding-left: 0;
  position: relative; }

body.page-type-createaccount .body .container .account-body .form-row > div.form-field:nth-child(even) {
  padding-right: 0;
  position: relative; }

body.page-type-createaccount .body .container .account-body .form-row .ship-details div.form-field:nth-child(even) {
  padding-left: 0;
  position: relative; }

body.page-type-createaccount .body .container .account-body .form-row .ship-details div.form-field:nth-child(odd) {
  padding-right: 0;
  position: relative; }

body.page-type-createaccount .body .container .account-body .form-row .ship-details div.form-field:last-child:nth-child(odd) {
  padding-left: 0;
  padding-right: 15px; }

body.page-type-createaccount .body .container input.btn.btn-primary.btn-lg {
  background-image: linear-gradient(to bottom, #008DD4 0, #00548B 100%);
  font-size: 16px;
  font-weight: lighter; }

body.page-type-createaccount .body .container input.btn.btn-primary.btn-lg:hover {
  background-image: linear-gradient(to bottom, #00548B 0, #008DD4 100%); }

body.page-type-createaccount div.form-field--input label.form-label {
  font-size: 16px;
  font-weight: lighter; }

body.page-type-createaccount .form-field--error .form-inlineMessage {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto; }

body.page-type-createaccount .body .container .account-body .form-row .ship-details div.form-field[data-type="State"] {
  padding-left: 0;
  padding-right: 15px;
  clear: left; }

body.page-type-createaccount .body .container .account-body .form-row .ship-details div.form-field[data-type="Zip"] {
  padding-left: 15px;
  padding-right: 0; }

body.page-type-createaccount div.form-field--select label.form-label {
  font-size: 16px;
  font-family: Helvetica-Light;
  font-weight: lighter; }

body.page-type-createaccount .body .container .create-account {
  background: #FFFFFF;
  padding: 20px;
  border: 1px solid #D7D7D7; }

body.page-type-createaccount .body .container .page-heading.hl-heading-line {
  font-size: 37px;
  color: #333333;
  text-transform: uppercase; }

/********** end **********/
/********** Login page css start **********/
body.page-type-login .body {
  background-color: #F4F4F4;
  padding-bottom: 30px; }

body.page-type-login .body .container_page {
  max-width: 1320px;
  padding: 0 20px; }

body.page-type-login .login-row .panel-header > h4 {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 16px;
  font-family: Helvetica-Light; }

body.page-type-login .body .container {
  background: #F4F4F4;
  padding-bottom: 30px; }

body.page-type-login .container label.form-label {
  font-family: Helvetica-Light;
  text-align: left;
  font-size: 14px;
  font-weight: lighter; }

body.page-type-login .container .new-customer .new-customer-fact-list {
  text-align: left;
  font-size: 14px;
  font-family: Helvetica-Light; }

body.page-type-login .container .new-customer p.new-customer-intro {
  text-align: left;
  font-size: 16px;
  font-family: Helvetica-Light;
  font-weight: bold; }

body.page-type-login .login-form .form-actions input.btn, body.page-type-login .new-customer .btn.btn-primary {
  font-family: Helvetica-Light;
  font-weight: lighter;
  background-image: linear-gradient(to bottom, #008DD4 0, #00548B 100%);
  font-size: 18px;
  line-height: 0.8; }

body.page-type-login .login-form .form-actions input.btn:hover, body.page-type-login .new-customer .btn.btn-primary:hover {
  background-image: linear-gradient(to bottom, #00548B 0, #008DD4 100%); }

body.page-type-login .container .new-customer .panel-title {
  font-size: 22px;
  font-family: Helvetica-Light;
  color: #00548B; }

body.page-type-login .sign-in .panel .panel-title {
  display: block;
  text-align: left;
  font-size: 20px;
  font-family: Helvetica;
  text-transform: uppercase;
  font-weight: lighter;
  color: #02568A; }

body.page-type-login .login-form .form-actions a.forgot-password {
  width: 100%;
  float: left;
  margin: 20px 0;
  font-size: 14px;
  margin-bottom: 0;
  color: #02568A;
  text-decoration: underline; }

body.page-type-login .body .container .row .sign-in {
  background: #FFFFFF;
  padding: 20px;
  border: 1px solid #D7D7D7; }

body.page-type-login .body .container .login-row {
  margin-left: 0;
  margin-right: 0; }

body.page-type-login h1.page-heading.hl-heading-line {
  font-family: 'Gotham-Bold';
  font-size: 37px;
  color: #333333; }

body.page-type-login .new-customer > .panel {
  background: #FFFFFF;
  padding: 20px;
  border: 1px solid #D7D7D7; }

body.page-type-login .container .new-customer .panel-title {
  text-align: left;
  font-size: 20px;
  font-family: Helvetica;
  text-transform: uppercase;
  font-weight: lighter;
  color: #02568A;
  margin-bottom: 20px; }

body.page-type-login .body .container .login-row .new-customer {
  padding-left: 35px;
  padding-right: 0; }

/********** end **********/
/********** About us page css start **********/
.main-headback {
  float: left;
  position: relative;
  width: calc(100% + 40px);
  height: 255px;
  background-size: cover;
  background-position: center center;
  margin-left: -20px;
  margin-right: -20px; }

.main-headcont {
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0;
  bottom: 0;
  padding: 0 20px; }

body.page-type-page .body .container_page .container main.page, body.page-type-page .body .container_page .container .page-content {
  float: left;
  width: 100%; }

.main-headcont > h1.page-heading {
  color: #FFFFFF;
  font-size: 45px;
  font-family: 'Gotham-Bold';
  margin-bottom: 0px;
  float: left;
  width: 100%; }

.main-headcont > div#breadcrumbs-wrapper {
  float: left;
  width: 100%; }

.main-headcont > div#breadcrumbs-wrapper > ul.breadcrumbs {
  margin: 0; }

.main-headcont > div#breadcrumbs-wrapper > ul.breadcrumbs > li.breadcrumb > a, .main-headcont > div#breadcrumbs-wrapper > ul.breadcrumbs > li.breadcrumb > span, .main-headcont > div#breadcrumbs-wrapper ul.breadcrumbs .breadcrumb::before {
  color: #FFFFFF;
  font-size: 18px;
  font-family: Helvetica-Light; }

.aboutus-cont {
  float: left;
  width: 100%;
  text-align: left; }

h2.abtuseach-head {
  text-transform: uppercase;
  color: #02568A;
  font-size: 26px;
  font-family: Helvetica-Light; }

.abtus-eachsect > p {
  font-size: 16px;
  font-family: Helvetica-Light; }

.abtus-feats {
  float: left;
  width: 100%; }

.abtus-eachfeat {
  float: left;
  width: 25%;
  padding: 20px;
  text-align: center; }

.eachfeat-img {
  margin: auto;
  display: inline-block;
  float: none;
  width: 100%;
  text-align: center;
  transition: 0.3s all; }

.abtus-eachfeat:hover .eachfeat-img {
  width: 25%; }

.abtus-eachfeat:hover .eachfeat-cont > h2 {
  letter-spacing: 5px;
  transform: rotateX(360deg); }

.eachfeat-cont {
  float: left;
  width: 100%;
  text-align: center; }

.eachfeat-cont > h2 {
  margin-top: 10px;
  font-size: 24px;
  font-family: Helvetica;
  text-transform: uppercase;
  color: #676767;
  transition: 0.3s all; }

.eachfeat-cont > p {
  font-size: 16px;
  font-family: Helvetica-Light;
  color: #676767;
  text-align: justify; }

.storemap {
  float: left;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 100px; }

/********** end **********/
/********** Blog page css start **********/
body.page-type-blog .body {
  background: #F4F4F4; }

body.page-type-blog .body .container_page {
  max-width: 1320px;
  padding: 0 20px; }

body.page-type-blog .body .container_page .container {
  background: #FFFFFF;
  padding: 0 20px; }

body.page-type-blog .filters-papa a.blog-filters {
  float: left;
  width: 100%;
  margin: 0;
  font-size: 18px;
  color: #00548B;
  font-family: Helvetica;
  line-height: 2;
  text-align: left; }

body.page-type-blog h5.side-module-heading {
  margin-top: 5px;
  font-size: 32px;
  font-family: Gotham-Bold;
  text-align: left;
  text-transform: capitalize;
  border-bottom: 1px solid #D7D7D7;
  color: #505050; }

body.page-type-blog .filters-papa {
  float: left;
  width: 100%; }

body.page-type-blog .filters-papa a.blog-filters:first-child {
  margin-top: 5px; }

body.page-type-blog aside.page-sidebar.col-sm-3 ~ main.page-content.col-sm-9 {
  padding: 0 15px;
  border: 1px solid #D7D7D7; }

body.page-type-blog .container_page .row {
  margin-left: -20px;
  margin-right: -20px;
  border-left: 1px solid #D7D7D7; }

body.page-type-blog #sideRecentPosts ul > li:first-child {
  width: calc(70% - 20px);
  margin-right: 20px; }

body.page-type-blog #sideRecentPosts ul > li {
  width: 30%;
  float: left;
  padding: 0;
  border: 1px solid #D7D7D7;
  overflow: hidden; }

body.page-type-blog #sideRecentPosts ul > li > img {
  float: left;
  width: 100%; }

body.page-type-blog #sideRecentPosts ul li:first-child > a:first-child, body.page-type-blog #sideRecentPosts ul li:first-child > a:first-child > img {
  width: 100%; }

body.page-type-blog #sideRecentPosts ul li > a:not(:first-child) {
  float: left;
  width: 100%;
  text-align: left;
  font-size: 20px;
  font-family: Helvetica-Light;
  color: #02568A;
  padding: 10px 20px; }

body.page-type-blog #sideRecentPosts ul li > p {
  font-size: 16px;
  font-family: Helvetica-Light;
  text-align: left;
  padding: 0 20px;
  color: #676767; }

body.page-type-blog #sideRecentPosts ul > li:not(:first-child) > a:not(:first-child), body.page-type-blog #sideRecentPosts ul > li:not(:first-child) > p {
  display: none;
  padding: 0 20px; }

body.page-type-blog #sideRecentPosts ul > li > a[href] {
  float: left;
  width: 100%;
  text-align: left;
  font-size: 20px;
  font-family: Helvetica-Light;
  color: #02568A;
  display: block; }

body.page-type-blog #sideRecentPosts ul > li:not(:nth-child(2)), body.page-type-blog #sideRecentPosts ul > li:not(:nth-child(6)) {
  margin-bottom: 20px; }

body.page-type-blog #sideRecentPosts ul > li:first-child {
  height: 660px; }

body.page-type-blog #sideRecentPosts ul > li:not(:nth-child(1)) {
  height: 207px;
  overflow: hidden; }

body.page-type-blog #sideRecentPosts ul > li:not(:nth-child(1)) img {
  height: 100%; }

body.page-type-blog .howtos-posts, body.page-type-blog .industries-posts {
  float: left;
  width: 100%;
  margin: 10px 0; }

body.page-type-blog #sideRecentPosts ul > li {
  display: none; }

body.page-type-blog #sideRecentPosts ul > li:first-child, body.page-type-blog #sideRecentPosts ul > li:nth-child(2), body.page-type-blog #sideRecentPosts ul > li:nth-child(3), body.page-type-blog #sideRecentPosts ul > li:nth-child(4) {
  display: block; }

body.page-type-blog .howtos-posts > article.blog, body.page-type-blog .industries-posts > article.blog {
  float: left;
  width: calc(33.33% - 20px);
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 10px;
  border: 1px solid #D7D7D7; }

body.page-type-blog .howtos-posts article.blog img, body.page-type-blog .industries-posts article.blog img {
  width: 100%;
  display: none; }

body.page-type-blog .howtos-posts, body.page-type-blog body.page-type-blog .howtos-posts > article.blog:first-child, body.page-type-blog .howtos-posts > article.blog:nth-child(2), body.page-type-blog .industries-posts, body.page-type-blog body.page-type-blog .industries-posts > article.blog:first-child, body.page-type-blog .industries-posts > article.blog:nth-child(2) {
  display: flex; }

body.page-type-blog #rightpart-father {
  float: left;
  width: 33.33%;
  height: 500px; }

body.page-type-blog .howtos-posts > #rightpart-father > article.blog, body.page-type-blog .industries-posts > #rightpart-father1 > article.blog {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 10px;
  margin-right: 0;
  width: 100%;
  overflow: hidden;
  height: calc(50% - 10px);
  float: left;
  border: 1px solid #D7D7D7; }

body.page-type-blog .howtos-posts > article.blog:first-child, body.page-type-blog .industries-posts > article.blog:first-child {
  margin-left: 0; }

body.page-type-blog .howtos-posts article.blog h2.blog-title, body.page-type-blog .howtos-posts article.blog p.blog-date, body.page-type-blog .industries-posts article.blog h2.blog-title, body.page-type-blog .industries-posts article.blog p.blog-date {
  margin-bottom: 5px; }

body.page-type-blog .howtos-posts article.blog .blog-post, body.page-type-blog .industries-posts article.blog .blog-post {
  font-size: 15px; }

body.page-type-blog .howtos-posts article.blog p.blog-date, body.page-type-blog .industries-posts article.blog p.blog-date {
  font-size: 14px;
  color: #999999; }

body.page-type-blog .howtos-posts article.blog, body.page-type-blog .industries-posts article.blog {
  padding: 10px; }

body.page-type-blog .industries-posts div#rightpart-father1 {
  float: left;
  width: 33.33%;
  height: 500px; }

body.page-type-blog aside.page-sidebar.col-sm-3 ~ main.page-content.col-sm-9 > article.blog {
  width: calc(33.33% - 20px);
  float: left;
  border: 1px solid #D7D7D7;
  margin: 10px;
  height: 310px;
  overflow: hidden;
  padding: 10px; }

body.page-type-blog aside.page-sidebar.col-sm-3 ~ main.page-content.col-sm-9 > article.blog:nth-child(3n) {
  margin-right: 0;
  margin-left: 10px; }

body.page-type-blog aside.page-sidebar.col-sm-3 ~ main.page-content.col-sm-9 > .pagination {
  float: left;
  width: 100%;
  margin: 20px 0; }

body.page-type-blog aside.page-sidebar.col-sm-3 ~ main.page-content.col-sm-9 > article.blog:nth-child(3n-2) {
  margin-left: 0; }

body.page-type-blog aside.page-sidebar.col-sm-3 ~ main.page-content.col-sm-9 > article.blog:nth-child(3n) {
  margin-right: 0; }

article.blog header.blog-header .blog-title {
  margin-bottom: 5px; }

article.blog header.blog-header .blog-date {
  font-size: 14px;
  color: #999999;
  margin-bottom: 5px; }

body.page-type-blog aside.page-sidebar.col-sm-3 ~ main.page-content.col-sm-9 article.blog .blog-post-body .blog-post {
  font-size: 15px; }

body.page-type-blog .customleft-block {
  float: left;
  width: 100%;
  margin-top: 20px; }

body.page-type-blog main.page-content > h5.side-module-heading.last {
  margin-bottom: 20px; }

body.page-type-blog aside.page-sidebar.col-sm-3 ~ main.page-content.col-sm-9 > article.blog figure.blog-thumbnail {
  margin-bottom: 15px; }

#sideRecentPosts ul > li, .howtos-posts article.blog, .industries-posts article.blog, body.page-type-blog aside.page-sidebar ~ main.page-content > article.blog {
  border-radius: 5px; }

body.page-type-blog .blog-featured {
  display: none; }

/********** end **********/
/********** Blog post page css start **********/
body.page-type-blog_post .container_page {
  max-width: 1320px;
  padding: 0 20px; }

body.page-type-blog_post .body {
  background: #F4F4F4; }

body.page-type-blog_post .container_page .container {
  background: #FFFFFF;
  padding: 0 20px; }

body.page-type-blog_post .container_page .container main.page-content.page-blog {
  width: 100%; }

body.page-type-blog_post .container_page .container main.page-content.page-blog article.blog {
  float: left;
  width: calc(75% - 20px); }

body.page-type-blog_post .container_page .container main.page-content.page-blog .blog-featured {
  float: right;
  width: 25%;
  padding-left: 20px;
  padding-bottom: 35px;
  border-left: 3px solid #EEEEEE; }

body.page-type-blog_post .container_page .container main.page-content.page-blog .blog-featuredinset {
  float: right;
  width: 25%;
  padding-left: 20px;
  padding-bottom: 35px;
  border-left: 0px solid #EEEEEE; }

body.page-type-blog_post .container_page .container main.page-content.page-blog .blog-featured > h1 {
  margin: 0;
  margin-bottom: 20px; }

body.page-type-blog_post .container_page .container main.page-content.page-blog .blog-featured .all-feats button.slick-arrow {
  background: #EEEEEE;
  z-index: 10;
  width: 30px;
  height: 30px; }

body.page-type-blog_post .container_page .container main.page-content.page-blog .blog-featured .all-feats button.slick-prev.slick-arrow {
  left: 0;
  top: 0;
  right: 0;
  margin: auto;
  width: 60px; }

body.page-type-blog_post .container_page .container main.page-content.page-blog .blog-featured .all-feats button.slick-next.slick-arrow {
  top: 100%;
  right: 0;
  left: 0;
  margin: auto;
  width: 60px; }

body.page-type-blog_post .container_page .container main.page-content.page-blog .blog-featured .all-feats button:before {
  background-size: 40%;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.all-feats {
  padding-top: 30px;
  padding-bottom: 30px; }

body.page-type-blog_post .container_page .container main.page-content.page-blog .blog-featured .all-feats .slick-next:before {
  content: ''; }

body.page-type-blog_post .container_page .container main.page-content.page-blog .blog-featured .prod-image .actions, body.page-type-blog_post .container_page .container main.page-content.page-blog .blog-featured .prod-price, body.page-type-blog_post .container_page .container main.page-content.page-blog .blog-featured .prod-summary, body.page-type-blog_post .container_page .container main.page-content.page-blog .blog-featured .star-rating, body.page-type-blog_post .container_page .container .all-feats article.card figcaption.prod-desc > a {
  display: none; }

section.blog-featured > * {
  width: 100%;
  float: left; }

section.blog-featured > * > img {
  width: 100%;
  max-width: 220px;
  display: block;
  margin: auto;
  margin-bottom: 15px; }

section.blog-featured > a {
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0; }

/********** end **********/
/********** contact us page css start **********/
body.page-type-page_contact_form .container_page {
  max-width: 1320px;
  padding: 0 20px; }

body.page-type-page_contact_form {
  background: #F4F4F4; }

body.page-type-page_contact_form .container_page h1.page-heading {
  font-size: 36px;
  font-family: Gotham-Bold;
  text-transform: uppercase;
  color: #333333;
  line-height: 1;
  border-bottom: 1px solid #C4C4C4;
  margin-bottom: 0;
  padding-bottom: 15px; }

body.page-type-page_contact_form .container_page .container main.page {
  margin-top: 20px; }

body.page-type-page_contact_form .breadcrumb > .breadcrumb-label {
  font-size: 16px;
  color: #333333;
  font-family: Helvetica-Light; }

body.page-type-page_contact_form .store-location .storeLocation .store-address > div {
  width: 45%;
  float: left; }

body.page-type-page_contact_form .store-location {
  text-align: left;
  border: 1px solid #D7D7D7;
  margin-bottom: 20px;
  padding: 20px;
  float: left;
  width: calc(50%);
  background: #FFFFFF; }

body.page-type-page_contact_form .store-location:first-child {
  margin-right: 5px; }

body.page-type-page_contact_form .store-location:nth-child(2) {
  margin-left: 0px; }

body.page-type-page_contact_form .container_page .container main.page .row {
  margin: 0; }

body.page-type-page_contact_form .storeLocation h3 {
  color: #02568A;
  font-family: Helvetica;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 20px; }

body.page-type-page_contact_form .storeLocation b {
  font-size: 18px;
  font-family: Helvetica-Light; }

body.page-type-page_contact_form .storeLocation .store-address > div > p {
  font-size: 16px;
  color: #333333; }

body.page-type-page_contact_form .storeLocation .store-address > div > a {
  font-size: 16px;
  font-family: Helvetica-Light;
  color: #02568A;
  font-weight: bold; }

body.page-type-page_contact_form .storeLocation {
  float: left;
  width: 100%; }

body.page-type-page_contact_form .storeLocation .store-address > div > a > img {
  float: left;
  width: 15px;
  padding-top: 5px;
  margin-right: 5px; }

body.page-type-page_contact_form .storeLocation > p > img {
  float: left;
  width: 15px;
  padding-top: 4px;
  margin-right: 5px; }

body.page-type-page_contact_form .store-location:nth-child(2) .storeLocation {
  float: left;
  width: 50%; }

body.page-type-page_contact_form .store-location:nth-child(2) .storeLocation > p {
  font-size: 16px;
  color: #333333;
  margin-bottom: 0; }

body.page-type-page_contact_form .email-sect {
  float: left;
  width: 100%;
  background: #FFFFFF;
  padding: 20px;
  border: 1px solid #D7D7D7;
  margin-bottom: 20px; }

body.page-type-page_contact_form .email-sect > h3 {
  float: left;
  width: 33.33%;
  text-align: left;
  color: #02568A;
  font-family: Helvetica;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 20px; }

body.page-type-page_contact_form .email-sect > .email-each {
  float: left;
  width: 100%;
  text-align: left; }

body.page-type-page_contact_form .email-sect > .email-each > p {
  font-size: 18px;
  font-family: Helvetica-Light;
  font-weight: 700; }

body.page-type-page_contact_form .email-sect > .email-each > a > img {
  width: 15px;
  padding-right: 5px;
  box-sizing: content-box; }

body.page-type-page_contact_form .email-sect > .email-each > a {
  color: #02568A;
  font-size: 16px;
  font-family: Helvetica-Light;
  font-weight: 700; }

body.page-type-page_contact_form .help-sect {
  float: left;
  width: 100%;
  margin-bottom: 60px;
  background: #E9F7FD;
  padding: 20px;
  border: 1px solid #96D2ED;
  position: relative; }

body.page-type-page_contact_form img.help-icon {
  float: left;
  max-width: 52px;
  width: 100%; }

body.page-type-page_contact_form .help-cont {
  float: left;
  width: calc(100% - 252px);
  text-align: left;
  padding-left: 20px; }

body.page-type-page_contact_form .help-cont h3 {
  margin-top: 0px;
  font-size: 21px;
  font-family: Helvetica-Light;
  font-weight: 700;
  line-height: 1.15; }

body.page-type-page_contact_form .help-cont p {
  font-size: 15px;
  font-family: Helvetica-Light;
  margin-bottom: 0; }

body.page-type-page_contact_form a.ask-btn {
  background-image: linear-gradient(to bottom, #008DD4 0, #00548B 100%);
  color: #FFFFFF;
  width: 200px;
  font-size: 18px;
  font-family: Helvetica-Light;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  height: 40px;
  margin: auto;
  line-height: 40px; }

body.page-type-page_contact_form a.ask-btn:hover {
  background-image: linear-gradient(to bottom, #00548B 0, #008DD4 100%); }

body.page-type-page_contact_form .container_page .container main.page .row {
  float: left;
  width: calc(50% - 10px); }

body.page-type-page_contact_form .row .store-location {
  width: 100%; }

body.page-type-page_contact_form .storeLocation a > img {
  width: 15px;
  margin-right: 5px; }

/********** end **********/
/********** Account page css start **********/
body.page-type-account_orderstatus, body.page-type-account_inbox {
  background: #F4F4F4; }

body.page-type-account_orderstatus .container_page, body.page-type-account_inbox .body .container_page {
  max-width: 1320px;
  padding: 0 20px; }

body.page-type-account_orderstatus .container_page .container, body.page-type-account_inbox .body .container_page .container {
  background: #FFFFFF;
  padding: 0 20px; }

body.page-type-account_orderstatus .container_page .account-product-title {
  text-align: left; }

body.page-type-account_orderstatus .container_page p.account-product-description {
  text-align: left; }

.account-product-details .account-product-detail {
  text-align: left; }

/********** end **********/
/********** Account inbox page css start **********/
body.page-type-account_inbox .body .container_page .container .form-actions input.btn.btn-primary {
  background-image: linear-gradient(to bottom, #008DD4 0, #00548B 100%) !important;
  background-color: transparent !important; }

body.page-type-account_inbox .body .container_page .container .form-actions input.btn.btn-primary:hover, body.page-type-account_inbox .body .container_page .container .form-actions input.btn.btn-alt:hover {
  background-image: linear-gradient(to bottom, #00548B 0, #008DD4 100%) !important; }

body.page-type-account_inbox .body .container_page .container .form-field label.form-label {
  text-align: left; }

.container_page .container .navBar--sub ul.navBar-section {
  background-image: linear-gradient(to bottom, #FFFFFF 0, #E5E5E5 100%) !important;
  border: 1px solid #E4E4E4; }

/********** end **********/
/********** Account order status page css start **********/
.container_page .container .navBar--sub .navBar-section .navBar-item.is-active {
  background-image: linear-gradient(to bottom, #008DD4 0, #00548B 100%) !important;
  background-color: transparent !important; }

body.page-type-account_order .body .container_page {
  max-width: 1320px;
  padding: 0 20px; }

body.page-type-account_order .body {
  background: #F4F4F4; }

body.page-type-account_order .body .container_page .container {
  padding: 0 20px;
  background: #FFFFFF; }

body.page-type-account_order .body .container_page .container .account-product--alignMiddle > div,
body.page-type-account_order .body .container_page .container .account-product--alignMiddle > figure {
  left: 0; }

body.page-type-account_order .body .container_page .container .account-product--alignMiddle > div.account-product-body {
  text-align: left;
  padding-left: 20px; }

body.page-type-account_orderstatus {
  background: #F4F4F4; }

body.page-type-account_orderstatus .container_page .account-product-title,
body.page-type-account_orderstatus .container_page p.account-product-description {
  text-align: left; }

body.page-type-account_order .body .container_page .container button.btn.btn-alt:hover, body.page-type-account_order .body .container_page .container input.btn.btn-alt:hover {
  background-image: linear-gradient(to bottom, #008DD4 0, #00548B 100%) !important;
  background-color: transparent !important; }

/********** end **********/
/********** Account address book page css start **********/
body.page-type-account_addressbook .body {
  background: #F4F4F4; }

body.page-type-account_addressbook .body .container_page {
  max-width: 1320px;
  padding: 0 20px; }

body.page-type-account_addressbook .body .container_page .container {
  background: #FFFFFF;
  padding: 0 20px; }

body.page-type-account_addressbook .body .container_page .container .form-actions a.btn.btn-primary.btn-sm {
  background-image: linear-gradient(to bottom, #008DD4 0, #00548B 100%) !important;
  background-color: transparent !important; }

body.page-type-account_addressbook .body .container_page .container .form-actions a.btn.btn-primary.btn-sm:hover, body.page-type-account_addressbook .body .container_page .container .form-actions button.btn.btn-alt.btn-sm:hover {
  background-image: linear-gradient(to bottom, #00548B 0, #008DD4 100%) !important;
  background-color: transparent !important; }

/********** end **********/
/********** add new address page css start **********/
body.page-type-shippingaddressform .body {
  background: #F4F4F4; }

body.page-type-shippingaddressform .body .container_page {
  max-width: 1320px;
  padding: 0 20px; }

body.page-type-shippingaddressform .body .container_page .container {
  padding: 0 20px;
  background: #FFFFFF; }

body.page-type-shippingaddressform .body .container_page .container div.form-field label.form-label {
  text-align: left; }

body.page-type-shippingaddressform .body .container_page .container .form-actions input.btn.btn-primary {
  background-image: linear-gradient(to bottom, #008DD4 0, #00548B 100%) !important;
  background-color: transparent !important; }

body.page-type-shippingaddressform .body .container_page .container .form-actions input.btn.btn-primary:hover, body.page-type-shippingaddressform .body .container_page .container .form-actions a.btn.btn-alt:hover {
  background-image: linear-gradient(to bottom, #00548B 0, #008DD4 100%) !important;
  background-color: transparent !important; }

/********** end **********/
/********** Wishlist page css start **********/
body.page-type-wishlists .body {
  background: #F4F4F4; }

body.page-type-wishlists .body .container_page {
  max-width: 1320px;
  padding: 0 20px; }

body.page-type-wishlists .body .container_page .container {
  padding: 0 20px;
  background: #FFFFFF; }

body.page-type-wishlists .body .container_page .container .form-actions a.btn.btn-primary {
  background-image: linear-gradient(to bottom, #008DD4 0, #00548B 100%) !important;
  background-color: transparent !important; }

body.page-type-wishlists .body .container_page .container .form-actions a.btn.btn-primary:hover {
  background-image: linear-gradient(to bottom, #00548B 0, #008DD4 100%) !important; }

/********** end **********/
/********** Recently viewed page css start **********/
body.page-type-account_recentitems .body {
  background: #F4F4F4; }

body.page-type-account_recentitems .body .container_page {
  max-width: 1320px;
  padding: 0 20px; }

body.page-type-account_recentitems .body .container_page .container {
  padding: 0 20px;
  background: #FFFFFF; }

body.page-type-account_recentitems .body .container_page .container .pagination.only-compare .compare-link a.btn.btn-primary {
  background-image: linear-gradient(to bottom, #008DD4 0, #00548B 100%) !important;
  background-color: transparent !important; }

body.page-type-account_recentitems .body .container_page .container .pagination.only-compare .compare-link a.btn.btn-primary:hover, body.page-type-account_recentitems .body .container_page .container .prod-item figcaption.prod-desc a.btn.btn-alt.btnATC:hover {
  background-image: linear-gradient(to bottom, #00548B 0, #008DD4 100%) !important;
  background-color: transparent !important; }

/********** end **********/
/********** Account settings page css start **********/
body.page-type-editaccount .body {
  background: #F4F4F4; }

body.page-type-editaccount .body .container_page {
  max-width: 1320px;
  padding: 0 20px; }

body.page-type-editaccount .body .container_page .container {
  padding: 0 20px;
  background: #FFFFFF; }

body.page-type-editaccount .body .container_page .container div.form-field label.form-label {
  text-align: left; }

body.page-type-editaccount .body .container_page .container .form-actions button.btn.btn-primary {
  background-image: linear-gradient(to bottom, #008DD4 0, #00548B 100%) !important;
  background-color: transparent !important; }

body.page-type-editaccount .body .container_page .container .form-actions button.btn.btn-primary:hover {
  background-image: linear-gradient(to bottom, #00548B 0, #008DD4 100%) !important;
  background-color: transparent !important; }

/********** end **********/
/********** Compare products page css start **********/
body.page-type-compare .body {
  background: #F4F4F4; }

body.page-type-compare .body .container_page {
  max-width: 1320px;
  padding: 0 20px; }

body.page-type-compare .body .container_page .container {
  padding: 0 20px;
  background: #FFFFFF; }

body.page-type-compare .body .container_page .container li.product-card a.btn.btn-alt.btnATC:hover {
  background-image: linear-gradient(to bottom, #00548B 0, #008DD4 100%);
  background-color: transparent !important; }

body.page-type-compare .body .container_page .container li.product-card > ul > li {
  text-align: left; }

body.page-type-compare .body .container_page .container li.product-card {
  float: left; }

/********** end **********/
/********** Cart preview pop-up css start **********/
.previewCartCheckout .CheckoutButton .btn.btn-lg {
  background-image: linear-gradient(to bottom, #008DD4 0, #00548B 100%);
  border: none !important;
  color: #FFFFFF !important; }

.previewCartCheckout .CheckoutButton .btn.btn-lg:hover, .previewCartCheckout a.btn.btn-alt:hover {
  background-image: linear-gradient(to bottom, #00548B 0, #008DD4 100%);
  background-color: transparent !important;
  border-color: #00548B !important; }

/*********** end **********/
/*********** Brands page css start **********/
body.page-type-brands .body {
  background: #F4F4F4; }

body.page-type-brands .body .container_page {
  max-width: 1320px;
  padding: 0 20px; }

body.page-type-brands .body .container_page .container {
  padding: 0 20px;
  background: #FFFFFF; }

body.page-type-brands .body .container_page .container ul.brandGrid {
  text-align: left; }

body.page-type-brand h5.side-module-heading {
  background-image: linear-gradient(to bottom, #008DD4 0, #00548B 100%) !important;
  border: none !important; }

body.page-type-brand h5.side-module-heading:hover {
  background-image: linear-gradient(to bottom, #00548B 0, #008DD4 100%) !important; }

body.page-type-brand .btn.btn-alt:hover {
  background-image: linear-gradient(to bottom, #008DD4 0, #00548B 100%) !important;
  border-color: transparent; }

a[data-compare-nav].btn.btn-primary {
  background-image: linear-gradient(to bottom, #00548B 0, #008DD4 100%) !important;
  border: none !important; }

a[data-compare-nav].btn.btn-primary:hover {
  background-image: linear-gradient(to bottom, #008DD4 0, #00548B 100%) !important; }

/********** end ***********/
/********** Each brands page css start **********/
body.page-type-brand .body {
  background: #F4F4F4; }

body.page-type-brand .body .container_page {
  max-width: 1320px;
  padding: 0 20px; }

body.page-type-brand .body .container_page .container {
  padding: 0 20px;
  background: #FFFFFF; }

/********** end **********/
/********** Main categories page css start **********/
.main-cats .all-subcats .each-subcat {
  float: left;
  width: calc(20% - 24px);
  margin: 12px;
  min-height: 260px;
  max-height: 260px;
  height: 260px; }

.main-cats .all-subcats .each-subcat:nth-child(5n-4) {
  margin-left: 0;
  width: calc(20% - 12px); }

.main-cats .all-subcats .each-subcat:nth-child(5n) {
  width: calc(20% - 12px);
  margin-right: 0; }

.main-cats .all-subcats .each-subcat a {
  float: left;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  border: 1px solid #D7D7D7; }

.main-cats .all-subcats .each-subcat a span {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  background: #FFFFFF;
  font-size: 20px;
  font-family: 'Gotham-Black';
  line-height: 2.5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 20px; }

.main-cats .all-subcats .each-subcat a img {
  height: auto;
  width: max-content;
  position: absolute;
  left: 0;
  top: 0; }

.main-cats .all-subcats {
  float: left;
  width: calc(100% + 40px);
  margin: 20px -20px; }

.container.main-cats {
  background: #F4F4F4 !important; }

.main-cats .main-tabs {
  float: left;
  width: calc(100% + 40px);
  margin: 20px -20px; }

.main-cats .main-tabs .tabs-contents {
  width: 100%;
  top: 100%; }

.tabs-each .tabs-head {
  float: left;
  width: auto;
  padding: 0 10px;
  cursor: pointer;
  border: 1px solid #D7D7D7;
  border-bottom: none; }

.tabs-each .tabs-head > h2 {
  margin-top: 9px;
  font-size: 16px;
  color: #02568A; }

.tabs-each {
  float: left;
  width: auto; }

.main-cats .main-tabs .tabs-content {
  float: left;
  width: 100%;
  text-align: left;
  background: #FFFFFF;
  padding: 20px;
  border: 1px solid #D7D7D7; }

.main-cats .main-tabs .tabs-content .each-cont h3 {
  margin-top: 0; }

.tabs-head.is-active {
  background: #FFFFFF;
  border-top: 3px solid #AD073D; }

.tabs-head.is-active h2 {
  color: #AD073D;
  font-weight: bold; }

.main-cats .main-tabs .tabs-content .each-cont.is-active {
  display: block; }

.main-cats .main-tabs .tabs-content .each-cont {
  display: none; }

/********** end **********/
/********** Custom CSS added by KK end **********/
/********** Media queries start **********/
@media only screen and (max-width: 1220px) {
  .foot-each .social-icons a.icon, #footer-wrapper ul.social-icons li.socialLinks-item {
    width: 40px;
    height: 40px; }
  .foot-each a.icon.icon-front {
    transform: translateZ(20px); }
  .foot-each .social-icons a.icon svg {
    width: 20px; }
  .main-container-par .hp-custom-cat ul.custcat-list li.custcat-item span {
    font-size: 16px; }
  .hpcc-par .hp-custom-cat ul.custcat-list li.custcat-item h2 {
    font-size: 22px; } }

@media only screen and (max-width: 1200px) {
  div#trigger-desktop {
    width: 25px;
    height: 25px;
    display: table-cell;
    vertical-align: middle;
    text-align: center; }
  #st-trigger-effects a svg {
    fill: #7B7B7B;
    display: inline-block;
    vertical-align: unset;
    margin: auto !important; }
  #trigger-desktop #st-trigger-effects {
    display: inline-block;
    padding-right: 0;
    margin: 0 10px !important; }
  .header-bottom .header-panel.container {
    display: table; }
  .cateArea .navPage-subMenu-list li.navPage-subMenu-item a.navPage-subMenu-action.navPages-action img, li.navPages-item a.navPages-action.megam {
    display: none; }
  .cateArea .navPage-subMenu-list li.navPage-subMenu-item {
    float: left;
    width: 100%;
    max-width: unset;
    padding: 0 !important;
    padding-left: 15px !important; }
  .cateArea .navPage-subMenu-list li.navPage-subMenu-item a.navPage-subMenu-action.navPages-action span {
    padding: 10px 20px;
    text-transform: capitalize; }
  #mobile-categories .cateArea > ul {
    display: block; }
  #mobile-categories .imageArea {
    display: none; }
  li.navPages-item.homeicon {
    background-image: linear-gradient(to bottom, #008DD4 0, #00548B 100%); } }

@media only screen and (max-width: 1162px) {
  .reco-prods .prod-image {
    width: 100%;
    padding: 10px; }
  .reco-prods figcaption.prod-desc {
    width: 100%; }
  .reco-prods h4.prod-name a {
    max-height: 60px;
    min-height: 60px;
    font-size: 16px; }
  .reco-prods figcaption.prod-desc .prod-price {
    float: left;
    width: 100%; }
  /**** cart page css start ****/
  body.page-type-cart .paywith-imgs > img {
    width: 45px; }
  /**** end ****/ }

@media only screen and (max-width: 1120px) {
  span.rapidreorder {
    margin-top: 10px; }
  .productView form.form[data-wishlist-add] {
    margin-right: 20px; }
  body.page-type-category div.isp_center_container ul#isp_search_results_container li.isp_grid_product {
    width: 25%; }
  /**** about us page css start ****/
  .abtus-eachfeat {
    width: 50%; }
  .abtus-eachfeat:nth-last-child(2) {
    clear: left; }
  .abtus-eachfeat:hover .eachfeat-img {
    width: 15%; }
  /**** end ****/ }

@media only screen and (max-width: 1100px) {
  .container.catlist .page main#product-listing-container .each-subcat:nth-child(5n) {
    margin-right: 12px;
    margin-left: 0;
    width: calc(25% - 12px); }
  .container.catlist .page main#product-listing-container .each-subcat:nth-child(5n-4) {
    margin-right: 12px;
    margin-left: 12px;
    width: calc(25% - 24px); }
  .container.catlist .page main#product-listing-container .each-subcat {
    float: left;
    width: calc(25% - 24px);
    margin: 0 12px 24px;
    height: 260px; }
  .container.catlist .page main#product-listing-container .each-subcat:nth-child(4n-3) {
    margin-left: 0;
    margin-right: 12px;
    width: calc(25% - 12px); }
  .container.catlist .page main#product-listing-container .each-subcat:nth-child(4n) {
    margin-right: 12px;
    margin-left: 12;
    width: calc(25% - 24px); }
  .container.catlist .page main#product-listing-container .each-subcat:nth-child(4n) {
    margin-right: 0;
    width: calc(25% - 12px); }
  .container.catlist .page main#product-listing-container .each-subcat > a {
    font-size: 18px; }
  li.isp_grid_product div.isp_product_image_wrapper {
    height: 180px;
    margin-top: 20px; }
  body.page-type-category div.isp_center_container ul#isp_search_results_container li.isp_grid_product {
    height: 450px !important;
    width: 25% !important; } }

@media only screen and (max-width: 1060px) {
  .midfooteach-container .footeach-data span {
    font-size: 14px; }
  div#footerSubcribeForm h5 {
    font-size: 14px; } }

@media only screen and (max-width: 1040px) {
  .foot-each .social-icons a.icon, #footer-wrapper ul.social-icons li.socialLinks-item {
    width: 35px;
    height: 35px; }
  .foot-each a.icon.icon-front {
    transform: translateZ(17.5px); }
  .foot-each .social-icons a.icon svg {
    width: 18px; } }

@media only screen and (max-width: 1024px) {
  #main-footer .container > .row > div {
    width: 100%; }
  .mainfoot-rightform .forminput-out > * {
    width: 100% !important;
    padding-left: 0 !important;
    margin-bottom: 0 !important; }
  .main-container-par .hp-custom-cat ul.custcat-list li.custcat-item span {
    font-size: 14px; }
  .hpcc-par .hp-custom-cat ul.custcat-list li.custcat-item h2 {
    font-size: 20px; }
  body.page-type-category div.isp_center_container ul#isp_search_results_container li.isp_grid_product {
    width: 33.33%; }
  #isp_search_result_page_container div.isp_left_container {
    width: 20%; }
  body.page-type-category #isp_search_result_page_container div.isp_center_container_position {
    margin-left: 20% !important; }
  /**** pdp css start ****/
  .productView .productView-images {
    padding-right: 0px; }
  .productView .productView-images, .qnans, div#relatedProducts, .proreviews-main {
    width: 100%; }
  .slick-vertical .slick-slide {
    width: 100% !important; }
  .productView-details {
    width: 100%;
    padding: 0; }
  .container {
    padding-left: 0;
    padding-right: 0; }
  .productView [data-cart-item-add] > button {
    width: auto;
    padding: 0 15px; }
  span.rapidreorder {
    margin-top: 0; }
  span.emailit {
    margin-top: 0;
    margin-left: 20px; }
  .pdf-part {
    width: 50%; }
  .video-part {
    width: 50%; }
  .proright-sect {
    float: left;
    width: 100%;
    margin-bottom: 20px; }
  .reco-prods a.btn.btn-alt.btnATC {
    /*margin-left: 15px;*/
    margin-top: 5px; }
  .wishlist-par {
    margin-top: 0; }
  .reco-prods figcaption.prod-desc {
    padding-left: 20px; }
  .productView-details {
    margin-bottom: 20px; }
  #kudobuzz_product_reviews_widget {
    width: 100%; }
  .white-glow {
    text-align: left;
    padding-left: 70px; }
  .installation-serv {
    text-align: left; }
  /**** pdp css end ****/
  /**** Contact us page css start ****/
  body.page-type-page_contact_form .store-location {
    width: 100%;
    margin-right: 0 !important;
    margin-left: 0 !important; }
  /**** end ****/
  /*** kudos buss widget css start ***/
  div#kudobuzz_product_reviews_widget {
    width: 100%; }
  /*** end ***/
  /*** Cart page responsive css start ***/
  body.page-type-cart .page-cart {
    display: inline-block;
    width: 100%; }
  body.page-type-cart .cart-nonsticky {
    width: 100%; }
  body.page-type-cart .cart-sticky {
    display: inline-block;
    width: 100%;
    margin-top: 20px; }
  body.page-type-cart .hl-cart-total {
    width: 100%;
    margin-left: 0; }
  body.page-type-cart .cart-actions.text-right {
    margin-left: 0;
    width: auto;
    float: none;
    display: inline-block; }
  body.page-type-cart .cart-total .shipping-estimator {
    width: 100%;
    max-width: unset; }
  /**** end ***/
  /***** Product listing page css start *****/
  body.page-type-category #isp_search_result_page_container div.isp_left_container {
    width: 19%; }
  /***** end *****/ }

@media only screen and (max-width: 992px) {
  .hp-custom-cat {
    padding: 0px; }
  .main.full.container.home-container .hp-custom-cat {
    padding: 0; }
  /**** cart page css start ****/
  body.page-type-cart .hl-cart-content {
    width: 100%;
    margin-bottom: 20px; }
  body.page-type-cart .hl-cart-total {
    width: 100%;
    margin-left: 0; }
  body.page-type-cart .cart-actions.text-right {
    float: left;
    margin: auto;
    margin-top: 20px;
    width: 100%;
    background: transparent; }
  body.page-type-cart .other-payments {
    width: 100%;
    margin-top: 20px;
    max-width: max-content;
    float: none;
    margin: auto;
    display: inline-block;
    margin-top: 20px; }
  body.page-type-cart .cart-actions > a.btn {
    max-width: max-content; }
  .cart-header-item:nth-child(2) {
    display: block; }
  .cart-item-block:nth-child(3) {
    display: block; }
  .cart-item-quantity .form-increment {
    width: 100%; }
  body.page-type-cart .paywith-imgs > img {
    width: 55px; }
  /**** end ****/
  /**** contact us page css start ****/
  body.page-type-page_contact_form .email-sect > .email-each {
    width: 100%;
    margin-bottom: 20px; }
  /**** end ****/ }

@media only screen and (max-width: 950px) {
  .foot-each {
    width: 100% !important;
    border: none !important;
    border-bottom: 1px solid #DBDBDB !important;
    padding: 0 !important; }
  .foot-each:last-child {
    border: none !important; }
  .foot-each .social_media {
    margin: auto; }
  .top-footer-container {
    display: block; }
  .foot-each .social-icons a.icon, #footer-wrapper ul.social-icons li.socialLinks-item {
    width: 50px;
    height: 50px; }
  .foot-each a.icon.icon-front {
    transform: translateZ(25px); }
  .foot-each .social-icons a.icon svg {
    width: 25px; }
  .midfooteach-container {
    text-align: center; }
  .midfoot-out {
    max-width: 300px !important;
    display: inline-block;
    margin: auto;
    width: 100%;
    transform: translateY(50%); }
  .foot-each div#footerSubcribeForm {
    max-width: 300px;
    float: none;
    margin: auto;
    text-align: center; }
  .midfooteach-container .footeach-data span {
    float: left;
    font-size: 16px; }
  div#footerSubcribeForm h5 {
    font-size: 16px; } }

@media only screen and (max-width: 910px) {
  ul.left-ul {
    display: none; }
  nav.navUser > ul:last-child {
    float: none; }
  nav.navUser > ul li {
    line-height: normal; }
  .header-top .navUser > ul > li {
    width: 33.33%; }
  nav.navUser > ul.left-ul {
    width: 100%;
    float: left;
    display: block; }
  .header-top .navUser > ul.left-ul > li {
    width: 50%;
    background: #AD073D;
    border-radius: 0; }
  .header-top .navUser > ul.left-ul > li:first-child {
    border-bottom-left-radius: 10px;
    line-height: 42px; }
  .header-top .navUser > ul.left-ul > li:last-child {
    border-bottom-right-radius: 10px; }
  nav.navUser > ul.left-ul li img {
    filter: brightness(0) invert(1); }
  .header-top ul.left-ul li:last-child a {
    color: #FFFFFF; } }

@media only screen and (max-width: 900px) {
  .mainfootin-left, .mainfootin-right {
    width: 100%;
    padding-top: 0px; }
  .hp-custom-cat ul.custcat-list li.custcat-item:nth-child(even) {
    margin-right: 0 !important;
    margin-left: 20px !important;
    margin-bottom: 40px !important; }
  .hp-custom-cat ul.custcat-list li.custcat-item:nth-child(odd) {
    margin-left: 0 !important;
    margin-right: 20px !important; }
  .hpcc-par .hp-custom-cat ul.custcat-list li.custcat-item h2 {
    font-size: 24px; }
  div#trigger-desktop {
    display: none; }
  ul.custcat-list {
    display: block; }
  .hp-custom-cat ul.custcat-list li.custcat-item {
    width: calc(50% - 20px) !important; }
  /**** about us page css start ****/
  .abtus-eachfeat:hover .eachfeat-img {
    width: 20%; }
  /**** end ****/
  /***** Category listing page css start *****/
  .container.catlist .page main#product-listing-container .each-subcat {
    height: 220px; }
  .container.catlist .page main#product-listing-container .each-subcat > a {
    font-size: 16px; }
  .container.catlist .page main#product-listing-container .each-subcat:nth-child(5n) {
    margin-left: 12px;
    margin-right: 12px;
    width: calc(33.33% - 24px); }
  .container.catlist .page main#product-listing-container .each-subcat:nth-child(4n) {
    margin-left: 12px;
    margin-right: 12px;
    width: calc(33.33% - 24px); }
  .container.catlist .page main#product-listing-container .each-subcat {
    margin-left: 12px;
    margin-right: 12px;
    width: calc(33.33% - 24px); }
  .container.catlist .page main#product-listing-container .each-subcat:nth-child(3n-2) {
    margin-left: 0;
    margin-right: 12px;
    width: calc(33.33% - 12px); }
  .container.catlist .page main#product-listing-container .each-subcat:nth-child(3n) {
    margin-right: 0;
    margin-left: 12px;
    width: calc(33.33% - 12px); }
  /***** end *****/
  /***** Product listing page css start *****/
  body.page-type-category #isp_search_result_page_container div.isp_left_container {
    width: 25%; }
  body.page-type-category #isp_search_result_page_container div.isp_center_container_position {
    margin-left: 26% !important; }
  li.isp_grid_product div.isp_product_image_wrapper {
    height: 200px;
    margin-top: 20px; }
  body.page-type-category div.isp_center_container ul#isp_search_results_container li.isp_grid_product {
    height: 450px !important;
    width: 33.33% !important; }
  /***** end *****/ }

@media only screen and (max-width: 844px) {
  span.quests {
    line-height: 1.75; } }

@media only screen and (max-width: 820px) {
  .cat-dataain {
    position: relative;
    float: left;
    left: 0;
    width: 100%;
    height: 100%; }
  .main-container-par .categories.clearfix .single-category {
    width: 100%; }
  .single-category:nth-child(even) .hpcat-subcat {
    right: 0; }
  .main-container-par .categories.clearfix .hpcat-subcat .cat-data {
    padding-left: 10px; }
  .main-container-par .categories.clearfix .category-image {
    margin-right: 10px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4); } }

@media only screen and (max-width: 800px) {
  .freight-options {
    display: block; }
  .freight-options > .foptions-each {
    width: 100%; } }

@media only screen and (max-width: 768px) {
  section.mobile-banner {
    display: block; }
  section.home-slideshow {
    display: none; }
  .mainfoot-container .mainfoot-out {
    display: block; }
  .mainfoot-each {
    width: 100% !important;
    float: left;
    padding: 0 !important; }
  .mainfootin-left {
    width: 70%; }
  .mainfootin-right {
    width: 30%; }
  .mainfoot-in:first-child {
    text-align: center; }
  .recom-sidepart, .featured-main {
    width: 100%; }
  .featured-main {
    padding-right: 0; }
  .home-featured-product {
    display: block; }
  .recom-sidepart {
    text-align: center; }
  .recom-sidepart img {
    max-width: 300px;
    margin: auto;
    margin-bottom: 30px; }
  .home-new-product .right-content .banners.banners-top .banner p img {
    max-width: 300px;
    margin: auto;
    margin-bottom: 30px; }
  .home-new-product .right-content .banners.banners-top {
    border: none;
    text-align: center; }
  .home-new-product .right-content {
    margin-top: 0px;
    padding-bottom: 0px;
    padding-top: 0px; }
  .home-new-product .left-content {
    width: 100%; }
  .home-new-product {
    margin-bottom: 0; }
  .home-new-product .home-new-product-content .owl-nav, .home-featured-product .owl-nav {
    right: 0px; }
  .home-new-product .module-heading {
    width: 100%; }
  .home-new-product .home-new-product-content .left-content {
    padding-right: 0; }
  .home-new-product .right-content {
    padding-left: 0; }
  /**** pdp css start ****/
  .wishlist-par {
    margin-top: 20px; }
  .half-desc {
    width: 100% !important; }
  .reco-prods .prod-image {
    overflow: hidden; }
  .prod-cust-details h1.productView-title {
    font-size: 20px; }
  .productView .productView-image-wrap, .productView .productView-thumbnails {
    width: 100%; }
  .productView .productView-thumbnails {
    margin-left: 0; }
  #product-photos button.slick-prev.slick-arrow {
    width: 25px;
    height: 25px;
    top: 0;
    bottom: 0;
    left: 1px;
    margin: auto;
    z-index: 10;
    background: #FFFFFF;
    transform: translate(0) rotateZ(-90deg); }
  #product-photos button.slick-next.slick-arrow {
    width: 25px;
    height: 25px;
    top: 0;
    bottom: 0;
    right: 1px;
    left: unset;
    margin: auto;
    z-index: 10;
    background: #FFFFFF;
    transform: translate(0) rotateZ(-90deg); }
  .proimgs-main {
    padding: 0 5px; }
  .productView-image {
    padding-top: 20px; }
  .productView .halo_AddThisLink, .prinquest {
    padding-left: 10px; }
  .qnans {
    margin-top: 20px; }
  #product-photos button.slick-prev.slick-arrow, #product-photos button.slick-next.slick-arrow {
    height: 15px; }
  .productView .productView-thumbnails {
    padding-left: 30px;
    padding-right: 30px; }
  .productView-thumbnails .productView-thumbnail {
    border: none; }
  .productView .productView-thumbnails .productView-thumbnail a {
    border: 1px solid #E4E4E4; }
  .proimgs-main {
    padding: 0; }
  div#breadcrumbs-wrapper {
    display: none; }
  /**** end ****/
  /**** plp css start ****/
  body.page-type-category #isp_search_result_page_container div.isp_center_container_position {
    margin-left: 0% !important; }
  /**** end ****/
  /********** login page css start **********/
  body.page-type-login .body .container .login-row .new-customer {
    padding-left: 0px; }
  /********** end **********/
  /**** contact us page css start ****/
  body.page-type-page_contact_form .help-cont {
    width: calc(100% - 52px); }
  body.page-type-page_contact_form a.ask-btn {
    position: unset;
    margin-top: 20px;
    display: inline-block; }
  /**** end ****/
  /**** cart page css start ****/
  .cart-item-quantity .form-increment {
    width: 50%;
    float: right; }
  .cart-item-info .cart-item-label {
    float: left;
    width: 50%;
    display: block;
    line-height: 40px; }
  body.page-type-cart td.cart-item-block {
    float: left;
    width: 100% !important;
    line-height: 1;
    padding: 0 20px !important;
    padding-top: 20px !important;
    max-width: unset !important; }
  body.page-type-cart .cart-list .cart-item {
    float: left;
    width: 100%; }
  body.page-type-cart tbody.cart-list {
    float: left;
    width: 100%;
    margin-top: 20px; }
  /**** end ****/
  /***** Product listing page css start *****/
  body.page-type-category #isp_search_result_page_container div.isp_center_container_position {
    display: table; }
  body.page-type-category #isp_search_result_page_container div.isp_left_container {
    margin-left: -190px;
    position: absolute !important;
    left: 0px;
    top: 0px;
    width: 220px !important;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
    z-index: 100; }
  body.page-type-category #isp_center_container .isp_center_container_header a.isp_refine_nevigation {
    margin-left: 15px;
    height: 30px;
    line-height: 30px; }
  body.page-type-category div.isp_center_container ul#isp_search_results_container li.isp_grid_product {
    height: 420px !important; }
  body.page-type-category div#isp_search_result_page_container {
    position: relative; }
  /***** end *****/
  /***** category listing page css start *****/
  .catlist-header h1.page-heading {
    font-size: 35px; }
  /***** end *****/ }

@media only screen and (max-width: 700px) {
  .container.catlist .page main#product-listing-container .each-subcat {
    width: calc(50% - 24px);
    margin-left: 12px;
    margin-right: 12px; }
  .container.catlist .page main#product-listing-container .each-subcat:nth-child(1n) {
    width: calc(50% - 12px);
    margin-left: 0px;
    margin-right: 12px; }
  .container.catlist .page main#product-listing-container .each-subcat:nth-child(2n) {
    width: calc(50% - 12px);
    margin-left: 12px;
    margin-right: 0px; }
  /***** Product listing page css start *****/
  li.isp_grid_product div.isp_product_image_wrapper {
    height: 200px;
    margin-top: 20px; }
  body.page-type-category div.isp_center_container ul#isp_search_results_container li.isp_grid_product {
    height: 400px !important;
    width: 50% !important; }
  body.page-type-category #isp_search_result_page_container div.isp_left_container {
    width: 28%; }
  /***** end *****/ }

@media only screen and (max-width: 670px) {
  .prinquest {
    position: relative;
    float: left;
    bottom: 0;
    background: #F4F4F4;
    width: 100%; }
  .proimgs-main {
    border-right: 0;
    border-left: 0; }
  span.askus, span.printpage {
    float: left;
    margin-bottom: 20px;
    margin-right: 10px; } }

@media only screen and (max-width: 650px) {
  #footer-wrapper #bottom-footer ul li {
    width: 45%;
    float: left;
    text-align: left; }
  #footer-wrapper #bottom-footer ul li:first-child {
    padding-left: 10px;
    margin: 0 10px; }
  /**** about us page css start ****/
  .abtus-eachfeat {
    width: 100%;
    padding: 0; }
  .abtus-eachfeat:hover .eachfeat-img {
    width: 15%; }
  /**** end ****/
  .freight-main > div .eachship-opt .eachopt-data > ul > li {
    width: 100%; } }

@media only screen and (max-width: 600px) {
  .hpcc-par .hp-custom-cat ul.custcat-list li.custcat-item h2 {
    font-size: 20px; }
  body.page-type-category #isp_search_result_page_container div.isp_left_container {
    width: 33%; } }

@media only screen and (max-width: 570px) {
  .main-container-par .hp-custom-cat ul.custcat-list li.custcat-item span {
    font-size: 12px; }
  .header-bottom .header-panel #quickSearch {
    width: 100% !important;
    position: relative !important;
    float: left;
    height: auto;
    right: unset; }
  .header-bottom .header-panel .header-first {
    display: inline-block;
    float: none; }
  .header-bottom .header-panel.container {
    text-align: center; }
  .header-bottom .header-panel #quickSearch {
    width: 100% !important;
    position: relative !important;
    float: left;
    height: auto;
    right: unset; }
  .header-bottom .header-panel .header-first {
    display: inline-block;
    float: none; }
  .header-bottom .header-panel.container {
    text-align: center; }
  .header-top .navUser > ul:first-child > li {
    width: 50%;
    background: #AD073D;
    border-radius: 0; }
  .header-top .navUser > ul:first-child > li:first-child {
    border-bottom-left-radius: 10px;
    line-height: 42px; }
  .header-top .navUser > ul:first-child > li:last-child {
    border-bottom-right-radius: 10px; }
  .header-top ul.left-ul li:last-child a {
    color: #FFFFFF; }
  nav.navUser > ul li img {
    filter: brightness(0) invert(1); }
  /**** pdp css start ****/
  .pdf-part, .video-part {
    width: 100%;
    text-align: center; }
  /**** end ****/
  /**** plp css start ****/
  body.page-type-category div.isp_center_container ul#isp_search_results_container li.isp_grid_product {
    width: 50%; }
  body.page-type-category div.isp_center_container ul#isp_search_results_container li.isp_grid_product {
    height: 420px !important; }
  /**** end ****/
  /**** login page css start ****/
  body.page-type-createaccount .body .container .account-body .form-row div.form-field {
    width: 100%;
    padding: 0; }
  body.page-type-createaccount .body .container .account-body .form-row .ship-details div.form-field[data-type=Zip], body.page-type-createaccount .body .container .account-body .form-row .ship-details div.form-field[data-type=State] {
    padding: 0; }
  body.page-type-createaccount .body .container .account-body .form-row .ship-details div.form-field:last-child:nth-child(odd) {
    padding-left: 0;
    padding-right: 0; }
  /**** end ****/
  /**** contact us page css start ****/
  body.page-type-page_contact_form .store-location .storeLocation .store-address > div {
    width: 100%; }
  body.page-type-page_contact_form .store-location .storeLocation .store-address > div:first-child {
    margin-bottom: 20px; }
  body.page-type-page_contact_form .storeLocation {
    width: 100% !important; }
  body.page-type-page_contact_form .storeLocation:last-child {
    margin-top: 20px; }
  /**** end ****/
  /*** Cart page css start ***/
  .freight-info > h1 {
    font-size: 26px; }
  /*** end ***/ }

@media only screen and (max-width: 520px) {
  .hp-custom-cat ul.custcat-list li.custcat-item:nth-child(odd) {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 10px !important; }
  .hp-custom-cat ul.custcat-list li.custcat-item:nth-child(even) {
    width: 100%;
    margin-bottom: 30px;
    margin-left: 10px !important; }
  .main.full.container.home-container .hp-custom-cat {
    margin-bottom: 0; }
  .main-container-par .hp-custom-cat ul.custcat-list li.custcat-item span {
    font-size: 15px; }
  .hpcc-par .hp-custom-cat ul.custcat-list li.custcat-item h2 {
    font-size: 18px; }
  .hp-custom-cat ul.custcat-list li.custcat-item, .hp-custom-cat ul.custcat-list li.custcat-item:nth-child(even) {
    width: calc(50% - 10px) !important;
    float: left;
    margin-bottom: 20px !important; }
  .hpcc-par .hp-custom-cat ul.custcat-list li.custcat-item h2 {
    font-size: 26px; } }

@media only screen and (max-width: 480px) {
  .mainfoot-in:last-child > * {
    width: 100%; }
  .main-container-par .categories.clearfix .category-image {
    width: 100% !important;
    max-height: 250px;
    overflow: hidden;
    float: left;
    margin-right: 0; }
  .main-container-par .categories.clearfix .hpcat-subcat {
    display: block; }
  .main-container-par .categories.clearfix .hpcat-subcat .cat-data {
    padding: 0;
    width: 100%;
    float: left; }
  .main-container-par .categories.clearfix .hpcat-subcat {
    max-height: unset; }
  .cat-dataain {
    border: none;
    border-top: 1px solid #E2E2E2; }
  .main-container-par .categories.clearfix .single-category {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3); }
  img.right-img, img.left-img {
    width: 100%; }
  .productView-price .price.price--rrp ~ .price--withoutTax, .productView-product .productView-price .price-section.price-section--withoutTax span.price.price--withoutTax {
    font-size: 32px; }
  span.emailit {
    margin-left: 0;
    margin-top: 10px;
    clear: left; }
  span.quests {
    font-size: 14px; }
  .mainfootin-left, .mainfootin-right {
    width: 100%; }
  .mainfoot-rightform .form-row .form-field .email-field-left, .mainfoot-rightform .form-row .form-field > span.data-note {
    width: 100%;
    padding-left: 0;
    padding-top: 5px; }
  /**** plp css start ****/
  li.isp_grid_product div.isp_product_info {
    padding-top: 0; }
  body.page-type-category div.isp_center_container ul#isp_search_results_container li.isp_grid_product {
    height: 380px; }
  body.page-type-category .isp_quick_view_hide_overflow .isp_quick_view_add_to_cart_form input.isp_quick_view_add_to_cart_btn {
    float: left;
    width: 100%; }
  body.page-type-category .isp_quick_view_hide_overflow .isp_quick_view_add_to_cart_form input.isp_quick_view_add_to_cart_btn {
    float: none;
    display: inline-block;
    margin-top: 15px; }
  .isp_quick_view_content_right .isp_quick_view_add_to_cart_form {
    text-align: center; }
  .isp_quick_view_price_add_to_cart_wrapper .isp_quick_view_variant {
    margin-bottom: 10px; }
  body.page-type-category div.isp_center_container h1#isp_results_summary div#isp_search_results_filter_tags {
    float: left;
    width: 100%;
    left: 0 !important; }
  /**** end ****/
  /**** about us page css start ****/
  h2.abtuseach-head {
    font-size: 22px; }
  .main-headcont > h1.page-heading {
    font-size: 34px;
    line-height: 3; }
  .abtus-eachfeat:hover .eachfeat-img {
    width: 20%; }
  /**** end ****/
  /**** cart page css start ****/
  body.page-type-cart .page-heading {
    font-size: 24px; }
  .freight-info > h1 {
    font-size: 20px; }
  .foptions-each > h2 {
    font-size: 18px; }
  /**** end ****/
  /**** contact us page css start ****/
  body.page-type-page_contact_form .help-cont {
    width: 100%;
    padding-left: 0px;
    text-align: center; }
  body.page-type-page_contact_form img.help-icon {
    float: none;
    display: block;
    margin: auto;
    margin-bottom: 20px; }
  body.page-type-page_contact_form .help-cont h3 {
    font-size: 18px; }
  body.page-type-page_contact_form .email-sect > .email-each > a {
    font-size: 14px; }
  /**** end ****/
  /**** category listing page css start ****/
  .catlist-header h1.page-heading {
    font-size: 32px; }
  /**** end ****/
  /**** Product details page css start ****/
  #kudobuzz_product_review_form_widget .kudobuzz_product_review_form_widget_modal_pright > ul > li {
    width: 100% !important; }
  /**** end ****/ }

@media only screen and (max-width: 420px) {
  .foot-each .social-icons a.icon, #footer-wrapper ul.social-icons li.socialLinks-item {
    width: 34px;
    height: 34px; }
  .foot-each a.icon.icon-front {
    transform: translateZ(17px); }
  .foot-each .social-icons a.icon svg {
    width: 18px; }
  .midfooteach-container .footeach-data span {
    font-size: 12px; }
  .midfooteach-container .footeach-data input[type=submit].exp-btn {
    font-size: 14px; }
  div#footerSubcribeForm h5 {
    font-size: 14px;
    display: inline-block; }
  .foot-each div#footerSubcribeForm {
    text-align: center; }
  #footerSubcribeForm .form-wrap .btn {
    font-size: 14px;
    width: 60px; }
  #footerSubcribeForm .form-wrap .form-input {
    width: calc(100% - 70px); }
  .main-container-par .hp-custom-cat ul.custcat-list li.custcat-item span {
    font-size: 12px; }
  .recom-sidepart img, .home-new-product .right-content .banners.banners-top .banner p img {
    max-width: 100%; }
  .productCarousel .owl-item .prod-item {
    width: 100%; }
  .home-featured-product .prod-item .prod-desc, .home-new-product-content .prod-item .prod-desc {
    text-align: center; }
  .home-featured-product .featured-main h2.module-heading span, .home-new-product h2.module-heading span, .main.full.container.home-container h2.hp-custcat-heading, h2.hp-custcat-heading {
    font-size: 18px !important; }
  .hpcc-par .hp-custom-cat ul.custcat-list li.custcat-item h2 {
    font-size: 24px; }
  .home-featured-product .module-heading {
    margin-bottom: 40px; }
  .home-featured-product .owl-nav {
    top: -30px; }
  .home-new-product .module-heading {
    margin-bottom: 30px; }
  .home-new-product .home-new-product-content .owl-nav {
    top: -32px; }
  /***** Category listing css start *****/
  .container.catlist .tabs-each .tabs-head {
    width: 100%; }
  .container.catlist .page main#product-listing-container .each-subcat {
    width: 100% !important;
    margin-left: 0px !important;
    margin-right: 0px !important; }
  .container.catlist .page main#product-listing-container .each-subcat > a {
    font-size: 18px; }
  /***** end *****/
  /***** Product listing page css start *****/
  body.page-type-category div.isp_center_container ul#isp_search_results_container li.isp_grid_product {
    width: 100% !important;
    height: auto !important;
    margin-bottom: 20px !important; }
  body.page-type-category li.isp_grid_product div.isp_product_image_wrapper {
    height: 180px; }
  body.page-type-category li.isp_grid_product form.isp_add_to_cart_form {
    position: unset !important; }
  /***** end *****/
  /**** Cart page css start ****/
  span.shipinfo {
    max-width: 100%; }
  /**** end ****/ }

@media only screen and (max-width: 380px) {
  nav.navUser > ul.left-ul li img {
    width: 14px; }
  .header-top .navUser > ul:first-child li {
    font-size: 12px; }
  span.askit {
    float: left;
    margin-top: 0;
    margin-bottom: 20px;
    clear: left; }
  /**** plp css start ****/
  body.page-type-category div.isp_center_container ul#isp_search_results_container li.isp_grid_product {
    width: 100%;
    height: auto !important; }
  #isp_center_container .isp_center_container_header a.isp_refine_nevigation {
    width: 75px !important; }
  /**** end ****/
  /**** login page css start ****/
  body.page-type-login .sign-in .panel .panel-title {
    font-size: 17px; }
  body.page-type-login h1.page-heading.hl-heading-line, body.page-type-createaccount .body .container .page-heading.hl-heading-line {
    font-size: 30px;
    line-height: 1; }
  /**** end ****/
  /**** cart page css start ****/
  body.page-type-cart .cart-item-quantity .form-increment button {
    width: 30px;
    height: 30px; }
  .cart .cart-item-quantity .form-increment .form-input {
    height: 30px;
    min-height: unset; }
  .cart-item-quantity .form-increment {
    padding-top: 15px; }
  body.page-type-cart .paywith-imgs > img {
    width: 45px; }
  /**** end ****/ }

@media only screen and (max-width: 350px) {
  body.page-type-category #isp_center_container .isp_center_container_header a.isp_refine_nevigation {
    margin-left: 5px; }
  body.page-type-category #isp_search_result_page_container .isp_center_container_header div.isp_sorting_and_result_view_wrapper {
    margin-right: 5px;
    width: calc(100% - 85px); }
  body.page-type-category .isp_sorting_and_result_view_wrapper .isp_search_res_view_type a#isp_mode_list {
    margin-right: 0; } }

/********** Media queries end **********/
/********** print media queries start **********/
@media print {
  @page {
    size: portrait;
    orientation: portrait; }
  #main-footer .container > .row {
    text-align: left; }
  .mainfoot-each:last-child {
    display: none; }
  .mainfoot-each:first-child {
    width: 100% !important;
    padding: 0px;
    float: left; }
  .mainfoot-container {
    max-width: unset;
    width: 100%;
    padding: 0;
    float: left; }
  section#main-footer .container {
    max-width: unset;
    width: 100%;
    padding: 0; }
  .mainfoot-in:first-child {
    display: none; }
  .mainfoot-in {
    width: 100%;
    float: left;
    padding: 0; }
  a[href]:after {
    content: none !important; }
  .top-footer {
    display: none; }
  .productView-details {
    width: 100%;
    padding: 0px; }
  * {
    -webkit-print-color-adjust: exact !important;
    /* Chrome, Safari */
    color-adjust: exact !important;
    /*Firefox*/ }
  .productView .productView-images, .qnans, .proreviews-main {
    width: 100%; }
  .productView [data-cart-item-add] > button {
    width: auto;
    padding: 0 20px; }
  .video-part {
    display: none; }
  .resources-cf {
    height: 240px;
    width: 100%;
    margin: 0px; }
  ul.main-desc, .ship-info {
    margin-bottom: 20px; }
  .specs-table {
    page-break-inside: avoid;
    margin-bottom: 20px; }
  body {
    -webkit-print-color-adjust: exact; }
  span.emailit {
    margin-top: 0px;
    margin-left: 10px; }
  .reco-prods .slick-list {
    overflow: visible;
    float: left;
    width: 100% !important;
    display: block; }
  .reco-prods .slick-track {
    display: block !important;
    width: 100% !important;
    float: left;
    transform: none !important; }
  .reco-prods .slick-slide {
    float: left;
    width: 50% !important;
    margin-bottom: 20px;
    border: none !important; }
  .reco-prods .slick-slide:nth-child(3n) {
    clear: left; }
  .reco-prods .prod-image {
    width: 100%;
    margin-bottom: 20px; }
  .reco-prods figcaption.prod-desc {
    width: 100% !important;
    text-align: center !important; }
  .reco-prods .price-section.price-section--withoutTax {
    float: left;
    width: 100%; }
  .reco-prods .prod-price {
    float: left;
    width: 100%; }
  .reco-prods h4.prod-name {
    float: left;
    width: 100%; }
  .reco-prods h4.prod-name a {
    min-height: unset; }
  .reco-prods .slick-cloned {
    display: none !important; }
  .reco-prods .prod-price, .reco-prods .price-section.price-section--withoutTax {
    float: left;
    width: 100%; }
  .reco-prods span.price.price--withoutTax {
    float: left;
    width: 100%;
    text-align: center; }
  article.productView-description {
    page-break-inside: avoid; }
  #back-to-top, .productView .halo_AddThisLink, .prinquest {
    display: none !important; }
  ul.left-ul > li {
    width: max-content; }
  nav.navUser, nav.navUser > ul {
    float: left;
    width: 100%; }
  .header-top .navUser > ul.left-ul > li {
    padding: 0px;
    margin: 0px; }
  nav.navUser > ul:last-child, div#trigger-desktop {
    display: none; }
  #quickSearch > form .form-field #search_category {
    background-image: none !important; }
  div#kudobuzz_neptune_widget {
    display: none; } }

/********** print media queries end **********/
.nav-signin-tt.nav-flyout {
  position: absolute;
  width: 163px;
  top: 47px;
  height: 60px;
  border-radius: 3px 3px 3px 3px;
  background: #FFFFFF;
  border: 1px solid #BBBBBB;
  z-index: 100;
  left: 84px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.13);
  padding: 12.5px; }

.nav-arrow-inner {
  border-style: solid;
  border-width: 9px;
  border-color: transparent;
  border-top-width: 0;
  border-bottom: 9px solid #FFFFFF;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: -9px;
  left: 0;
  right: 0;
  margin: 0 auto; }

div#nav-signin-tooltip {
  text-align: center; }

div#nav-signin-tooltip a.nav-action-button:link {
  display: block;
  height: 33px;
  margin: 0 10px 0 11px;
  cursor: pointer;
  outline: 0;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  border-radius: 0 \9;
  -webkit-box-shadow: inset 0 1px 0 0 #FCF3DC;
  -moz-box-shadow: inset 0 1px 0 0 #FCF3DC;
  box-shadow: inset 0 1px 0 0 #FCF3DC;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF8E3AD', endColorstr='#FFEEBA37', GradientType=0);
  background: linear-gradient(to bottom, #008DD4 0, #00548B 100%) !important;
  text-align: center;
  vertical-align: middle;
  color: #FFFFFF;
  line-height: 30px;
  font-size: 13px; }

:root {
  --toastify-color-light: #fff;
  --toastify-color-dark: #121212;
  --toastify-color-info: #3498db;
  --toastify-color-success: #07bc0c;
  --toastify-color-warning: #f1c40f;
  --toastify-color-error: #e74c3c;
  --toastify-color-transparent: rgba(255, 255, 255, 0.7);
  --toastify-icon-color-info: var(--toastify-color-info);
  --toastify-icon-color-success: var(--toastify-color-success);
  --toastify-icon-color-warning: var(--toastify-color-warning);
  --toastify-icon-color-error: var(--toastify-color-error);
  --toastify-toast-width: 320px;
  --toastify-toast-background: #fff;
  --toastify-toast-min-height: 64px;
  --toastify-toast-max-height: 800px;
  --toastify-font-family: sans-serif;
  --toastify-z-index: 9999;
  --toastify-text-color-light: #757575;
  --toastify-text-color-dark: #fff;
  --toastify-text-color-info: #fff;
  --toastify-text-color-success: #fff;
  --toastify-text-color-warning: #fff;
  --toastify-text-color-error: #fff;
  --toastify-spinner-color: #616161;
  --toastify-spinner-color-empty-area: #e0e0e0;
  --toastify-color-progress-light: linear-gradient(
                  to right,
                  #4cd964,
                  #5ac8fa,
                  #007aff,
                  #34aadc,
                  #5856d6,
                  #ff2d55
  );
  --toastify-color-progress-dark: #bb86fc;
  --toastify-color-progress-info: var(--toastify-color-info);
  --toastify-color-progress-success: var(--toastify-color-success);
  --toastify-color-progress-warning: var(--toastify-color-warning);
  --toastify-color-progress-error: var(--toastify-color-error); }

.Toastify__toast-container {
  z-index: var(--toastify-z-index);
  -webkit-transform: translate3d(0, 0, var(--toastify-z-index) px);
  position: fixed;
  padding: 4px;
  width: var(--toastify-toast-width);
  box-sizing: border-box;
  color: #fff; }

.Toastify__toast-container--top-left {
  top: 1em;
  left: 1em; }

.Toastify__toast-container--top-center {
  top: 1em;
  left: 50%;
  transform: translateX(-50%); }

.Toastify__toast-container--top-right {
  top: 1em;
  right: 1em; }

.Toastify__toast-container--bottom-left {
  bottom: 1em;
  left: 1em; }

.Toastify__toast-container--bottom-center {
  bottom: 1em;
  left: 50%;
  transform: translateX(-50%); }

.Toastify__toast-container--bottom-right {
  bottom: 1em;
  right: 1em; }

@media only screen and (max-width: 480px) {
  .Toastify__toast-container {
    width: 100vw;
    padding: 0;
    left: 0;
    margin: 0; }
  .Toastify__toast-container--top-left, .Toastify__toast-container--top-center, .Toastify__toast-container--top-right {
    top: 0;
    transform: translateX(0); }
  .Toastify__toast-container--bottom-left, .Toastify__toast-container--bottom-center, .Toastify__toast-container--bottom-right {
    bottom: 0;
    transform: translateX(0); }
  .Toastify__toast-container--rtl {
    right: 0;
    left: initial; } }

.Toastify__toast {
  position: relative;
  min-height: var(--toastify-toast-min-height);
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding: 8px;
  border-radius: 4px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.05);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-height: var(--toastify-toast-max-height);
  overflow: hidden;
  font-family: var(--toastify-font-family);
  cursor: pointer;
  direction: ltr;
  /* webkit only issue #791 */
  z-index: 0; }

.Toastify__toast--rtl {
  direction: rtl; }

.Toastify__toast-body {
  margin: auto 0;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 6px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }

.Toastify__toast-body > div:last-child {
  -ms-flex: 1;
  flex: 1; }

.Toastify__toast-icon {
  -webkit-margin-end: 10px;
  margin-inline-end: 10px;
  width: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -ms-flexbox;
  display: flex; }

.Toastify--animate {
  animation-fill-mode: both;
  animation-duration: 0.7s; }

.Toastify--animate-icon {
  animation-fill-mode: both;
  animation-duration: 0.3s; }

@media only screen and (max-width: 480px) {
  .Toastify__toast {
    margin-bottom: 0;
    border-radius: 0; } }

.Toastify__toast-theme--dark {
  background: var(--toastify-color-dark);
  color: var(--toastify-text-color-dark); }

.Toastify__toast-theme--light {
  background: var(--toastify-color-light);
  color: var(--toastify-text-color-light); }

.Toastify__toast-theme--colored.Toastify__toast--default {
  background: var(--toastify-color-light);
  color: var(--toastify-text-color-light); }

.Toastify__toast-theme--colored.Toastify__toast--info {
  color: var(--toastify-text-color-info);
  background: var(--toastify-color-info); }

.Toastify__toast-theme--colored.Toastify__toast--success {
  color: var(--toastify-text-color-success);
  background: var(--toastify-color-success); }

.Toastify__toast-theme--colored.Toastify__toast--warning {
  color: var(--toastify-text-color-warning);
  background: var(--toastify-color-warning); }

.Toastify__toast-theme--colored.Toastify__toast--error {
  color: var(--toastify-text-color-error);
  background: var(--toastify-color-error); }

.Toastify__progress-bar-theme--light {
  background: var(--toastify-color-progress-light); }

.Toastify__progress-bar-theme--dark {
  background: var(--toastify-color-progress-dark); }

.Toastify__progress-bar--info {
  background: var(--toastify-color-progress-info); }

.Toastify__progress-bar--success {
  background: var(--toastify-color-progress-success); }

.Toastify__progress-bar--warning {
  background: var(--toastify-color-progress-warning); }

.Toastify__progress-bar--error {
  background: var(--toastify-color-progress-error); }

.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--success, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--error {
  background: var(--toastify-color-transparent); }

.Toastify__close-button {
  color: #fff;
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s ease;
  -ms-flex-item-align: start;
  align-self: flex-start; }

.Toastify__close-button--light {
  color: #000;
  opacity: 0.3; }

.Toastify__close-button > svg {
  fill: currentColor;
  height: 16px;
  width: 14px; }

.Toastify__close-button:hover, .Toastify__close-button:focus {
  opacity: 1; }

@keyframes Toastify__trackProgress {
  0% {
    transform: scaleX(1); }
  100% {
    transform: scaleX(0); } }

.Toastify__progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  z-index: var(--toastify-z-index);
  opacity: 0.7;
  transform-origin: left; }

.Toastify__progress-bar--animated {
  animation: Toastify__trackProgress linear 1 forwards; }

.Toastify__progress-bar--controlled {
  transition: transform 0.2s; }

.Toastify__progress-bar--rtl {
  right: 0;
  left: initial;
  transform-origin: right; }

.Toastify__spinner {
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: 2px solid;
  border-radius: 100%;
  border-color: var(--toastify-spinner-color-empty-area);
  border-right-color: var(--toastify-spinner-color);
  animation: Toastify__spin 0.65s linear infinite; }

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

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

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

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

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

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

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

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

.Toastify__bounce-enter--top-left, .Toastify__bounce-enter--bottom-left {
  animation-name: Toastify__bounceInLeft; }

.Toastify__bounce-enter--top-right, .Toastify__bounce-enter--bottom-right {
  animation-name: Toastify__bounceInRight; }

.Toastify__bounce-enter--top-center {
  animation-name: Toastify__bounceInDown; }

.Toastify__bounce-enter--bottom-center {
  animation-name: Toastify__bounceInUp; }

.Toastify__bounce-exit--top-left, .Toastify__bounce-exit--bottom-left {
  animation-name: Toastify__bounceOutLeft; }

.Toastify__bounce-exit--top-right, .Toastify__bounce-exit--bottom-right {
  animation-name: Toastify__bounceOutRight; }

.Toastify__bounce-exit--top-center {
  animation-name: Toastify__bounceOutUp; }

.Toastify__bounce-exit--bottom-center {
  animation-name: Toastify__bounceOutDown; }

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

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

.Toastify__zoom-enter {
  animation-name: Toastify__zoomIn; }

.Toastify__zoom-exit {
  animation-name: Toastify__zoomOut; }

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

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

.Toastify__flip-enter {
  animation-name: Toastify__flipIn; }

.Toastify__flip-exit {
  animation-name: Toastify__flipOut; }

@keyframes Toastify__slideInRight {
  from {
    transform: translate3d(110%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes Toastify__slideInLeft {
  from {
    transform: translate3d(-110%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes Toastify__slideInUp {
  from {
    transform: translate3d(0, 110%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes Toastify__slideInDown {
  from {
    transform: translate3d(0, -110%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes Toastify__slideOutRight {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(110%, 0, 0); } }

@keyframes Toastify__slideOutLeft {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(-110%, 0, 0); } }

@keyframes Toastify__slideOutDown {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, 500px, 0); } }

@keyframes Toastify__slideOutUp {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, -500px, 0); } }

.Toastify__slide-enter--top-left, .Toastify__slide-enter--bottom-left {
  animation-name: Toastify__slideInLeft; }

.Toastify__slide-enter--top-right, .Toastify__slide-enter--bottom-right {
  animation-name: Toastify__slideInRight; }

.Toastify__slide-enter--top-center {
  animation-name: Toastify__slideInDown; }

.Toastify__slide-enter--bottom-center {
  animation-name: Toastify__slideInUp; }

.Toastify__slide-exit--top-left, .Toastify__slide-exit--bottom-left {
  animation-name: Toastify__slideOutLeft; }

.Toastify__slide-exit--top-right, .Toastify__slide-exit--bottom-right {
  animation-name: Toastify__slideOutRight; }

.Toastify__slide-exit--top-center {
  animation-name: Toastify__slideOutUp; }

.Toastify__slide-exit--bottom-center {
  animation-name: Toastify__slideOutDown; }

@keyframes Toastify__spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

/*# sourceMappingURL=ReactToastify.css.map */
.ReactModalPortal {
  z-index: 999;
  position: relative; }

.ReactModal__Overlay--after-open {
  background-color: rgba(0, 0, 0, 0.3) !important; }

.navPages-container li.hasMegamenu > .subMegaMenu, .navPages-container .navPages-item > .navPage-subMenu {
  z-index: 101; }

@media only screen and (max-width: 500px) {
  .header-second {
    width: 100%; } }

table.cart tbody.cart-list tr.cart-item .cart-item-block .definitionList {
  margin: 0 0 8px; }

table.cart tbody.cart-list tr.cart-item .cart-item-title > dl .definitionList-key, table.cart tbody.cart-list tr.cart-item .cart-item-title > dl dt {
  float: none;
  margin-right: 7px; }

table.cart tbody.cart-list tr.cart-item .cart-item-title > dl {
  padding-left: 0; }

table.cart tbody.cart-list tr.cart-item .cart-item-title > dl dd {
  color: #999999;
  margin: 0;
  display: block;
  width: 100%; }

table.cart tbody.cart-list tr.cart-item .cart-item-title .change {
  margin-left: 0; }

table.cart tbody.cart-list tr.cart-item[data-item-type="unit|"] .form-increment {
  pointer-events: none;
  width: 100%; }
  table.cart tbody.cart-list tr.cart-item[data-item-type="unit|"] .form-increment button {
    display: none; }
  table.cart tbody.cart-list tr.cart-item[data-item-type="unit|"] .form-increment input {
    background-color: #ffffff;
    border-color: transparent;
    margin: 0 auto; }

table.cart tbody.cart-list tr.cart-item[data-item-type="unit|st"] .form-increment {
  pointer-events: none;
  width: 100%; }
  table.cart tbody.cart-list tr.cart-item[data-item-type="unit|st"] .form-increment button {
    display: none; }
  table.cart tbody.cart-list tr.cart-item[data-item-type="unit|st"] .form-increment input {
    background-color: #ffffff;
    border-color: transparent;
    margin: 0 auto; }

table.cart tbody.cart-list tr.cart-item[data-item-type="unit|ad"] {
  background-color: #EFEFEF; }
  table.cart tbody.cart-list tr.cart-item[data-item-type="unit|ad"] .cart-remove {
    display: none; }
  table.cart tbody.cart-list tr.cart-item[data-item-type="unit|ad"] .form-increment {
    pointer-events: none;
    width: 100%; }
    table.cart tbody.cart-list tr.cart-item[data-item-type="unit|ad"] .form-increment button {
      display: none; }
    table.cart tbody.cart-list tr.cart-item[data-item-type="unit|ad"] .form-increment input {
      background-color: transparent;
      border-color: transparent;
      margin: 0 auto; }
  table.cart tbody.cart-list tr.cart-item[data-item-type="unit|ad"] td.cart-item-figure {
    text-align: center; }
  table.cart tbody.cart-list tr.cart-item[data-item-type="unit|ad"] td.cart-item-block {
    padding: 15px; }
  table.cart tbody.cart-list tr.cart-item[data-item-type="unit|ad"] td.cart-item-block.cart-item-info.cart-item-quantity {
    min-width: 155px; }
  table.cart tbody.cart-list tr.cart-item[data-item-type="unit|ad"] .cart-item-name a {
    font-size: 14px; }
  table.cart tbody.cart-list tr.cart-item[data-item-type="unit|ad"] td.cart-item-block.cart-item-info.cart-item-total:nth-child(5) .cart-item-value {
    font-size: 14px; }
  table.cart tbody.cart-list tr.cart-item[data-item-type="unit|ad"] td.cart-item-block.cart-item-figure img.cart-item-image {
    max-width: 100px;
    padding: 10px; }

table.cart tbody.cart-list tr.cart-item[data-item-type="end_cap|"] {
  background-color: #EFEFEF; }
  table.cart tbody.cart-list tr.cart-item[data-item-type="end_cap|"] .cart-remove {
    display: none; }
  table.cart tbody.cart-list tr.cart-item[data-item-type="end_cap|"] .form-increment {
    pointer-events: none;
    width: 100%; }
    table.cart tbody.cart-list tr.cart-item[data-item-type="end_cap|"] .form-increment button {
      display: none; }
    table.cart tbody.cart-list tr.cart-item[data-item-type="end_cap|"] .form-increment input {
      background-color: transparent;
      border-color: transparent;
      margin: 0 auto; }
  table.cart tbody.cart-list tr.cart-item[data-item-type="end_cap|"] td.cart-item-figure {
    text-align: center; }
  table.cart tbody.cart-list tr.cart-item[data-item-type="end_cap|"] td.cart-item-block {
    padding: 15px; }
  table.cart tbody.cart-list tr.cart-item[data-item-type="end_cap|"] td.cart-item-block.cart-item-info.cart-item-quantity {
    min-width: 155px; }
  table.cart tbody.cart-list tr.cart-item[data-item-type="end_cap|"] .cart-item-name a {
    font-size: 14px; }
  table.cart tbody.cart-list tr.cart-item[data-item-type="end_cap|"] td.cart-item-block.cart-item-info.cart-item-total:nth-child(5) .cart-item-value {
    font-size: 14px; }
  table.cart tbody.cart-list tr.cart-item[data-item-type="end_cap|"] td.cart-item-block.cart-item-figure img.cart-item-image {
    max-width: 100px;
    padding: 10px; }

table.cart tbody.cart-list tr.cart-item[data-item-type="shelf_end_cap|"] {
  background-color: #EFEFEF; }
  table.cart tbody.cart-list tr.cart-item[data-item-type="shelf_end_cap|"] .cart-remove {
    display: none; }
  table.cart tbody.cart-list tr.cart-item[data-item-type="shelf_end_cap|"] .form-increment {
    pointer-events: none;
    width: 100%; }
    table.cart tbody.cart-list tr.cart-item[data-item-type="shelf_end_cap|"] .form-increment button {
      display: none; }
    table.cart tbody.cart-list tr.cart-item[data-item-type="shelf_end_cap|"] .form-increment input {
      background-color: transparent;
      border-color: transparent;
      margin: 0 auto; }
  table.cart tbody.cart-list tr.cart-item[data-item-type="shelf_end_cap|"] td.cart-item-figure {
    text-align: center; }
  table.cart tbody.cart-list tr.cart-item[data-item-type="shelf_end_cap|"] .cart-item-name a {
    font-size: 14px; }
  table.cart tbody.cart-list tr.cart-item[data-item-type="shelf_end_cap|"] td.cart-item-block.cart-item-info.cart-item-quantity {
    min-width: 155px; }
  table.cart tbody.cart-list tr.cart-item[data-item-type="shelf_end_cap|"] td.cart-item-block {
    padding: 15px; }
  table.cart tbody.cart-list tr.cart-item[data-item-type="shelf_end_cap|"] td.cart-item-block.cart-item-info.cart-item-total:nth-child(5) .cart-item-value {
    font-size: 14px; }
  table.cart tbody.cart-list tr.cart-item[data-item-type="shelf_end_cap|"] td.cart-item-block.cart-item-figure img.cart-item-image {
    max-width: 100px;
    padding: 10px; }

table.cart tbody.cart-list tr.cart-item[data-item-type="shelf|"] {
  background-color: #EFEFEF; }
  table.cart tbody.cart-list tr.cart-item[data-item-type="shelf|"] .cart-remove {
    display: none; }
  table.cart tbody.cart-list tr.cart-item[data-item-type="shelf|"] .form-increment {
    pointer-events: none;
    width: 100%; }
    table.cart tbody.cart-list tr.cart-item[data-item-type="shelf|"] .form-increment button {
      display: none; }
    table.cart tbody.cart-list tr.cart-item[data-item-type="shelf|"] .form-increment input {
      background-color: transparent;
      border-color: transparent;
      margin: 0 auto; }
  table.cart tbody.cart-list tr.cart-item[data-item-type="shelf|"] td.cart-item-figure {
    text-align: center; }
  table.cart tbody.cart-list tr.cart-item[data-item-type="shelf|"] .cart-item-name a {
    font-size: 14px; }
  table.cart tbody.cart-list tr.cart-item[data-item-type="shelf|"] td.cart-item-block {
    padding: 15px; }
  table.cart tbody.cart-list tr.cart-item[data-item-type="shelf|"] td.cart-item-block.cart-item-info.cart-item-quantity {
    min-width: 155px; }
  table.cart tbody.cart-list tr.cart-item[data-item-type="shelf|"] td.cart-item-block.cart-item-info.cart-item-total:nth-child(5) .cart-item-value {
    font-size: 14px; }
  table.cart tbody.cart-list tr.cart-item[data-item-type="shelf|"] td.cart-item-block.cart-item-figure img.cart-item-image {
    max-width: 100px;
    padding: 10px; }

tr.cart-item[data-pfig="true"] {
  display: none !important; }

@media (min-width: 1024px) {
  li#list7 {
    margin-top: -270px !important;
    margin-left: -25px !important; }
  li#list8 {
    margin-top: -270px !important;
    margin-left: -26px !important; }
  li#list9 {
    margin-top: -270px !important; }
  li#list0 {
    margin-top: -270px !important;
    margin-left: -27px !important; } }

.recom-sidepart img {
  width: 100%;
  height: calc(100% - 20px); }

@media screen and (max-width: 480px) {
  .home-new-product .home-new-product-content .owl-item .prod-item figure.card-figure img.card-image {
    position: static; }
  .home-featured-product .featured-main .owl-item .prod-item figure.card-figure img.card-image {
    position: static; } }

/*Menu open*/
.navPages-container li.hasMegamenu:hover > .subMegaMenu, .navPages-container nav ul.navPages-list > li:hover > .navPage-subMenu {
  webkit-animation: fadeIn 0s;
  animation: fadeIn 0s; }

nav#dropNavigation ul.navPages-list .navPage-subMen {
  display: none; }

nav#dropNavigation ul.navPages-list .navPage-subMenu.is-active {
  display: block; }

/*Menu open*/
/*Stamped IO APP Code*/
#stamped-main-widget {
  background: #fff important;
  margin: 15px 0px !important;
  padding: 15px !important;
  border: 1px solid #e6e6e6; }

.profull-desc {
  margin-bottom: 25px; }

.stamped-review-header-title {
  margin: 0px 0 0;
  display: block !important;
  font-weight: 600;
  font-size: 12px; }

.stamped-container {
  font-family: Arimo,Arial,Helvetica,sans-serif; }

.stamped-review-product {
  display: none !important; }

.stamped-rating-holder {
  display: none; }

.stamped-review-avatar {
  border-radius: 20%;
  background: #2093cd !important; }

.stamped-review .author {
  color: #119BEB; }

.stamped-summary-actions-newquestion, .stamped-summary-actions-newreview {
  background-color: #119BEB;
  border-color: #119BEB;
  border-top-color: #119beb;
  border-right-color: #119beb;
  border-bottom-color: #119beb;
  border-left-color: #119beb;
  color: #FFFF;
  background-image: linear-gradient(to bottom, #00548b 0, #008DD4 100%); }

.stamped-content form {
  font-weight: 900; }

.stamped-content form #stamped-button-submit {
  background-color: #119BEB;
  border-color: #119BEB; }

#stamped-button-submit, input.stamped-button.stamped-button-primary.button.button-primary.btn.btn-primary {
  background-color: #119BEB;
  border-color: #119BEB; }

.stamped-form-actions {
  text-align: center !important; }

.stamped-review-body p.stamped-review-content-body {
  max-width: 400px !important; }

.stamped-review-avatar-content {
  max-width: 400px !important;
  line-height: 45px;
  font-size: 23px;
  font-weight: 400; }

.home-featured-product .prod-item .prod-desc .star-rating, .home-new-product .prod-item .prod-desc .star-rating {
  display: none; }

.prod-item .btn-compare,
.productGrid .product .btn-compare {
  display: none; }

.prod-item .prod-desc .star-rating,
.productGrid .product .prod-desc .star-rating {
  display: none; }

div[data-widget-style] .summary-rating:nth-child(1) .summary-rating-title:before, div[data-widget-style] .summary-rating:nth-child(2) .summary-rating-title:before, div[data-widget-style] .summary-rating:nth-child(3) .summary-rating-title:before, div[data-widget-style] .summary-rating:nth-child(4) .summary-rating-title:before, div[data-widget-style] .summary-rating:nth-child(5) .summary-rating-title:before {
  color: #C72525; }

.stamped-review-avatar {
  display: inline-block !important;
  vertical-align: middle !important;
  float: none !important; }

.stamped-review .author {
  display: inline-block !important;
  vertical-align: middle !important; }

.stamped-badge .stamped-badge-caption {
  font-size: 12px; }

.stamped-badge {
  float: left; }

.pdprow:after {
  content: " ";
  display: contents !important; }

body.page-type-page .body .container_page[data-page-configurator="true"] {
  max-width: 100%;
  padding: 0; }
  body.page-type-page .body .container_page[data-page-configurator="true"] .container {
    padding: 0;
    max-width: 100%; }

@media only screen and (max-width: 500px) {
  #back-to-top {
    display: none !important; }
  .header-second img {
    margin-left: -50px;
    margin-top: -24px;
    margin-bottom: 18px; }
  .midfoot-out {
    transform: translateY(-14%); }
  nav.navUser > ul:last-child {
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between; }
  nav.navUser > ul.left-ul {
    width: 100%;
    float: left;
    display: none; }
  .header-top .navUser > ul > li#trigger-mobile {
    display: block !important;
    flex: 0 1 50px; }
  .header-top .navUser > ul > li {
    width: 25%;
    float: left;
    text-align: right;
    padding: 13px 10px 10px;
    margin: 0;
    border-right: 1px solid #E0DFDF;
    height: 42px;
    color: #323232; } }

@media only screen and (max-width: 820px) {
  #back-to-top {
    display: none !important; } }

@media only screen and (min-width: 501px) and (max-width: 820px) {
  .header-bottom .header-panel #quickSearch {
    width: 100% !important;
    position: relative;
    top: 0;
    right: 0; }
  .midfoot-out {
    transform: translateY(-14%); }
  nav.navUser > ul:last-child {
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between; }
  nav.navUser > ul.left-ul {
    width: 100%;
    float: left;
    display: none; }
  .header-top .navUser > ul > li#trigger-mobile {
    display: block !important;
    flex: 0 1 50px; }
  .header-top .navUser > ul > li {
    width: 25%;
    float: left;
    text-align: right;
    padding: 13px 10px 10px;
    margin: 0;
    border-right: 1px solid #E0DFDF;
    height: 42px;
    color: #323232; } }

.footeach-img {
  float: left;
  width: 20%;
  text-align: center;
  position: relative;
  margin-top: 20px; }

nav#dropNavigation ul.navPages-list li.navPages-item:hover {
  background-image: linear-gradient(to bottom, #00548B 0, #77D0FF 100%); }
  nav#dropNavigation ul.navPages-list li.navPages-item:hover > a {
    color: #FFFFFF; }

li[data-cate-id="175"] {
  z-index: 999;
  box-shadow: 0 1px 10px 0 #000000;
  position: relative !important; }

.inject-settings {
  display: none !important; }

.dynamic-content-widget {
  display: inline-block;
  width: 100%;
  float: left;
  padding: 20px 10px;
  text-align: left;
  background-color: #E6E8E7;
  border-top: 2px solid #D1D6D8; }
  .dynamic-content-widget .content {
    max-width: 1324px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 24px; }
  .dynamic-content-widget strong {
    margin-bottom: 2px; }
  .dynamic-content-widget h1 {
    margin-top: 0; }

#back-to-top {
  z-index: 999; }

.configurator-page [data-hidden-content] {
  display: none !important; }

/*Updated-Mega-Menu-05-09-2024*/
.Retail_shelving_menu .catli {
  display: flex;
  flex-direction: row;
  padding: 8px 10px;
  justify-content: space-between; }

.Retail_shelving_menu .left_section, .Retail_shelving_menu .middle_section, .Retail_shelving_menu .right_section {
  width: 31%;
  display: flex;
  flex-direction: column; }
  .Retail_shelving_menu .left_section .sub_heading, .Retail_shelving_menu .middle_section .sub_heading, .Retail_shelving_menu .right_section .sub_heading {
    margin: 0px;
    font-weight: 700;
    color: #000;
    font-size: 17px; }
  .Retail_shelving_menu .left_section .navPage-subMenu-item, .Retail_shelving_menu .middle_section .navPage-subMenu-item, .Retail_shelving_menu .right_section .navPage-subMenu-item {
    max-width: 100% !important;
    width: 100%;
    margin: 2px 0px !important; }
    .Retail_shelving_menu .left_section .navPage-subMenu-item .navPages-action, .Retail_shelving_menu .middle_section .navPage-subMenu-item .navPages-action, .Retail_shelving_menu .right_section .navPage-subMenu-item .navPages-action {
      font-size: 14px !important;
      border-bottom: 1px solid #000 !important; }
      .Retail_shelving_menu .left_section .navPage-subMenu-item .navPages-action span, .Retail_shelving_menu .middle_section .navPage-subMenu-item .navPages-action span, .Retail_shelving_menu .right_section .navPage-subMenu-item .navPages-action span {
        padding: 0px !important; }
      @media screen and (max-width: 1300px) {
        .Retail_shelving_menu .left_section .navPage-subMenu-item .navPages-action, .Retail_shelving_menu .middle_section .navPage-subMenu-item .navPages-action, .Retail_shelving_menu .right_section .navPage-subMenu-item .navPages-action {
          font-size: 13px !important; } }
  .Retail_shelving_menu .left_section .top_section, .Retail_shelving_menu .middle_section .top_section, .Retail_shelving_menu .right_section .top_section {
    margin-bottom: 10px !important; }

.morecats {
  font-size: 16px;
  line-height: 18px; }

.coolershelf {
  margin: 0px;
  font-weight: 700;
  color: #000;
  font-size: 17px; }

/*Updated-Mega-Menu-05-09-2024*/
li[data-cate-id="117"] {
  z-index: 999;
  -webkit-box-shadow: 0 1px 10px 0 #000;
  box-shadow: 0 1px 10px 0 #000;
  position: relative !important; }

nav#dropNavigation ul.navPages-list li.navPages-item {
  border-right: 1px solid;
  background-image: linear-gradient(to bottom, #008DD4 0, #00548B 100%);
  -o-border-image: linear-gradient(to bottom, #00548B, #008DD4) 1 100%;
  border-image: linear-gradient(to bottom, #00548B, #008DD4) 1 100%;
  display: table-cell;
  text-align: center;
  width: 222px !important;
  vertical-align: middle; }

nav#dropNavigation ul.navPages-list li.navPages-item:last-child {
  border-radius: 0 10px 0 0;
  width: 120px !important;
  border: none; }

li[data-cate-id="254"] {
  z-index: 999;
  box-shadow: 0 1px 10px 0 #000000;
  position: relative !important; }

li[data-cate-id="175"] {
  z-index: none !important;
  box-shadow: none !important;
  position: none !important; }

.navPages-container nav ul.navPages-list > li.hasMegamenu {
  position: static !important; }

.home-featured-product .featured-main h2.module-heading span {
  font-size: 26px !important;
  font-family: Helvetica-Light !important;
  text-transform: uppercase !important;
  color: #333 !important;
  font-weight: 500 !important; }

.home-new-product {
  width: 100%;
  border: none;
  margin-bottom: -70px !important; }

div#cart-preview-dropdown .previewCart .previewCartAction .previewCartAction-checkout a, div#cart-preview-dropdown .previewCart .previewCartAction-viewCart a {
  line-height: 0;
  padding: 20px 4px !important;
  min-width: 250px;
  margin-right: 0px; }

nav#dropNavigation ul.navPages-list li.navPages-item:first-child {
  border-radius: 10px 0 0 0;
  width: 99px !important; }

.header-second {
  margin-top: 12px !important; }

nav#dropNavigation ul.navPages-list li.navPages-item {
  width: 200px !important; }

.slick-dots {
  display: none !important; }

.productView-title {
  font-size: 24px;
  font-family: 'Helvetica-Light' !important;
  font-weight: 700;
  margin: 0 0 15px 0;
  letter-spacing: 0;
  line-height: 1.4; }

@media only screen and (max-width: 767px) {
  body.page-type-page .body .container_page .container {
    padding: 0 0 !important; }
  li.navPages-item[data-cate-id="175"] {
    display: block !important; } }

.home-featured-product {
  margin-top: 70px !important;
  display: flex;
  margin-bottom: 0px;
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial; }

/* CSS styles for Store Design Services - 3-box rows with ebook */
.store-design-wrapper {
  width: 100%;
  max-width: 1200px;
  padding: 20px 0; }

.store-design-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 10px;
  table-layout: fixed; }

.design-cell {
  width: 15%;
  vertical-align: top; }

.ebook-cell {
  width: 37%;
  vertical-align: top;
  text-align: center; }

.design-item img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  border: 1px solid #eee; }

.ebook-item img {
  width: 90%;
  max-height: 550px;
  object-fit: contain;
  display: inline-block; }

.design-title {
  text-align: center;
  margin-top: 8px;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
  color: #333; }

.ebook-item .design-title {
  font-weight: bold;
  font-size: 20px; }

/* Responsive adjustments */
@media (max-width: 992px) {
  .store-design-table {
    display: block;
    border-spacing: 0; }
  .store-design-table tr,
  .store-design-table td {
    display: block;
    width: 100%; }
  .design-cell, .ebook-cell {
    width: 100%;
    margin-bottom: 20px; }
  .ebook-cell {
    height: auto; }
  .ebook-item img {
    width: 90%;
    max-height: 445px;
    -o-object-fit: contain;
    object-fit: contain;
    display: inline-block; } }
