@charset "UTF-8";
/*ALL EM CONVERSIONS BASED ON 16PX*/
/* =============================================================================================
	FontFace
============================================================================================= */
@font-face {
  font-family: 'Swiss-721';
  src: url("../fonts/swiss-721/Swiss-721-BT-Font.eot");
  src: local("Swiss-721-BT-Font"), local("Swiss-721-BT-Font"), url("../fonts/swiss-721/Swiss-721-BT-Font.ttf") format("truetype"), url("../fonts/swiss-721/Swiss-721-BT-Font.svg") format("svg"), url("../fonts/swiss-721/Swiss-721-BT-Font.woff") format("woff"), url("../fonts/swiss-721/Swiss-721-BT-Font.woff2") format("woff2");
}

@font-face {
  font-family: 'swiss-medium';
  src: url("../fonts/swiss-medium/swiss-medium.eot");
  src: local("swiss-medium"), local("swiss-medium"), url("../fonts/swiss-medium/swiss-medium.ttf") format("truetype"), url("../fonts/swiss-medium/swiss-medium.svg") format("svg"), url("../fonts/swiss-medium/swiss-medium.woff") format("woff"), url("../fonts/swiss-medium/swiss-medium.woff2") format("woff2");
}

@font-face {
  font-family: 'Swiss-cn-bold';
  src: url("../fonts/swiss721-cn-btbold/swiss721-cn-bt-bold.eot");
  src: local("Swiss-721-BT-Font"), local("Swiss-721-BT-Font"), url("../fonts/swiss721-cn-btbold/swiss721-cn-bt-bold.ttf") format("truetype"), url("../fonts/swiss721-cn-btbold/swiss721-cn-bt-bold.svg") format("svg"), url("../fonts/swiss721-cn-btbold/swiss721-cn-bt-bold.woff") format("woff"), url("../fonts/swiss721-cn-btbold/swiss721-cn-bt-bold.woff2") format("woff2");
}

@font-face {
  font-family: 'norwester';
  src: url("../fonts/norwester/norwester.eot");
  src: local("norwester"), local("norwester"), url("../fonts/norwester/norwester.ttf") format("truetype"), url("../fonts/norwester/norwester.svg") format("svg");
}

@font-face {
  font-family: 'swiss-cn';
  src: url("../fonts/Swiss-721-condensed-BT/swissc.eot");
  src: local("swiss-cn"), local("swiss-cn"), url("../fonts/Swiss-721-condensed-BT/swissc.ttf") format("truetype"), url("../fonts/Swiss-721-condensed-BT/swissc.svg") format("svg");
}

@font-face {
  font-family: 'swiss-light';
  src: url("../fonts/Swiss-light-condensed/swisscl.eot");
  src: local("swiss-light"), local("swiss-light"), url("../fonts/Swiss-light-condensed/swisscl.ttf") format("truetype"), url("../fonts/Swiss-light-condensed/swisscl.svg") format("svg");
}

@font-face {
  font-family: 'swiss';
  src: url("../fonts/Swiss/swiss.eot");
  src: local("swiss"), local("swiss"), url("../fonts/Swiss/swiss.ttf") format("truetype"), url("../fonts/Swiss/swiss.svg") format("svg");
}

@font-face {
  font-family: 'swiss-bold';
  src: url("../fonts/swiss-bold/Swiss721Bold.eot");
  src: local("swiss-721"), local("swiss-721"), url("../fonts/swiss-bold/Swiss721Bold.ttf") format("truetype"), url("../fonts/swiss-bold/Swiss721Bold.svg") format("svg"), url("../fonts/swiss-bold/Swiss721Bold.woff") format("woff");
}

@font-face {
  font-family: 'swiss-black';
  src: url("../fonts/swiss-bold/Swiss721Black.eot");
  src: local("swiss-black"), local("swiss-black"), url("../fonts/swiss-bold/Swiss721Black.ttf") format("truetype"), url("../fonts/swiss-bold/Swiss721Black.svg") format("svg"), url("../fonts/swiss-bold/Swiss721Black.woff") format("woff");
}

/* =============================================================================================
	BASE STYLES AND LAYOUT
============================================================================================= */
/* ------------------------------------------------------------------------ Page Styles & Resets */
html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100%;
  letter-spacing: 0;
  font-family: 'Swiss-721', Arial, Helvetica, sans-serif;
  color: #000;
  font-size: 16px;
  background-color: #f4f4f4;
}

.Preload * {
  /* Transitions fire only after page load http://css-tricks.com/transitions-only-after-page-load/ */
  -webkit-transition: none !important;
  transition: none !important;
}

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

/*inherits border-box from html*/
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

p,
ol,
ul,
li {
  margin: 0;
  padding: 0 0 1em;
}

/* ------------------------------------------------------------------------ Clearfix Hack: http://nicolasgallagher.com/micro-clearfix-hack/ */
.CF:before,
.CF:after {
  content: '';
  display: table;
}

.CF:after {
  clear: both;
}

.CF {
  *zoom: 1;
}

.Clear {
  clear: both;
}

/* ------------------------------------------------------------------------ Keyboard Accessibility */
.SkipLink {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  background: #2c4890;
  color: #fff;
  font-size: 0.875em;
  text-decoration: none;
  z-index: 100;
}

.SkipLink:focus {
  left: 0;
  outline: none;
  padding: 0.375em 0.625em;
  width: auto;
  height: auto;
}

a:focus,
input:focus,
select:focus,
textarea:focus {
  outline: solid thin #e51938;
}

/* outline shows with keyboard... */
a:hover,
a:active {
  outline: none !important;
}

/*...not with mouse (kinda) */
/* ------------------------------------------------------------------------ Headers */
h1,
h2,
h3 {
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.2;
  font-weight: normal;
  text-rendering: optimizeLegibility;
  margin: 0;
  color: #000;
}

/*h1 in header*/
h1 {
  margin-bottom: 1rem;
  font-size: 39px;
  line-height: 39px;
  font-family: 'swiss-cn-bold', arial, serif;
}

h2 {
  font-family: 'swiss-cn-bold', arial, serif;
  font-size: 22px;
  text-transform: uppercase;
}

section h2:first-child {
  padding-top: 0;
}

h2.HasUnderline {
  border-bottom: 2px solid #888888;
  margin-bottom: 1em;
}

h3 {
  font-family: 'swiss-cn-bold', arial, serif;
  font-size: 18px;
  text-transform: uppercase;
}

h1 + h2,
h1 + h3,
h2 + h3 {
  padding-top: 0;
}

@media all and (min-width: 60em) {
  h1.ErrorPage {
    font-size: 1.4em;
  }
  h2.HasUnderline {
    margin-bottom: 1.5em;
  }
}

/* ------------------------------------------------------------------------ Lists */
ul {
  list-style: none;
  list-style-position: outside;
  padding-left: 0.25em;
}

ul li {
  padding-left: 1em;
  position: relative;
  background-image: url(../../images/arrow-right-grey.svg);
  background-repeat: no-repeat;
  background-position: left 0.438em;
  background-size: 6px;
}

ol {
  list-style-position: outside;
  padding-left: 1.5em;
}

ol li {
  padding-left: 0;
  background-image: none;
}

li ul,
li ol {
  margin: 0.875em 0 -0.5em 0;
}

li:last-child {
  padding-bottom: 0;
}

/* ------------------------------------------------------------------------ Other Base Text Styles */
b,
strong {
  font-weight: bold;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

.NoWrap {
  white-space: nowrap;
}

.Note {
  font-size: 0.875em;
  font-style: italic;
}

.IntroText,
.IntroTextSm {
  font-size: 1.25em;
  /*20px*/
  padding-bottom: 0.8em;
  /* 16px */
  line-height: 1.4;
}

.Reminder {
  background-color: #e51938;
  padding: 0.25em 1em;
}

.Reminder p {
  padding-bottom: 0;
  color: #fff;
}

.CartItemDisplayMessage {
  background-color: #e51938;
  border: 2px solid #a7162b;
  padding: 0.16em 0.75em;
  color: #fff;
  margin: 1em 0 0.727em 0;
  border: 2px solid #a7162b;
  font-size: 0.95em;
}

@media all and (min-width: 60em) {
  .IntroText {
    font-size: 1.75em;
    padding-bottom: 0.533em;
    /* 16px */
  }
  .Reminder {
    padding: 0.25em 2em;
  }
  .Reminder p {
    font-size: 1.125em;
  }
  .SmallerFont {
    font-size: 0.9em;
  }
}

/* ------------------------------------------------------------------------ Links */
a {
  color: #333;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

a:hover {
  text-decoration: none;
  color: #e51938;
}

main a {
  word-wrap: break-word;
  /*Makes long URL's wrap*/
}

a img {
  display: block;
  border: none;
  -webkit-backface-visibility: hidden;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

a img:hover {
  opacity: 0.8;
}

.More {
  display: inline-block;
  text-decoration: underline;
  position: relative;
  font: normal 1.25em Arial, Helvetica, sans-serif;
  color: #a7162b;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}

.More:hover {
  color: #111;
}

/*Red button*/
.Button {
  color: #fff !important;
  text-decoration: none;
  text-align: center;
  white-space: normal;
  /*Makes text wrap on resize */
  border-radius: 0;
  font-family: 'swiss-cn-bold', arial, serif;
  display: inline-block;
  background-color: #e51938;
  letter-spacing: 0.3px;
  padding: 4px 12px;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 14px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.Button.Button--green {
  background-color: #76b142;
  margin-bottom: 0;
}

.Button.Button--green:hover {
  background-color: #46731f !important;
}

.Button.Button--gray {
  background-color: #8f8f8f;
  margin-bottom: 0;
}

.Button.Button--gray:hover {
  background-color: #717171 !important;
}

.Button.Button--yellow {
  background-color: #e78f1d;
  margin-bottom: 0;
}

.Button.Button--yellow:hover {
  background-color: #a76116 !important;
}

/*Yellow button*/
.SecondaryButton {
  background-color: #e78f1d;
  border-color: #a76116;
}

/*Green button*/
.TertiaryButton {
  background-color: #00aa34;
  border-color: #0a7652;
}

.Button:hover,
.Button:focus {
  background-color: #901325 !important;
  color: white !important;
}

/*Cart Button - Animated*/
.CartButton {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.CartButton:after,
.CartButton.Added:after {
  content: '';
  background: url(../../images/add-icon.svg) no-repeat center;
  background-size: 0.9em auto;
  width: 1em;
  height: 1em;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  position: absolute;
  margin-left: 2em;
}

.CartButton:hover {
  padding-right: 2em;
}

.CartButton:hover:after {
  margin-left: 0.6em;
}

.CartButton.Added {
  padding-right: 2em;
  width: 116px;
}

.CartButton.Added:after {
  background: url(../../images/checkmark-icon.svg) no-repeat center;
  background-size: 1em auto;
  margin-left: 0.8em;
}

.Button[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
  background-color: #2f2f2f;
  border-color: #000;
}

.Button[disabled] {
  padding-right: 0.75em;
}

@media all and (min-width: 50em) {
  .More {
    font-size: 1.375em;
  }
  .Button {
    width: auto;
  }
  .Button + .Button {
    margin-left: 0.25em;
  }
}

/* ------------------------------------------------------------------------ Images */
img {
  border: 0;
  max-width: 100%;
  height: auto !important;
  margin: 0 0 1em 0;
  padding: 0;
  -ms-interpolation-mode: bicubic;
}

figure {
  width: 100%;
  margin: 0.5em auto 2em auto;
  padding: 1em;
  background: #f8f8f8;
}

figure img {
  width: 100%;
  margin-bottom: 0.5em;
}

figcaption {
  color: #2c4890;
  text-align: center;
  padding: 0 0 0.5em 0;
}

img.ImageFloatLeft,
img.ImageFloatRight {
  margin: 0.375em 0 1em 0;
}

@media all and (min-width: 30em) {
  img.ImageFloatLeft,
  img.ImageFloatRight {
    max-width: 65%;
  }
}

@media all and (min-width: 40em) {
  img.ImageFloatLeft {
    float: left;
    margin: 0.375em 3.5% 0.375em 0;
    max-width: 50%;
  }
  img.ImageFloatRight {
    float: right;
    margin: 0.375em 0 0.375em 3.5%;
    max-width: 50%;
  }
}

@media all and (min-width: 60em) {
  img.ImageFloatLeft,
  img.ImageFloatRight {
    max-width: 33%;
  }
}

/* ------------------------------------------------------------------------ SVG's */
svg {
  width: 100%;
  height: 100%;
}

a.SVG {
  /*this makes links work when wrapped around an svg used as an <object> */
  position: relative;
  display: inline-block;
}

a.SVG:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

img[src$='.svg'] {
  max-width: 100%;
}

/*when using svg as an <img>, this keeps it from doing wonky things in IE when being resized*/
.SVGFullWidth {
  /*this makes full width inline or external <use> svg's resize properly in IE  */
  width: 100%;
  height: 0;
  padding-top: 48%;
  /*adjust as necessary*/
  position: relative;
}

.SVGFullWidth svg {
  position: absolute;
  top: 0;
  left: 0;
}

/* ------------------------------------------------------------------------ Video */
video {
  margin: 1em 0;
}

/* ------------------------------------------------------------------------ Horizontal Rules */
hr {
  border: none;
  color: #888888;
  background: #888888;
  height: 2px;
  margin: 1em auto 1.25em auto;
}

hr + h2,
hr + h3 {
  padding-top: 0;
}

hr + .InfoBox {
  margin-top: 2.5em;
}

.TableWrapper + hr,
table + hr,
.InfoBox + hr,
.FlexibleIframe + hr {
  margin-top: 2.5em;
}

/* ------------------------------------------------------------------------ Flexible iFrames */
.FlexibleIframe {
  position: relative;
  margin: 0.5em 0 2em 0;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

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

.FlexibleIframe.Map {
  border: 2px solid #ddd;
}

/* ------------------------------------------------------------------------ Layout */
.Wrapper,
.NarrowCol {
  max-width: 64.5em;
  width: 95%;
  margin: 0 auto;
}

.NarrowCol {
  max-width: 60em;
}

.Home main .Wrapper {
  max-width: 78.5em;
}

@media all and (min-width: 40em) {
  [class*='Col-'] {
    margin-right: 3.5%;
    float: left;
  }
  [class*='Col-']:last-child {
    margin-right: 0;
  }
  .Col-1-3 {
    width: 31%;
  }
  .Col-1-3:nth-child(3n) {
    margin-right: 0;
  }
  .Col-1-3:nth-child(3n + 4) {
    clear: both;
  }
  .Col-2-3 {
    width: 65.5%;
  }
  .Col-1-2,
  .Col-1-4 {
    width: 48.25%;
  }
  .Col-1-2:nth-child(2n),
  .Col-1-4:nth-child(2n) {
    margin-right: 0;
  }
  .Col-2-4 {
    width: 48.25%;
  }
  .Col-3-4 {
    width: 74.125%;
  }
  .Col-1-5 {
    width: 17.2%;
  }
  .Col-2-5 {
    width: 37.9%;
  }
  .Col-3-5 {
    width: 58.6%;
  }
  .Col-1-6 {
    width: 16.08%;
  }
  .Col-5-6 {
    width: 80.42%;
  }
}

@media all and (min-width: 60em) {
  .Col-1-4 {
    width: 22.375%;
  }
  .Col-1-4:nth-child(2n) {
    margin-right: 3.5%;
  }
  .Col-3-4 + .Col-1-4 {
    margin-right: 0;
  }
  .Col-1-4:nth-child(4n) {
    margin-right: 0;
  }
  .Col-1-4:nth-child(4n + 5) {
    clear: both;
  }
}

/* =============================================================================================
	HEADER
============================================================================================= */
.PrintHeader {
  display: none;
}

/* ------------------------------------------------------------------------ TopLinks */
.TopLinks {
  position: relative;
  display: block;
  padding: 0;
  text-align: center;
  margin-bottom: 0.5em;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.UserInfo {
  position: relative;
  max-width: 23em;
  margin: 0 auto;
}

.UserInfo p {
  display: inline-block;
  line-height: 1.4;
  padding-bottom: 0;
}

.UserInfo p:nth-child(1) {
  font-size: 0.8125em;
  color: #a7162b;
  font-weight: bold;
  text-transform: uppercase;
}

.UserInfo p:nth-child(2) {
  font-size: 0.9375em;
  font-weight: bold;
}

.UserInfo p:nth-child(3) {
  font-size: 0.9375em;
  display: block;
}

.UserOptionsToggle {
  position: absolute;
  right: 0;
  bottom: 0;
  border: 1px solid #888888;
  /*padding: 0 0.25em;*/
  color: #000;
  text-decoration: none;
  width: 1.45em;
  height: 1em;
  z-index: 2;
}

.UserOptionsToggle:after {
  content: '';
  position: absolute;
  left: 0.2em;
  top: 0.25em;
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 6px solid #000;
}

.UserOptionsToggle:hover:after {
  opacity: 0.5;
}

.UserOptionsToggle:focus {
  outline: none;
}

.UserOptionsToggle.Opened {
  border-bottom-color: #fff;
}

.UserOptions {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 99%;
  right: 0;
  min-width: 8.8125em;
  background-color: #fff;
  border: 1px solid #888888;
  padding: 0.5em;
  z-index: 1;
}

.UserOptions.Opened {
  visibility: visible;
  opacity: 1;
}

.UserOptions a {
  display: block;
  color: #525252;
  font-size: 0.75em;
  text-align: left;
}

.Cart {
  margin-top: 1em;
}

.HasDealerSelector .Cart {
  margin-top: 0;
}

.Cart .Button {
  margin: 0;
  width: auto;
}

.Cart img {
  margin: 0 0.5em 0 0.5em;
  width: 2.0625em;
  vertical-align: -32%;
}

.DealerSelector {
  padding: 0.75em 0;
  width: 95%;
  margin: 0 auto;
}

.DealerSelector select {
  width: auto;
  width: calc(100% - 67px);
  height: 24px;
  vertical-align: top;
}

.DealerSelector .Button {
  font-size: 0.85em;
  margin: 0;
  vertical-align: top;
}

@media all and (min-width: 60em) {
  .TopLinks {
    float: right;
    text-align: right;
    margin-bottom: 0;
    margin-top: 1em;
    padding-right: 1em;
    width: 22%;
  }
  .UserOptionsToggle {
    right: -2em;
    bottom: 0;
  }
  .UserOptions {
    right: -2em;
  }
  /*.UserInfo {max-width: 11.625em;}*/
  .UserInfo p {
    display: block;
  }
  .Cart {
    margin: 1em 0 0.75em 0;
  }
  .Cart img {
    margin: 0 0 0 0.5em;
  }
  .CartQuantity {
    font-size: 1.25em;
  }
  .DealerSelector {
    width: auto;
  }
}

@media all and (min-width: 80em) {
  .TopLinks {
    margin-top: 3.25em;
    width: auto;
  }
  .Cart {
    margin-top: 3em;
  }
}

@media all and (min-width: 84em) {
  .TopLinks {
    padding-right: 0;
  }
}

/* ------------------------------------------------------------------------ Nav (SmartMenus) */
/* ------------------------------------------------- Mobile Core CSS (don't touch!) */
.sm {
  position: relative;
  z-index: 10;
}

.sm,
.sm ul,
.sm li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  direction: ltr;
  text-align: left;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.sm-rtl,
.sm-rtl ul,
.sm-rtl li {
  direction: rtl;
  text-align: right;
}

.sm > li > h1,
.sm > li > h2,
.sm > li > h3,
.sm > li > h4,
.sm > li > h5,
.sm > li > h6 {
  margin: 0;
  padding: 0;
}

.sm ul {
  display: none;
}

.sm li,
.sm a {
  position: relative;
}

.sm a {
  display: block;
}

.sm a.disabled {
  cursor: not-allowed;
}

.sm:after {
  content: '\00a0';
  display: block;
  height: 0;
  font: 0px/0 serif;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}

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

/* ------------------------------------------------- Mobile Styling (adapted from Simple Theme) */
.MainNav {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.sm-simple a {
  padding: 1em;
  padding-right: 3.625em;
  /* make room for the toggle button (sub indicator) */
  color: #000;
  font-weight: normal;
  line-height: 1.2;
  text-decoration: none;
  outline: 0;
  font-size: 0.875em;
}

.sm-simple a:hover,
.sm-simple a:focus,
.sm-simple a:active,
.sm-simple a.highlighted {
  color: #e21a37;
  text-decoration: underline;
}

.sm-simple a.current {
  background: #111;
}

.sm-simple a.disabled {
  background: #666;
  color: #cccccc;
}

.sm-simple a span.sub-arrow {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: auto;
  right: 4px;
  width: 34px;
  height: 34px;
  overflow: hidden;
  font: bold 14px/34px monospace !important;
  text-align: center;
  text-shadow: none;
  background: rgba(0, 0, 0, 0.1);
}

.sm-simple a.highlighted span.sub-arrow:before {
  display: block;
  content: '-';
  text-align: center;
}

.sm-simple li {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  background-image: none;
}

.sm-simple > li:first-child {
  border-top: 0;
}

.sm-simple ul {
  background: rgba(0, 0, 0, 0.1);
}

.sm-simple ul a {
  font-size: 0.875em;
}

.sm-simple > li > a {
  text-transform: uppercase;
}

@media all and (max-width: 60em) and (min-width: 0em) {
  /*This adds a left indent on each level*/
  .sm-simple ul a {
    border-left: 8px solid transparent;
  }
  .sm-simple ul ul a {
    border-left: 16px solid transparent;
  }
  .sm-simple ul ul ul a {
    border-left: 24px solid transparent;
  }
  .sm-simple ul ul ul ul a {
    border-left: 32px solid transparent;
  }
  .sm-simple ul ul ul ul ul a {
    border-left: 40px solid transparent;
  }
}

@media all and (min-width: 60em) {
  /* ------------------------------------------------- Desktop Core CSS (don't touch!) */
  .sm-simple ul {
    position: absolute;
    width: 12em;
  }
  .sm-simple li {
    float: left;
  }
  .sm-simple.sm-rtl li {
    float: right;
  }
  .sm-simple ul li,
  .sm-simple.sm-rtl ul li,
  .sm-simple.sm-vertical li {
    float: none;
  }
  .sm-simple a {
    white-space: nowrap;
  }
  .sm-simple ul a,
  .sm-simple.sm-vertical a {
    white-space: normal;
  }
  .sm-simple .sm-nowrap > li > a,
  .sm-simple .sm-nowrap > li > :not(ul) a {
    white-space: nowrap;
  }
  /* ------------------------------------------------- Desktop Styling (adapted from Simple Theme) */
  .MainNav {
    /*background: transparent;*/
    /*float: right;*/
    float: left;
    clear: left;
    margin-top: 0.25em;
  }
  .sm-simple {
    background-color: transparent;
  }
  .sm-simple a {
    padding: 0.5em;
    color: #000;
  }
  .sm-simple a.has-submenu {
    padding-right: 32px;
  }
  .sm-simple a span.sub-arrow {
    margin-top: -8px;
    right: 20px;
    width: 8px;
    height: 16px;
    font: 14px/16px monospace !important;
    background: transparent;
  }
  .sm-simple a.highlighted span.sub-arrow:before {
    display: none;
  }
  .sm-simple > li > a.has-submenu {
    padding-right: 1em;
  }
  /*top level - no sub-arrow*/
  .sm-simple > li > a span.sub-arrow {
    display: none;
  }
  /*top level - no sub-arrow*/
  .sm-simple ul {
    background: #2c4890;
  }
  .sm-simple ul a.has-submenu {
    padding-left: 1.75em;
  }
  .sm-simple ul a span.sub-arrow {
    right: auto;
    margin-left: -12px;
  }
  .sm-simple > li {
    margin: 0 1.5em 0 0;
    position: relative;
    border-top: none;
  }
  .sm-simple > li:last-of-type {
    margin-right: 0;
  }
  .sm-simple > li:after {
    content: '|';
    position: absolute;
    right: -0.75em;
    top: 0.45em;
    height: 13px;
    overflow: hidden;
  }
  .sm-simple > li:last-of-type:after {
    content: '';
  }
  .sm-simple > li > a {
    padding: 0.5em;
    font-size: 0.8125em;
  }
  .sm-simple > li > a:first-of-type {
    padding-left: 0;
  }
}

/* ------------------------------------------------- Mobile Menu/Hamburger Button */
.MainNavButton {
  padding: 0.75em 1em;
  background: #111;
  color: #fff;
}

.main-menu-btn {
  font: 1.25em/1.4 Arial, Helvetica, sans-serif;
  margin: 0;
  position: relative;
  width: 100%;
  height: 28px;
  text-indent: 2em;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* hamburger icon */
.main-menu-btn-icon,
.main-menu-btn-icon:before,
.main-menu-btn-icon:after {
  position: absolute;
  top: 50%;
  left: 2px;
  height: 2px;
  width: 24px;
  background: #bbb;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.main-menu-btn-icon:before {
  content: '';
  top: -7px;
  left: 0;
}

.main-menu-btn-icon:after {
  content: '';
  top: 7px;
  left: 0;
}

/* x icon */
#main-menu-state:checked ~ .MainNavButton .main-menu-btn .main-menu-btn-icon {
  height: 0;
  background: transparent;
}

#main-menu-state:checked ~ .MainNavButton .main-menu-btn .main-menu-btn-icon:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#main-menu-state:checked ~ .MainNavButton .main-menu-btn .main-menu-btn-icon:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* hide menu state checkbox offscreen (so it stays visible to screen readers) */
#main-menu-state {
  position: absolute;
  top: -99999px;
}

/* hide the menu in mobile view */
#main-menu-state:not(:checked) ~ #main-menu {
  display: none;
}

#main-menu-state:checked ~ #main-menu {
  display: block;
}

@media all and (min-width: 60em) {
  .MainNavButton {
    display: none;
  }
  /* hide the button in desktop view */
  .main-menu-btn {
    position: absolute;
    top: -99999px;
  }
  /* always show the menu in desktop view */
  #main-menu-state:not(:checked) ~ #main-menu {
    display: block;
  }
}

/* ------------------------------------------------------------------------ SubNav (SmartMenus) */
/* ------------------------------------------------- Mobile Styling (adapted from Simple Theme) */
.SubNav .Wrapper {
  max-width: 78.5em;
}

.sm-subnav {
  background-color: #db1934;
}

.sm-subnav a {
  padding: 1em;
  padding-right: 3.625em;
  /* make room for the toggle button (sub indicator) */
  color: #fff;
  font-weight: normal;
  line-height: 1.2;
  text-decoration: none;
  outline: 0;
}

.sm-subnav a.current {
  background: #111;
}

.sm-subnav a.disabled {
  background: #666;
  color: #cccccc;
}

.sm-subnav a span.sub-arrow {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: auto;
  right: 8px;
  width: 34px;
  height: 34px;
  overflow: hidden;
  font: bold 14px/34px monospace !important;
  text-align: center;
  text-shadow: none;
  background: rgba(0, 0, 0, 0.1);
}

.sm-subnav a.highlighted span.sub-arrow:before {
  display: block;
  content: '-';
  text-align: center;
}

.sm-subnav li {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  background-image: none;
}

.sm-subnav > li:first-child {
  border-top: 0;
}

.sm-subnav ul {
  /*background: rgba(0, 0, 0, 0.1);*/
  background-color: #d2d2d2;
}

.sm-subnav ul a {
  font-size: 0.875em;
  color: #000;
  text-transform: uppercase;
}

.sm-subnav ul a:hover,
.sm-subnav ul a:focus {
  color: #a8162b;
}

.sm-subnav > li > a {
  text-transform: uppercase;
}

@media all and (max-width: 60em) and (min-width: 0em) {
  /*This adds a left indent on each level*/
  .sm-subnav ul a {
    border-left: 8px solid transparent;
  }
  .sm-subnav ul ul a {
    border-left: 16px solid transparent;
  }
  .sm-subnav ul ul ul a {
    border-left: 24px solid transparent;
  }
  .sm-subnav ul ul ul ul a {
    border-left: 32px solid transparent;
  }
  .sm-subnav ul ul ul ul ul a {
    border-left: 40px solid transparent;
  }
}

@media all and (min-width: 60em) {
  /* ------------------------------------------------- Desktop Core CSS (don't touch!) */
  .sm-subnav ul {
    position: absolute;
    width: 12em;
  }
  .sm-subnav li {
    float: left;
  }
  .sm-subnav.sm-rtl li {
    float: right;
  }
  .sm-subnav ul li,
  .sm-subnav.sm-rtl ul li,
  .sm-subnav.sm-vertical li {
    float: none;
  }
  .sm-subnav a {
    white-space: nowrap;
  }
  .sm-subnav ul a,
  .sm-subnav.sm-vertical a {
    white-space: normal;
  }
  .sm-subnav .sm-nowrap > li > a,
  .sm-subnav .sm-nowrap > li > :not(ul) a {
    white-space: nowrap;
  }
  /* ------------------------------------------------- Desktop Styling (adapted from Simple Theme) */
  .SubNav {
    background-color: #a7162b;
  }
  .sm-subnav {
    background-color: transparent;
  }
  .sm-subnav a {
    padding: 0.35em 0.5em;
    color: #000;
  }
  .sm-subnav a:hover,
  .sm-subnav a:focus,
  .sm-subnav a:active,
  .sm-subnav a.highlighted {
    background: transparent;
  }
  /*.sm-subnav a.has-submenu { padding-right: 32px; }*/
  .sm-subnav a span.sub-arrow {
    margin-top: -8px;
    right: 20px;
    width: 8px;
    height: 16px;
    font: 14px/16px monospace !important;
    background: transparent;
  }
  .sm-subnav a.highlighted span.sub-arrow:before {
    display: none;
  }
  /*.sm-subnav > li > a.has-submenu { padding-right: 1em; }*/
  /*top level - no sub-arrow*/
  .sm-subnav > li > a span.sub-arrow {
    display: none;
  }
  /*top level - no sub-arrow*/
  .sm-subnav ul {
    /*padding: 20px 0;*/
    background-color: rgba(255, 255, 255, 0.85);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    padding: 1em 1em;
  }
  .sm-subnav ul a.has-submenu {
    padding-left: 1.75em;
  }
  .sm-subnav ul a span.sub-arrow {
    right: auto;
    margin-left: -12px;
  }
  .sm-subnav > li {
    /*margin: 0 1.5em 0 0;*/
    position: relative;
    border-top: none;
  }
  .sm-subnav > li > a {
    padding: 0.5em;
    /*font-size: 0.8125em;*/
    font-size: 0.9375em;
    color: #fff;
    font-weight: bold;
  }
  .sm-subnav > li > a:hover,
  .sm-subnav > li > a:focus {
    text-decoration: underline;
    color: #fff;
  }
  /*Products dropdown first level*/
  .sm-subnav > li.lvl1 > a {
    background-color: #db1934;
    font-size: 1.0625em;
    font-weight: bold;
    padding: 0.385em 1.5em;
    /*margin-right: 2em;*/
  }
  /*carets on levels 1 + 2*/
  .sm-subnav > li.lvl1 > a:after,
  .sm-subnav > li.lvl2 > a:after {
    content: '';
    display: inline-block;
    margin-left: 2em;
    width: 0;
    height: 0;
    border-top: 10px solid;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
  }
  .sm-subnav > li.lvl2 > a:after {
    margin-left: 1em;
  }
  /*shadows on first list*/
  .sm-subnav > li.lvl1:before,
  .sm-subnav > li.lvl1:after {
    content: '';
    position: absolute;
    top: 0;
    width: 1.25em;
    height: 100%;
  }
  /*left shadow*/
  .sm-subnav > li.lvl1:before {
    left: -1.25em;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.25)));
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000', endColorstr='#80000000',GradientType=1 );
  }
  /*right shadow*/
  .sm-subnav > li.lvl1:after {
    right: -1.25em;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to right, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00000',GradientType=1 );
  }
  /*Groups dropdown second level*/
  .sm-subnav > li.lvl2 {
    margin-left: 4em;
  }
  /*Model dropdown third level*/
  .sm-subnav > li.lvl3 {
    margin-left: 4em;
  }
}

/* ------------------------------------------------- Mobile Menu/Hamburger Button */
.SubNavButton {
  display: none;
}

/* hide menu state checkbox offscreen (so it stays visible to screen readers) */
#sub-menu-state {
  position: absolute;
  top: -99999px;
}

/* hide the menu in mobile view */
/*#sub-menu-state:not(:checked) ~ #sub-menu { display: none; }*/
#sub-menu-state:checked ~ #sub-menu {
  display: block;
}

@media all and (min-width: 60em) {
  /*.SubNavButton { display: none; }*/
  /* hide the button in desktop view */
  .sub-menu-btn {
    position: absolute;
    top: -99999px;
  }
  /* always show the menu in desktop view */
  #sub-menu-state:not(:checked) ~ #sub-menu {
    display: block;
  }
}

/* =============================================================================================
	MAIN CONTENT AREA
============================================================================================= */
/* ------------------------------------------------------------------------ Layout */
main:focus {
  outline: none;
}

aside {
  margin-top: 1em;
}

@media all and (min-width: 40em) {
  article {
    float: left;
    width: 65%;
  }
  aside {
    float: right;
    width: 31.5%;
    padding-top: 0;
    margin-top: 0;
    border-top: none;
  }
}

/* ------------------------------------------------------------------------ Sections */
section {
  padding: 1.5rem 0;
}

section.Grey {
  background-color: #eee;
}

@media all and (min-width: 40em) {
  section {
    padding: 1.5rem 0;
  }
}

/* ------------------------------------------------------------------------ Callouts */
section.CalloutSection {
  padding: 1em 0;
}

.CalloutSection > .Wrapper {
  max-width: 78.5em;
}

.Callout a {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto 1.5em auto;
  color: #fff;
  position: relative;
  border: 2px solid #a7162b;
  min-height: 5.3125em;
}

.Callout a:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../../images/callout-bg.png) repeat;
  z-index: -1;
  opacity: 1;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.Callout a:hover:before {
  opacity: 0;
}

.Callout.Last a {
  margin-bottom: 0;
}

.CalloutText {
  font: bold 1.25em/1.2 Arial, Helvetica, sans-serif;
  color: #a8162b;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0 3.625em 0 0.75em;
  width: 100%;
}

.CalloutIcon {
  position: absolute;
  top: 50%;
  right: 0.75em;
  width: 1.75em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.CILg {
  width: 2.25em;
}

@media all and (min-width: 60em) {
  section.CalloutSection {
    padding-bottom: 0;
  }
}

@media all and (min-width: 80em) {
  .Callout a {
    margin-bottom: 0;
  }
}

/* ------------------------------------------------------------------------ InfoBox Modules */
/* ------------------------------------------------- Base Styles */
.InfoBox {
  background: #eee;
  margin: 0.5em 0 1em 0;
}

.InfoBox.Padded,
.InfoBox .Padded {
  padding: 1em;
}

/*If extra padding is needed*/
.InfoBox > h2:first-child,
.InfoBox > h3:first-child {
  padding-top: 0;
}

.Grey .InfoBox {
  background: #f8f8f8;
}

.InfoBox.Tan {
  background-color: rgba(231, 143, 29, 0.4);
}

.OutlinedBox {
  background-color: transparent;
  border: 2px solid #888888;
}

@media all and (min-width: 80em) {
  /*.InfoBox {margin-bottom: 1.5em}*/
  .InfoBox.Padded,
  .InfoBox .Padded {
    padding: 1.25em 1.25em;
  }
}

/* ------------------------------------------------- Title Module  */
.InfoBox h3.Header {
  padding: 0;
  color: #fff;
  background: #2c4890;
}

.InfoBox h3.Header a {
  color: #fff;
  background: #2c4890;
  text-decoration: none;
  font-weight: normal;
  padding: 0.375em 0.625em;
  display: block;
}

.InfoBox h3.Header a:hover {
  text-decoration: none;
  background: #111;
}

.InfoBox h3.Header.NoLink {
  padding: 0.375em 0.625em;
}

/* If the title has no link in it */
@media all and (min-width: 40em) {
  .InfoBox h3.Header a,
  .InfoBox h3.Header.NoLink {
    padding: 0.25em 0.625em;
  }
}

/* ------------------------------------------------- Accordions Module */
.InfoBox .Accordion {
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style: none;
}

.InfoBox .Accordion dt {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #fff;
  position: relative;
}

.InfoBox .Accordion dt a {
  display: block;
  width: 100%;
  padding: 0.875em 1.5em 0.875em 3.125em;
  font-weight: normal;
  text-decoration: none;
  color: #2c4890;
  background-image: url(../../images/arrow-right-grey.svg);
  background-repeat: no-repeat;
  background-position: 1.5em 1.125em;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}

.InfoBox .Accordion dt a:hover {
  background-color: #f8f8f8;
  text-decoration: underline;
}

.Grey .InfoBox .Accordion dt a:hover {
  background-color: #fff;
}

.InfoBox .Accordion dt.Active a {
  color: #fff;
  font-weight: bold;
  background-color: #2c4890;
  background-image: url(../../images/arrow-down-white.svg);
  background-position: 1.5em 1.25em;
}

.Grey .InfoBox .Accordion dt.Active a:hover {
  background-color: #2c4890;
}

.InfoBox .Accordion dt.Active a:focus {
  outline: none;
}

.InfoBox .Accordion dd {
  margin: 0;
  padding: 1em 1.5em 0.75em 1.5em;
  display: block;
  border-bottom: 1px solid #fff;
  background: #f8f8f8;
}

.Grey .InfoBox .Accordion dd {
  background-color: #fff;
}

/* ------------------------------------------------------------------------  Banner/Slider on homepage */
section.Banner {
  padding: 1em 0;
  overflow: hidden;
  height: 400px;
}

/*for more slider base styling see slick.css*/
.SliderImage {
  margin-bottom: 1em;
}

.SliderContent {
  background-color: #fff;
}

.SliderContent .SliderTitle {
  font-weight: bold;
  font-size: 1.25em;
  text-transform: uppercase;
  padding-bottom: 0;
}

.SliderContent .SliderDescription {
  font-size: 0.9375em;
  line-height: 1.5;
}

/*the red stroke around the selected carousel*/
.SliderCarousel .slick-slide.slick-current:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #e51938;
  background-color: transparent;
}

@media all and (min-width: 60em) {
  section.Banner {
    padding: 1.75em 0 1em 0;
  }
  .Slider,
  .SliderImage,
  .SliderContent,
  .SliderCarousel {
    float: left;
  }
  .Slider {
    width: 75%;
  }
  .SliderImage {
    width: 64%;
    margin-bottom: 0;
  }
  .SliderContent {
    width: 36%;
    padding: 0 1em;
  }
  .SliderContent .SliderTitle {
    font-size: 1.75em;
    line-height: 1.3;
  }
  .SliderCarousel {
    width: 25%;
  }
  .SliderCarousel .slick-slide {
    /*border: 2px solid #E51938;*/
    /*box-shadow: 0 0 5px 0 red*/
    min-height: 119px;
    /*margin-bottom: 0.5em;*/
  }
}

/* ------------------------------------------------------------------------ Tabbed Panels */
/*https://codepen.io/cssjockey/pen/jGzuK*/
ul.Tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
  background-color: #a7162b;
  border: 2px solid #a7162b;
}

ul.Tabs li {
  background: none;
  color: #fff;
  display: inline-block;
  padding: 0.325em 0.9375em;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.8em;
}

ul.Tabs li.Current,
ul.Tabs li:hover {
  position: relative;
  background: #fff;
  color: #a8162b;
}

ul.Tabs li.Current:after,
ul.Tabs li.Current:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

ul.Tabs li.Current:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 4px;
  margin-left: -4px;
}

ul.Tabs li.Current:before {
  border-color: rgba(168, 22, 43, 0);
  border-top-color: #a8162b;
  border-width: 7px;
  margin-left: -7px;
}

.TabContent {
  display: none;
  padding: 1em;
  border: 2px solid #a7162b;
  border-top: none;
}

.TabContent.Current {
  display: inherit;
}

@media all and (min-width: 40em) {
  ul.Tabs {
    padding-left: 3.25em;
  }
  .TabContent > p:first-of-type {
    padding-left: 2em;
  }
  ul.Tabs li {
    font-size: 1em;
  }
  .TabContent {
    padding: 1em 1.5em;
  }
}

/* ------------------------------------------------------------------------ Inventory Manager - section on homepage for tabbed panels  */
section.InventoryManager {
  padding: 1em 0;
}

/* ------------------------------------------------------------------------ Product thumbnails */
.ProductThumbnail {
  display: block;
  padding-top: 35px;
  text-decoration: none;
  font-weight: normal;
}

.ProductThumbnail img {
  display: block;
  max-width: 310px;
  width: 100%;
  margin: 0 auto;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  -moz-transition: -moz-transform 0.4s ease-in-out;
}

.ProductThumbnail .Button {
  font-size: 0.95em;
}

.SectionName,
.ProductName {
  text-transform: uppercase;
  transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  padding-bottom: 0;
}

.SectionName {
  font-size: 24px;
  color: #b7b7b7;
  text-align: center;
  padding-top: 6px;
  margin-top: 22px;
  border-top: 2px solid #b7b7b7;
}

.ProductThumbnail:hover > .SectionName {
  border-top: 2px solid #000;
}

.ProductName {
  margin: 22px 0 15px 0;
  border-bottom: 1px solid #000;
  color: #5b5b5b;
  font-weight: bold;
}

.ProductThumbnail:hover {
  text-decoration: none;
}

.ProductThumbnail:hover > .SectionName {
  color: #646464;
}

.ProductThumbnail:hover > .Button {
  background: #000;
  border-color: #000;
}

.ProductDetails,
.ProductDetails span {
  color: #5b5b5b;
  font-size: 1em !important;
  line-height: 1.3 !important;
}

.ProductPrice {
  font-size: 0.7875em;
  font-weight: bold;
}

@media all and (min-width: 60em) {
  .ProductThumbnail .ImageContainer {
    position: relative;
    height: 280px;
  }
  .ProductThumbnail img {
    display: block;
    /*max-width: 100%;*/
    max-height: 280px;
    margin: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
  }
  .ProductDetails,
  .ProductName,
  .ProductPrice,
  .RangeToggle {
    padding-left: 0.625em;
  }
  .ProductThumbnail .Button {
    margin-left: 0.625em;
  }
}

/* ------------------------------------------------------------------------ Range Toggle */
.RangeToggle {
  float: left;
  margin-right: 1em;
}

.RangeButton {
  position: relative;
  display: inline-block;
  float: left;
  border-radius: 50%;
  border: 1px solid #000;
  color: #000;
  width: 1.05em;
  height: 1.05em;
  text-align: center;
  font-size: 1.25em;
  cursor: pointer;
}

.RangeButton.Minus:before,
.RangeButton.Minus:after,
.RangeButton.Plus:before,
.RangeButton.Plus:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  background-color: #000;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.RangeButton.Minus:before,
.RangeButton.Minus:after,
.RangeButton.Plus:before {
  width: 13px;
  height: 1px;
}

.RangeButton.Plus:after {
  height: 13px;
  width: 1px;
}

.RangeButton:hover,
.RangeButton:focus {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  opacity: 0.75;
}

.RangeToggle .RangeInput {
  font-size: 0.8em;
  /*width: 1.75em;*/
  width: 2.3em;
  float: left;
  margin: 0 0.5em 0 0.5em;
}

/* ------------------------------------------------------------------------ Cart Page */
.ModelBox {
  border: 2px solid #666;
}

.ModelBox img {
  width: 100%;
  max-width: 24em;
  margin: 0 auto;
  display: block;
}

.ModelBoxHeader,
.ModelBoxFooter {
  background-color: #666;
  color: #fff;
  padding: 0.25em 1em;
}

.ModelBoxHeader a {
  color: #fff;
  float: right;
}

.ModelBoxHeader p,
.ModelBoxFooter p {
  padding-bottom: 0;
  font-weight: bold;
}

.ModelBoxHeader {
  border-bottom: 2px solid #666;
}

.ModelBoxFooter {
  border-top: 2px solid #666;
  text-align: center;
}

.ColourList img {
  display: block;
  margin-bottom: 0.25em;
}

.MSRPLabel {
  display: none;
}

/*--Accessories Table--*/
.AccessoriesTable img {
  width: 4.25rem;
  min-width: 4em;
  margin-bottom: 0;
}

.AccessoriesTable td {
  font-size: 1em;
  font-weight: bold;
}

.AccessoriesModelNumber {
  font-size: 0.6875rem;
  font-weight: normal;
}

/*style checkbox under custom checkboxes area*/
@media all and (min-width: 60em) {
  .MSRPLabel {
    display: inline-block;
    float: right;
    margin-top: -3.75em;
    font-size: 0.875em;
  }
  .MSRPLabel.PurchaseOrder {
    margin-right: 52%;
  }
  .AccessoriesTable td:first-of-type {
    width: 14%;
  }
  .InfoBox.PurchaseOrder {
    width: 25em;
    float: right;
  }
}

/* ------------------------------------------------------------------------ Tables */
table {
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
  width: 100%;
  margin: 0.5em 0 1em 0;
  overflow: auto;
}

table[style] {
  width: 100% !important;
}

tr {
  background: rgba(184, 184, 184, 0.5);
  border: none;
  /*border-bottom:2px solid #eee;*/
}

tr:nth-child(odd) {
  background: rgba(220, 220, 220, 0.5);
}

tr:hover:not(thead) {
  background-color: rgba(0, 0, 0, 0.2);
}

thead tr,
thead tr:nth-child(odd) {
  background-color: transparent;
  border-bottom: 2px solid #888888;
}

th,
td {
  text-align: left;
  vertical-align: middle;
  color: #000;
}

th a,
td a {
  color: #000;
}

th {
  background: transparent;
  font-weight: normal;
  padding: 0.5em 1em;
  font-size: 0.9375em;
}

th img.QuestionIcon {
  vertical-align: -24%;
  margin-left: 0.5em;
}

td {
  padding: 1em 1em;
  font-size: 0.75em;
}

td input[type='text'],
td select,
td input[type='number'] {
  font-size: 0.875rem;
}

td .Button {
  margin: 0;
}

/*--White Checkout Table--*/
.CheckoutTable tr,
.CheckoutTable tr:nth-child(odd) {
  background-color: transparent;
}

.CheckoutTable td {
  padding: 0.25em 0.5em;
}

.CheckoutTable tr td:first-child {
  padding-left: 0;
}

.CheckoutTable tr td:last-child {
  padding-right: 0;
  text-align: right;
  font-weight: bold;
}

.CheckoutTable tr:first-child td {
  font-weight: bold;
}

.CheckoutTable tr:hover:not(thead) {
  background-color: transparent;
}

.CheckoutTable tfoot tr {
  border-top: 2px solid gray;
}

.CheckoutTable tfoot tr td {
  font-weight: bold;
}

@media all and (min-width: 60em) {
  .CheckoutTable td {
    font-size: 1.125em;
  }
  .CheckoutTable td.AccessoryName {
    font-size: 1em;
  }
}

/* ------------------------------------------------- Basic Table Responsive Tables */
@media all and (max-width: 60em) and (min-width: 0) {
  .TableWrapper {
    margin: 0.5em 0 1em 0;
    max-height: 350px;
    overflow: auto;
    -webkit-overflow-scrolling: auto;
  }
  .TableWrapper table {
    margin: 0;
  }
}

/* ------------------------------------------------------------------------ Forms */
hr.Form {
  margin-top: 2em;
}

.Error,
.Error[style],
.Required {
  color: #e51938 !important;
  font-size: 0.875em;
  font-weight: bold;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  margin: 0 0 0.25em 0;
  padding: 0;
}

.RadioCheckBox {
  background: #f8f8f8;
  padding: 1em;
}

.Other {
  margin: 0 0 0.5em 1.5em;
}

.RadioTable {
  width: auto;
}

.RadioTable td {
  padding: 0;
  border: none;
  font-size: 1em;
}

label {
  display: block;
  margin: 1.125em 0 0.25em 0;
}

label.RadioCheck,
.RadioTable td label {
  display: inline-block;
  margin: 0 0 0.5em 0;
  /*width:85%;	*/
  line-height: 1.4;
}

.RadioTable td label {
  margin-left: 0.25em;
  width: auto;
}

label.RadioCheck.Last {
  margin-bottom: 0;
}

input[type='checkbox'] + label,
input[type='radio'] + label {
  display: inline-block;
  margin: 0 1em 0.5em 0;
  line-height: 1.4;
}

input,
select,
textarea {
  border: 1px solid #888888;
  font-size: 0.875em;
  font: normal 0.875em/1.6 Arial, Helvetica, sans-serif;
  color: #111;
  width: 100%;
  padding: 0.25em 0.5em;
  background: #fff;
  border-radius: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

input[type='checkbox'],
input[type='radio'],
input[type='image'] {
  height: auto;
  width: auto;
  padding: 0;
  background: transparent;
  vertical-align: top;
  margin-top: 0.375em;
}

textarea {
  height: 10em;
  width: 100%;
  display: block;
}

textarea.Description {
  height: 20em;
}

/*---Custom Checkbox Buttons---*/
.CustomCheckbox input[type='checkbox'],
.CustomCheckbox input[type='radio'] {
  display: none;
}

.CustomCheckbox label {
  position: relative;
  display: inline-block;
  margin: 0;
  cursor: pointer;
}

.ColourList label,
.ShippingList label {
  padding-left: 0;
  padding-bottom: 1.85em;
  margin-right: 1em;
  text-align: center;
  font-size: 0.9em;
}

.ShippingList label {
  background-color: #f4d2a4;
  padding: 1em 1em 3em 1em;
  line-height: 1.5;
  margin-bottom: 0.5em;
  width: 100%;
}

.AccessoriesTable label {
  width: 2em;
  height: 2em;
}

.CustomCheckbox label:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  width: 1.4rem;
  height: 1.4rem;
  background-color: #fbfbfb;
  border: 1px solid #000;
  transition: border 0.15s ease-in-out, background-color 0.15s ease-in-out;
  -webkit-transition: border 0.15s ease-in-out, background-color 0.15s ease-in-out;
}

.ColourList label:before,
.ShippingList label:before {
  bottom: 0;
  top: auto;
  right: 0;
  margin: 0 auto;
}

.ShippingList label:before {
  bottom: 0.75em;
}

.AccessoriesTable .CustomCheckbox label:before {
  width: 2em;
  height: 2em;
  background: #e78f1d url(../../images/add-icon.svg) no-repeat center;
  background-size: 85% auto;
  border-color: #a76116;
}

.CustomCheckbox label:hover:before {
  border-color: #1c7f5c;
}

/*Custom Checkbox Specific*/
.CustomCheckbox input[type='checkbox']:checked + label:before,
.CustomCheckbox input[type='radio']:checked + label:before {
  background: #00aa34 url(../../images/checkmark-icon.svg) no-repeat center;
  background-size: 90% auto;
  border-color: #1c7f5c;
}

/*Disabled custom radio/checkbox*/
.CustomCheckbox .Disabled,
.CustomCheckbox input[type='checkbox'][disabled] + label,
.CustomCheckbox input[type='radio'][disabled] + label {
  opacity: 0.65;
  pointer-events: none;
  cursor: default;
}

@media all and (max-width: 50em) and (min-width: 40em) {
  label.RadioCheck,
  .RadioTable td label {
    width: 75%;
  }
}

@media all and (max-width: 64em) and (min-width: 0) {
  input[type='text'],
  input[type='submit'],
  textarea {
    -webkit-appearance: none;
  }
}

@media all and (min-width: 60em) {
  .ShippingList label {
    padding: 1em 2em 3em 2em;
    width: auto;
  }
}

/* =============================================================================================
	FOOTER
============================================================================================= */
.PrintFooter {
  display: none;
}

footer {
  background-color: #303030;
  padding: 24px;
}

footer .Wrapper {
  max-width: 72.4375em;
}

.FooterProducts {
  display: none;
}

.FooterLogos {
  display: block;
  text-align: center;
}

.FooterLogos img {
  width: 45%;
  max-width: 123px;
}

/*.FooterInfo {}*/
.FooterLinks {
  text-align: center;
  padding-top: 0.9375em;
}

.FooterLinks a {
  color: #fff;
  font-size: 0.9375em;
  padding: 0.4375em 0.625em;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: normal;
}

.FooterLinks a:hover {
  text-decoration: underline;
}

@media all and (min-width: 40em) {
  .FooterProducts {
    display: block;
    padding-bottom: 1.25em;
  }
  .FooterProducts p {
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.8125em;
  }
  .FooterProducts ul {
    padding: 0;
    list-style: none;
  }
  .FooterProducts li {
    float: left;
    width: 50%;
    background: none;
    padding: 0;
    line-height: 1.15;
  }
  .FooterProducts a {
    color: #fff;
    text-transform: uppercase;
    /*line-height: 24px;*/
    font-size: 0.75em;
    text-decoration: none;
    font-weight: normal;
  }
  .FooterProducts a:hover {
    text-decoration: underline;
  }
  .FooterLogos {
    text-align: right;
  }
  .FooterLinks {
    text-align: right;
  }
}

@media all and (min-width: 60em) {
  .FooterProducts {
    padding-bottom: 0;
  }
  .FooterProducts p {
    display: block;
    float: left;
    width: 20%;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.8125em;
  }
  .FooterProducts ul {
    float: right;
    width: 80%;
  }
  .FooterLogos {
    text-align: center;
  }
  .FooterLinks {
    padding-top: 2.125em;
    margin-left: 0;
  }
  .FooterLinks a {
    font-size: 0.725em;
  }
}

@media all and (min-width: 75em) {
  .FooterLinks a {
    font-size: 0.9375em;
  }
}

@media all and (min-width: 80em) {
  .FooterProducts li {
    width: 35%;
  }
  .FooterLogos img {
    width: auto;
    margin-top: -0.625em;
  }
}

/* ------------------------------------------------------------------------ SubFooter */
.SubFooter {
  margin-top: 1em;
  background: url(../../images/subfooter-bg.png) repeat;
  border-top: 3px solid #fff;
  -webkit-box-shadow: 0 -3px 15px rgba(0, 0, 0, 0.25);
          box-shadow: 0 -3px 15px rgba(0, 0, 0, 0.25);
}

.SubFooter .Copyright {
  font-size: 0.625em;
  color: #686868;
  text-align: center;
  padding: 0.85em 0;
  margin: 0;
}

@media all and (min-width: 40em) {
  .SubFooter .Copyright {
    color: #fff;
    text-align: right;
  }
}

@media all and (min-width: 60em) {
  .SubFooter {
    margin-top: 0.6875em;
  }
  .SubFooter .Copyright {
    color: #686868;
    font-size: 0.6875em;
  }
}

/* =============================================================================================
	Javascript plugins
============================================================================================= */
/* ------------------------------------------------------------------------ Fancybox */
.fancybox-enabled {
  overflow: hidden;
}

.fancybox-enabled body {
  overflow: visible;
  height: 100%;
}

.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.fancybox-container ~ .fancybox-container {
  z-index: 99992;
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

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

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

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

.fancybox-caption-wrap,
.fancybox-infobar,
.fancybox-toolbar {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.25s, visibility 0s linear 0.25s;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fancybox-show-caption .fancybox-caption-wrap,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.25s, visibility 0s;
  transition: opacity 0.25s, visibility 0s;
}

.fancybox-infobar {
  top: 0;
  left: 50%;
  margin-left: -79px;
}

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
}

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

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

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

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

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

.fancybox-slide--image {
  overflow: visible;
}

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

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

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

.fancybox-slide--next {
  z-index: 99995;
}

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

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

.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
}

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

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff;
}

.fancybox-iframe {
  display: block;
  padding: 0;
  border: 0;
  height: 100%;
}

.fancybox-error,
.fancybox-iframe {
  margin: 0;
  width: 100%;
  background: #fff;
}

.fancybox-error {
  padding: 40px;
  max-width: 380px;
  cursor: default;
}

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px Helvetica Neue, Helvetica, Arial, sans-serif;
}

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}

.fancybox-close-small:after {
  content: '�';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial, Helvetica Neue, Helvetica, sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
}

.fancybox-close-small:focus:after {
  outline: 1px dotted #888;
}

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee;
}

.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -44px;
}

.fancybox-slide--iframe .fancybox-close-small:after {
  background: transparent;
  font-size: 35px;
  color: #aaa;
}

.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff;
}

.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(20%, rgba(0, 0, 0, 0.1)), color-stop(40%, rgba(0, 0, 0, 0.2)), color-stop(80%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8));
  pointer-events: none;
}

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all;
}

.fancybox-caption a {
  color: #fff;
  text-decoration: underline;
}

.fancybox-button {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: transparent;
  color: #ddd;
  border-radius: 0;
  cursor: pointer;
  vertical-align: top;
  outline: none;
}

.fancybox-button[disabled] {
  cursor: default;
  pointer-events: none;
}

.fancybox-button,
.fancybox-infobar__body {
  background: rgba(30, 30, 30, 0.6);
}

.fancybox-button:hover:not([disabled]) {
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
}

.fancybox-button:after,
.fancybox-button:before {
  content: '';
  pointer-events: none;
  position: absolute;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
}

.fancybox-button[disabled]:after,
.fancybox-button[disabled]:before {
  opacity: 0.3;
}

.fancybox-button--left:after,
.fancybox-button--right:after {
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}

.fancybox-button--left:after {
  left: 20px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.fancybox-button--right:after {
  right: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fancybox-button--left {
  border-bottom-left-radius: 5px;
}

.fancybox-button--right {
  border-bottom-right-radius: 5px;
}

.fancybox-button--close:after,
.fancybox-button--close:before {
  content: '';
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px);
}

.fancybox-button--close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fancybox-button--close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.fancybox-arrow {
  position: absolute;
  top: 50%;
  margin: -50px 0 0;
  height: 100px;
  width: 54px;
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  cursor: pointer;
  z-index: 99995;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

.fancybox-arrow:after {
  content: '';
  position: absolute;
  top: 28px;
  width: 44px;
  height: 44px;
  background-color: rgba(30, 30, 30, 0.8);
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 24px 24px;
}

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

.fancybox-arrow--left {
  left: 0;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.fancybox-arrow--left:after,
.fancybox-arrow--right:after {
  left: 0;
}

.fancybox-show-nav .fancybox-arrow {
  opacity: 0.6;
}

.fancybox-show-nav .fancybox-arrow[disabled] {
  opacity: 0.3;
}

.fancybox-loading {
  border: 6px solid rgba(99, 99, 99, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: a 0.8s infinite linear;
  animation: a 0.8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999;
}

@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0;
}

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

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

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

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1;
}

.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-1turn);
  transform: rotate(-1turn);
  opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn);
  opacity: 0;
}

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

.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
  opacity: 1;
}

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

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

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

@media (max-width: 800px) {
  .fancybox-infobar {
    left: 0;
    margin-left: 0;
  }
  .fancybox-button--left,
  .fancybox-button--right {
    display: none !important;
  }
  .fancybox-caption {
    padding: 20px 0;
    margin: 0;
  }
}

.fancybox-button--fullscreen:before {
  width: 15px;
  height: 11px;
  left: calc(50% - 7px);
  top: calc(50% - 6px);
  border: 2px solid;
  background: none;
}

.fancybox-button--pause:before,
.fancybox-button--play:before {
  top: calc(50% - 6px);
  left: calc(50% - 4px);
  background: transparent;
}

.fancybox-button--play:before {
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
}

.fancybox-button--pause:before {
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px;
}

.fancybox-button--thumbs,
.fancybox-thumbs {
  display: none;
}

@media (min-width: 800px) {
  .fancybox-button--thumbs {
    display: inline-block;
  }
  .fancybox-button--thumbs span {
    font-size: 23px;
  }
  .fancybox-button--thumbs:before {
    width: 3px;
    height: 3px;
    top: calc(50% - 2px);
    left: calc(50% - 2px);
    -webkit-box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, inset 0 0 0 32px, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
            box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, inset 0 0 0 32px, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
  }
  .fancybox-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 220px;
    margin: 0;
    padding: 5px 5px 0 0;
    background: #fff;
    word-break: normal;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 99995;
  }
  .fancybox-show-thumbs .fancybox-thumbs {
    display: block;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 220px;
  }
  .fancybox-thumbs > ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0;
  }
  .fancybox-thumbs > ul > li {
    float: left;
    overflow: hidden;
    max-width: 50%;
    padding: 0;
    margin: 0;
    width: 105px;
    height: 75px;
    position: relative;
    cursor: pointer;
    outline: none;
    border: 5px solid transparent;
    border-top-width: 0;
    border-right-width: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1);
  }
  .fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .fancybox-thumbs > ul > li:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1;
  }
}

.fancybox-close-small:after {
  content: '';
  background: url(../../images/close-icon.svg) no-repeat center;
  border-radius: 0;
}

.fancybox-close-small:hover:after {
  background: url(../../images/close-icon.svg) no-repeat center;
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.5;
}

.InlineModal {
  display: none;
  padding: 2em;
  max-width: 40em;
  text-align: center;
  border: 2px solid #a7162b;
}

.InlineModal .Button {
  margin: 0.5em 0;
}

.InlineModal h2 {
  font-weight: normal;
  font-size: 1.25em;
}

@media all and (min-width: 60em) {
  .InlineModal {
    min-width: 24.375em;
  }
  .InlineModal .Button + .Button {
    margin-left: 0.2em;
  }
  .InlineModal h2 {
    font-size: 1.625em;
  }
}

/* ------------------------------------------------------------------------ Slick Slider */
.Slider {
  margin-bottom: 1em;
}

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

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  cursor: pointer;
  display: none;
  float: left;
  position: relative;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

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

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

.slick-loading .slick-list {
  background: #fff;
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 55%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  opacity: 1;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.25;
}

.slick-prev,
.slick-next {
  width: 42px;
  height: 42px;
  background-color: #2c4890;
  display: block;
  opacity: 0.9;
  z-index: 5;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 10px;
}

.slick-prev {
  left: 32px;
  background-image: url(../../images/arrow-left-grey.svg);
}

[dir='rtl'] .slick-prev {
  right: 32px;
  left: auto;
  background-image: url(../../images/arrow-right-grey.svg);
}

.slick-next {
  right: 32px;
  background-image: url(../../images/arrow-right-grey.svg);
}

[dir='rtl'] .slick-next {
  right: auto;
  left: 32px;
  background-image: url(../../images/arrow-left-grey.svg);
}

/* Dots */
.slick-dots {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0.5em 0 0 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 3px;
  padding: 0;
  cursor: pointer;
  background-image: none;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 12px;
  height: 12px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
  border-radius: 50%;
  background: #111;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.slick-dots li button:hover,
.slick-dots li button:focus,
.slick-dots li.slick-active button {
  background: #2c4890;
}

/* =============================================================================================
	ONE-OFF ALIGNMENT, MARGIN AND PADDING STYLES - CAN BE USED ON ANYTHING
============================================================================================= */
.AlignL {
  text-align: left;
}

.AlignC {
  text-align: center;
}

.AlignR {
  text-align: right;
}

.MT1,
.MT2,
.MT3 {
  margin-top: 1em;
}

.MB1,
.MB2,
.MB3 {
  margin-bottom: 1em;
}

.MT0 {
  margin-top: 0;
}

.MB0 {
  margin-bottom: 0;
}

.PT1,
.PT2,
.PT3 {
  padding-top: 1em;
}

.PB05 {
  padding-bottom: 0.5em;
}

.PB1,
.PB2,
.PB3 {
  padding-bottom: 1em;
}

.PT0 {
  padding-top: 0;
}

.PB0 {
  padding-bottom: 0;
}

.Hide {
  display: none;
}

.Show {
  display: block;
}

.all-copy {
  -webkit-user-select: all;
  /* Chrome all / Safari all */
  -moz-user-select: all;
  /* Firefox all */
  -ms-user-select: all;
  /* IE 10+ */
  user-select: all;
  /* Likely future */
}

@media all and (min-width: 40em) {
  .FloatL {
    float: left;
  }
  .FloatR {
    float: right;
  }
}

@media all and (min-width: 60em) {
  .AlignR-Desktop {
    text-align: right;
  }
  .MT0-Desktop {
    margin-top: 0;
  }
  .MT2 {
    margin-top: 2em;
  }
  .MT3 {
    margin-top: 3em;
  }
  .MB2 {
    margin-bottom: 2em;
  }
  .MB3 {
    margin-bottom: 3em;
  }
  .PT2 {
    padding-top: 2em;
  }
  .PT3 {
    padding-top: 3em;
  }
  .PB2 {
    padding-bottom: 2em;
  }
  .PB3 {
    padding-bottom: 3em;
  }
}

/* Just add this CSS to your project */
.dropzone {
  border: 2px dashed #dedede;
  border-radius: 5px;
  background: #f5f5f5;
}

.dropzone i {
  font-size: 5rem;
}

.dropzone .dz-message {
  color: rgba(0, 0, 0, 0.54);
  font-weight: 500;
  font-size: initial;
  text-transform: uppercase;
}

.dealer--wrapper div.container {
  max-width: 100%;
}

.dealer--wrapper {
  font-family: 'Swiss-721', Arial, Helvetica, sans-serif;
}

.dealer--wrapper h1 {
  font-size: 30px;
  letter-spacing: 0.3px;
  margin-bottom: 10px;
  padding: 0;
  font-family: 'swiss-cn-bold', arial, serif;
  text-transform: uppercase;
}

.dealer--wrapper h2 {
  width: 100%;
  font-size: 16px;
  border-bottom: 2px solid #e51938;
  margin-bottom: 0;
  font-family: 'swiss-cn-bold', arial, serif;
  text-transform: uppercase;
  padding-bottom: 2px;
}

.dealer--wrapper label {
  font-weight: 500;
  font-size: 13px;
  margin-bottom: 0;
  margin-top: 10px;
  text-transform: capitalize;
}

.dealer--wrapper .w-group2 input,
.dealer--wrapper .w-group2 label {
  width: 100%;
  font-weight: normal !important;
}

.dealer--wrapper .form-group {
  margin-bottom: 0;
  max-width: 100%;
}

.dealer--wrapper .subheading {
  font-size: 13px;
}

.dealer--wrapper select,
.dealer--wrapper input {
  height: 31px;
}

.dealer--wrapper .headoffice-group label input,
.dealer--wrapper .addRow input {
  height: auto;
}

.dealer--wrapper textarea {
  height: 10.8em;
}

.dropzone {
  min-height: 80px;
  max-height: 80px;
  border: 1px solid #888888;
  border-radius: 0;
  background: white;
  padding: 0px 10px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
  text-align: center;
}

.preview--expand {
  max-height: 300px;
}

.dropzone .dz-message {
  text-align: center;
  margin: 1em 0;
}

.dz-message img {
  width: 18px;
  margin-bottom: 3px;
}

.dz-message p {
  font-size: 10px;
  padding: 0;
  text-transform: initial;
}

.dealer--wrapper input[type='textarea'] {
  height: 100px;
  width: 100%;
}

.redstar {
  color: #e71d36;
}

.mt-xs-5 {
  margin-top: 0rem !important;
}

.submit-all {
  display: inline-block;
  width: auto;
  margin-left: 0px;
  padding: 7px;
  background-color: #e51c38;
  color: white;
  margin-top: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: none;
  height: 31px;
  font-size: 14px;
  line-height: 1.5px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-family: 'swiss-cn-bold', arial, serif;
  margin-top: 30px;
}

.headoffice-group {
  position: absolute;
  top: 0;
  right: 35%;
}

.headoffice-group label {
  margin: 0;
}

.addRow .flex--me {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.addRow img,
.addRow input[type='image'] {
  width: 17px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin: 0;
  cursor: pointer;
}

.addRow h2 {
  font-size: 14px;
  letter-spacing: 0.3px;
  margin-bottom: 10px;
  margin: 0px 0px 0px 7px;
  padding: 0;
  border: none;
  font-family: 'swiss', arial, serif;
  text-transform: capitalize;
}

.addRow.removeRow {
  margin-bottom: 16px;
}

.addRow.removeRow input {
  width: 24px;
}

.addRow.removeRow p {
  font-size: 30px;
  letter-spacing: 0.3px;
  margin-bottom: 10px;
  padding: 0;
  margin: 0;
  margin-left: 8px;
  font-family: 'swiss-cn-bold', arial, serif;
  text-transform: uppercase;
}

.added--row.flex--me {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.photo-uploaded {
  font-size: 13px;
}

.delete-file {
  font-size: 13px;
  float: right;
}

.delete-file:hover {
  color: #e21a37;
  text-decoration: underline;
}

.added--row img {
  width: 28px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin: 0;
  cursor: pointer;
  margin-top: 5px;
  margin-bottom: auto;
}

.added--row h2 {
  font-size: 30px;
  letter-spacing: 0.3px;
  margin-bottom: 10px;
  margin: 0 0px 0 10px;
  padding: 0;
  border: none;
  font-family: 'swiss-cn-bold', arial, serif;
  text-transform: uppercase;
}

.contact-social {
  margin-top: 64px;
}

.location-block:first-of-type .contact-social {
  margin-top: 0;
}

.recommended {
  font-size: 11px;
}

hr {
  border: none;
  color: #e2e2e2;
  background: #e7e7e7;
  height: 1px;
  margin: 60px 0;
}

.location-block {
  margin: 30px 0;
}

@media (max-width: 991px) {
  .mt-xs-5 {
    margin-top: 2rem !important;
  }
}

@media (max-width: 767px) {
  .pl-0 {
    padding-left: 0 !important;
  }
  .headoffice-group {
    right: 15px !important;
  }
  .addRow.removeRow p {
    font-size: 24px;
  }
  .addRow.removeRow input {
    width: 18px;
  }
  .contact-social {
    margin-top: 0;
  }
}

/* =----------------------------------------------Input Mask Styles */
.postal-mask {
  text-transform: uppercase;
}

/* =----------------------------------------------Tooltip */
.dialogbox {
  position: absolute;
  top: -21px;
  left: 75px;
  z-index: 2;
  display: none;
  width: 320px;
}

.invalid-feedback[style*='inline'] {
  display: block !important;
}

.tip {
  width: 0px;
  height: 0px;
  position: absolute;
  background: transparent;
  border: 10px solid #d7d7d7;
}

.tip-up {
  top: -25px;
  /* Same as body margin top + border */
  left: 10px;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
}

.tip-down {
  bottom: -25px;
  left: 10px;
  border-right-color: transparent;
  border-left-color: transparent;
  border-bottom-color: transparent;
}

.tip-left {
  top: 10px;
  left: -25px;
  border-top-color: transparent;
  border-left-color: transparent;
  border-bottom-color: transparent;
}

.tip-right {
  top: 10px;
  right: -22px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
}

.dialogbox .body {
  position: relative;
  max-width: 350px;
  height: auto;
  margin: 20px 10px;
  padding: 15px 25px;
  background-color: #d7d7d7;
  border-radius: 3px;
  border: 2px solid #d7d7d7;
  -webkit-box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.4);
}

.body .message {
  min-height: 30px;
  border-radius: 3px;
  font-size: 14px;
  line-height: 1.5;
  color: black;
  text-align: left;
  position: relative;
}

.product__topper .topper__right .dialogbox .message span {
  display: inline-block;
  width: 100%;
  font-size: 11px;
  font-family: 'Swiss-721';
  line-height: 20px;
}

.product__topper .topper__right .dialogbox .message p {
  margin: 0;
}

.show--tooptip {
  display: block !important;
  opacity: 1 !important;
}

.tooltip-close {
  position: absolute;
  top: -13px;
  font-family: 'Swiss-721', arial, serif !important;
  right: -22px;
  color: black;
  text-align: center;
  height: 25px;
  line-height: 22px;
  cursor: pointer;
  width: 25px !important;
  font-size: 22px !important;
}

@media (max-width: 767px) {
  .product-pricing img {
    top: 5px;
    left: -17px;
    background-color: #f4f4f4;
  }
  .dialogbox {
    position: absolute;
    top: unset;
    z-index: 2;
    left: 75px !important;
    right: auto;
    width: 357px;
    top: -21px;
    left: unset;
    display: none;
  }
  .product__topper .topper__right .product-pricing {
    background-color: #f4f4f4;
  }
  .tip-right {
    top: -22px;
    left: 55%;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    border-bottom-color: #d7d7d7;
  }
}

@media (max-width: 450px) {
  .dialogbox {
    position: absolute;
    top: unset;
    z-index: 2;
    left: 5px !important;
    right: auto;
    width: 293px;
    top: 26px;
    left: unset;
    display: none;
  }
  .dialogbox .body {
    margin: 20px 10px;
  }
  .tip-left {
    top: -22px;
    left: 27px;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    border-bottom-color: #d7d7d7;
  }
}

.swiper-container {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.swiper-slide img {
  width: 100%;
  margin-bottom: 1px;
}

.gallery-top {
  height: 80%;
  width: 100%;
}

.gallery-thumbs {
  height: 20%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 0;
  margin-top: 8px !important;
}

.gallery-thumbs .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url(../../images/2019/assets/rightarrow-2-shadow.png) !important;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url(../../images/2019/assets/leftarrow-2-shadow.png) !important;
}

.infobox-txt {
  margin: 0;
}

.redbar {
  position: absolute;
  left: 0;
  width: 5px;
  top: 0;
  bottom: 0;
  background-color: #e51938;
  z-index: 2;
  display: none;
}

.relative {
  position: relative;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  pointer-events: visible !important;
}

.zoomContainer {
  z-index: 2;
}

.zoomWindowContainer div {
  margin-left: 25px;
}

.form-group label img {
  width: 12px;
  margin-left: 0px;
  margin-bottom: 0;
}

/* -------------------------------------------- Dealer Portal 2020 CSS Updates ------------------------------------ */
@media (max-width: 991px) {
  .container {
    max-width: 100%;
  }
}

.fixedFoot {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

#exTab1 .nav li:nth-child(1) {
  padding-top: 0;
}

.responsivetabs-more .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
}

.clearfix {
  clear: both;
}

.dealer-slider .swiper-pagination-bullet-active {
  background-color: white;
}

/*-------------- BASE STYLES ----------------*/
.LoginPage header,
.LoginPage footer,
.LoginPage .lang__select {
  display: none;
}

.form-control,
input,
select,
textarea {
  display: inline-block;
  color: black;
  padding: 5px 10px;
  font-family: 'swiss-light', arial, serif;
  border: 1px solid #d7d7d7;
  background-color: white;
  border-radius: 0;
  font-size: 0.875em;
}

.caret {
  background-image: url(../../images/empty-caret-white.png);
  height: 10px;
  width: 8px;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  border-top: none;
  border-right: none;
  border-left: none;
}

.caret.caret--red {
  background-image: url(../../images/empty-caret-red.png);
}

.caret.caret--black {
  background-image: url(../../images/empty-caret-black.png);
}

.caret.caret--reversed {
  border-top: none;
  border-top-width: 0px;
  border-bottom: 5px solid #000;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

/*------------------ Login Page -------------------*/
.LoginPage h1 {
  position: absolute;
  height: 0;
  width: 0;
  visibility: hidden;
}

.dealer-login {
  width: 100%;
  max-width: 768px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  margin: auto;
  -ms-flex-item-align: center;
      align-self: center;
}

.dealer-login .dealer-login__head {
  width: 100%;
  background-color: #303030;
}

.dealer-login .dealer-login__head .dealer-login__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  padding: 24px;
  max-width: 260px;
}

.dealer-login .dealer-login__head .dealer-login__logo p {
  color: white;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: right;
  font-weight: bold;
}

.dealer-login .dealer-login__head .dealer-login__logo img {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: 100%;
  margin: auto 0 2px;
  border: 1px solid white;
}

.dealer-login .dealer-login__body {
  background-color: white;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

.dealer-login .dealer-login__body label {
  margin: 0;
  font-size: 14px;
}

.dealer-login .dealer-login__body .dealer-login__inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

@media (max-width: 767px) {
  .dealer-login .dealer-login__body .dealer-login__inputs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
  }
}

.dealer-login .dealer-login__body .dealer-login__inputs .form-group {
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

@media (max-width: 767px) {
  .dealer-login .dealer-login__body .dealer-login__inputs .form-group {
    width: 100%;
  }
}

.dealer-login .dealer-login__body .dealer-login__inputs .form-group:first-of-type {
  margin-right: auto;
}

.dealer-login .dealer-login__body .dealer-login__inputs .form-group br {
  display: none !important;
}

.dealer-login .dealer-login__body .dealer-login__inputs .form-group .Error[style='color: red; display: inline;'] {
  width: 100%;
  display: block !important;
  text-align: right;
}

.dealer-login .dealer-login__body .dealer-login__inputs .form-group .link__forgotcred {
  text-decoration: underline;
  margin: 8px 0 0 auto;
  float: right;
  font-size: 12px;
  display: block;
  font-weight: normal;
}

.dealer-login .dealer-login__body .dealer-login__inputs .form-group .link__forgotcred:hover {
  text-decoration: none;
  color: #333;
}

.dealer-login .dealer-login__body .dealer-login__submit {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

@media (max-width: 550px) {
  .dealer-login .dealer-login__body .dealer-login__submit {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}

.dealer-login .dealer-login__body .dealer-login__submit .signup-link {
  font-size: 14px;
  font-weight: bold;
  margin: auto 0 auto;
}

@media (max-width: 550px) {
  .dealer-login .dealer-login__body .dealer-login__submit .signup-link {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.dealer-login .dealer-login__body .dealer-login__submit a.Button {
  margin: 0 0 0 16px;
  text-decoration: none;
}

@media (max-width: 550px) {
  .dealer-login .dealer-login__body .dealer-login__submit a.Button {
    margin: 0 0 16px;
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.dealer-login .dealer-login__body .dealer-login__submit label {
  margin: auto 0 auto auto;
}

@media (max-width: 550px) {
  .dealer-login .dealer-login__body .dealer-login__submit label {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.dealer-login .dealer-login__body .dealer-login__submit a {
  text-decoration: underline;
}

.dealer-login .dealer-login__body .dealer-login__submit a:hover {
  text-decoration: none;
  color: #333;
}

/* --------------------- Site BASE MASTER --------------------- */
header {
  background-color: #303030;
  padding: 40px 0 10px;
}

@media (max-width: 767px) {
  header {
    padding: 10px 0;
  }
}

@media (max-width: 767px) {
  header .logo__block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 240px;
            flex: 0 0 240px;
    max-width: 240px;
  }
}

@media (max-width: 440px) {
  header .logo__block a {
    margin-top: 0 !important;
  }
}

header .header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  max-width: 260px;
  width: 100%;
}

@media (max-width: 767px) {
  header .header__logo {
    margin-top: 6px;
  }
}

@media (max-width: 767px) {
  header .header__logo {
    margin-top: 9px;
  }
}

header .header__logo p {
  color: white;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: right;
  font-weight: bold;
}

header .header__logo img {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: 100%;
  margin: auto 0 6px;
  border: 1px solid white;
}

header .header-container .row .links__block .nav {
  margin-top: 38px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

@media (min-width: 1200px) {
  header .header-container .row .links__block .nav {
    padding-left: 32px;
    margin-top: 45px;
  }
}

@media (max-width: 767px) {
  header .header-container .row .links__block .nav {
    margin-top: 12px;
  }
}

@media (min-width: 768px) {
  header .header-container .row .links__block .nav ul {
    height: auto;
  }
}

header .header-container .row .links__block .nav ul li a {
  padding: 6px 16px 6px 16px;
}

@media (max-width: 767px) {
  header .header-container .row .links__block .nav ul li a {
    padding: 6px 24px 6px 16px;
  }
}

@media (min-width: 1200px) {
  header .header-container .row .links__block .nav ul li a {
    font-size: 16px;
  }
}

header .header-container .row .links__block .nav ul li a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  header .header-container .row .links__block .nav ul li a:hover {
    color: #303030 !important;
    background-color: white;
  }
}

@media (max-width: 767px) {
  header .header-container .row .links__block .nav ul li a {
    text-decoration: none !important;
  }
}

@media (max-width: 767px) {
  header .header-container .row .links__block .nav ul li:last-of-type {
    border-bottom: none !important;
  }
}

@media (max-width: 991px) {
  header .header-container .row .links__block {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

@media (min-width: 767px) {
  header .header-container .row .links__block.collapse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 991px) {
  header .header-container .row .info__block {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media (max-width: 767px) {
  header .header-container .row .info__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
  header .header-container .row .info__block .burger__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 767px) and (max-width: 440px) {
  header .header-container .row .info__block .burger__block button#hamburger1 {
    margin: 1rem 0 0 auto;
  }
}

@media (max-width: 767px) {
  header .header-container .row .info__block .Cart {
    margin: auto 16px auto auto;
  }
}

@media (max-width: 767px) and (max-width: 767px) {
  header .header-container .row .info__block .Cart {
    -ms-flex-item-align: start;
        align-self: flex-start;
    height: 32px;
  }
}

@media (max-width: 767px) and (max-width: 440px) {
  header .header-container .row .info__block .Cart {
    margin: 0 0 auto auto;
  }
}

@media (max-width: 767px) {
  header .header-container .row .info__block .Cart a.Button {
    margin: auto;
  }
}

@media (max-width: 580px) {
  header .header-container .row .info__block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-left: auto;
  }
}

@media (max-width: 440px) {
  header .header-container .row .info__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
  }
}

@media (max-width: 991px) and (min-width: 767px) {
  header .header-container .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  header .header-container .row .links__block {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  header .header-container .row .links__block .nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header .header-container .row .links__block .nav ul li a {
    padding-top: 0;
  }
  header .header-container .row .links__block .nav ul li:first-of-type a {
    padding-left: 0;
  }
}

footer {
  padding-bottom: 0;
}

@media (max-width: 1200px) {
  footer {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

footer .container {
  padding-bottom: 24px;
}

footer .footer-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

footer .footer-left .logo-warranty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  width: 100%;
  max-width: 100%;
}

@media (max-width: 991px) {
  footer .footer-left .logo-warranty {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    max-width: 50%;
  }
}

@media (max-width: 700px) {
  footer .footer-left .logo-warranty {
    padding-right: 2rem;
  }
}

@media (max-width: 550px) {
  footer .footer-left .logo-warranty {
    max-width: 100%;
    padding-right: 0;
    margin: auto;
  }
}

footer .footer-left .footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  max-width: 260px;
  width: 100%;
}

@media (max-width: 1200px) {
  footer .footer-left .footer__logo {
    max-width: 240px;
  }
}

@media (max-width: 550px) {
  footer .footer-left .footer__logo {
    margin: auto;
    margin-bottom: 2rem;
  }
}

footer .footer-left .footer__logo p {
  color: white;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: right;
  font-weight: bold;
}

footer .footer-left .footer__logo img {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: 100%;
  margin: auto 0 2px;
  border: 1px solid white;
}

footer .footer-left .warranty-img {
  margin: 0 6rem auto auto;
  width: 240px;
  height: 55px !important;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

@media (max-width: 1200px) {
  footer .footer-left .warranty-img {
    width: 200px;
    margin: 0 4.5rem auto auto;
  }
}

@media (max-width: 991px) {
  footer .footer-left .warranty-img {
    margin: 1.5rem auto 0rem 2.5rem;
  }
}

@media (max-width: 700px) {
  footer .footer-left .warranty-img {
    margin: 2rem auto;
    height: 50px !important;
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
}

@media (max-width: 550px) {
  footer .footer-left .warranty-img {
    margin: 2rem auto 2rem 0;
    margin: auto;
  }
}

footer .footer-left .footer-nav {
  width: 100%;
  max-width: 100%;
  margin-top: 3rem;
}

@media (max-width: 991px) {
  footer .footer-left .footer-nav {
    max-width: 50%;
    margin-top: 0;
  }
}

@media (max-width: 550px) {
  footer .footer-left .footer-nav {
    max-width: 100%;
  }
}

footer .footer-left .footer-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  padding-bottom: 0;
}

@media (max-width: 991px) {
  footer .footer-left .footer-nav ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}

footer .footer-left .footer-nav ul li {
  background-image: none;
  width: 100%;
  max-width: 33.333333%;
  padding: 0;
}

@media (max-width: 991px) {
  footer .footer-left .footer-nav ul li {
    margin-bottom: 0.5rem;
  }
}

@media (max-width: 700px) {
  footer .footer-left .footer-nav ul li {
    max-width: 50%;
  }
}

@media (max-width: 550px) {
  footer .footer-left .footer-nav ul li {
    max-width: 100%;
  }
}

footer .footer-left .footer-nav ul li a {
  font-weight: bold;
  color: white;
  font-family: 'swiss-cn', arial, serif;
}

footer .footer-left .footer-nav ul li a:hover {
  text-decoration: underline;
}

footer .footer-left .footer-nav ul li ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  margin: 0;
  padding: 0;
}

footer .footer-left .footer-nav ul li ul li {
  width: 100%;
  max-width: 100%;
  line-height: 1.1;
}

@media (max-width: 991px) {
  footer .footer-left .footer-nav ul li ul li {
    margin-bottom: 0;
  }
}

footer .footer-left .footer-nav ul li ul li a {
  font-weight: normal;
}

footer .footer-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  font-weight: bold;
}

@media (max-width: 991px) {
  footer .footer-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    margin-top: 2rem;
  }
}

@media (max-width: 450px) {
  footer .footer-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
  }
}

footer .footer-right .footer-social {
  font-family: 'swiss-cn', arial, serif;
  margin: 0 0 auto auto;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

@media (max-width: 991px) {
  footer .footer-right .footer-social {
    margin: auto auto 0 0;
  }
}

@media (max-width: 550px) {
  footer .footer-right .footer-social {
    margin: auto;
    margin-top: 0.4rem;
  }
}

footer .footer-right .footer-social p {
  color: white;
  text-transform: uppercase;
  padding: 0;
  margin-bottom: 6px;
  font-size: 14px;
}

footer .footer-right .footer-social .footer-social__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

footer .footer-right .footer-social .footer-social__icons a {
  margin-right: 16px;
}

footer .footer-right .footer-social .footer-social__icons a img {
  width: 40px;
  height: 40px;
  margin-bottom: 0;
}

footer .footer-right .footer-social .footer-social__icons a:last-of-type {
  margin-right: 0;
}

footer .footer-right .return-to-top {
  font-family: 'swiss-cn', arial, serif;
  font-size: 16px;
  color: white;
  padding: 0;
  text-transform: uppercase;
  margin: auto 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -ms-flex-item-align: center;
      align-self: center;
}

footer .footer-right .return-to-top .caret {
  margin: auto 8px auto 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

footer .footer-right .return-to-top:hover .caret {
  -webkit-transform: rotate(-90deg) translateX(4px);
          transform: rotate(-90deg) translateX(4px);
}

footer .sub-footer {
  padding: 0.5rem 24px;
  border-top: 5px solid #e51938;
  background-color: black;
}

@media (min-width: 1200px) {
  footer .sub-footer {
    margin: 0 -24px 0;
  }
}

footer .sub-footer .container {
  padding-top: 0;
  padding-bottom: 0;
}

footer .sub-footer .container .col-12 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 500px) {
  footer .sub-footer .container .col-12 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
  }
}

footer .sub-footer .container .col-12 p {
  margin: auto auto auto 0;
  padding: 0;
  color: grey;
  font-size: 12px;
}

@media (max-width: 500px) {
  footer .sub-footer .container .col-12 p {
    text-align: center;
    width: 100%;
    margin: auto auto 8px auto;
  }
}

footer .sub-footer .container .col-12 a {
  color: white;
  font-size: 12px;
  text-decoration: underline;
  margin: auto 0 auto auto;
}

@media (max-width: 500px) {
  footer .sub-footer .container .col-12 a {
    text-align: center;
    margin: auto;
  }
}

footer .sub-footer .container .col-12 a:hover {
  text-decoration: none;
}

/* ----------------------- Navigation -------------------*/
.nav__block {
  padding-top: 70px;
}

.burger__block {
  display: none;
}

.burger__block img {
  float: right;
  width: 38px;
  margin: 16px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

.burger__block img:hover,
.burger__block img:active,
.burger__block img:focus {
  cursor: pointer;
  -webkit-animation-name: bounce;
          animation-name: bounce;
  -moz-animation-name: bounce;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: white !important;
}

.nav .dropdown {
  font-family: 'swiss-cn', arial, serif;
}

.nav .dropdown.active a {
  font-family: 'swiss-cn-bold', arial, serif;
}

.has-subnav {
  z-index: 2;
}

.has-subnav .has-subnav .toggle-drop:before {
  top: 5px;
  right: 0;
}

@media (max-width: 767px) {
  .has-subnav.active a.toggle-drop:before {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
  }
  .has-subnav a.toggle-drop:hover:before {
    background-size: contain !important;
    background: url(../../images/empty-caret-grey.png);
  }
  .has-subnav a.toggle-drop:before {
    content: '';
    background: url(../../images/empty-caret-white.svg);
    height: 12px;
    background-size: contain;
    width: 9px;
    position: absolute;
    background-repeat: no-repeat;
    right: 6px;
    top: 12px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
  }
}

.has-subnav a {
  position: relative;
}

@media (min-width: 768px) {
  .has-subnav:hover .subnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    position: absolute;
    left: 12px;
    top: 100%;
    width: auto;
  }
  .has-subnav:hover .subnav.subnav--first {
    left: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .has-subnav .toggle-drop:before {
    right: 0;
    top: 5px !important;
  }
}

@media (min-width: 992px) {
  .has-subnav:hover .subnav.subnav--first {
    left: 12px;
  }
  .has-subnav .toggle-drop:before {
    right: 0;
    top: 11px;
  }
}

.has-subnav .toggle-drop:before {
  content: '';
  background: url(../../images/empty-caret-white.svg);
  height: 12px;
  background-size: contain;
  width: 9px;
  position: absolute;
  background-repeat: no-repeat;
  right: 0;
  top: 11px;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}

@media (min-width: 768px) {
  .has-subnav .toggle-drop:before {
    content: '';
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
  }
}

.has-subnav .subnav {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

@media (min-width: 768px) {
  .has-subnav .subnav {
    display: none;
  }
}

@media (max-width: 767px) {
  .has-subnav .subnav {
    height: 0;
    overflow: hidden;
    display: block !important;
    width: 100%;
  }
  .has-subnav .subnav a {
    background-color: #303030;
    text-align: right !important;
    padding: 4px 14px 4px 14px !important;
    background-repeat: no-repeat;
    background-position: 98%;
    background-size: 9px;
    font-size: 14px;
  }
}

.has-subnav .subnav a {
  background-color: #464646;
  padding: 8px 14px !important;
  width: 180px;
  min-width: 100%;
  white-space: nowrap;
  text-align: left;
  text-decoration: none !important;
  display: block;
}

.has-subnav .subnav a:hover {
  background-color: gray;
}

.nav {
  text-align: center;
  margin-top: 45px;
}

.nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav ul li {
  display: inline-block;
  background-image: none;
  padding-left: 0;
  padding-bottom: 0;
}

.nav ul li a {
  color: white !important;
  padding: 14px 16px 0;
}

.nav a {
  position: relative;
  font-family: 'swiss-cn', arial, serif;
  display: block;
  font-size: 15px;
  text-transform: uppercase;
  /*padding: 10px 32px;*/
  padding: 0px 10px 4px 5px;
  text-decoration: none;
}

.nav a.First {
  padding-left: 0;
}

.nav a.Last {
  padding-right: 0;
}

.nav a.Last:after {
  content: '';
}

.info__block .Cart {
  margin-bottom: 0;
  margin-top: auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto !important;
}

.info__block .Cart .Button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  margin: auto auto 0 auto;
  -ms-flex-item-align: center;
      align-self: center;
  background-color: transparent !important;
  padding: 0;
  position: relative;
}

@media (max-width: 767px) {
  .info__block .Cart .Button {
    margin: auto 0 auto auto;
    position: inherit;
  }
}

.info__block .Cart .Button .supplier-rotate {
  margin: auto 8px auto 0;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: 9px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

@media (max-width: 767px) {
  .info__block .Cart .Button .supplier-rotate.active {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}

.info__block .Cart .Button p {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin: auto 0 auto;
  padding: 0;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  white-space: nowrap;
  text-align: center;
  font-size: 16px;
}

.info__block .Cart .Button .supplier-nav {
  display: none;
  position: absolute;
  top: 100%;
  width: 180px;
  right: 0;
}

@media (max-width: 767px) {
  .info__block .Cart .Button .supplier-nav {
    top: calc(100% + 10px);
    width: 100vw;
  }
  .info__block .Cart .Button .supplier-nav.active {
    display: block;
    background-color: #464646;
  }
  .info__block .Cart .Button .supplier-nav.active img {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .info__block .Cart .Button .supplier-nav.active ul {
    padding: 0 !important;
  }
  .info__block .Cart .Button .supplier-nav.active li {
    width: 100%;
    border-bottom: 1px solid #303030;
    text-align: center;
    padding: 4px;
    color: white;
    font-weight: 400;
    font-family: 'swiss-medium', arial, serif;
  }
}

@media (max-width: 767px) and (max-width: 767px) {
  .info__block .Cart .Button .supplier-nav.active li {
    padding: 10px;
  }
}

@media (max-width: 767px) {
  .info__block .Cart .Button .supplier-nav.active li:hover {
    color: #e51938 !important;
  }
}

.info__block .Cart .Button:hover img {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.info__block .Cart .Button:hover .supplier-nav {
  display: block;
  background-color: #464646;
}

.info__block .Cart .Button:hover .supplier-nav ul {
  padding: 0 !important;
}

.info__block .Cart .Button:hover .supplier-nav li {
  width: 100%;
  border-bottom: 1px solid #303030;
  text-align: center;
  padding: 4px;
  color: white;
  font-weight: 400;
  font-family: 'swiss-medium', arial, serif;
}

.info__block .Cart .Button:hover .supplier-nav li:hover {
  color: #e51938 !important;
}

@media (max-width: 767px) {
  .nav .open > a,
  .nav .open > a:hover,
  .nav .open > a:focus {
    background-color: transparent !important;
  }
  .mob-padfixing {
    padding: 0;
    position: relative;
  }
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0px;
    margin-left: 0px;
  }
  .logo__block {
    padding-left: 15px;
  }
  .nav__block {
    height: auto;
    width: 105%;
    -webkit-box-shadow: inset 0 8px 9px -7px #a1a1a1;
            box-shadow: inset 0 8px 9px -7px #a1a1a1;
    padding: 0;
    background-color: #f4f4f4;
  }
  .nav {
    margin: 0;
    max-width: 100%;
    width: 100%;
  }
  .nav ul {
    width: 100%;
  }
  .nav ul li {
    width: 100%;
    border-bottom: 2px solid white;
  }
  .nav a {
    padding: 8px 0px 8px 0px;
    text-transform: uppercase;
    text-align: right;
    padding-right: 24px;
    font-size: 16px;
    font-family: 'swiss-cn', arial, serif;
  }
  .nav li:nth-child(6) {
    padding-bottom: 0px;
    border-bottom: none;
  }
  .nav li:nth-child(1) {
    padding-top: 8px;
  }
  .nav a.Last {
    padding-right: 25px;
  }
  .dropdown-toggle .caret {
    display: none;
  }
  .dropdown-toggle .mob-caret {
    display: inline-block;
    width: 10px;
  }
  .dropdown-toggle .mob-caret img {
    width: 100%;
    margin-top: -3px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .dropdown.active.open .mob-caret img {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .product__dropdown {
    display: none;
  }
  .navbar-collapse {
    max-height: none;
  }
  .nav .product-mobdrop a {
    margin: 4px 2%;
    font-size: 16px;
    width: 96%;
    height: 50px;
    padding: 2px 16px;
    overflow: hidden;
  }
  .nav .product-mobdrop a:hover {
    background-color: white;
  }
  .nav .product-mobdrop li:nth-child(1) {
    padding-top: 0;
  }
  .nav .product-mobdrop .manual-thumbnail .image-container {
    display: block;
    height: auto;
    padding-top: 0;
    width: 50px;
    text-align: center;
    float: left;
    height: 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .nav .product-mobdrop .manual-thumbnail .image-container img {
    width: 100%;
  }
  _:-ms-lang(x),
  .nav .product-mobdrop .manual-thumbnail .image-container img {
    -ms-flex: 1;
        flex: 1;
  }
  .nav .product-mobdrop .manual-thumbnail .section-name {
    font-size: 16px;
    float: right;
    margin: 0;
    height: auto;
    line-height: 50px;
  }
}

@media (max-width: 480px) {
  #hamburger1 {
    height: 44px;
    width: 37px;
    margin: 5px;
  }
  #nav-icon2 span {
    height: 4px;
  }
  #nav-icon2 span:nth-child(1),
  #nav-icon2 span:nth-child(2) {
    top: 7px;
  }
  #nav-icon2 span:nth-child(5),
  #nav-icon2 span:nth-child(6) {
    top: 29px;
  }
  .burger__block img {
    float: right;
    width: 31px;
    margin: 10px 5px;
  }
  #nav-icon2.open span:nth-child(6) {
    left: calc(50% - 3px);
    top: 23px;
  }
  #nav-icon2.open span:nth-child(5) {
    left: 3px;
    top: 24px;
  }
  .logo--mob {
    width: 100%;
    min-width: 150px;
  }
  .logo__block a {
    margin-left: 0px;
  }
}

/* ---------------------------------------------------------------------Lang Select Topbar */
.show__moblang {
  cursor: pointer;
}

.mob-txt {
  display: none;
}

.dsk-txt {
  display: block;
  font-family: 'Swiss-721', arial, serif;
}

.dsk-txt .caret {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.dsk-txt .caret.turn-caret {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.lang__select {
  background-color: #424242;
  height: 24px;
  position: relative;
}

.lang__select .langpanel-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  width: 100%;
}

.lang__select .langpanel-col .show_langpanel {
  margin: auto 0 auto auto;
  padding: 0;
  color: white;
}

.lang__select .langpanel-col .show_langpanel .dsk-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lang__select .langpanel-col .show_langpanel .caret {
  width: 10px;
  height: 10px;
  margin: auto auto auto 4px;
  display: block;
}

.lang__select .row {
  width: 100%;
}

.lang__title {
  text-transform: uppercase;
  font-size: 16px;
  text-align: center;
  display: inline-block;
  width: 100%;
  margin: 0;
  line-height: 64px;
}

.show_langpanel {
  cursor: pointer;
}

.show_langpanel:hover {
  text-decoration: underline;
}

.lang__select .show_langpanel {
  text-align: right;
  font-size: 10pt;
  margin: 0;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

.lang__panel {
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  overflow: hidden;
  right: 0;
  height: 0;
  background-color: #f4f4f4;
  z-index: 999;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.lang__panel.open--langPanel {
  height: 415px;
  border-bottom: 1px solid #d6d6d6;
}

.lang__flex {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}

.country__block {
  width: 163px;
  border-right: 1px solid #cecece;
  padding: 10px 15px;
}

div.country__block:first-of-type {
  border-left: none;
}

div.country__block:last-of-type {
  border-right: none;
}

.country__block p {
  color: #bbbbbb;
  font-family: 'Swiss-721', arial, serif;
  font-size: 14px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.map-space {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 245px;
}

.map-contain {
  padding: 0px;
  height: 190px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.country-title {
  text-align: center;
  border-bottom: 1px solid #bbbbbb;
  padding: 5px 0;
  line-height: 14px;
}

p.country-title.active {
  color: #565757;
}

.map-contain img {
  width: 100%;
  max-width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.map-contain img.inactive {
  opacity: 0.4;
}

.lang-space {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.lang-space a {
  width: 50%;
  display: inline-block;
  cursor: pointer;
  font-size: 13px;
  color: #a9a9a9;
  text-decoration: none;
  font-family: 'Swiss-721', arial, serif;
}

.lang-space a:hover {
  color: #565757;
}

.lang-space a.active {
  color: #565757;
}

.lang-space a:nth-child(odd) {
  text-align: left;
}

.lang-space a:nth-child(even) {
  text-align: right;
}

.temp--active {
  opacity: 1 !important;
}

.padright--50 {
  padding-right: 0px;
}

@media (max-width: 1200px) {
  .lang-space a:nth-child(odd),
  .lang-space a:nth-child(even) {
    text-align: center;
    width: 100%;
  }
  .lang__panel.open--langPanel {
    height: 460px;
  }
}

@media (max-width: 991px) {
  .lang-space a:nth-child(odd) {
    text-align: left;
    width: 50%;
  }
  .lang-space a:nth-child(even) {
    text-align: right;
    width: 50%;
  }
  .country__block {
    width: 165px;
    margin-bottom: 12px;
  }
  .country__block:nth-child(5) {
    border-left: 1px solid #cecece;
  }
  .lang__flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .lang__panel.open--langPanel {
    height: 410px;
  }
}

@media (max-width: 767px) {
  .lang__select {
    height: 40px !important;
  }
  .lang__select .show_langpanel {
    height: 40px;
    cursor: default;
  }
  .mob-txt {
    cursor: pointer;
    font-size: 21px;
    display: block;
    float: right;
    width: 40px;
    text-align: center;
    margin-left: auto;
  }
  .dsk-txt {
    display: none;
  }
  .lang__select {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 24px;
    display: none;
    z-index: 999;
  }
  .lang__panel {
    top: 24px;
    right: 0;
    left: 0;
    bottom: 0;
  }
  .lang__panel {
    position: fixed;
    top: 40px;
    width: 100%;
    left: 0;
    height: 100%;
    overflow: hidden;
    right: 0;
    bottom: 0;
    height: 0;
    background-color: #f4f4f4;
    z-index: 999;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .lang__panel.open--langPanel {
    height: 100%;
    padding: 0px 0 30px 0;
    overflow: scroll;
  }
  .country__block {
    width: 50%;
    margin-bottom: 15px;
    max-width: 168px;
  }
  .mob-margremove {
    margin: 0;
  }
}

@media (max-width: 735px) {
  .country__block:nth-child(5) {
    border-left: none;
  }
  .country__block:nth-child(4) {
    border-left: 1px solid #cecece;
  }
}

@media (max-width: 567px) {
  .country__block:nth-child(2) {
    border-right: 0px !important;
  }
  .country__block:nth-child(2) {
    border-right: 0px !important;
  }
}

@media (max-width: 370px) {
  .country__block {
    width: 100%;
    border: none !important;
  }
}

/* ----------------------------------------------------------------hamburger CSS */
#hamburger1 {
  position: relative;
  float: right;
  padding: 0;
  height: 45px;
  width: 45px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  margin: 15px;
  margin-right: 0;
  overflow: hidden;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

#nav-icon2 span {
  display: block;
  position: absolute;
  height: 6px;
  width: 50%;
  background: white;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#nav-icon2 span:nth-child(even) {
  left: 49%;
  border-radius: 0 9px 9px 0;
}

#nav-icon2 span:nth-child(odd) {
  left: 0px;
  border-radius: 9px 0 0 9px;
}

_:-ms-lang(x),
#nav-icon2 span:nth-child(odd) {
  left: 1px;
}

#nav-icon2 span:nth-child(1),
#nav-icon2 span:nth-child(2) {
  top: 5px;
}

#nav-icon2 span:nth-child(3),
#nav-icon2 span:nth-child(4) {
  top: 18px;
}

#nav-icon2 span:nth-child(5),
#nav-icon2 span:nth-child(6) {
  top: 31px;
}

#nav-icon2.open span:nth-child(1),
#nav-icon2.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon2.open span:nth-child(2),
#nav-icon2.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon2.open span:nth-child(1) {
  left: 4px;
  top: 11px;
}

#nav-icon2.open span:nth-child(2) {
  left: calc(50% - 3px);
  top: 11px;
}

#nav-icon2.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

#nav-icon2.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

#nav-icon2.open span:nth-child(5) {
  left: 4px;
  top: 26px;
}

#nav-icon2.open span:nth-child(6) {
  left: calc(50% - 4px);
  top: 26px;
}

/* ------------------- Dealer Homepage ---------------------*/
.Banner.Banner--dealer {
  height: auto;
  padding: 1.5rem 0;
}

@media (max-width: 767px) {
  .Banner.Banner--dealer {
    padding: 0;
  }
  .Banner.Banner--dealer .col-12 {
    padding: 0 !important;
  }
}

.Banner.Banner--dealer .swiper-container.dealer-slider {
  width: 100%;
  height: 380px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .Banner.Banner--dealer .swiper-container.dealer-slider {
    min-height: 320px;
  }
}

@media (max-width: 767px) {
  .Banner.Banner--dealer .swiper-container.dealer-slider .swiper-slide {
    background-size: auto 112%;
  }
}

.Banner.Banner--dealer .swiper-container.dealer-slider .swiper-slide .dealer-banner-info {
  position: absolute;
  top: 0;
  right: 40px;
  bottom: 0;
  width: 100%;
  max-width: 600px;
  background-color: rgba(244, 244, 244, 0.8);
  padding: 24px;
}

@media (max-width: 1200px) {
  .Banner.Banner--dealer .swiper-container.dealer-slider .swiper-slide .dealer-banner-info {
    max-width: 450px;
  }
}

@media (max-width: 767px) {
  .Banner.Banner--dealer .swiper-container.dealer-slider .swiper-slide .dealer-banner-info {
    width: auto;
    right: 0;
    left: 0;
    padding: 24px 12px;
    max-width: 100%;
  }
}

.Banner.Banner--dealer .swiper-container.dealer-slider .swiper-slide .dealer-banner-info h1 {
  font-size: 31px;
  line-height: 31px;
  text-transform: uppercase;
}

.Banner.Banner--dealer .swiper-container.dealer-slider .swiper-slide .dealer-banner-info p {
  line-height: 1.2;
  margin-bottom: 1rem;
  padding: 0;
  font-family: 'swiss-light', arial, serif;
  font-size: 16px;
}

.Banner.Banner--dealer .swiper-container.dealer-slider .swiper-slide .dealer-banner-info a {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 91px;
  width: 100%;
}

.Banner.Banner--dealer .swiper-container.dealer-slider .swiper-slide .dealer-banner-info a .caret {
  margin: auto auto auto 4px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.Banner.Banner--dealer .swiper-container.dealer-slider .swiper-slide .dealer-banner-info a:hover .caret {
  -webkit-transform: translate(4px) rotate(180deg);
          transform: translate(4px) rotate(180deg);
}

.dealer-data {
  padding-top: 0;
}

@media (max-width: 991px) {
  .dealer-data {
    padding-top: 1.5rem;
  }
}

.dealer-data .d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dealer-data .dealer-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -ms-flex-item-align: center;
      align-self: center;
}

@media (min-width: 768px) {
  .dealer-data .dealer-profile {
    margin: auto auto auto 0;
  }
}

@media (max-width: 450px) {
  .dealer-data .dealer-profile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    width: 100%;
  }
  .dealer-data .dealer-profile img {
    width: 100%;
    margin: auto auto 10px auto !important;
  }
}

.dealer-data .dealer-profile img {
  margin: 0 16px 0 0;
}

.dealer-data .dealer-profile .dealer-profile__edit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

.dealer-data .dealer-profile .dealer-profile__edit p {
  font-family: 'swiss-cn-bold', arial, serif;
  margin: auto auto 0 0;
  font-size: 24px;
  padding-bottom: 0;
  line-height: 1;
}

.dealer-data .dealer-profile .dealer-profile__edit a {
  color: #e51938;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dealer-data .dealer-profile .dealer-profile__edit a .caret {
  margin: auto auto auto 4px;
  width: 8px;
  height: 8px;
}

.dealer-data .dealer-profile .dealer-profile__edit a:hover .caret {
  -webkit-transform: translate(4px);
          transform: translate(4px);
}

.dealer-data .dealer-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  width: 400px;
  margin-left: auto;
}

@media (max-width: 450px) {
  .dealer-data .dealer-data {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    width: 100%;
  }
}

.dealer-data .dealer-data .dealer-data__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  width: 46%;
}

@media (max-width: 450px) {
  .dealer-data .dealer-data .dealer-data__col {
    width: 100%;
    margin-right: 0;
  }
}

.dealer-data .dealer-data .dealer-data__col:first-of-type {
  margin-right: auto;
}

@media (max-width: 450px) {
  .dealer-data .dealer-data .dealer-data__col:first-of-type {
    margin-bottom: 1rem;
  }
  .dealer-data .dealer-data .dealer-data__col:first-of-type .dealer-data__cell {
    border-bottom: none !important;
  }
}

.dealer-data .dealer-data .dealer-data__col .dealer-data__cell {
  background-color: white;
  padding: 8px 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

.dealer-data .dealer-data .dealer-data__col .dealer-data__cell:nth-child(odd) {
  background-color: #f4f4f4;
}

.dealer-data .dealer-data .dealer-data__col .dealer-data__cell.dealer-data__cell--top {
  border-bottom: 1px solid black;
  background-color: white !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  position: relative;
}

.dealer-data .dealer-data .dealer-data__col .dealer-data__cell.dealer-data__cell--top a {
  position: absolute;
  bottom: 8px;
  right: 6px;
  font-size: 10px;
  text-decoration: underline;
}

.dealer-data .dealer-data .dealer-data__col .dealer-data__cell.dealer-data__cell--top .dealer-data__cell-label {
  padding-left: 0;
}

.dealer-data .dealer-data .dealer-data__col .dealer-data__cell.dealer-data__cell--top .dealer-data__cell-value {
  width: auto;
  text-align: left;
}

.dealer-data .dealer-data .dealer-data__col .dealer-data__cell .dealer-data__cell-label {
  font-size: 14px;
  padding: 0;
  font-family: 'swiss-light', arial, serif;
  line-height: 1;
  padding-left: 10px;
}

.dealer-data .dealer-data .dealer-data__col .dealer-data__cell .dealer-data__cell-value {
  color: #e51938;
  font-size: 16px;
  padding: 0;
  font-weight: bold;
  line-height: 1;
  width: 33px;
  text-align: right;
}

.data-table .pending-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  padding: 12px 0;
}

.data-table .pending-info h3 {
  font-size: 16px;
}

.data-table #exTab1 {
  padding: 0;
}

.data-table .nav-tabs {
  border-bottom: none;
  margin-top: 0;
}

.data-table .nav-tabs .nav-item {
  margin-bottom: 0;
}

.data-table ul {
  padding-bottom: 0;
}

.data-table ul li {
  background-image: none;
  padding: 0;
  margin-right: 8px;
}

.data-table ul li a {
  padding: 8px 12px;
  border-top: 3px solid #d7d7d7 !important;
  border-radius: 0 !important;
  text-transform: capitalize;
}

.data-table ul li a.nav-link {
  background-color: #d7d7d7;
}

.data-table ul li a.nav-link.active {
  background-color: white;
  border-top: 3px solid #e51938 !important;
}

.data-table .tab-content {
  background-color: white;
}

.data-table .tab-content .tab-pane {
  padding: 16px;
}

.data-table .tab-content .product-order__table {
  display: table;
  border-collapse: collapse;
  width: 100%;
  max-width: 100%;
  padding: 24px;
}

@media (max-width: 550px) {
  .data-table .tab-content .product-order__table {
    padding: 12px;
  }
}

.data-table .tab-content .product-order__table .po__table-row {
  width: 100%;
  max-width: 100%;
  display: table-row;
  border-bottom: 1px solid #d2d2d2;
}

.data-table .tab-content .product-order__table .po__table-row:last-of-type {
  border-bottom: none;
}

.data-table .tab-content .product-order__table .po__table-row p,
.data-table .tab-content .product-order__table .po__table-row img {
  margin: 0;
  padding: 0;
  font-size: 14px;
}

.data-table .tab-content .product-order__table .po__table-row.po__table-headers {
  border-bottom: 1px solid black;
}

@media (max-width: 800px) {
  .data-table .tab-content .product-order__table .po__table-row.po__table-headers {
    border-bottom: none !important;
  }
}

.data-table .tab-content .product-order__table .po__table-row.po__table-headers .flex-heads {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

.data-table .tab-content .product-order__table .po__table-row.po__table-headers .po__table-col {
  padding-bottom: 4px;
  cursor: pointer;
}

.data-table .tab-content .product-order__table .po__table-row.po__table-headers .po__table-col img {
  visibility: hidden;
  width: 8px;
  height: 8px;
  margin: 0;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  float: left;
  pointer-events: none;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
														  supported by Chrome, Opera and Firefox */
}

.data-table .tab-content .product-order__table .po__table-row.po__table-headers .po__table-col.ascending img {
  visibility: visible;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.data-table .tab-content .product-order__table .po__table-row.po__table-headers .po__table-col.descending img {
  visibility: visible;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.data-table .tab-content .product-order__table .po__table-row.po__table-headers .po__table-col p {
  float: left;
  font-weight: bold;
  pointer-events: none;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
														  supported by Chrome, Opera and Firefox */
  margin-right: 8px;
}

.data-table .tab-content .product-order__table .po__table-row .po__table-col {
  display: table-cell;
  padding: 12px;
  vertical-align: middle;
}

.data-table .tab-content .product-order__table .po__table-row .po__table-col .optionsModal {
  text-decoration: underline;
}

.data-table .tab-content .product-order__table .po__table-row .po__table-col .optionsModal:hover {
  text-decoration: none;
}

@media (max-width: 799px) {
  .data-table .tab-content .product-order__table .po__table-row .po__table-col {
    display: none;
  }
}

.data-table .tab-content .product-order__table .po__table-row .po__table-col label {
  font-size: 0;
}

.data-table .tab-content .product-order__table .po__table-row .po__table-col label input {
  font-size: 14px;
  height: 28px;
  max-width: 70px;
}

.data-table .tab-content .product-order__table .po__table-row .po__table-col.po__table-col--submit .submit-contain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

.data-table .tab-content .product-order__table .po__table-row .po__table-col.po__table-col--submit .submit-contain a {
  margin: auto;
  line-height: 1.1;
  font-size: 14px;
}

.data-table .tab-content .product-order__table .po__table-row .po__table-col.po__table-col--submit .submit-contain .Button {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin: 0;
  font-size: 14px;
  text-transform: initial;
}

.data-table .tab-content .product-order__table .po__table-row .po__table-col.po__table-col--submit .submit-contain .Button:first-of-type {
  margin-right: 12px;
  margin-left: auto;
}

.data-table .tab-content .product-order__table .po__table-row .po__table-col.po__table-col--submit .submit-contain label {
  margin: auto;
  font-size: 14px;
}

.data-table .tab-content .product-order__table .po__table-row .po__table-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

@media (min-width: 800px) {
  .data-table .tab-content .product-order__table .po__table-row .po__table-mobile {
    display: none;
  }
}

.data-table .tab-content .product-order__table .po__table-row .po__table-mobile .mobile-table__header-value {
  padding: 8px 12px;
}

.data-table .tab-content .product-order__table .po__table-row .po__table-mobile .mobile-table__header-value .mobile-table__header {
  font-weight: bold;
  border-bottom: 1px solid gainsboro;
}

.data-table .tab-content .product-order__table .po__table-row .po__table-mobile .mobile-table__header-value .mobile-table__header.mobile-table__header--quantity {
  border-bottom: none;
}

.data-table .tab-content .product-order__table .po__table-row .po__table-mobile .mobile-table__header-value label {
  max-width: 100%;
  font-size: 0;
}

.data-table .tab-content .product-order__table .po__table-row .po__table-mobile .mobile-table__header-value label input {
  font-size: 14px;
}

.data-table .tab-content .product-order__table .po__table-row .po__table-mobile .mobile-table__header-value .submit-contain {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.data-table .tab-content .product-order__table .po__table-row .po__table-mobile .mobile-table__header-value .submit-contain .Button {
  width: 48%;
}

.data-table .tab-content .product-order__table .po__table-row .po__table-mobile .mobile-table__header-value .submit-contain .Button:first-of-type {
  margin-right: 4%;
}

.data-table .tab-content .product-order__table .po__table-row .po__table-mobile .po__table-mobile__image {
  padding-top: 12px;
}

.data-table .tab-content .product-order__table .po__table-row .po__table-mobile .po__table-mobile__image .mobile-table__header-value {
  width: 100%;
}

.data-table .tab-content .product-order__table .po__table-row .po__table-mobile .po__table-mobile__data {
  padding-bottom: 12px;
}

/* ------------------Dealer Page ---------------------- */
.dealer-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

@media (max-width: 430px) {
  .dealer-search {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
  }
}

.dealer-search h2 {
  margin: 0 auto auto 0;
  font-family: 'swiss-cn-bold', arial, serif;
  font-size: 22px;
  text-transform: uppercase;
}

@media (max-width: 430px) {
  .dealer-search h2 {
    margin-bottom: 12px;
  }
}

.dealer-search .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

.dealer-search .form-group label {
  font-size: 0;
  margin: 0 0 0 auto;
}

@media (max-width: 430px) {
  .dealer-search .form-group label {
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
    max-width: 100%;
    width: 64%;
  }
}

.dealer-search .form-group label input[type='text'] {
  width: 280px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  height: 31px;
  color: black;
  font-size: 14px !important;
}

@media (max-width: 767px) {
  .dealer-search .form-group label input[type='text'] {
    max-width: 180px;
  }
}

@media (max-width: 430px) {
  .dealer-search .form-group label input[type='text'] {
    max-width: 100%;
  }
}

.dealer-search .form-group input[type='submit'] {
  text-transform: capitalize;
  margin: 0;
  margin-left: 1rem;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  max-width: 75px;
}

.dealer-grid .choose-dealer {
  display: block;
  margin-bottom: 1.2rem;
}

.dealer-grid .choose-dealer .dealer-image {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center;
}

.dealer-grid .choose-dealer p {
  background-color: white;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: bold;
}

/* ------------------ Contact Page ---------------- */
.key-contacts h2 {
  margin-bottom: 1.5rem;
}

.key-contacts .col-12 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.key-contacts .contact-infobox {
  background-color: white;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  padding: 12px;
  margin-bottom: 1.5rem;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}

.key-contacts .contact-infobox .infobox__label {
  font-family: 'swiss-cn-bold', arial, serif;
  font-size: 18px;
  margin: 0;
  padding: 0;
}

.key-contacts .contact-infobox .contact-info {
  font-family: 'Swiss-721', Arial, Helvetica, sans-serif;
  text-decoration: none;
  font-size: 14px;
  padding: 0;
  margin: 0;
  padding-left: 20px;
  position: relative;
}

.key-contacts .contact-infobox .contact-info:before {
  content: '';
  height: 12px;
  width: 12px;
  background-repeat: no-repeat;
  position: absolute;
  left: 3px;
  top: 4px;
}

.key-contacts .contact-infobox .contact-info.contact-info--phone:before {
  background-image: url("../../images/phone.svg");
}

.key-contacts .contact-infobox .contact-info.contact-info--email:before {
  top: 6px;
  background-image: url("../../images/email.svg");
}

.meet-the-team h2 {
  margin-bottom: 1.5rem;
}

.meet-the-team .col-12 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.meet-the-team .team-member {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  width: 100%;
  margin-bottom: 1.5rem;
}

.meet-the-team .team-member .team-member__image {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.meet-the-team .team-member .team-member__info {
  width: 100%;
  background-color: white;
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

.meet-the-team .team-member .team-member__info p,
.meet-the-team .team-member .team-member__info a {
  margin: 0;
  padding: 0;
  font-size: 14px;
}

.meet-the-team .team-member .team-member__info .team-member__name {
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'swiss-cn-bold', arial, serif;
  line-height: 1;
}

.meet-the-team .team-member .team-member__info .team-member__title {
  margin-bottom: 4px;
}

.meet-the-team .team-member .team-member__info .team-member__email {
  position: relative;
  padding-left: 22px;
}

.meet-the-team .team-member .team-member__info .team-member__email:before {
  background-image: url("../../images/email.svg");
  content: '';
  height: 12px;
  width: 12px;
  background-repeat: no-repeat;
  position: absolute;
  left: 3px;
  top: 6px;
}

.meet-the-team .team-member .team-member__info .team-member__phone {
  position: relative;
  padding-left: 22px;
}

.meet-the-team .team-member .team-member__info .team-member__phone:before {
  background-image: url("../../images/phone.svg");
  content: '';
  height: 12px;
  width: 12px;
  background-repeat: no-repeat;
  position: absolute;
  left: 3px;
  top: 4px;
}

/* -------------- Marketing Page ----------------*/
.marketing-block {
  background-color: white;
  padding: 24px;
  width: 100%;
  margin-bottom: 1.5rem;
}

.marketing-block:last-of-type {
  margin-bottom: 0;
}

@media (max-width: 550px) {
  .marketing-block {
    padding: 24px 12px;
  }
}

.marketing-block h2 {
  margin: 0 0 16px;
  padding: 0;
}

.marketing-block .marketing-block__item {
  margin-top: 12px;
  margin-bottom: 12px;
}

.marketing-block .marketing-block__item .marketing-block__item-image {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center;
}

.marketing-block .marketing-block__item .marketing-block__item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  padding: 12px 0 0;
}

.marketing-block .marketing-block__item .marketing-block__item-info .marketing-item__title {
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'swiss-cn-bold', arial, serif;
  line-height: 1;
  margin: 0 0 4px;
  padding: 0;
}

.marketing-block .marketing-block__item .marketing-block__item-info .marketing-item__description {
  margin: 0;
  padding: 0;
  font-size: 14px;
}

/* -------------- Shopping Cart --------------- */
.shopping-cart {
  background-color: white;
}

.shopping-cart p,
.shopping-cart label {
  padding: 0;
  font-size: 14px;
  margin: 0;
}

.shopping-cart .shoping-cart__section {
  padding: 24px;
  border-bottom: 1px solid #eaeaea;
}

.shopping-cart .shoping-cart__section h2 {
  margin: 0;
  padding: 0;
  line-height: 1;
}

.shopping-cart .shoping-cart__section:last-of-type {
  border-bottom: none;
}

.shopping-cart .shoping-cart__section .shoping-cart__section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  margin-bottom: 16px;
}

.shopping-cart .shoping-cart__section .shoping-cart__section-title .product-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  margin: auto auto auto 0;
}

.shopping-cart .shoping-cart__section .shoping-cart__section-title .product-title p {
  margin: 0;
  padding: 0;
  font-size: 14px;
}

.shopping-cart .shoping-cart__section .shoping-cart__section-title .Button {
  text-transform: capitalize;
  margin: auto 0 auto auto;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.shopping-cart .shoping-cart__section .shoping-cart__section-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

@media (max-width: 767px) {
  .shopping-cart .shoping-cart__section .shoping-cart__section-options {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
  }
}

.shopping-cart .shoping-cart__section .shoping-cart__section-options .cart-options__image {
  padding: 0 40px 0 0;
}

@media (max-width: 767px) {
  .shopping-cart .shoping-cart__section .shoping-cart__section-options .cart-options__image {
    padding: 0;
  }
}

.shopping-cart .shoping-cart__section .shoping-cart__section-options .cart-options__inputs {
  width: 100%;
}

.shopping-cart .shoping-cart__section .shoping-cart__section-options .cart-options__inputs .input-section {
  margin-bottom: 1rem;
}

.shopping-cart .shoping-cart__section .shoping-cart__section-options .cart-options__inputs .input-section .cart-input__title {
  font-family: 'Swiss-721', Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 14px;
}

.shopping-cart .shoping-cart__section .shoping-cart__section-options .cart-options__inputs .input-section .cart-input__title.cart-input__title--shipping {
  margin-bottom: 8px;
}

.shopping-cart .shoping-cart__section .shoping-cart__section-options .cart-options__inputs .input-section .form-group.form-group--radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

@media (max-width: 1200px) {
  .shopping-cart .shoping-cart__section .shoping-cart__section-options .cart-options__inputs .input-section .form-group.form-group--radio {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}

.shopping-cart .shoping-cart__section .shoping-cart__section-options .cart-options__inputs .input-section .form-group.form-group--radio label {
  margin: 2px 24px 2px 0;
}

.shopping-cart .shoping-cart__section .shoping-cart__section-options .cart-options__inputs .input-section .form-group.form-group--locations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

.shopping-cart .shoping-cart__section .shoping-cart__section-options .cart-options__inputs .input-section .form-group.form-group--locations label {
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

.shopping-cart .shoping-cart__section .shoping-cart__section-options .cart-options__inputs .input-section .form-group.form-group--locations label input {
  margin: auto 8px auto 0;
}

.shopping-cart .shoping-cart__section .shoping-cart__section-options .cart-options__inputs .input-section .form-group.form-group--locations label p {
  font-family: 'Swiss-721', Arial, Helvetica, sans-serif;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

.shopping-cart .shoping-cart__section .shoping-cart__section-options .cart-options__inputs .input-section .form-group.form-group--locations label p span {
  font-weight: normal;
  line-height: 1;
}

.shopping-cart .shoping-cart__section .shoping-cart__section-options .cart-options__inputs .input-section.input-section--po {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

@media (max-width: 600px) {
  .shopping-cart .shoping-cart__section .shoping-cart__section-options .cart-options__inputs .input-section.input-section--po {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
  }
}

.shopping-cart .shoping-cart__section .shoping-cart__section-options .cart-options__inputs .input-section.input-section--po .form-group {
  min-width: 220px;
  margin-right: 24px;
  margin-bottom: 0;
}

@media (max-width: 600px) {
  .shopping-cart .shoping-cart__section .shoping-cart__section-options .cart-options__inputs .input-section.input-section--po .form-group {
    margin-right: 0;
  }
}

.shopping-cart .shoping-cart__section .shoping-cart__section-options .cart-options__inputs .input-section.input-section--po label[for='general-po'] {
  margin: auto auto 9px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -ms-flex-item-align: center;
      align-self: center;
}

.shopping-cart .shoping-cart__section .shoping-cart__section-options .cart-options__inputs .input-section.input-section--po label[for='general-po'] input {
  margin: auto 8px auto 0;
}

@media (max-width: 1200px) {
  .shopping-cart .shoping-cart__section .shoping-cart__section-options .cart-options__inputs .input-section.input-section--po label[for='general-po'] {
    margin: auto auto 5px 0;
    line-height: 1;
  }
}

@media (max-width: 600px) {
  .shopping-cart .shoping-cart__section .shoping-cart__section-options .cart-options__inputs .input-section.input-section--po label[for='general-po'] {
    margin: 12px auto 0 0;
  }
}

.shopping-totals {
  padding-top: 24px;
}

.shopping-totals h2 {
  margin-bottom: 16px;
}

@media (max-width: 991px) {
  .shopping-totals {
    max-width: 350px;
    margin-left: auto;
  }
}

.shopping-totals .checkout-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  margin-bottom: 4px;
}

.shopping-totals .checkout-item p {
  font-size: 14px;
  margin: 0;
  padding: 0;
}

.shopping-totals .checkout-item .checkout-item__label {
  margin-right: auto;
}

.shopping-totals .checkout-item .checkout-item__value {
  text-align: right;
  margin-left: auto;
}

.shopping-totals .checkout-item .checkout-item__value.checkout-item__value--discount {
  color: #e51938;
}

.shopping-totals .checkout-item.checkout-item--total {
  font-weight: bold;
  padding: 12px 0 0;
  border-top: 1px solid #dadada;
}

.shopping-totals .Button.Button--green {
  width: 100%;
  margin-top: 16px;
}

/* --------------------- Product Order Page ---------------- */
.order-category {
  margin-bottom: 1.5rem;
}

.order-category .card {
  border-radius: 0;
  border: none !important;
}

.order-category .card:last-of-type .card-header {
  border-bottom: none !important;
}

.order-category .card:last-of-type .card-header[aria-expanded='true'] {
  border-bottom: 1px solid #e6e6e6 !important;
}

.order-category .card:first-of-type .card-header {
  border-bottom: 1px solid #e6e6e6;
}

.order-category .card .card-header {
  background-color: white;
  border-radius: 0;
  border-bottom: 1px solid #e6e6e6;
  cursor: pointer;
  background-position: right;
  background-repeat: no-repeat;
}

@media (max-width: 580px) {
  .order-category .card .card-header {
    background-image: none !important;
  }
  .order-category .card .card-header h2 {
    font-size: 20px;
  }
  .order-category .card .card-header h3 {
    font-size: 16px;
  }
}

.order-category .card .card-header h2,
.order-category .card .card-header h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  padding: 0;
}

.order-category .card .card-header h2 .caret,
.order-category .card .card-header h3 .caret {
  margin: auto auto auto 5px;
  height: 11px;
}

.order-category .card .card-header.card-header--accessories h3 .caret {
  height: 8px;
}

.order-category .card .card-header[aria-expanded='true'] .caret {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.order-category .card .card-body {
  border-bottom: 1px solid #e6e6e6;
}

.order-category .card .card-body .product-order__table {
  display: table;
  border-collapse: collapse;
  width: 100%;
  max-width: 100%;
}

.order-category .card .card-body .product-order__table .po__table-row {
  width: 100%;
  max-width: 100%;
  display: table-row;
  border-bottom: 1px solid #d2d2d2;
}

.order-category .card .card-body .product-order__table .po__table-row:last-of-type {
  border-bottom: none;
}

.order-category .card .card-body .product-order__table .po__table-row p,
.order-category .card .card-body .product-order__table .po__table-row img {
  margin: 0;
  padding: 0;
  font-size: 14px;
}

.order-category .card .card-body .product-order__table .po__table-row.po__table-headers {
  border-bottom: 1px solid black;
}

@media (max-width: 800px) {
  .order-category .card .card-body .product-order__table .po__table-row.po__table-headers {
    border-bottom: none !important;
  }
}

.order-category .card .card-body .product-order__table .po__table-row.po__table-headers .flex-heads {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

.order-category .card .card-body .product-order__table .po__table-row.po__table-headers .po__table-col {
  padding-bottom: 4px;
  cursor: pointer;
}

.order-category .card .card-body .product-order__table .po__table-row.po__table-headers .po__table-col img {
  visibility: hidden;
  width: 8px;
  height: 8px;
  margin: 0;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  float: left;
  pointer-events: none;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
															  supported by Chrome, Opera and Firefox */
}

.order-category .card .card-body .product-order__table .po__table-row.po__table-headers .po__table-col.ascending img {
  visibility: visible;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.order-category .card .card-body .product-order__table .po__table-row.po__table-headers .po__table-col.descending img {
  visibility: visible;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.order-category .card .card-body .product-order__table .po__table-row.po__table-headers .po__table-col p {
  float: left;
  font-weight: bold;
  pointer-events: none;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                supported by Chrome, Opera and Firefox */
  margin-right: 8px;
}

.order-category .card .card-body .product-order__table .po__table-row .po__table-col {
  display: table-cell;
  padding: 12px;
  vertical-align: middle;
}

@media (max-width: 799px) {
  .order-category .card .card-body .product-order__table .po__table-row .po__table-col {
    display: none;
  }
}

.order-category .card .card-body .product-order__table .po__table-row .po__table-col label {
  font-size: 0;
}

.order-category .card .card-body .product-order__table .po__table-row .po__table-col label input {
  font-size: 14px;
  height: 28px;
  max-width: 70px;
}

.order-category .card .card-body .product-order__table .po__table-row .po__table-col.po__table-col--image {
  padding-left: 0;
}

.order-category .card .card-body .product-order__table .po__table-row .po__table-col.po__table-col--submit .submit-contain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

.order-category .card .card-body .product-order__table .po__table-row .po__table-col.po__table-col--submit .submit-contain a {
  margin: auto;
  line-height: 1.1;
  font-size: 14px;
}

.order-category .card .card-body .product-order__table .po__table-row .po__table-col.po__table-col--submit .submit-contain a.product-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  margin-top: 8px;
}

.order-category .card .card-body .product-order__table .po__table-row .po__table-col.po__table-col--submit .submit-contain a.product-link img {
  max-width: 12px;
  margin: 3px 0 auto 2px;
  max-height: 16px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.order-category .card .card-body .product-order__table .po__table-row .po__table-col.po__table-col--submit .submit-contain .Button {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin: 0;
  font-size: 14px;
  text-transform: initial;
}

.order-category .card .card-body .product-order__table .po__table-row .po__table-col.po__table-col--submit .submit-contain label {
  margin: auto;
  font-size: 14px;
}

.order-category .card .card-body .product-order__table .po__table-row .po__table-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

@media (min-width: 800px) {
  .order-category .card .card-body .product-order__table .po__table-row .po__table-mobile {
    display: none;
  }
}

.order-category .card .card-body .product-order__table .po__table-row .po__table-mobile .mobile-table__header-value {
  padding: 8px 12px;
}

.order-category .card .card-body .product-order__table .po__table-row .po__table-mobile .mobile-table__header-value .mobile-table__header {
  font-weight: bold;
  border-bottom: 1px solid gainsboro;
}

.order-category .card .card-body .product-order__table .po__table-row .po__table-mobile .mobile-table__header-value .mobile-table__header.mobile-table__header--quantity {
  border-bottom: none;
}

.order-category .card .card-body .product-order__table .po__table-row .po__table-mobile .mobile-table__header-value label {
  max-width: 100%;
  font-size: 0;
}

.order-category .card .card-body .product-order__table .po__table-row .po__table-mobile .mobile-table__header-value label input {
  font-size: 14px;
}

.order-category .card .card-body .product-order__table .po__table-row .po__table-mobile .mobile-table__header-value .submit-contain .Button {
  width: 100%;
}

.order-category .card .card-body .product-order__table .po__table-row .po__table-mobile .mobile-table__header-value .submit-contain .product-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  margin-top: 8px;
  text-align: right;
}

.order-category .card .card-body .product-order__table .po__table-row .po__table-mobile .mobile-table__header-value .submit-contain .product-link img {
  max-width: 12px;
  margin: 3px 0 auto 2px;
  max-height: 16px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.order-category .card .card-body .product-order__table .po__table-row .po__table-mobile .po__table-mobile__image {
  padding-top: 12px;
}

.order-category .card .card-body .product-order__table .po__table-row .po__table-mobile .po__table-mobile__image .mobile-table__header-value {
  width: 100%;
}

.order-category .card .card-body .product-order__table .po__table-row .po__table-mobile .po__table-mobile__data {
  padding-bottom: 12px;
}

/* --------------- Parts Lookup Page -----------------*/
.parts-block {
  background-color: white;
  padding: 24px;
  margin-bottom: 1.5rem;
  padding-bottom: 0;
}

@media (max-width: 550px) {
  .parts-block {
    padding: 12px 12px 0;
  }
}

.parts-block:last-of-type {
  margin-bottom: 0;
}

.parts-block .parts-block__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  margin-bottom: 1.5rem;
}

.parts-block .parts-block__head p,
.parts-block .parts-block__head h2 {
  margin: 0;
  padding: 0;
}

.parts-block .parts-block__head p {
  font-size: 12px;
}

.parts-block .parts-block__head .parts-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  margin-top: 1.2rem;
}

.parts-block .parts-block__head .parts-search input {
  max-width: 200px;
  height: 32px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin: auto 0;
}

@media (max-width: 800px) {
  .parts-block .parts-block__head .parts-search input:last-of-type {
    max-width: 80px;
  }
}

.parts-block .parts-block__head .parts-search .Button {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin: auto auto auto 12px;
}

.parts-block .parts-block__body {
  max-height: 400px;
  overflow-y: auto;
  overflow-x: auto;
}

.parts-block .parts-block__body::-webkit-scrollbar {
  width: 10px;
}

.parts-block .parts-block__body::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.parts-block .parts-block__body::-webkit-scrollbar-thumb {
  background: #888;
}

.parts-block .parts-block__body::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.parts-block .parts-block__body .product-order__table {
  display: table;
  border-collapse: collapse;
  width: 100%;
  max-width: 100%;
  min-width: 580px;
}

.parts-block .parts-block__body .product-order__table .po__table-row {
  width: 100%;
  max-width: 100%;
  display: table-row;
  border-bottom: 1px solid #e9e9e9;
}

.parts-block .parts-block__body .product-order__table .po__table-row:last-of-type {
  border-bottom: none;
}

.parts-block .parts-block__body .product-order__table .po__table-row:last-of-type {
  border-bottom: none;
}

.parts-block .parts-block__body .product-order__table .po__table-row p,
.parts-block .parts-block__body .product-order__table .po__table-row img {
  margin: 0;
  padding: 0;
  font-size: 14px;
}

.parts-block .parts-block__body .product-order__table .po__table-row.po__table-headers {
  border-bottom: 1px solid black;
}

@media (max-width: 800px) {
  .parts-block .parts-block__body .product-order__table .po__table-row.po__table-headers {
    border-bottom: none !important;
  }
}

.parts-block .parts-block__body .product-order__table .po__table-row.po__table-headers .flex-heads {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

.parts-block .parts-block__body .product-order__table .po__table-row.po__table-headers .po__table-col {
  padding-bottom: 4px;
  cursor: pointer;
  line-height: 1;
}

.parts-block .parts-block__body .product-order__table .po__table-row.po__table-headers .po__table-col img {
  visibility: hidden;
  width: 8px;
  height: 8px;
  margin: 0;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  float: left;
  pointer-events: none;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
														  supported by Chrome, Opera and Firefox */
}

.parts-block .parts-block__body .product-order__table .po__table-row.po__table-headers .po__table-col.ascending img {
  visibility: visible;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.parts-block .parts-block__body .product-order__table .po__table-row.po__table-headers .po__table-col.descending img {
  visibility: visible;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.parts-block .parts-block__body .product-order__table .po__table-row.po__table-headers .po__table-col p {
  float: left;
  font-weight: bold;
  pointer-events: none;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                              supported by Chrome, Opera and Firefox */
  margin-right: 8px;
}

.parts-block .parts-block__body .product-order__table .po__table-row .po__table-col {
  display: table-cell;
  padding: 6px 8px;
  vertical-align: middle;
}

.parts-block .parts-block__body .product-order__table .po__table-row .po__table-col label {
  font-size: 0;
}

.parts-block .parts-block__body .product-order__table .po__table-row .po__table-col label input {
  font-size: 14px;
  height: 28px;
  max-width: 70px;
}

.parts-block .parts-block__body .product-order__table .po__table-row .po__table-col.po__table-col--image {
  padding-left: 0;
}

.parts-block .parts-block__body .product-order__table .po__table-row .po__table-col.po__table-col--submit .submit-contain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

.parts-block .parts-block__body .product-order__table .po__table-row .po__table-col.po__table-col--submit .submit-contain a {
  margin: auto;
  line-height: 1.1;
  font-size: 14px;
}

.parts-block .parts-block__body .product-order__table .po__table-row .po__table-col.po__table-col--submit .submit-contain a.product-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  margin-top: 8px;
}

.parts-block .parts-block__body .product-order__table .po__table-row .po__table-col.po__table-col--submit .submit-contain a.product-link img {
  max-width: 12px;
  margin: 3px 0 auto 2px;
  max-height: 16px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.parts-block .parts-block__body .product-order__table .po__table-row .po__table-col.po__table-col--submit .submit-contain .Button {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin: 0;
  font-size: 14px;
  text-transform: initial;
}

.parts-block .parts-block__body .product-order__table .po__table-row .po__table-col.po__table-col--submit .submit-contain label {
  font-size: 0;
  margin: auto 12px auto 0;
}

.parts-block .parts-block__body .product-order__table .po__table-row .po__table-col.po__table-col--submit .submit-contain label input {
  font-size: 14px;
}

.parts-block.parts-books {
  padding-bottom: 0;
}

.parts-block.parts-books .parts-block__body {
  margin: 0 -24px;
}

.parts-block.parts-books .parts-block__body p {
  padding: 0;
  margin: 0;
}

.parts-block.parts-books .parts-block__body .parts-document__list .card {
  border: none !important;
  border-radius: 0;
}

.parts-block.parts-books .parts-block__body .parts-document__list .card:last-of-type .card-header {
  border-bottom: none;
}

.parts-block.parts-books .parts-block__body .parts-document__list .card:last-of-type .card-header[aria-expanded='true'] {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.parts-block.parts-books .parts-block__body .parts-document__list .card-header {
  border-radius: 0;
  padding: 8px 24px;
  cursor: pointer;
  background-color: white;
}

.parts-block.parts-books .parts-block__body .parts-document__list .card-header p {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

.parts-block.parts-books .parts-block__body .parts-document__list .card-header p .caret {
  margin: auto 0 auto auto;
}

.parts-block.parts-books .parts-block__body .parts-document__list .card-header[aria-expanded='true'] .caret {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.document-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

.document-list .document-list__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  background-color: #f4f4f4;
  width: 100%;
  padding: 12px;
  font-size: 14px;
  margin-bottom: 1rem;
}

.document-list .document-list__block:last-of-type {
  margin-bottom: 0;
}

.document-list .document-list__block a {
  -ms-flex-item-align: start;
      align-self: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

.document-list .document-list__block a p {
  margin: auto 0;
}

.document-list .document-list__block a img {
  margin: auto 5px auto 0;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  max-width: 16px;
}

.supplier-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.supplier-main #supplier-iframe {
  margin: auto;
  width: 100%;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  min-height: 500px;
  max-height: 100vh !important;
}
/*# sourceMappingURL=styles.css.map */